Skip to content

Commit

Permalink
Merge pull request #59 from mxenabled/openapi-generator-0.37.0
Browse files Browse the repository at this point in the history
Generated version 0.37.0
  • Loading branch information
nickitza authored Aug 13, 2024
2 parents 151247d + 53d3631 commit ef81e1f
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 @@ -671,6 +671,12 @@ export interface AccountResponse {
* @memberof AccountResponse
*/
'started_on'?: string | null;
/**
*
* @type {number}
* @memberof AccountResponse
*/
'statement_balance'?: number | 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: 0.36.0
npmVersion: 0.37.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.36.0",
"version": "0.37.0",
"description": "A Node library for the MX Platform API.",
"author": "MX",
"keywords": [
Expand Down

0 comments on commit ef81e1f

Please sign in to comment.