Skip to content

Commit 53d3631

Browse files
author
devexperience
committed
Generated version 0.37.0
This pull request was automatically generated by a GitHub Action to generate version 0.37.0 of this library.
1 parent 151247d commit 53d3631

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

api.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,12 @@ export interface AccountResponse {
671671
* @memberof AccountResponse
672672
*/
673673
'started_on'?: string | null;
674+
/**
675+
*
676+
* @type {number}
677+
* @memberof AccountResponse
678+
*/
679+
'statement_balance'?: number | null;
674680
/**
675681
*
676682
* @type {string}

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

0 commit comments

Comments
 (0)