increase 0.582.1 → 0.583.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/resources/accounts.d.mts +2 -1
- package/resources/accounts.d.mts.map +1 -1
- package/resources/accounts.d.ts +2 -1
- package/resources/accounts.d.ts.map +1 -1
- package/resources/beneficial-owners.d.mts +4 -0
- package/resources/beneficial-owners.d.mts.map +1 -1
- package/resources/beneficial-owners.d.ts +4 -0
- package/resources/beneficial-owners.d.ts.map +1 -1
- package/resources/check-transfers.d.mts +8 -9
- package/resources/check-transfers.d.mts.map +1 -1
- package/resources/check-transfers.d.ts +8 -9
- package/resources/check-transfers.d.ts.map +1 -1
- package/resources/check-transfers.js +4 -1
- package/resources/check-transfers.js.map +1 -1
- package/resources/check-transfers.mjs +4 -1
- package/resources/check-transfers.mjs.map +1 -1
- package/resources/entities.d.mts +17 -2
- package/resources/entities.d.mts.map +1 -1
- package/resources/entities.d.ts +17 -2
- package/resources/entities.d.ts.map +1 -1
- package/resources/event-subscriptions.d.mts +10 -2
- package/resources/event-subscriptions.d.mts.map +1 -1
- package/resources/event-subscriptions.d.ts +10 -2
- package/resources/event-subscriptions.d.ts.map +1 -1
- package/resources/events.d.mts +11 -3
- package/resources/events.d.mts.map +1 -1
- package/resources/events.d.ts +11 -3
- package/resources/events.d.ts.map +1 -1
- package/resources/external-accounts.d.mts +1 -1
- package/resources/external-accounts.d.ts +1 -1
- package/resources/files.d.mts +8 -6
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +8 -6
- package/resources/files.d.ts.map +1 -1
- package/resources/inbound-check-deposits.d.mts +6 -0
- package/resources/inbound-check-deposits.d.mts.map +1 -1
- package/resources/inbound-check-deposits.d.ts +6 -0
- package/resources/inbound-check-deposits.d.ts.map +1 -1
- package/resources/physical-card-profiles.d.mts +6 -2
- package/resources/physical-card-profiles.d.mts.map +1 -1
- package/resources/physical-card-profiles.d.ts +6 -2
- package/resources/physical-card-profiles.d.ts.map +1 -1
- package/resources/programs.d.mts +2 -1
- package/resources/programs.d.mts.map +1 -1
- package/resources/programs.d.ts +2 -1
- package/resources/programs.d.ts.map +1 -1
- package/resources/routing-numbers.d.mts +7 -0
- package/resources/routing-numbers.d.mts.map +1 -1
- package/resources/routing-numbers.d.ts +7 -0
- package/resources/routing-numbers.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.d.mts +0 -1
- package/resources/simulations/ach-transfers.d.mts.map +1 -1
- package/resources/simulations/ach-transfers.d.ts +0 -1
- package/resources/simulations/ach-transfers.d.ts.map +1 -1
- package/resources/simulations/check-deposits.d.mts +1 -2
- package/resources/simulations/check-deposits.d.mts.map +1 -1
- package/resources/simulations/check-deposits.d.ts +1 -2
- package/resources/simulations/check-deposits.d.ts.map +1 -1
- package/resources/simulations/inbound-check-deposits.d.mts +5 -4
- package/resources/simulations/inbound-check-deposits.d.mts.map +1 -1
- package/resources/simulations/inbound-check-deposits.d.ts +5 -4
- package/resources/simulations/inbound-check-deposits.d.ts.map +1 -1
- package/resources/simulations/inbound-check-deposits.js +5 -4
- package/resources/simulations/inbound-check-deposits.js.map +1 -1
- package/resources/simulations/inbound-check-deposits.mjs +5 -4
- package/resources/simulations/inbound-check-deposits.mjs.map +1 -1
- package/resources/simulations/programs.d.mts +2 -1
- package/resources/simulations/programs.d.mts.map +1 -1
- package/resources/simulations/programs.d.ts +2 -1
- package/resources/simulations/programs.d.ts.map +1 -1
- package/resources/wire-drawdown-requests.d.mts +4 -4
- package/resources/wire-drawdown-requests.d.ts +4 -4
- package/resources/wire-transfers.d.mts +6 -2
- package/resources/wire-transfers.d.mts.map +1 -1
- package/resources/wire-transfers.d.ts +6 -2
- package/resources/wire-transfers.d.ts.map +1 -1
- package/src/resources/accounts.ts +2 -1
- package/src/resources/beneficial-owners.ts +4 -0
- package/src/resources/check-transfers.ts +8 -9
- package/src/resources/entities.ts +17 -2
- package/src/resources/event-subscriptions.ts +12 -0
- package/src/resources/events.ts +14 -0
- package/src/resources/external-accounts.ts +1 -1
- package/src/resources/files.ts +8 -6
- package/src/resources/inbound-check-deposits.ts +7 -0
- package/src/resources/physical-card-profiles.ts +6 -2
- package/src/resources/programs.ts +2 -1
- package/src/resources/routing-numbers.ts +8 -0
- package/src/resources/simulations/ach-transfers.ts +0 -1
- package/src/resources/simulations/check-deposits.ts +1 -2
- package/src/resources/simulations/inbound-check-deposits.ts +5 -4
- package/src/resources/simulations/programs.ts +2 -1
- package/src/resources/wire-drawdown-requests.ts +4 -4
- package/src/resources/wire-transfers.ts +10 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -1398,6 +1398,8 @@ export namespace EntityCreateParams {
|
|
|
1398
1398
|
|
|
1399
1399
|
/**
|
|
1400
1400
|
* The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
1401
|
+
*
|
|
1402
|
+
* Defaults to `US`.
|
|
1401
1403
|
*/
|
|
1402
1404
|
country: string;
|
|
1403
1405
|
|
|
@@ -1492,6 +1494,8 @@ export namespace EntityCreateParams {
|
|
|
1492
1494
|
|
|
1493
1495
|
/**
|
|
1494
1496
|
* The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
1497
|
+
*
|
|
1498
|
+
* Defaults to `US`.
|
|
1495
1499
|
*/
|
|
1496
1500
|
country: string;
|
|
1497
1501
|
|
|
@@ -1668,8 +1672,7 @@ export namespace EntityCreateParams {
|
|
|
1668
1672
|
value: string;
|
|
1669
1673
|
|
|
1670
1674
|
/**
|
|
1671
|
-
* The category of the legal identifier.
|
|
1672
|
-
* `us_employer_identification_number`.
|
|
1675
|
+
* The category of the legal identifier.
|
|
1673
1676
|
*
|
|
1674
1677
|
* - `us_employer_identification_number` - The Employer Identification Number (EIN)
|
|
1675
1678
|
* for the company. The EIN is a 9-digit number assigned by the IRS; submit it as
|
|
@@ -1822,6 +1825,8 @@ export namespace EntityCreateParams {
|
|
|
1822
1825
|
|
|
1823
1826
|
/**
|
|
1824
1827
|
* The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
1828
|
+
*
|
|
1829
|
+
* Defaults to `US`.
|
|
1825
1830
|
*/
|
|
1826
1831
|
country: string;
|
|
1827
1832
|
|
|
@@ -2033,6 +2038,8 @@ export namespace EntityCreateParams {
|
|
|
2033
2038
|
|
|
2034
2039
|
/**
|
|
2035
2040
|
* The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
2041
|
+
*
|
|
2042
|
+
* Defaults to `US`.
|
|
2036
2043
|
*/
|
|
2037
2044
|
country: string;
|
|
2038
2045
|
|
|
@@ -2412,6 +2419,8 @@ export namespace EntityCreateParams {
|
|
|
2412
2419
|
|
|
2413
2420
|
/**
|
|
2414
2421
|
* The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
2422
|
+
*
|
|
2423
|
+
* Defaults to `US`.
|
|
2415
2424
|
*/
|
|
2416
2425
|
country: string;
|
|
2417
2426
|
|
|
@@ -2620,6 +2629,8 @@ export namespace EntityCreateParams {
|
|
|
2620
2629
|
|
|
2621
2630
|
/**
|
|
2622
2631
|
* The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
2632
|
+
*
|
|
2633
|
+
* Defaults to `US`.
|
|
2623
2634
|
*/
|
|
2624
2635
|
country: string;
|
|
2625
2636
|
|
|
@@ -2899,6 +2910,8 @@ export namespace EntityUpdateParams {
|
|
|
2899
2910
|
|
|
2900
2911
|
/**
|
|
2901
2912
|
* The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
2913
|
+
*
|
|
2914
|
+
* Defaults to `US`.
|
|
2902
2915
|
*/
|
|
2903
2916
|
country: string;
|
|
2904
2917
|
|
|
@@ -3042,6 +3055,8 @@ export namespace EntityUpdateParams {
|
|
|
3042
3055
|
|
|
3043
3056
|
/**
|
|
3044
3057
|
* The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
3058
|
+
*
|
|
3059
|
+
* Defaults to `US`.
|
|
3045
3060
|
*/
|
|
3046
3061
|
country: string;
|
|
3047
3062
|
|
|
@@ -248,6 +248,10 @@ export namespace EventSubscription {
|
|
|
248
248
|
* created.
|
|
249
249
|
* - `inbound_wire_transfer.updated` - Occurs whenever an Inbound Wire Transfer is
|
|
250
250
|
* updated.
|
|
251
|
+
* - `interest_rate_plan.created` - Occurs whenever an Interest Rate Plan is
|
|
252
|
+
* created.
|
|
253
|
+
* - `interest_rate_plan.updated` - Occurs whenever an Interest Rate Plan is
|
|
254
|
+
* updated.
|
|
251
255
|
* - `intrafi_account_enrollment.created` - Occurs whenever an IntraFi Account
|
|
252
256
|
* Enrollment is created.
|
|
253
257
|
* - `intrafi_account_enrollment.updated` - Occurs whenever an IntraFi Account
|
|
@@ -392,6 +396,8 @@ export namespace EventSubscription {
|
|
|
392
396
|
| 'inbound_wire_drawdown_request.created'
|
|
393
397
|
| 'inbound_wire_transfer.created'
|
|
394
398
|
| 'inbound_wire_transfer.updated'
|
|
399
|
+
| 'interest_rate_plan.created'
|
|
400
|
+
| 'interest_rate_plan.updated'
|
|
395
401
|
| 'intrafi_account_enrollment.created'
|
|
396
402
|
| 'intrafi_account_enrollment.updated'
|
|
397
403
|
| 'intrafi_exclusion.created'
|
|
@@ -590,6 +596,10 @@ export namespace EventSubscriptionCreateParams {
|
|
|
590
596
|
* created.
|
|
591
597
|
* - `inbound_wire_transfer.updated` - Occurs whenever an Inbound Wire Transfer is
|
|
592
598
|
* updated.
|
|
599
|
+
* - `interest_rate_plan.created` - Occurs whenever an Interest Rate Plan is
|
|
600
|
+
* created.
|
|
601
|
+
* - `interest_rate_plan.updated` - Occurs whenever an Interest Rate Plan is
|
|
602
|
+
* updated.
|
|
593
603
|
* - `intrafi_account_enrollment.created` - Occurs whenever an IntraFi Account
|
|
594
604
|
* Enrollment is created.
|
|
595
605
|
* - `intrafi_account_enrollment.updated` - Occurs whenever an IntraFi Account
|
|
@@ -734,6 +744,8 @@ export namespace EventSubscriptionCreateParams {
|
|
|
734
744
|
| 'inbound_wire_drawdown_request.created'
|
|
735
745
|
| 'inbound_wire_transfer.created'
|
|
736
746
|
| 'inbound_wire_transfer.updated'
|
|
747
|
+
| 'interest_rate_plan.created'
|
|
748
|
+
| 'interest_rate_plan.updated'
|
|
737
749
|
| 'intrafi_account_enrollment.created'
|
|
738
750
|
| 'intrafi_account_enrollment.updated'
|
|
739
751
|
| 'intrafi_exclusion.created'
|
package/src/resources/events.ts
CHANGED
|
@@ -186,6 +186,10 @@ export interface Event {
|
|
|
186
186
|
* created.
|
|
187
187
|
* - `inbound_wire_transfer.updated` - Occurs whenever an Inbound Wire Transfer is
|
|
188
188
|
* updated.
|
|
189
|
+
* - `interest_rate_plan.created` - Occurs whenever an Interest Rate Plan is
|
|
190
|
+
* created.
|
|
191
|
+
* - `interest_rate_plan.updated` - Occurs whenever an Interest Rate Plan is
|
|
192
|
+
* updated.
|
|
189
193
|
* - `intrafi_account_enrollment.created` - Occurs whenever an IntraFi Account
|
|
190
194
|
* Enrollment is created.
|
|
191
195
|
* - `intrafi_account_enrollment.updated` - Occurs whenever an IntraFi Account
|
|
@@ -330,6 +334,8 @@ export interface Event {
|
|
|
330
334
|
| 'inbound_wire_drawdown_request.created'
|
|
331
335
|
| 'inbound_wire_transfer.created'
|
|
332
336
|
| 'inbound_wire_transfer.updated'
|
|
337
|
+
| 'interest_rate_plan.created'
|
|
338
|
+
| 'interest_rate_plan.updated'
|
|
333
339
|
| 'intrafi_account_enrollment.created'
|
|
334
340
|
| 'intrafi_account_enrollment.updated'
|
|
335
341
|
| 'intrafi_exclusion.created'
|
|
@@ -521,6 +527,10 @@ export interface UnwrapWebhookEvent {
|
|
|
521
527
|
* created.
|
|
522
528
|
* - `inbound_wire_transfer.updated` - Occurs whenever an Inbound Wire Transfer is
|
|
523
529
|
* updated.
|
|
530
|
+
* - `interest_rate_plan.created` - Occurs whenever an Interest Rate Plan is
|
|
531
|
+
* created.
|
|
532
|
+
* - `interest_rate_plan.updated` - Occurs whenever an Interest Rate Plan is
|
|
533
|
+
* updated.
|
|
524
534
|
* - `intrafi_account_enrollment.created` - Occurs whenever an IntraFi Account
|
|
525
535
|
* Enrollment is created.
|
|
526
536
|
* - `intrafi_account_enrollment.updated` - Occurs whenever an IntraFi Account
|
|
@@ -665,6 +675,8 @@ export interface UnwrapWebhookEvent {
|
|
|
665
675
|
| 'inbound_wire_drawdown_request.created'
|
|
666
676
|
| 'inbound_wire_transfer.created'
|
|
667
677
|
| 'inbound_wire_transfer.updated'
|
|
678
|
+
| 'interest_rate_plan.created'
|
|
679
|
+
| 'interest_rate_plan.updated'
|
|
668
680
|
| 'intrafi_account_enrollment.created'
|
|
669
681
|
| 'intrafi_account_enrollment.updated'
|
|
670
682
|
| 'intrafi_exclusion.created'
|
|
@@ -816,6 +828,8 @@ export namespace EventListParams {
|
|
|
816
828
|
| 'inbound_wire_drawdown_request.created'
|
|
817
829
|
| 'inbound_wire_transfer.created'
|
|
818
830
|
| 'inbound_wire_transfer.updated'
|
|
831
|
+
| 'interest_rate_plan.created'
|
|
832
|
+
| 'interest_rate_plan.updated'
|
|
819
833
|
| 'intrafi_account_enrollment.created'
|
|
820
834
|
| 'intrafi_account_enrollment.updated'
|
|
821
835
|
| 'intrafi_exclusion.created'
|
|
@@ -181,7 +181,7 @@ export interface ExternalAccountCreateParams {
|
|
|
181
181
|
account_holder?: 'business' | 'individual' | 'unknown';
|
|
182
182
|
|
|
183
183
|
/**
|
|
184
|
-
* The type of the destination account.
|
|
184
|
+
* The type of the destination account.
|
|
185
185
|
*
|
|
186
186
|
* - `checking` - A checking account.
|
|
187
187
|
* - `savings` - A savings account.
|
package/src/resources/files.ts
CHANGED
|
@@ -176,11 +176,12 @@ export interface File {
|
|
|
176
176
|
* - `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
|
|
177
177
|
* wallet apps. This must be a 100x100 pixel PNG.
|
|
178
178
|
* - `physical_card_front` - A card image to be printed on the front of a physical
|
|
179
|
-
* card. This must be a 2100x1344 pixel PNG with
|
|
179
|
+
* card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch
|
|
180
|
+
* (DPI) and no other color but black.
|
|
180
181
|
* - `physical_card_back` - The image to be printed on the back of a physical card.
|
|
181
182
|
* - `physical_card_carrier` - An image representing the entirety of the carrier
|
|
182
|
-
* used for a physical card. This must be a 2550x3300 pixel PNG with
|
|
183
|
-
* color but black.
|
|
183
|
+
* used for a physical card. This must be a 2550x3300 pixel PNG with a density of
|
|
184
|
+
* 300 dots per inch (DPI) and no other color but black.
|
|
184
185
|
* - `document_request` - A document requested by Increase.
|
|
185
186
|
* - `entity_supplemental_document` - A supplemental document associated an an
|
|
186
187
|
* Entity.
|
|
@@ -275,10 +276,11 @@ export interface FileCreateParams {
|
|
|
275
276
|
* - `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
|
|
276
277
|
* wallet apps. This must be a 100x100 pixel PNG.
|
|
277
278
|
* - `physical_card_front` - A card image to be printed on the front of a physical
|
|
278
|
-
* card. This must be a 2100x1344 pixel PNG with
|
|
279
|
+
* card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch
|
|
280
|
+
* (DPI) and no other color but black.
|
|
279
281
|
* - `physical_card_carrier` - An image representing the entirety of the carrier
|
|
280
|
-
* used for a physical card. This must be a 2550x3300 pixel PNG with
|
|
281
|
-
* color but black.
|
|
282
|
+
* used for a physical card. This must be a 2550x3300 pixel PNG with a density of
|
|
283
|
+
* 300 dots per inch (DPI) and no other color but black.
|
|
282
284
|
* - `document_request` - A document requested by Increase.
|
|
283
285
|
* - `entity_supplemental_document` - A supplemental document associated an an
|
|
284
286
|
* Entity.
|
|
@@ -122,6 +122,13 @@ export interface InboundCheckDeposit {
|
|
|
122
122
|
*/
|
|
123
123
|
amount: number;
|
|
124
124
|
|
|
125
|
+
/**
|
|
126
|
+
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
127
|
+
* the Inbound Check Deposit will be automatically resolved if it has not been
|
|
128
|
+
* actioned by then.
|
|
129
|
+
*/
|
|
130
|
+
automatically_resolves_at: string;
|
|
131
|
+
|
|
125
132
|
/**
|
|
126
133
|
* The ID for the File containing the image of the back of the check.
|
|
127
134
|
*/
|
|
@@ -229,7 +229,9 @@ export namespace PhysicalCardProfile {
|
|
|
229
229
|
|
|
230
230
|
export interface PhysicalCardProfileCreateParams {
|
|
231
231
|
/**
|
|
232
|
-
* The identifier of the File containing the physical card's carrier image.
|
|
232
|
+
* The identifier of the File containing the physical card's carrier image. This
|
|
233
|
+
* must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
|
|
234
|
+
* density of 300 dots per inch (DPI).
|
|
233
235
|
*/
|
|
234
236
|
carrier_image_file_id: string;
|
|
235
237
|
|
|
@@ -244,7 +246,9 @@ export interface PhysicalCardProfileCreateParams {
|
|
|
244
246
|
description: string;
|
|
245
247
|
|
|
246
248
|
/**
|
|
247
|
-
* The identifier of the File containing the physical card's front image.
|
|
249
|
+
* The identifier of the File containing the physical card's front image. This must
|
|
250
|
+
* have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
|
|
251
|
+
* of 600 dots per inch (DPI).
|
|
248
252
|
*/
|
|
249
253
|
front_image_file_id: string;
|
|
250
254
|
|
|
@@ -60,8 +60,9 @@ export interface Program {
|
|
|
60
60
|
* - `core_bank` - Core Bank
|
|
61
61
|
* - `first_internet_bank` - First Internet Bank of Indiana
|
|
62
62
|
* - `grasshopper_bank` - Grasshopper Bank
|
|
63
|
+
* - `increase_bank` - Increase Bank
|
|
63
64
|
*/
|
|
64
|
-
bank: 'core_bank' | 'first_internet_bank' | 'grasshopper_bank';
|
|
65
|
+
bank: 'core_bank' | 'first_internet_bank' | 'grasshopper_bank' | 'increase_bank';
|
|
65
66
|
|
|
66
67
|
/**
|
|
67
68
|
* The Program billing account.
|
|
@@ -60,6 +60,14 @@ export interface RoutingNumberListResponse {
|
|
|
60
60
|
*/
|
|
61
61
|
name: string;
|
|
62
62
|
|
|
63
|
+
/**
|
|
64
|
+
* This routing number's support for Real-Time Payments Requests for Payment.
|
|
65
|
+
*
|
|
66
|
+
* - `supported` - The routing number can receive this transfer type.
|
|
67
|
+
* - `not_supported` - The routing number cannot receive this transfer type.
|
|
68
|
+
*/
|
|
69
|
+
real_time_payments_request_for_payment: 'supported' | 'not_supported';
|
|
70
|
+
|
|
63
71
|
/**
|
|
64
72
|
* This routing number's support for Real-Time Payments Transfers.
|
|
65
73
|
*
|
|
@@ -156,7 +156,6 @@ export interface ACHTransferReturnParams {
|
|
|
156
156
|
|
|
157
157
|
/**
|
|
158
158
|
* The reason why the Federal Reserve or destination bank returned this transfer.
|
|
159
|
-
* Defaults to `no_account`.
|
|
160
159
|
*
|
|
161
160
|
* - `insufficient_fund` - Code R01. Insufficient funds in the receiving account.
|
|
162
161
|
* Sometimes abbreviated to "NSF."
|
|
@@ -99,8 +99,7 @@ export interface CheckDepositAdjustmentParams {
|
|
|
99
99
|
amount?: number;
|
|
100
100
|
|
|
101
101
|
/**
|
|
102
|
-
* The reason for the adjustment.
|
|
103
|
-
* used for a low quality image that the recipient wasn't able to handle.
|
|
102
|
+
* The reason for the adjustment.
|
|
104
103
|
*
|
|
105
104
|
* - `late_return` - The return was initiated too late and the receiving
|
|
106
105
|
* institution has responded with a Late Return Claim.
|
|
@@ -10,10 +10,11 @@ export class InboundCheckDeposits extends APIResource {
|
|
|
10
10
|
/**
|
|
11
11
|
* Simulates an Inbound Check Deposit against your account. This imitates someone
|
|
12
12
|
* depositing a check at their bank that was issued from your account. It may or
|
|
13
|
-
* may not be associated with a Check Transfer.
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
13
|
+
* may not be associated with a Check Transfer. The resulting Inbound Check Deposit
|
|
14
|
+
* will have a `status` of `pending`, and after an hour Increase will evaluate it
|
|
15
|
+
* as we would in production and either create a Transaction or a Declined
|
|
16
|
+
* Transaction as a result. To resolve it sooner, use the simulation to accept an
|
|
17
|
+
* Inbound Check Deposit or the API to decline one.
|
|
17
18
|
*
|
|
18
19
|
* @example
|
|
19
20
|
* ```ts
|
|
@@ -36,8 +36,9 @@ export interface ProgramCreateParams {
|
|
|
36
36
|
* - `core_bank` - Core Bank
|
|
37
37
|
* - `first_internet_bank` - First Internet Bank of Indiana
|
|
38
38
|
* - `grasshopper_bank` - Grasshopper Bank
|
|
39
|
+
* - `increase_bank` - Increase Bank
|
|
39
40
|
*/
|
|
40
|
-
bank?: 'core_bank' | 'first_internet_bank' | 'grasshopper_bank';
|
|
41
|
+
bank?: 'core_bank' | 'first_internet_bank' | 'grasshopper_bank' | 'increase_bank';
|
|
41
42
|
|
|
42
43
|
/**
|
|
43
44
|
* The maximum extendable credit of the program being added.
|
|
@@ -234,7 +234,7 @@ export namespace WireDrawdownRequest {
|
|
|
234
234
|
line2: string | null;
|
|
235
235
|
|
|
236
236
|
/**
|
|
237
|
-
* The
|
|
237
|
+
* The postal code of the address.
|
|
238
238
|
*/
|
|
239
239
|
postal_code: string | null;
|
|
240
240
|
|
|
@@ -271,7 +271,7 @@ export namespace WireDrawdownRequest {
|
|
|
271
271
|
line2: string | null;
|
|
272
272
|
|
|
273
273
|
/**
|
|
274
|
-
* The
|
|
274
|
+
* The postal code of the address.
|
|
275
275
|
*/
|
|
276
276
|
postal_code: string | null;
|
|
277
277
|
|
|
@@ -394,7 +394,7 @@ export namespace WireDrawdownRequestCreateParams {
|
|
|
394
394
|
line2?: string;
|
|
395
395
|
|
|
396
396
|
/**
|
|
397
|
-
* The
|
|
397
|
+
* The postal code of the address.
|
|
398
398
|
*/
|
|
399
399
|
postal_code?: string;
|
|
400
400
|
|
|
@@ -431,7 +431,7 @@ export namespace WireDrawdownRequestCreateParams {
|
|
|
431
431
|
line2?: string;
|
|
432
432
|
|
|
433
433
|
/**
|
|
434
|
-
* The
|
|
434
|
+
* The postal code of the address.
|
|
435
435
|
*/
|
|
436
436
|
postal_code?: string;
|
|
437
437
|
|
|
@@ -381,6 +381,8 @@ export namespace WireTransfer {
|
|
|
381
381
|
* Unstructured address lines.
|
|
382
382
|
*/
|
|
383
383
|
unstructured: Address.Unstructured | null;
|
|
384
|
+
|
|
385
|
+
[k: string]: unknown;
|
|
384
386
|
}
|
|
385
387
|
|
|
386
388
|
export namespace Address {
|
|
@@ -430,6 +432,8 @@ export namespace WireTransfer {
|
|
|
430
432
|
* Unstructured address lines.
|
|
431
433
|
*/
|
|
432
434
|
unstructured: Address.Unstructured | null;
|
|
435
|
+
|
|
436
|
+
[k: string]: unknown;
|
|
433
437
|
}
|
|
434
438
|
|
|
435
439
|
export namespace Address {
|
|
@@ -704,7 +708,9 @@ export namespace WireTransferCreateParams {
|
|
|
704
708
|
/**
|
|
705
709
|
* Unstructured address lines.
|
|
706
710
|
*/
|
|
707
|
-
unstructured
|
|
711
|
+
unstructured?: Address.Unstructured;
|
|
712
|
+
|
|
713
|
+
[k: string]: unknown;
|
|
708
714
|
}
|
|
709
715
|
|
|
710
716
|
export namespace Address {
|
|
@@ -818,7 +824,9 @@ export namespace WireTransferCreateParams {
|
|
|
818
824
|
/**
|
|
819
825
|
* Unstructured address lines.
|
|
820
826
|
*/
|
|
821
|
-
unstructured
|
|
827
|
+
unstructured?: Address.Unstructured;
|
|
828
|
+
|
|
829
|
+
[k: string]: unknown;
|
|
822
830
|
}
|
|
823
831
|
|
|
824
832
|
export namespace Address {
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.583.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.583.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.583.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.583.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|