Skip to content

Commit c259f1d

Browse files
author
devexperience
committed
Generated version 0.17.0
This commit was automatically created by a GitHub Action to generate version 0.17.0 of this library.
1 parent 18c0f2d commit c259f1d

3 files changed

Lines changed: 63 additions & 87 deletions

File tree

api.ts

Lines changed: 61 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,37 @@ export interface AccountCreateRequest {
3232
* @type {string}
3333
* @memberof AccountCreateRequest
3434
*/
35-
'account_number'?: string;
35+
'account_subtype_name'?: string;
3636
/**
3737
*
3838
* @type {number}
3939
* @memberof AccountCreateRequest
4040
*/
41-
'apr'?: number;
41+
'account_type': number;
4242
/**
4343
*
4444
* @type {number}
4545
* @memberof AccountCreateRequest
4646
*/
47-
'apy'?: number;
47+
'apr'?: number;
4848
/**
4949
*
5050
* @type {number}
5151
* @memberof AccountCreateRequest
5252
*/
53-
'available_balance'?: number;
53+
'apy'?: number;
5454
/**
5555
*
5656
* @type {number}
5757
* @memberof AccountCreateRequest
5858
*/
59-
'available_credit'?: number;
59+
'available_balance'?: number;
6060
/**
6161
*
6262
* @type {number}
6363
* @memberof AccountCreateRequest
6464
*/
65-
'balance': number;
65+
'balance'?: number;
6666
/**
6767
*
6868
* @type {number}
@@ -81,24 +81,12 @@ export interface AccountCreateRequest {
8181
* @memberof AccountCreateRequest
8282
*/
8383
'currency_code'?: string;
84-
/**
85-
*
86-
* @type {number}
87-
* @memberof AccountCreateRequest
88-
*/
89-
'day_payment_is_due'?: number;
9084
/**
9185
*
9286
* @type {number}
9387
* @memberof AccountCreateRequest
9488
*/
9589
'death_benefit'?: number;
96-
/**
97-
*
98-
* @type {string}
99-
* @memberof AccountCreateRequest
100-
*/
101-
'id'?: string;
10290
/**
10391
*
10492
* @type {number}
@@ -110,55 +98,31 @@ export interface AccountCreateRequest {
11098
* @type {boolean}
11199
* @memberof AccountCreateRequest
112100
*/
113-
'is_closed'?: boolean;
101+
'is_business'?: boolean;
114102
/**
115103
*
116104
* @type {boolean}
117105
* @memberof AccountCreateRequest
118106
*/
119-
'is_hidden'?: boolean;
120-
/**
121-
*
122-
* @type {number}
123-
* @memberof AccountCreateRequest
124-
*/
125-
'last_payment'?: number;
107+
'is_closed'?: boolean;
126108
/**
127109
*
128-
* @type {string}
110+
* @type {boolean}
129111
* @memberof AccountCreateRequest
130112
*/
131-
'last_payment_at'?: string;
113+
'is_hidden'?: boolean;
132114
/**
133115
*
134116
* @type {number}
135117
* @memberof AccountCreateRequest
136118
*/
137119
'loan_amount'?: number;
138-
/**
139-
*
140-
* @type {string}
141-
* @memberof AccountCreateRequest
142-
*/
143-
'matures_on'?: string;
144120
/**
145121
*
146122
* @type {string}
147123
* @memberof AccountCreateRequest
148124
*/
149125
'metadata'?: string;
150-
/**
151-
*
152-
* @type {number}
153-
* @memberof AccountCreateRequest
154-
*/
155-
'minimum_balance'?: number;
156-
/**
157-
*
158-
* @type {number}
159-
* @memberof AccountCreateRequest
160-
*/
161-
'minimum_payment'?: number;
162126
/**
163127
*
164128
* @type {string}
@@ -177,42 +141,24 @@ export interface AccountCreateRequest {
177141
* @memberof AccountCreateRequest
178142
*/
179143
'original_balance'?: number;
180-
/**
181-
*
182-
* @type {string}
183-
* @memberof AccountCreateRequest
184-
*/
185-
'payment_due_at'?: string;
186144
/**
187145
*
188146
* @type {number}
189147
* @memberof AccountCreateRequest
190148
*/
191-
'payoff_balance'?: number;
192-
/**
193-
*
194-
* @type {string}
195-
* @memberof AccountCreateRequest
196-
*/
197-
'routing_number'?: string;
149+
'property_type'?: number;
198150
/**
199151
*
200152
* @type {string}
201153
* @memberof AccountCreateRequest
202154
*/
203-
'started_on'?: string;
155+
'property_type_name'?: string;
204156
/**
205157
*
206-
* @type {string}
207-
* @memberof AccountCreateRequest
208-
*/
209-
'subtype'?: string;
210-
/**
211-
*
212-
* @type {string}
158+
* @type {boolean}
213159
* @memberof AccountCreateRequest
214160
*/
215-
'type': string;
161+
'skip_webhook'?: boolean;
216162
}
217163
/**
218164
*
@@ -435,6 +381,30 @@ export interface AccountResponse {
435381
* @memberof AccountResponse
436382
*/
437383
'account_number'?: string | null;
384+
/**
385+
*
386+
* @type {string}
387+
* @memberof AccountResponse
388+
*/
389+
'account_ownership'?: string | null;
390+
/**
391+
*
392+
* @type {string}
393+
* @memberof AccountResponse
394+
*/
395+
'annuity_policy_to_date'?: string | null;
396+
/**
397+
*
398+
* @type {string}
399+
* @memberof AccountResponse
400+
*/
401+
'annuity_provider'?: string | null;
402+
/**
403+
*
404+
* @type {number}
405+
* @memberof AccountResponse
406+
*/
407+
'annuity_term_year'?: number | null;
438408
/**
439409
*
440410
* @type {number}
@@ -482,7 +452,7 @@ export interface AccountResponse {
482452
* @type {string}
483453
* @memberof AccountResponse
484454
*/
485-
'created_at'?: string | null;
455+
'created_at'?: string;
486456
/**
487457
*
488458
* @type {number}
@@ -533,28 +503,22 @@ export interface AccountResponse {
533503
'imported_at'?: string | null;
534504
/**
535505
*
536-
* @type {string}
506+
* @type {number}
537507
* @memberof AccountResponse
538508
*/
539-
'institution_code'?: string | null;
509+
'interest_rate'?: number | null;
540510
/**
541511
*
542512
* @type {string}
543513
* @memberof AccountResponse
544514
*/
545-
'insured_name'?: string | null;
546-
/**
547-
*
548-
* @type {number}
549-
* @memberof AccountResponse
550-
*/
551-
'interest_rate'?: number | null;
515+
'institution_code'?: string | null;
552516
/**
553517
*
554-
* @type {boolean}
518+
* @type {string}
555519
* @memberof AccountResponse
556520
*/
557-
'is_business'?: boolean | null;
521+
'insured_name'?: string | null;
558522
/**
559523
*
560524
* @type {boolean}
@@ -591,6 +555,12 @@ export interface AccountResponse {
591555
* @memberof AccountResponse
592556
*/
593557
'loan_amount'?: number | null;
558+
/**
559+
*
560+
* @type {number}
561+
* @memberof AccountResponse
562+
*/
563+
'margin_balance'?: number | null;
594564
/**
595565
*
596566
* @type {string}
@@ -680,25 +650,31 @@ export interface AccountResponse {
680650
* @type {string}
681651
* @memberof AccountResponse
682652
*/
683-
'property_type'?: string | null;
653+
'routing_number'?: string | null;
684654
/**
685655
*
686656
* @type {string}
687657
* @memberof AccountResponse
688658
*/
689-
'routing_number'?: string | null;
659+
'started_on'?: string | null;
690660
/**
691661
*
692662
* @type {string}
693663
* @memberof AccountResponse
694664
*/
695-
'started_on'?: string | null;
665+
'subtype'?: string | null;
696666
/**
697667
*
698-
* @type {string}
668+
* @type {number}
699669
* @memberof AccountResponse
700670
*/
701-
'subtype'?: string | null;
671+
'today_ugl_amount'?: number | null;
672+
/**
673+
*
674+
* @type {number}
675+
* @memberof AccountResponse
676+
*/
677+
'today_ugl_percentage'?: number | null;
702678
/**
703679
*
704680
* @type {number}

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

0 commit comments

Comments
 (0)