Skip to content

Commit f75a1fc

Browse files
author
devexperience
committed
Generated version 0.15.0
This commit was automatically created by a GitHub Action to generate version 0.15.0 of this library.
1 parent 07ef197 commit f75a1fc

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

api.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,18 @@ export interface InstitutionResponse {
14621462
* @memberof InstitutionResponse
14631463
*/
14641464
'code'?: string | null;
1465+
/**
1466+
*
1467+
* @type {string}
1468+
* @memberof InstitutionResponse
1469+
*/
1470+
'forgot_password_url'?: string | null;
1471+
/**
1472+
*
1473+
* @type {string}
1474+
* @memberof InstitutionResponse
1475+
*/
1476+
'forgot_username_url'?: string | null;
14651477
/**
14661478
*
14671479
* @type {string}
@@ -1516,6 +1528,12 @@ export interface InstitutionResponse {
15161528
* @memberof InstitutionResponse
15171529
*/
15181530
'supports_transaction_history'?: boolean | null;
1531+
/**
1532+
*
1533+
* @type {string}
1534+
* @memberof InstitutionResponse
1535+
*/
1536+
'trouble_signing_in_url'?: string | null;
15191537
/**
15201538
*
15211539
* @type {string}

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

0 commit comments

Comments
 (0)