diff --git a/api.ts b/api.ts index 1e3a3be..07515aa 100644 --- a/api.ts +++ b/api.ts @@ -193,6 +193,12 @@ export interface AccountNumberResponse { * @memberof AccountNumberResponse */ 'guid'?: string | null; + /** + * + * @type {string} + * @memberof AccountNumberResponse + */ + 'loan_guarantor'?: string | null; /** * * @type {string} diff --git a/openapi/config.yml b/openapi/config.yml index 879d896..888c856 100644 --- a/openapi/config.yml +++ b/openapi/config.yml @@ -1,4 +1,4 @@ --- npmName: mx-platform-node -npmVersion: 0.32.0 +npmVersion: 0.33.0 supportsES6: true diff --git a/package.json b/package.json index d9049a3..453a8f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mx-platform-node", - "version": "0.32.0", + "version": "0.33.0", "description": "A Node library for the MX Platform API.", "author": "MX", "keywords": [