Skip to content

Commit 02dde78

Browse files
author
devexperience
committed
Generated version 0.39.0
This commit was automatically created by a GitHub Action to generate version 0.39.0 of this library.
1 parent b6c71f0 commit 02dde78

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
@@ -12488,12 +12488,12 @@ export const MxPlatformApiAxiosParamCreator = function (configuration?: Configur
1248812488
};
1248912489
},
1249012490
/**
12491-
* This endpoint allows you to update certain attributes of an `account` resource.
12491+
* This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
1249212492
* @summary Update account by member
1249312493
* @param {string} accountGuid The unique id for an `account`.
1249412494
* @param {string} memberGuid The unique id for a `member`.
1249512495
* @param {string} userGuid The unique id for a `user`.
12496-
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
12496+
* @param {AccountUpdateRequestBody} accountUpdateRequestBody
1249712497
* @param {*} [options] Override http request option.
1249812498
* @throws {RequiredError}
1249912499
*/
@@ -14420,12 +14420,12 @@ export const MxPlatformApiFp = function(configuration?: Configuration) {
1442014420
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
1442114421
},
1442214422
/**
14423-
* This endpoint allows you to update certain attributes of an `account` resource.
14423+
* This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
1442414424
* @summary Update account by member
1442514425
* @param {string} accountGuid The unique id for an `account`.
1442614426
* @param {string} memberGuid The unique id for a `member`.
1442714427
* @param {string} userGuid The unique id for a `user`.
14428-
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
14428+
* @param {AccountUpdateRequestBody} accountUpdateRequestBody
1442914429
* @param {*} [options] Override http request option.
1443014430
* @throws {RequiredError}
1443114431
*/
@@ -15715,12 +15715,12 @@ export const MxPlatformApiFactory = function (configuration?: Configuration, bas
1571515715
return localVarFp.resumeAggregation(memberGuid, userGuid, memberResumeRequestBody, options).then((request) => request(axios, basePath));
1571615716
},
1571715717
/**
15718-
* This endpoint allows you to update certain attributes of an `account` resource.
15718+
* This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
1571915719
* @summary Update account by member
1572015720
* @param {string} accountGuid The unique id for an `account`.
1572115721
* @param {string} memberGuid The unique id for a `member`.
1572215722
* @param {string} userGuid The unique id for a `user`.
15723-
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
15723+
* @param {AccountUpdateRequestBody} accountUpdateRequestBody
1572415724
* @param {*} [options] Override http request option.
1572515725
* @throws {RequiredError}
1572615726
*/
@@ -17176,12 +17176,12 @@ export class MxPlatformApi extends BaseAPI {
1717617176
}
1717717177

1717817178
/**
17179-
* This endpoint allows you to update certain attributes of an `account` resource.
17179+
* This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
1718017180
* @summary Update account by member
1718117181
* @param {string} accountGuid The unique id for an `account`.
1718217182
* @param {string} memberGuid The unique id for a `member`.
1718317183
* @param {string} userGuid The unique id for a `user`.
17184-
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
17184+
* @param {AccountUpdateRequestBody} accountUpdateRequestBody
1718517185
* @param {*} [options] Override http request option.
1718617186
* @throws {RequiredError}
1718717187
* @memberof MxPlatformApi

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

0 commit comments

Comments
 (0)