Skip to content

Commit 1c866e3

Browse files
author
devexperience
committed
Generated version 0.43.0
This commit was automatically created by a GitHub Action to generate version 0.43.0 of this library.
1 parent 484587d commit 1c866e3

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

api.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,12 @@ export interface AccountResponse {
485485
* @memberof AccountResponse
486486
*/
487487
'death_benefit'?: number | null;
488+
/**
489+
*
490+
* @type {string}
491+
* @memberof AccountResponse
492+
*/
493+
'federal_insurance_status'?: string | null;
488494
/**
489495
*
490496
* @type {string}
@@ -2684,6 +2690,12 @@ export interface InstitutionResponse {
26842690
* @memberof InstitutionResponse
26852691
*/
26862692
'supports_oauth'?: boolean | null;
2693+
/**
2694+
*
2695+
* @type {boolean}
2696+
* @memberof InstitutionResponse
2697+
*/
2698+
'supports_tax_document'?: boolean | null;
26872699
/**
26882700
*
26892701
* @type {boolean}

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

0 commit comments

Comments
 (0)