Skip to content

Commit

Permalink
Merge pull request #54 from mxenabled/openapi-generator-0.28.0
Browse files Browse the repository at this point in the history
Generated version 0.28.0
  • Loading branch information
nickitza authored Jun 20, 2024
2 parents bf5ebc5 + 45e3986 commit 8bf4500
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 @@ -3105,6 +3105,12 @@ export interface MemberStatusResponse {
* @memberof MemberStatusResponse
*/
'has_processed_accounts'?: boolean | null;
/**
*
* @type {boolean}
* @memberof MemberStatusResponse
*/
'has_processed_account_numbers'?: boolean | null;
/**
*
* @type {boolean}
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.27.0
npmVersion: 0.28.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.27.0",
"version": "0.28.0",
"description": "A Node library for the MX Platform API.",
"author": "MX",
"keywords": [
Expand Down

0 comments on commit 8bf4500

Please sign in to comment.