Skip to content

Commit

Permalink
Generated version 0.21.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.21.0 of this library.
  • Loading branch information
devexperience committed Nov 21, 2023
1 parent 3206d81 commit 846ef19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3672,7 +3672,7 @@ export interface SpendingPlansResponseBody {
* @type {Array<SpendingPlanResponse>}
* @memberof SpendingPlansResponseBody
*/
'iteration_items'?: Array<SpendingPlanResponse>;
'spending_plans'?: Array<SpendingPlanResponse>;
/**
*
* @type {PaginationResponse}
Expand Down
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
npmName: mx-platform-node
npmVersion: 0.20.1
npmVersion: 0.21.0
supportsES6: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mx-platform-node",
"version": "0.20.1",
"version": "0.21.0",
"description": "A Node library for the MX Platform API.",
"author": "MX",
"keywords": [
Expand Down

0 comments on commit 846ef19

Please sign in to comment.