Skip to content

Commit

Permalink
Generated version 0.17.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.17.0 of this library.
  • Loading branch information
devexperience committed Jul 28, 2023
1 parent 18c0f2d commit c259f1d
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 87 deletions.
146 changes: 61 additions & 85 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,37 +32,37 @@ export interface AccountCreateRequest {
* @type {string}
* @memberof AccountCreateRequest
*/
'account_number'?: string;
'account_subtype_name'?: string;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'apr'?: number;
'account_type': number;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'apy'?: number;
'apr'?: number;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'available_balance'?: number;
'apy'?: number;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'available_credit'?: number;
'available_balance'?: number;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'balance': number;
'balance'?: number;
/**
*
* @type {number}
Expand All @@ -81,24 +81,12 @@ export interface AccountCreateRequest {
* @memberof AccountCreateRequest
*/
'currency_code'?: string;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'day_payment_is_due'?: number;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'death_benefit'?: number;
/**
*
* @type {string}
* @memberof AccountCreateRequest
*/
'id'?: string;
/**
*
* @type {number}
Expand All @@ -110,55 +98,31 @@ export interface AccountCreateRequest {
* @type {boolean}
* @memberof AccountCreateRequest
*/
'is_closed'?: boolean;
'is_business'?: boolean;
/**
*
* @type {boolean}
* @memberof AccountCreateRequest
*/
'is_hidden'?: boolean;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'last_payment'?: number;
'is_closed'?: boolean;
/**
*
* @type {string}
* @type {boolean}
* @memberof AccountCreateRequest
*/
'last_payment_at'?: string;
'is_hidden'?: boolean;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'loan_amount'?: number;
/**
*
* @type {string}
* @memberof AccountCreateRequest
*/
'matures_on'?: string;
/**
*
* @type {string}
* @memberof AccountCreateRequest
*/
'metadata'?: string;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'minimum_balance'?: number;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'minimum_payment'?: number;
/**
*
* @type {string}
Expand All @@ -177,42 +141,24 @@ export interface AccountCreateRequest {
* @memberof AccountCreateRequest
*/
'original_balance'?: number;
/**
*
* @type {string}
* @memberof AccountCreateRequest
*/
'payment_due_at'?: string;
/**
*
* @type {number}
* @memberof AccountCreateRequest
*/
'payoff_balance'?: number;
/**
*
* @type {string}
* @memberof AccountCreateRequest
*/
'routing_number'?: string;
'property_type'?: number;
/**
*
* @type {string}
* @memberof AccountCreateRequest
*/
'started_on'?: string;
'property_type_name'?: string;
/**
*
* @type {string}
* @memberof AccountCreateRequest
*/
'subtype'?: string;
/**
*
* @type {string}
* @type {boolean}
* @memberof AccountCreateRequest
*/
'type': string;
'skip_webhook'?: boolean;
}
/**
*
Expand Down Expand Up @@ -435,6 +381,30 @@ export interface AccountResponse {
* @memberof AccountResponse
*/
'account_number'?: string | null;
/**
*
* @type {string}
* @memberof AccountResponse
*/
'account_ownership'?: string | null;
/**
*
* @type {string}
* @memberof AccountResponse
*/
'annuity_policy_to_date'?: string | null;
/**
*
* @type {string}
* @memberof AccountResponse
*/
'annuity_provider'?: string | null;
/**
*
* @type {number}
* @memberof AccountResponse
*/
'annuity_term_year'?: number | null;
/**
*
* @type {number}
Expand Down Expand Up @@ -482,7 +452,7 @@ export interface AccountResponse {
* @type {string}
* @memberof AccountResponse
*/
'created_at'?: string | null;
'created_at'?: string;
/**
*
* @type {number}
Expand Down Expand Up @@ -533,28 +503,22 @@ export interface AccountResponse {
'imported_at'?: string | null;
/**
*
* @type {string}
* @type {number}
* @memberof AccountResponse
*/
'institution_code'?: string | null;
'interest_rate'?: number | null;
/**
*
* @type {string}
* @memberof AccountResponse
*/
'insured_name'?: string | null;
/**
*
* @type {number}
* @memberof AccountResponse
*/
'interest_rate'?: number | null;
'institution_code'?: string | null;
/**
*
* @type {boolean}
* @type {string}
* @memberof AccountResponse
*/
'is_business'?: boolean | null;
'insured_name'?: string | null;
/**
*
* @type {boolean}
Expand Down Expand Up @@ -591,6 +555,12 @@ export interface AccountResponse {
* @memberof AccountResponse
*/
'loan_amount'?: number | null;
/**
*
* @type {number}
* @memberof AccountResponse
*/
'margin_balance'?: number | null;
/**
*
* @type {string}
Expand Down Expand Up @@ -680,25 +650,31 @@ export interface AccountResponse {
* @type {string}
* @memberof AccountResponse
*/
'property_type'?: string | null;
'routing_number'?: string | null;
/**
*
* @type {string}
* @memberof AccountResponse
*/
'routing_number'?: string | null;
'started_on'?: string | null;
/**
*
* @type {string}
* @memberof AccountResponse
*/
'started_on'?: string | null;
'subtype'?: string | null;
/**
*
* @type {string}
* @type {number}
* @memberof AccountResponse
*/
'subtype'?: string | null;
'today_ugl_amount'?: number | null;
/**
*
* @type {number}
* @memberof AccountResponse
*/
'today_ugl_percentage'?: number | null;
/**
*
* @type {number}
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.16.0
npmVersion: 0.17.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.16.0",
"version": "0.17.0",
"description": "A Node library for the MX Platform API.",
"author": "MX",
"keywords": [
Expand Down

0 comments on commit c259f1d

Please sign in to comment.