diff --git a/api.ts b/api.ts index 08e27a5..f35c4da 100644 --- a/api.ts +++ b/api.ts @@ -485,6 +485,12 @@ export interface AccountResponse { * @memberof AccountResponse */ 'death_benefit'?: number | null; + /** + * + * @type {string} + * @memberof AccountResponse + */ + 'federal_insurance_status'?: string | null; /** * * @type {string} @@ -2684,6 +2690,12 @@ export interface InstitutionResponse { * @memberof InstitutionResponse */ 'supports_oauth'?: boolean | null; + /** + * + * @type {boolean} + * @memberof InstitutionResponse + */ + 'supports_tax_document'?: boolean | null; /** * * @type {boolean} diff --git a/openapi/config.yml b/openapi/config.yml index 80a72c8..47551e9 100644 --- a/openapi/config.yml +++ b/openapi/config.yml @@ -1,4 +1,4 @@ --- npmName: mx-platform-node -npmVersion: 0.42.0 +npmVersion: 0.43.0 supportsES6: true diff --git a/package.json b/package.json index 6eff9af..b6a7854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mx-platform-node", - "version": "0.42.0", + "version": "0.43.0", "description": "A Node library for the MX Platform API.", "author": "MX", "keywords": [