diff --git a/api.ts b/api.ts index c6872b6..db7612d 100644 --- a/api.ts +++ b/api.ts @@ -671,6 +671,12 @@ export interface AccountResponse { * @memberof AccountResponse */ 'started_on'?: string | null; + /** + * + * @type {number} + * @memberof AccountResponse + */ + 'statement_balance'?: number | null; /** * * @type {string} diff --git a/openapi/config.yml b/openapi/config.yml index 8af76e8..f2db6e4 100644 --- a/openapi/config.yml +++ b/openapi/config.yml @@ -1,4 +1,4 @@ --- npmName: mx-platform-node -npmVersion: 0.36.0 +npmVersion: 0.37.0 supportsES6: true diff --git a/package.json b/package.json index 729cd90..18729c9 100644 --- a/package.json +++ b/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.", "author": "MX", "keywords": [