Skip to content

Commit

Permalink
Generated version 0.43.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.43.0 of this library.
  • Loading branch information
devexperience committed Oct 25, 2024
1 parent 484587d commit 1c866e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,12 @@ export interface AccountResponse {
* @memberof AccountResponse
*/
'death_benefit'?: number | null;
/**
*
* @type {string}
* @memberof AccountResponse
*/
'federal_insurance_status'?: string | null;
/**
*
* @type {string}
Expand Down Expand Up @@ -2684,6 +2690,12 @@ export interface InstitutionResponse {
* @memberof InstitutionResponse
*/
'supports_oauth'?: boolean | null;
/**
*
* @type {boolean}
* @memberof InstitutionResponse
*/
'supports_tax_document'?: boolean | null;
/**
*
* @type {boolean}
Expand Down
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
npmName: mx-platform-node
npmVersion: 0.42.0
npmVersion: 0.43.0
supportsES6: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 1c866e3

Please sign in to comment.