Skip to content

Commit

Permalink
Generated version 0.39.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.39.0 of this library.
  • Loading branch information
devexperience committed Sep 4, 2024
1 parent b6c71f0 commit 02dde78
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 @@ -12488,12 +12488,12 @@ export const MxPlatformApiAxiosParamCreator = function (configuration?: Configur
};
},
/**
* This endpoint allows you to update certain attributes of an `account` resource.
* 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`.
* @summary Update account by member
* @param {string} accountGuid The unique id for an `account`.
* @param {string} memberGuid The unique id for a `member`.
* @param {string} userGuid The unique id for a `user`.
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
* @param {AccountUpdateRequestBody} accountUpdateRequestBody
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -14420,12 +14420,12 @@ export const MxPlatformApiFp = function(configuration?: Configuration) {
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
},
/**
* This endpoint allows you to update certain attributes of an `account` resource.
* 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`.
* @summary Update account by member
* @param {string} accountGuid The unique id for an `account`.
* @param {string} memberGuid The unique id for a `member`.
* @param {string} userGuid The unique id for a `user`.
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
* @param {AccountUpdateRequestBody} accountUpdateRequestBody
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -15715,12 +15715,12 @@ export const MxPlatformApiFactory = function (configuration?: Configuration, bas
return localVarFp.resumeAggregation(memberGuid, userGuid, memberResumeRequestBody, options).then((request) => request(axios, basePath));
},
/**
* This endpoint allows you to update certain attributes of an `account` resource.
* 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`.
* @summary Update account by member
* @param {string} accountGuid The unique id for an `account`.
* @param {string} memberGuid The unique id for a `member`.
* @param {string} userGuid The unique id for a `user`.
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
* @param {AccountUpdateRequestBody} accountUpdateRequestBody
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -17176,12 +17176,12 @@ export class MxPlatformApi extends BaseAPI {
}

/**
* This endpoint allows you to update certain attributes of an `account` resource.
* 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`.
* @summary Update account by member
* @param {string} accountGuid The unique id for an `account`.
* @param {string} memberGuid The unique id for a `member`.
* @param {string} userGuid The unique id for a `user`.
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
* @param {AccountUpdateRequestBody} accountUpdateRequestBody
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof MxPlatformApi
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.38.0
npmVersion: 0.39.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.38.0",
"version": "0.39.0",
"description": "A Node library for the MX Platform API.",
"author": "MX",
"keywords": [
Expand Down

0 comments on commit 02dde78

Please sign in to comment.