Skip to content

Commit

Permalink
Generated version 1.2.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 1.2.0 of this library.
  • Loading branch information
devexperience committed Jan 31, 2025
1 parent 1c06d2a commit b97639d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3613,6 +3613,12 @@ export interface MemberCreateRequestBody {
* @interface MemberResponse
*/
export interface MemberResponse {
/**
*
* @type {string}
* @memberof MemberResponse
*/
'actionable_error'?: string | null;
/**
*
* @type {string}
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: 1.1.0
npmVersion: 1.2.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": "1.1.0",
"version": "1.2.0",
"description": "A Node library for the MX Platform API.",
"author": "MX",
"keywords": [
Expand Down

0 comments on commit b97639d

Please sign in to comment.