Skip to content

Commit 7355fc6

Browse files
author
devexperience
committed
Generated version 0.35.0
This commit was automatically created by a GitHub Action to generate version 0.35.0 of this library.
1 parent 64b1d11 commit 7355fc6

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
@@ -199,6 +199,12 @@ export interface AccountNumberResponse {
199199
* @memberof AccountNumberResponse
200200
*/
201201
'loan_guarantor'?: string | null;
202+
/**
203+
*
204+
* @type {string}
205+
* @memberof AccountNumberResponse
206+
*/
207+
'loan_reference_number'?: string | null;
202208
/**
203209
*
204210
* @type {string}
@@ -223,6 +229,12 @@ export interface AccountNumberResponse {
223229
* @memberof AccountNumberResponse
224230
*/
225231
'routing_number'?: string | null;
232+
/**
233+
*
234+
* @type {string}
235+
* @memberof AccountNumberResponse
236+
*/
237+
'sequence_number'?: string | null;
226238
/**
227239
*
228240
* @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.34.0
3+
npmVersion: 0.35.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.34.0",
3+
"version": "0.35.0",
44
"description": "A Node library for the MX Platform API.",
55
"author": "MX",
66
"keywords": [

0 commit comments

Comments
 (0)