Skip to content

Commit 846ef19

Browse files
author
devexperience
committed
Generated version 0.21.0
This commit was automatically created by a GitHub Action to generate version 0.21.0 of this library.
1 parent 3206d81 commit 846ef19

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3672,7 +3672,7 @@ export interface SpendingPlansResponseBody {
36723672
* @type {Array<SpendingPlanResponse>}
36733673
* @memberof SpendingPlansResponseBody
36743674
*/
3675-
'iteration_items'?: Array<SpendingPlanResponse>;
3675+
'spending_plans'?: Array<SpendingPlanResponse>;
36763676
/**
36773677
*
36783678
* @type {PaginationResponse}

openapi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
npmName: mx-platform-node
3-
npmVersion: 0.20.1
3+
npmVersion: 0.21.0
44
supportsES6: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mx-platform-node",
3-
"version": "0.20.1",
3+
"version": "0.21.0",
44
"description": "A Node library for the MX Platform API.",
55
"author": "MX",
66
"keywords": [

0 commit comments

Comments
 (0)