Skip to content

Commit 360351e

Browse files
Merge pull request #31 from mxenabled/openapi-generator-0.9.1
Generated version 0.9.1
2 parents 754e603 + 8cbbb11 commit 360351e

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

api.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4522,7 +4522,7 @@ export const MxPlatformApiAxiosParamCreator = function (configuration?: Configur
45224522
};
45234523
},
45244524
/**
4525-
* Call this endpoint to create a new user. The MX Platform API will respond with the newly-created user object if successful. This endpoint accepts several parameters - id, metadata, and is_disabled. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill.
4525+
* Use this endpoint to create a new user. The API will respond with the newly-created user object if successful. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that user’s data until they are no longer disabled.
45264526
* @summary Create user
45274527
* @param {UserCreateRequestBody} userCreateRequestBody User object to be created. (None of these parameters are required, but the user object cannot be empty)
45284528
* @param {*} [options] Override http request option.
@@ -8291,7 +8291,7 @@ export const MxPlatformApiAxiosParamCreator = function (configuration?: Configur
82918291
};
82928292
},
82938293
/**
8294-
* Use this endpoint to update the attributes of a specific user. The MX Platform API will respond with the updated user object. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill. To disable a user, update it and set the is_disabled parameter to true. Set it to false to re-enable the user.
8294+
* Use this endpoint to update the attributes of the specified user.
82958295
* @summary Update user
82968296
* @param {string} userGuid The unique id for a `user`.
82978297
* @param {UserUpdateRequestBody} userUpdateRequestBody User object to be updated (None of these parameters are required, but the user object cannot be empty.)
@@ -8510,7 +8510,7 @@ export const MxPlatformApiFp = function(configuration?: Configuration) {
85108510
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
85118511
},
85128512
/**
8513-
* Call this endpoint to create a new user. The MX Platform API will respond with the newly-created user object if successful. This endpoint accepts several parameters - id, metadata, and is_disabled. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill.
8513+
* Use this endpoint to create a new user. The API will respond with the newly-created user object if successful. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that user’s data until they are no longer disabled.
85148514
* @summary Create user
85158515
* @param {UserCreateRequestBody} userCreateRequestBody User object to be created. (None of these parameters are required, but the user object cannot be empty)
85168516
* @param {*} [options] Override http request option.
@@ -9543,7 +9543,7 @@ export const MxPlatformApiFp = function(configuration?: Configuration) {
95439543
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
95449544
},
95459545
/**
9546-
* Use this endpoint to update the attributes of a specific user. The MX Platform API will respond with the updated user object. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill. To disable a user, update it and set the is_disabled parameter to true. Set it to false to re-enable the user.
9546+
* Use this endpoint to update the attributes of the specified user.
95479547
* @summary Update user
95489548
* @param {string} userGuid The unique id for a `user`.
95499549
* @param {UserUpdateRequestBody} userUpdateRequestBody User object to be updated (None of these parameters are required, but the user object cannot be empty.)
@@ -9690,7 +9690,7 @@ export const MxPlatformApiFactory = function (configuration?: Configuration, bas
96909690
return localVarFp.createTransactionRule(userGuid, transactionRuleCreateRequestBody, options).then((request) => request(axios, basePath));
96919691
},
96929692
/**
9693-
* Call this endpoint to create a new user. The MX Platform API will respond with the newly-created user object if successful. This endpoint accepts several parameters - id, metadata, and is_disabled. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill.
9693+
* Use this endpoint to create a new user. The API will respond with the newly-created user object if successful. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that user’s data until they are no longer disabled.
96949694
* @summary Create user
96959695
* @param {UserCreateRequestBody} userCreateRequestBody User object to be created. (None of these parameters are required, but the user object cannot be empty)
96969696
* @param {*} [options] Override http request option.
@@ -10643,7 +10643,7 @@ export const MxPlatformApiFactory = function (configuration?: Configuration, bas
1064310643
return localVarFp.updateTransactionRule(transactionRuleGuid, userGuid, transactionRuleUpdateRequestBody, options).then((request) => request(axios, basePath));
1064410644
},
1064510645
/**
10646-
* Use this endpoint to update the attributes of a specific user. The MX Platform API will respond with the updated user object. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill. To disable a user, update it and set the is_disabled parameter to true. Set it to false to re-enable the user.
10646+
* Use this endpoint to update the attributes of the specified user.
1064710647
* @summary Update user
1064810648
* @param {string} userGuid The unique id for a `user`.
1064910649
* @param {UserUpdateRequestBody} userUpdateRequestBody User object to be updated (None of these parameters are required, but the user object cannot be empty.)
@@ -10808,7 +10808,7 @@ export class MxPlatformApi extends BaseAPI {
1080810808
}
1080910809

1081010810
/**
10811-
* Call this endpoint to create a new user. The MX Platform API will respond with the newly-created user object if successful. This endpoint accepts several parameters - id, metadata, and is_disabled. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill.
10811+
* Use this endpoint to create a new user. The API will respond with the newly-created user object if successful. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that user’s data until they are no longer disabled.
1081210812
* @summary Create user
1081310813
* @param {UserCreateRequestBody} userCreateRequestBody User object to be created. (None of these parameters are required, but the user object cannot be empty)
1081410814
* @param {*} [options] Override http request option.
@@ -11921,7 +11921,7 @@ export class MxPlatformApi extends BaseAPI {
1192111921
}
1192211922

1192311923
/**
11924-
* Use this endpoint to update the attributes of a specific user. The MX Platform API will respond with the updated user object. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill. To disable a user, update it and set the is_disabled parameter to true. Set it to false to re-enable the user.
11924+
* Use this endpoint to update the attributes of the specified user.
1192511925
* @summary Update user
1192611926
* @param {string} userGuid The unique id for a `user`.
1192711927
* @param {UserUpdateRequestBody} userUpdateRequestBody User object to be updated (None of these parameters are required, but the user object cannot be empty.)

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.9.0
3+
npmVersion: 0.9.1
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.9.0",
3+
"version": "0.9.1",
44
"description": "A Node library for the MX Platform API.",
55
"author": "MX",
66
"keywords": [

0 commit comments

Comments
 (0)