We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 151247d + 53d3631 commit ef81e1fCopy full SHA for ef81e1f
3 files changed
api.ts
@@ -671,6 +671,12 @@ export interface AccountResponse {
671
* @memberof AccountResponse
672
*/
673
'started_on'?: string | null;
674
+ /**
675
+ *
676
+ * @type {number}
677
+ * @memberof AccountResponse
678
+ */
679
+ 'statement_balance'?: number | null;
680
/**
681
*
682
* @type {string}
openapi/config.yml
@@ -1,4 +1,4 @@
1
---
2
npmName: mx-platform-node
3
-npmVersion: 0.36.0
+npmVersion: 0.37.0
4
supportsES6: true
package.json
@@ -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.",
5
"author": "MX",
6
"keywords": [
0 commit comments