Skip to content

Commit

Permalink
Generated version 0.23.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.23.0 of this library.
  • Loading branch information
devexperience committed Nov 29, 2023
1 parent cbb2a43 commit b153031
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13497,7 +13497,7 @@ export const SpendingPlanApiAxiosParamCreator = function (configuration?: Config
* @summary Create spending plan iteration item
* @param {string} spendingPlanGuid The unique ID for the `spending_plan`.
* @param {string} userGuid The unique id for a `user`.
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be created with required parameters (planned_amount)
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be created with required parameter (planned_amount)
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -14104,7 +14104,7 @@ export const SpendingPlanApiAxiosParamCreator = function (configuration?: Config
* @param {string} userGuid The unique id for a `user`.
* @param {string} spendingPlanGuid The unique ID for the `spending_plan`.
* @param {string} iterationItemGuid The unique ID for the `iteration_item`.
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item object to be updated with required parameter (iteration_item_guid)
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be updated with required parameter (planned_amount)
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -14176,7 +14176,7 @@ export const SpendingPlanApiFp = function(configuration?: Configuration) {
* @summary Create spending plan iteration item
* @param {string} spendingPlanGuid The unique ID for the `spending_plan`.
* @param {string} userGuid The unique id for a `user`.
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be created with required parameters (planned_amount)
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be created with required parameter (planned_amount)
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -14342,7 +14342,7 @@ export const SpendingPlanApiFp = function(configuration?: Configuration) {
* @param {string} userGuid The unique id for a `user`.
* @param {string} spendingPlanGuid The unique ID for the `spending_plan`.
* @param {string} iterationItemGuid The unique ID for the `iteration_item`.
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item object to be updated with required parameter (iteration_item_guid)
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be updated with required parameter (planned_amount)
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -14375,7 +14375,7 @@ export const SpendingPlanApiFactory = function (configuration?: Configuration, b
* @summary Create spending plan iteration item
* @param {string} spendingPlanGuid The unique ID for the `spending_plan`.
* @param {string} userGuid The unique id for a `user`.
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be created with required parameters (planned_amount)
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be created with required parameter (planned_amount)
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -14529,7 +14529,7 @@ export const SpendingPlanApiFactory = function (configuration?: Configuration, b
* @param {string} userGuid The unique id for a `user`.
* @param {string} spendingPlanGuid The unique ID for the `spending_plan`.
* @param {string} iterationItemGuid The unique ID for the `iteration_item`.
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item object to be updated with required parameter (iteration_item_guid)
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be updated with required parameter (planned_amount)
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -14563,7 +14563,7 @@ export class SpendingPlanApi extends BaseAPI {
* @summary Create spending plan iteration item
* @param {string} spendingPlanGuid The unique ID for the `spending_plan`.
* @param {string} userGuid The unique id for a `user`.
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be created with required parameters (planned_amount)
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be created with required parameter (planned_amount)
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof SpendingPlanApi
Expand Down Expand Up @@ -14741,7 +14741,7 @@ export class SpendingPlanApi extends BaseAPI {
* @param {string} userGuid The unique id for a `user`.
* @param {string} spendingPlanGuid The unique ID for the `spending_plan`.
* @param {string} iterationItemGuid The unique ID for the `iteration_item`.
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item object to be updated with required parameter (iteration_item_guid)
* @param {SpendingPlanIterationItemCreateRequestBody} spendingPlanIterationItemCreateRequestBody Iteration item to be updated with required parameter (planned_amount)
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof SpendingPlanApi
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.22.0
npmVersion: 0.23.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.22.0",
"version": "0.23.0",
"description": "A Node library for the MX Platform API.",
"author": "MX",
"keywords": [
Expand Down

0 comments on commit b153031

Please sign in to comment.