increase 0.7.1 → 0.8.1
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 +71 -0
- package/README.md +8 -4
- package/_shims/ReadableStream.d.ts +38 -0
- package/_shims/ReadableStream.js +5 -0
- package/_shims/ReadableStream.mjs +7 -0
- package/_shims/ReadableStream.node.d.ts +6 -0
- package/_shims/ReadableStream.node.d.ts.map +1 -0
- package/_shims/ReadableStream.node.js +14 -0
- package/_shims/ReadableStream.node.js.map +1 -0
- package/_shims/ReadableStream.node.mjs +3 -0
- package/_shims/ReadableStream.node.mjs.map +1 -0
- package/_shims/fetch.js +1 -1
- package/core.d.ts +11 -10
- package/core.d.ts.map +1 -1
- package/core.js +123 -60
- package/core.js.map +1 -1
- package/core.mjs +113 -20
- package/core.mjs.map +1 -1
- package/error.d.ts +1 -0
- package/error.d.ts.map +1 -1
- package/error.js +12 -3
- package/error.js.map +1 -1
- package/error.mjs +12 -3
- package/error.mjs.map +1 -1
- package/index.d.mts +9 -5
- package/index.d.ts +9 -5
- package/index.d.ts.map +1 -1
- package/index.js +15 -11
- package/index.js.map +1 -1
- package/index.mjs +15 -11
- package/index.mjs.map +1 -1
- package/package.json +4 -4
- package/resources/account-numbers.d.ts.map +1 -1
- package/resources/account-statements.d.ts.map +1 -1
- package/resources/account-transfers.d.ts.map +1 -1
- package/resources/accounts.d.ts.map +1 -1
- package/resources/ach-prenotifications.d.ts.map +1 -1
- package/resources/ach-transfers.d.ts.map +1 -1
- package/resources/balance-lookups.d.ts.map +1 -1
- package/resources/bookkeeping-accounts.d.ts.map +1 -1
- package/resources/bookkeeping-entries.d.ts.map +1 -1
- package/resources/bookkeeping-entry-sets.d.ts.map +1 -1
- package/resources/card-disputes.d.ts.map +1 -1
- package/resources/card-profiles.d.ts +17 -4
- package/resources/card-profiles.d.ts.map +1 -1
- package/resources/card-profiles.js.map +1 -1
- package/resources/card-profiles.mjs.map +1 -1
- package/resources/card-purchase-supplements.d.ts +270 -0
- package/resources/card-purchase-supplements.d.ts.map +1 -0
- package/resources/card-purchase-supplements.js +28 -0
- package/resources/card-purchase-supplements.js.map +1 -0
- package/resources/card-purchase-supplements.mjs +21 -0
- package/resources/card-purchase-supplements.mjs.map +1 -0
- package/resources/cards.d.ts.map +1 -1
- package/resources/check-deposits.d.ts.map +1 -1
- package/resources/check-transfers.d.ts +184 -98
- package/resources/check-transfers.d.ts.map +1 -1
- package/resources/check-transfers.js.map +1 -1
- package/resources/check-transfers.mjs.map +1 -1
- package/resources/declined-transactions.d.ts +9 -7
- package/resources/declined-transactions.d.ts.map +1 -1
- package/resources/declined-transactions.js.map +1 -1
- package/resources/declined-transactions.mjs.map +1 -1
- package/resources/digital-wallet-tokens.d.ts.map +1 -1
- package/resources/documents.d.ts.map +1 -1
- package/resources/entities/beneficial-owners.d.ts +219 -0
- package/resources/entities/beneficial-owners.d.ts.map +1 -0
- package/resources/entities/beneficial-owners.js +18 -0
- package/resources/entities/beneficial-owners.js.map +1 -0
- package/resources/entities/beneficial-owners.mjs +12 -0
- package/resources/entities/beneficial-owners.mjs.map +1 -0
- package/resources/entities/entities.d.ts +4 -0
- package/resources/entities/entities.d.ts.map +1 -1
- package/resources/entities/entities.js +3 -0
- package/resources/entities/entities.js.map +1 -1
- package/resources/entities/entities.mjs +3 -0
- package/resources/entities/entities.mjs.map +1 -1
- package/resources/entities/index.d.ts +1 -0
- package/resources/entities/index.d.ts.map +1 -1
- package/resources/entities/index.js +8 -0
- package/resources/entities/index.js.map +1 -1
- package/resources/entities/index.mjs +1 -0
- package/resources/entities/index.mjs.map +1 -1
- package/resources/entities/supplemental-documents.d.ts.map +1 -1
- package/resources/event-subscriptions.d.ts.map +1 -1
- package/resources/events.d.ts.map +1 -1
- package/resources/exports.d.ts.map +1 -1
- package/resources/external-accounts.d.ts.map +1 -1
- package/resources/files.d.ts.map +1 -1
- package/resources/groups.d.ts.map +1 -1
- package/resources/inbound-ach-transfer-returns.d.ts.map +1 -1
- package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -1
- package/resources/index.d.ts +6 -0
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +18 -3
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/limits.d.ts +2 -2
- package/resources/limits.d.ts.map +1 -1
- package/resources/oauth-connections.d.ts.map +1 -1
- package/resources/pending-transactions.d.ts +11 -7
- package/resources/pending-transactions.d.ts.map +1 -1
- package/resources/pending-transactions.js.map +1 -1
- package/resources/pending-transactions.mjs.map +1 -1
- package/resources/programs.d.ts.map +1 -1
- package/resources/real-time-decisions.d.ts +49 -7
- package/resources/real-time-decisions.d.ts.map +1 -1
- package/resources/real-time-decisions.js.map +1 -1
- package/resources/real-time-decisions.mjs.map +1 -1
- package/resources/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/routing-numbers.d.ts.map +1 -1
- package/resources/shared.d.ts +2 -0
- package/resources/shared.d.ts.map +1 -1
- package/resources/simulations/account-statements.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.d.ts +952 -26
- package/resources/simulations/ach-transfers.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.js.map +1 -1
- package/resources/simulations/ach-transfers.mjs.map +1 -1
- package/resources/simulations/card-disputes.d.ts.map +1 -1
- package/resources/simulations/card-refunds.d.ts.map +1 -1
- package/resources/simulations/cards.d.ts +20 -14
- package/resources/simulations/cards.d.ts.map +1 -1
- package/resources/simulations/cards.js.map +1 -1
- package/resources/simulations/cards.mjs.map +1 -1
- package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -1
- package/resources/simulations/documents.d.ts.map +1 -1
- package/resources/simulations/inbound-funds-holds.d.ts +4 -0
- package/resources/simulations/inbound-funds-holds.d.ts.map +1 -1
- package/resources/simulations/inbound-funds-holds.js.map +1 -1
- package/resources/simulations/inbound-funds-holds.mjs.map +1 -1
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +1 -1
- package/resources/simulations/interest-payments.d.ts +951 -19
- package/resources/simulations/interest-payments.d.ts.map +1 -1
- package/resources/simulations/interest-payments.js.map +1 -1
- package/resources/simulations/interest-payments.mjs.map +1 -1
- package/resources/simulations/programs.d.ts.map +1 -1
- package/resources/simulations/real-time-payments-transfers.d.ts +952 -26
- package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/simulations/real-time-payments-transfers.js.map +1 -1
- package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
- package/resources/simulations/simulations.d.ts.map +1 -1
- package/resources/simulations/simulations.js.map +1 -1
- package/resources/simulations/wire-transfers.d.ts +943 -19
- package/resources/simulations/wire-transfers.d.ts.map +1 -1
- package/resources/simulations/wire-transfers.js.map +1 -1
- package/resources/simulations/wire-transfers.mjs.map +1 -1
- package/resources/transactions.d.ts +943 -20
- package/resources/transactions.d.ts.map +1 -1
- package/resources/transactions.js.map +1 -1
- package/resources/transactions.mjs.map +1 -1
- package/resources/wire-drawdown-requests.d.ts.map +1 -1
- package/resources/wire-transfers.d.ts.map +1 -1
- package/src/_shims/ReadableStream.d.ts +38 -0
- package/src/_shims/ReadableStream.js +5 -0
- package/src/_shims/ReadableStream.mjs +7 -0
- package/src/_shims/ReadableStream.node.ts +6 -0
- package/src/_shims/fetch.deno.ts +23 -0
- package/src/_shims/fetch.js +1 -1
- package/src/_shims/formdata.deno.ts +16 -0
- package/src/core.ts +130 -21
- package/src/error.ts +11 -1
- package/src/index.ts +23 -16
- package/src/resources/account-numbers.ts +1 -1
- package/src/resources/account-statements.ts +1 -1
- package/src/resources/account-transfers.ts +1 -1
- package/src/resources/accounts.ts +1 -1
- package/src/resources/ach-prenotifications.ts +1 -1
- package/src/resources/ach-transfers.ts +1 -1
- package/src/resources/balance-lookups.ts +1 -1
- package/src/resources/bookkeeping-accounts.ts +1 -1
- package/src/resources/bookkeeping-entries.ts +1 -1
- package/src/resources/bookkeeping-entry-sets.ts +1 -1
- package/src/resources/card-disputes.ts +1 -1
- package/src/resources/card-profiles.ts +19 -5
- package/src/resources/card-purchase-supplements.ts +331 -0
- package/src/resources/cards.ts +1 -1
- package/src/resources/check-deposits.ts +1 -1
- package/src/resources/check-transfers.ts +208 -113
- package/src/resources/declined-transactions.ts +11 -9
- package/src/resources/digital-wallet-tokens.ts +1 -1
- package/src/resources/documents.ts +1 -1
- package/src/resources/entities/beneficial-owners.ts +255 -0
- package/src/resources/entities/entities.ts +6 -1
- package/src/resources/entities/index.ts +1 -0
- package/src/resources/entities/supplemental-documents.ts +1 -1
- package/src/resources/event-subscriptions.ts +1 -1
- package/src/resources/events.ts +1 -1
- package/src/resources/exports.ts +1 -1
- package/src/resources/external-accounts.ts +1 -1
- package/src/resources/files.ts +1 -1
- package/src/resources/groups.ts +1 -1
- package/src/resources/inbound-ach-transfer-returns.ts +1 -1
- package/src/resources/inbound-wire-drawdown-requests.ts +1 -1
- package/src/resources/index.ts +6 -0
- package/src/resources/limits.ts +3 -3
- package/src/resources/oauth-connections.ts +1 -1
- package/src/resources/pending-transactions.ts +14 -9
- package/src/resources/programs.ts +1 -1
- package/src/resources/real-time-decisions.ts +57 -9
- package/src/resources/real-time-payments-transfers.ts +1 -1
- package/src/resources/routing-numbers.ts +1 -1
- package/src/resources/shared.ts +2 -0
- package/src/resources/simulations/account-statements.ts +1 -1
- package/src/resources/simulations/ach-transfers.ts +1091 -30
- package/src/resources/simulations/card-disputes.ts +1 -1
- package/src/resources/simulations/card-refunds.ts +1 -1
- package/src/resources/simulations/cards.ts +24 -17
- package/src/resources/simulations/digital-wallet-token-requests.ts +1 -1
- package/src/resources/simulations/documents.ts +1 -1
- package/src/resources/simulations/inbound-funds-holds.ts +6 -1
- package/src/resources/simulations/inbound-wire-drawdown-requests.ts +1 -1
- package/src/resources/simulations/interest-payments.ts +1091 -22
- package/src/resources/simulations/programs.ts +1 -1
- package/src/resources/simulations/real-time-payments-transfers.ts +1091 -30
- package/src/resources/simulations/simulations.ts +1 -1
- package/src/resources/simulations/wire-transfers.ts +1081 -22
- package/src/resources/transactions.ts +1081 -23
- package/src/resources/wire-drawdown-requests.ts +1 -1
- package/src/resources/wire-transfers.ts +1 -1
- package/src/uploads.ts +7 -6
- package/src/version.ts +1 -1
- package/uploads.d.ts +5 -4
- package/uploads.d.ts.map +1 -1
- package/uploads.js +2 -2
- package/uploads.js.map +1 -1
- package/uploads.mjs +2 -2
- package/uploads.mjs.map +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -55,26 +55,6 @@ export interface CheckTransfer {
|
|
|
55
55
|
* The account number printed on the check.
|
|
56
56
|
*/
|
|
57
57
|
account_number: string;
|
|
58
|
-
/**
|
|
59
|
-
* The city of the check's destination.
|
|
60
|
-
*/
|
|
61
|
-
address_city: string | null;
|
|
62
|
-
/**
|
|
63
|
-
* The street address of the check's destination.
|
|
64
|
-
*/
|
|
65
|
-
address_line1: string | null;
|
|
66
|
-
/**
|
|
67
|
-
* The second line of the address of the check's destination.
|
|
68
|
-
*/
|
|
69
|
-
address_line2: string | null;
|
|
70
|
-
/**
|
|
71
|
-
* The state of the check's destination.
|
|
72
|
-
*/
|
|
73
|
-
address_state: string | null;
|
|
74
|
-
/**
|
|
75
|
-
* The postal code of the check's destination.
|
|
76
|
-
*/
|
|
77
|
-
address_zip: string | null;
|
|
78
58
|
/**
|
|
79
59
|
* The transfer amount in USD cents.
|
|
80
60
|
*/
|
|
@@ -115,30 +95,28 @@ export interface CheckTransfer {
|
|
|
115
95
|
*/
|
|
116
96
|
deposit: CheckTransfer.Deposit | null;
|
|
117
97
|
/**
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
*
|
|
98
|
+
* Whether Increase will print and mail the check or if you will do it yourself.
|
|
99
|
+
*
|
|
100
|
+
* - `physical_check` - Increase will print and mail a physical check.
|
|
101
|
+
* - `third_party` - Increase will not print a check; you are responsible for
|
|
102
|
+
* printing and mailing a check with the provided account number, routing number,
|
|
103
|
+
* check number, and amount.
|
|
124
104
|
*/
|
|
125
|
-
|
|
105
|
+
fulfillment_method: 'physical_check' | 'third_party';
|
|
126
106
|
/**
|
|
127
|
-
*
|
|
107
|
+
* If the check has been mailed by Increase, this will contain details of the
|
|
108
|
+
* shipment.
|
|
128
109
|
*/
|
|
129
|
-
|
|
110
|
+
mailing: CheckTransfer.Mailing | null;
|
|
130
111
|
/**
|
|
131
112
|
* The identifier of the Pending Transaction associated with the check's creation.
|
|
132
113
|
*/
|
|
133
114
|
pending_transaction_id: string | null;
|
|
134
115
|
/**
|
|
135
|
-
*
|
|
116
|
+
* Details relating to the physical check that Increase will print and mail. Will
|
|
117
|
+
* be present if and only if `fulfillment_method` is equal to `physical_check`.
|
|
136
118
|
*/
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* The return address to be printed on the check.
|
|
140
|
-
*/
|
|
141
|
-
return_address: CheckTransfer.ReturnAddress | null;
|
|
119
|
+
physical_check: CheckTransfer.PhysicalCheck | null;
|
|
142
120
|
/**
|
|
143
121
|
* The routing number printed on the check.
|
|
144
122
|
*/
|
|
@@ -255,33 +233,101 @@ export declare namespace CheckTransfer {
|
|
|
255
233
|
type: 'check_transfer_deposit';
|
|
256
234
|
}
|
|
257
235
|
/**
|
|
258
|
-
*
|
|
236
|
+
* If the check has been mailed by Increase, this will contain details of the
|
|
237
|
+
* shipment.
|
|
259
238
|
*/
|
|
260
|
-
interface
|
|
239
|
+
interface Mailing {
|
|
261
240
|
/**
|
|
262
|
-
* The
|
|
241
|
+
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
242
|
+
* the check was mailed.
|
|
263
243
|
*/
|
|
264
|
-
|
|
244
|
+
mailed_at: string;
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
247
|
+
* Details relating to the physical check that Increase will print and mail. Will
|
|
248
|
+
* be present if and only if `fulfillment_method` is equal to `physical_check`.
|
|
249
|
+
*/
|
|
250
|
+
interface PhysicalCheck {
|
|
265
251
|
/**
|
|
266
|
-
*
|
|
252
|
+
* Details for where Increase will mail the check.
|
|
267
253
|
*/
|
|
268
|
-
|
|
254
|
+
mailing_address: PhysicalCheck.MailingAddress;
|
|
269
255
|
/**
|
|
270
|
-
* The
|
|
256
|
+
* The descriptor that will be printed on the memo field on the check.
|
|
271
257
|
*/
|
|
272
|
-
|
|
258
|
+
memo: string | null;
|
|
273
259
|
/**
|
|
274
|
-
* The
|
|
260
|
+
* The descriptor that will be printed on the letter included with the check.
|
|
275
261
|
*/
|
|
276
|
-
|
|
262
|
+
note: string | null;
|
|
277
263
|
/**
|
|
278
|
-
* The
|
|
264
|
+
* The name that will be printed on the check.
|
|
279
265
|
*/
|
|
280
|
-
|
|
266
|
+
recipient_name: string;
|
|
281
267
|
/**
|
|
282
|
-
* The
|
|
268
|
+
* The return address to be printed on the check.
|
|
283
269
|
*/
|
|
284
|
-
|
|
270
|
+
return_address: PhysicalCheck.ReturnAddress | null;
|
|
271
|
+
}
|
|
272
|
+
namespace PhysicalCheck {
|
|
273
|
+
/**
|
|
274
|
+
* Details for where Increase will mail the check.
|
|
275
|
+
*/
|
|
276
|
+
interface MailingAddress {
|
|
277
|
+
/**
|
|
278
|
+
* The city of the check's destination.
|
|
279
|
+
*/
|
|
280
|
+
city: string | null;
|
|
281
|
+
/**
|
|
282
|
+
* The street address of the check's destination.
|
|
283
|
+
*/
|
|
284
|
+
line1: string | null;
|
|
285
|
+
/**
|
|
286
|
+
* The second line of the address of the check's destination.
|
|
287
|
+
*/
|
|
288
|
+
line2: string | null;
|
|
289
|
+
/**
|
|
290
|
+
* The name component of the check's mailing address.
|
|
291
|
+
*/
|
|
292
|
+
name: string | null;
|
|
293
|
+
/**
|
|
294
|
+
* The postal code of the check's destination.
|
|
295
|
+
*/
|
|
296
|
+
postal_code: string | null;
|
|
297
|
+
/**
|
|
298
|
+
* The state of the check's destination.
|
|
299
|
+
*/
|
|
300
|
+
state: string | null;
|
|
301
|
+
}
|
|
302
|
+
/**
|
|
303
|
+
* The return address to be printed on the check.
|
|
304
|
+
*/
|
|
305
|
+
interface ReturnAddress {
|
|
306
|
+
/**
|
|
307
|
+
* The city of the check's destination.
|
|
308
|
+
*/
|
|
309
|
+
city: string | null;
|
|
310
|
+
/**
|
|
311
|
+
* The street address of the check's destination.
|
|
312
|
+
*/
|
|
313
|
+
line1: string | null;
|
|
314
|
+
/**
|
|
315
|
+
* The second line of the address of the check's destination.
|
|
316
|
+
*/
|
|
317
|
+
line2: string | null;
|
|
318
|
+
/**
|
|
319
|
+
* The name component of the check's return address.
|
|
320
|
+
*/
|
|
321
|
+
name: string | null;
|
|
322
|
+
/**
|
|
323
|
+
* The postal code of the check's destination.
|
|
324
|
+
*/
|
|
325
|
+
postal_code: string | null;
|
|
326
|
+
/**
|
|
327
|
+
* The state of the check's destination.
|
|
328
|
+
*/
|
|
329
|
+
state: string | null;
|
|
330
|
+
}
|
|
285
331
|
}
|
|
286
332
|
/**
|
|
287
333
|
* After a stop-payment is requested on the check, this will contain supplemental
|
|
@@ -292,9 +338,11 @@ export declare namespace CheckTransfer {
|
|
|
292
338
|
* The reason why this transfer was stopped.
|
|
293
339
|
*
|
|
294
340
|
* - `mail_delivery_failed` - The check could not be delivered.
|
|
341
|
+
* - `rejected_by_increase` - The check was cancelled by an Increase operator who
|
|
342
|
+
* will provide details out-of-band.
|
|
295
343
|
* - `unknown` - The check was stopped for another reason.
|
|
296
344
|
*/
|
|
297
|
-
reason: 'mail_delivery_failed' | 'unknown';
|
|
345
|
+
reason: 'mail_delivery_failed' | 'rejected_by_increase' | 'unknown';
|
|
298
346
|
/**
|
|
299
347
|
* The time the stop-payment was requested.
|
|
300
348
|
*/
|
|
@@ -324,51 +372,29 @@ export interface CheckTransferCreateParams {
|
|
|
324
372
|
* The identifier for the account that will send the transfer.
|
|
325
373
|
*/
|
|
326
374
|
account_id: string;
|
|
327
|
-
/**
|
|
328
|
-
* The city of the check's destination.
|
|
329
|
-
*/
|
|
330
|
-
address_city: string;
|
|
331
|
-
/**
|
|
332
|
-
* The street address of the check's destination.
|
|
333
|
-
*/
|
|
334
|
-
address_line1: string;
|
|
335
|
-
/**
|
|
336
|
-
* The state of the check's destination.
|
|
337
|
-
*/
|
|
338
|
-
address_state: string;
|
|
339
|
-
/**
|
|
340
|
-
* The postal code of the check's destination.
|
|
341
|
-
*/
|
|
342
|
-
address_zip: string;
|
|
343
375
|
/**
|
|
344
376
|
* The transfer amount in cents.
|
|
345
377
|
*/
|
|
346
378
|
amount: number;
|
|
347
379
|
/**
|
|
348
|
-
*
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
*
|
|
353
|
-
|
|
354
|
-
recipient_name: string;
|
|
355
|
-
/**
|
|
356
|
-
* The second line of the address of the check's destination.
|
|
380
|
+
* Whether Increase will print and mail the check or if you will do it yourself.
|
|
381
|
+
*
|
|
382
|
+
* - `physical_check` - Increase will print and mail a physical check.
|
|
383
|
+
* - `third_party` - Increase will not print a check; you are responsible for
|
|
384
|
+
* printing and mailing a check with the provided account number, routing number,
|
|
385
|
+
* check number, and amount.
|
|
357
386
|
*/
|
|
358
|
-
|
|
387
|
+
fulfillment_method?: 'physical_check' | 'third_party';
|
|
359
388
|
/**
|
|
360
|
-
*
|
|
389
|
+
* Details relating to the physical check that Increase will print and mail. This
|
|
390
|
+
* is required if `fulfillment_method` is equal to `physical_check`. It must not be
|
|
391
|
+
* included if any other `fulfillment_method` is provided.
|
|
361
392
|
*/
|
|
362
|
-
|
|
393
|
+
physical_check?: CheckTransferCreateParams.PhysicalCheck;
|
|
363
394
|
/**
|
|
364
395
|
* Whether the transfer requires explicit approval via the dashboard or API.
|
|
365
396
|
*/
|
|
366
397
|
require_approval?: boolean;
|
|
367
|
-
/**
|
|
368
|
-
* The return address to be printed on the check. If omitted this will default to
|
|
369
|
-
* the address of the Entity of the Account used to make the Check Transfer.
|
|
370
|
-
*/
|
|
371
|
-
return_address?: CheckTransferCreateParams.ReturnAddress;
|
|
372
398
|
/**
|
|
373
399
|
* The identifier of the Account Number from which to send the transfer and print
|
|
374
400
|
* on the check.
|
|
@@ -383,34 +409,94 @@ export interface CheckTransferCreateParams {
|
|
|
383
409
|
}
|
|
384
410
|
export declare namespace CheckTransferCreateParams {
|
|
385
411
|
/**
|
|
386
|
-
*
|
|
387
|
-
*
|
|
412
|
+
* Details relating to the physical check that Increase will print and mail. This
|
|
413
|
+
* is required if `fulfillment_method` is equal to `physical_check`. It must not be
|
|
414
|
+
* included if any other `fulfillment_method` is provided.
|
|
388
415
|
*/
|
|
389
|
-
interface
|
|
416
|
+
interface PhysicalCheck {
|
|
390
417
|
/**
|
|
391
|
-
*
|
|
418
|
+
* Details for where Increase will mail the check.
|
|
392
419
|
*/
|
|
393
|
-
|
|
420
|
+
mailing_address: PhysicalCheck.MailingAddress;
|
|
394
421
|
/**
|
|
395
|
-
* The
|
|
422
|
+
* The descriptor that will be printed on the memo field on the check.
|
|
396
423
|
*/
|
|
397
|
-
|
|
424
|
+
memo: string;
|
|
398
425
|
/**
|
|
399
|
-
* The name
|
|
426
|
+
* The name that will be printed on the check in the 'To:' field.
|
|
400
427
|
*/
|
|
401
|
-
|
|
428
|
+
recipient_name: string;
|
|
402
429
|
/**
|
|
403
|
-
* The
|
|
430
|
+
* The descriptor that will be printed on the letter included with the check.
|
|
404
431
|
*/
|
|
405
|
-
|
|
432
|
+
note?: string;
|
|
433
|
+
/**
|
|
434
|
+
* The return address to be printed on the check. If omitted this will default to
|
|
435
|
+
* the address of the Entity of the Account used to make the Check Transfer.
|
|
436
|
+
*/
|
|
437
|
+
return_address?: PhysicalCheck.ReturnAddress;
|
|
438
|
+
}
|
|
439
|
+
namespace PhysicalCheck {
|
|
406
440
|
/**
|
|
407
|
-
*
|
|
441
|
+
* Details for where Increase will mail the check.
|
|
408
442
|
*/
|
|
409
|
-
|
|
443
|
+
interface MailingAddress {
|
|
444
|
+
/**
|
|
445
|
+
* The city component of the check's destination address.
|
|
446
|
+
*/
|
|
447
|
+
city: string;
|
|
448
|
+
/**
|
|
449
|
+
* The first line of the address component of the check's destination address.
|
|
450
|
+
*/
|
|
451
|
+
line1: string;
|
|
452
|
+
/**
|
|
453
|
+
* The postal code component of the check's destination address.
|
|
454
|
+
*/
|
|
455
|
+
postal_code: string;
|
|
456
|
+
/**
|
|
457
|
+
* The US state component of the check's destination address.
|
|
458
|
+
*/
|
|
459
|
+
state: string;
|
|
460
|
+
/**
|
|
461
|
+
* The second line of the address component of the check's destination address.
|
|
462
|
+
*/
|
|
463
|
+
line2?: string;
|
|
464
|
+
/**
|
|
465
|
+
* The name component of the check's destination address. Defaults to the provided
|
|
466
|
+
* `recipient_name` parameter.
|
|
467
|
+
*/
|
|
468
|
+
name?: string;
|
|
469
|
+
}
|
|
410
470
|
/**
|
|
411
|
-
* The
|
|
471
|
+
* The return address to be printed on the check. If omitted this will default to
|
|
472
|
+
* the address of the Entity of the Account used to make the Check Transfer.
|
|
412
473
|
*/
|
|
413
|
-
|
|
474
|
+
interface ReturnAddress {
|
|
475
|
+
/**
|
|
476
|
+
* The city of the return address.
|
|
477
|
+
*/
|
|
478
|
+
city: string;
|
|
479
|
+
/**
|
|
480
|
+
* The first line of the return address.
|
|
481
|
+
*/
|
|
482
|
+
line1: string;
|
|
483
|
+
/**
|
|
484
|
+
* The name of the return address.
|
|
485
|
+
*/
|
|
486
|
+
name: string;
|
|
487
|
+
/**
|
|
488
|
+
* The postal code of the return address.
|
|
489
|
+
*/
|
|
490
|
+
postal_code: string;
|
|
491
|
+
/**
|
|
492
|
+
* The US state of the return address.
|
|
493
|
+
*/
|
|
494
|
+
state: string;
|
|
495
|
+
/**
|
|
496
|
+
* The second line of the return address.
|
|
497
|
+
*/
|
|
498
|
+
line2?: string;
|
|
499
|
+
}
|
|
414
500
|
}
|
|
415
501
|
}
|
|
416
502
|
export interface CheckTransferListParams extends PageParams {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-transfers.d.ts","sourceRoot":"","sources":["../src/resources/check-transfers.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"check-transfers.d.ts","sourceRoot":"","sources":["../src/resources/check-transfers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-transfers.js","sourceRoot":"","sources":["../src/resources/check-transfers.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAChD,wCAAiD;AAEjD,oDAAuD;AAEvD,MAAa,cAAe,SAAQ,sBAAW;IAC7C;;OAEG;IACH,MAAM,CACJ,IAA+B,EAC/B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,eAAuB,EAAE,OAA6B;QAC7D,OAAO,IAAI,CAAC,GAAG,CAAC,oBAAoB,eAAe,EAAE,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAOD,IAAI,CACF,QAAuD,EAAE,EACzD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;IAED;;OAEG;IACH,OAAO,CAAC,eAAuB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,UAAU,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,eAAuB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,SAAS,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,WAAW,CACT,eAAuB,EACvB,IAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;CACF;AAzDD,wCAyDC;AAED,MAAa,kBAAmB,SAAQ,iBAAmB;CAAG;AAA9D,gDAA8D;
|
|
1
|
+
{"version":3,"file":"check-transfers.js","sourceRoot":"","sources":["../src/resources/check-transfers.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAChD,wCAAiD;AAEjD,oDAAuD;AAEvD,MAAa,cAAe,SAAQ,sBAAW;IAC7C;;OAEG;IACH,MAAM,CACJ,IAA+B,EAC/B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,eAAuB,EAAE,OAA6B;QAC7D,OAAO,IAAI,CAAC,GAAG,CAAC,oBAAoB,eAAe,EAAE,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAOD,IAAI,CACF,QAAuD,EAAE,EACzD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;IAED;;OAEG;IACH,OAAO,CAAC,eAAuB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,UAAU,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,eAAuB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,SAAS,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,WAAW,CACT,eAAuB,EACvB,IAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;CACF;AAzDD,wCAyDC;AAED,MAAa,kBAAmB,SAAQ,iBAAmB;CAAG;AAA9D,gDAA8D;AAklB9D,WAAiB,cAAc;AAM/B,CAAC,EANgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAM9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-transfers.mjs","sourceRoot":"","sources":["../src/resources/check-transfers.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OAEzC,EAAE,IAAI,EAAc,MAAM,qBAAqB;AAEtD,MAAM,OAAO,cAAe,SAAQ,WAAW;IAC7C;;OAEG;IACH,MAAM,CACJ,IAA+B,EAC/B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,eAAuB,EAAE,OAA6B;QAC7D,OAAO,IAAI,CAAC,GAAG,CAAC,oBAAoB,eAAe,EAAE,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAOD,IAAI,CACF,QAAuD,EAAE,EACzD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;IAED;;OAEG;IACH,OAAO,CAAC,eAAuB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,UAAU,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,eAAuB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,SAAS,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,WAAW,CACT,eAAuB,EACvB,IAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;CACF;AAED,MAAM,OAAO,kBAAmB,SAAQ,IAAmB;CAAG;
|
|
1
|
+
{"version":3,"file":"check-transfers.mjs","sourceRoot":"","sources":["../src/resources/check-transfers.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OAEzC,EAAE,IAAI,EAAc,MAAM,qBAAqB;AAEtD,MAAM,OAAO,cAAe,SAAQ,WAAW;IAC7C;;OAEG;IACH,MAAM,CACJ,IAA+B,EAC/B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,eAAuB,EAAE,OAA6B;QAC7D,OAAO,IAAI,CAAC,GAAG,CAAC,oBAAoB,eAAe,EAAE,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAOD,IAAI,CACF,QAAuD,EAAE,EACzD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;IAED;;OAEG;IACH,OAAO,CAAC,eAAuB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,UAAU,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,eAAuB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,SAAS,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,WAAW,CACT,eAAuB,EACvB,IAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAoB,eAAe,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;CACF;AAED,MAAM,OAAO,kBAAmB,SAAQ,IAAmB;CAAG;AAklB9D,WAAiB,cAAc;AAM/B,CAAC,EANgB,cAAc,KAAd,cAAc,QAM9B"}
|
|
@@ -187,6 +187,7 @@ export declare namespace DeclinedTransaction {
|
|
|
187
187
|
* - `group_locked` - Your account is inactive.
|
|
188
188
|
* - `insufficient_funds` - Your account contains insufficient funds.
|
|
189
189
|
* - `misrouted_return` - Other.
|
|
190
|
+
* - `return_of_erroneous_or_reversing_debit` - Other.
|
|
190
191
|
* - `no_ach_route` - The account number that was debited does not exist.
|
|
191
192
|
* - `originator_request` - Other.
|
|
192
193
|
* - `transaction_not_allowed` - The transaction is not allowed per Increase's
|
|
@@ -202,6 +203,7 @@ export declare namespace DeclinedTransaction {
|
|
|
202
203
|
| 'group_locked'
|
|
203
204
|
| 'insufficient_funds'
|
|
204
205
|
| 'misrouted_return'
|
|
206
|
+
| 'return_of_erroneous_or_reversing_debit'
|
|
205
207
|
| 'no_ach_route'
|
|
206
208
|
| 'originator_request'
|
|
207
209
|
| 'transaction_not_allowed';
|
|
@@ -262,12 +264,6 @@ export declare namespace DeclinedTransaction {
|
|
|
262
264
|
* The state the merchant resides in.
|
|
263
265
|
*/
|
|
264
266
|
merchant_state: string | null;
|
|
265
|
-
/**
|
|
266
|
-
* The payment network used to process this card authorization
|
|
267
|
-
*
|
|
268
|
-
* - `visa` - Visa
|
|
269
|
-
*/
|
|
270
|
-
network: 'visa';
|
|
271
267
|
/**
|
|
272
268
|
* Fields specific to the `network`
|
|
273
269
|
*/
|
|
@@ -325,10 +321,16 @@ export declare namespace DeclinedTransaction {
|
|
|
325
321
|
* Fields specific to the `network`
|
|
326
322
|
*/
|
|
327
323
|
interface NetworkDetails {
|
|
324
|
+
/**
|
|
325
|
+
* The payment network used to process this card authorization
|
|
326
|
+
*
|
|
327
|
+
* - `visa` - Visa
|
|
328
|
+
*/
|
|
329
|
+
category: 'visa';
|
|
328
330
|
/**
|
|
329
331
|
* Fields specific to the `visa` network
|
|
330
332
|
*/
|
|
331
|
-
visa: NetworkDetails.Visa;
|
|
333
|
+
visa: NetworkDetails.Visa | null;
|
|
332
334
|
}
|
|
333
335
|
namespace NetworkDetails {
|
|
334
336
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"declined-transactions.d.ts","sourceRoot":"","sources":["../src/resources/declined-transactions.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"declined-transactions.d.ts","sourceRoot":"","sources":["../src/resources/declined-transactions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"declined-transactions.js","sourceRoot":"","sources":["../src/resources/declined-transactions.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAChD,wCAAiD;AAGjD,oDAAuD;AAEvD,MAAa,oBAAqB,SAAQ,sBAAW;IACnD;;OAEG;IACH,QAAQ,CACN,qBAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,0BAA0B,qBAAqB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAUD,IAAI,CACF,QAA6D,EAAE,EAC/D,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,wBAAwB,EAAE,wBAAwB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;CACF;AA5BD,oDA4BC;AAED,MAAa,wBAAyB,SAAQ,iBAAyB;CAAG;AAA1E,4DAA0E;
|
|
1
|
+
{"version":3,"file":"declined-transactions.js","sourceRoot":"","sources":["../src/resources/declined-transactions.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAChD,wCAAiD;AAGjD,oDAAuD;AAEvD,MAAa,oBAAqB,SAAQ,sBAAW;IACnD;;OAEG;IACH,QAAQ,CACN,qBAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,0BAA0B,qBAAqB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAUD,IAAI,CACF,QAA6D,EAAE,EAC/D,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,wBAAwB,EAAE,wBAAwB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;CACF;AA5BD,oDA4BC;AAED,MAAa,wBAAyB,SAAQ,iBAAyB;CAAG;AAA1E,4DAA0E;AAwtB1E,WAAiB,oBAAoB;AAIrC,CAAC,EAJgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAIpC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"declined-transactions.mjs","sourceRoot":"","sources":["../src/resources/declined-transactions.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OAGzC,EAAE,IAAI,EAAc,MAAM,qBAAqB;AAEtD,MAAM,OAAO,oBAAqB,SAAQ,WAAW;IACnD;;OAEG;IACH,QAAQ,CACN,qBAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,0BAA0B,qBAAqB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAUD,IAAI,CACF,QAA6D,EAAE,EAC/D,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,wBAAwB,EAAE,wBAAwB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;CACF;AAED,MAAM,OAAO,wBAAyB,SAAQ,IAAyB;CAAG;
|
|
1
|
+
{"version":3,"file":"declined-transactions.mjs","sourceRoot":"","sources":["../src/resources/declined-transactions.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OAGzC,EAAE,IAAI,EAAc,MAAM,qBAAqB;AAEtD,MAAM,OAAO,oBAAqB,SAAQ,WAAW;IACnD;;OAEG;IACH,QAAQ,CACN,qBAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,0BAA0B,qBAAqB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAUD,IAAI,CACF,QAA6D,EAAE,EAC/D,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,wBAAwB,EAAE,wBAAwB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;CACF;AAED,MAAM,OAAO,wBAAyB,SAAQ,IAAyB;CAAG;AAwtB1E,WAAiB,oBAAoB;AAIrC,CAAC,EAJgB,oBAAoB,KAApB,oBAAoB,QAIpC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"digital-wallet-tokens.d.ts","sourceRoot":"","sources":["../src/resources/digital-wallet-tokens.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"digital-wallet-tokens.d.ts","sourceRoot":"","sources":["../src/resources/digital-wallet-tokens.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,mBAAoB,SAAQ,WAAW;IAClD;;OAEG;IACH,QAAQ,CACN,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,kBAAkB,CAAC,CAAC;IAIhD;;OAEG;IACH,IAAI,CACF,KAAK,CAAC,EAAE,4BAA4B,EACpC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,WAAW,CAAC,uBAAuB,CAAC;IAC5C,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,WAAW,CAAC,uBAAuB,CAAC;CAU/E;AAED,qBAAa,uBAAwB,SAAQ,IAAI,CAAC,kBAAkB,CAAC;CAAG;AAExE,KAAK,wBAAwB,GAAG,uBAAuB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;;;OAQG;IACH,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,WAAW,GAAG,aAAa,CAAC;IAE5D;;;;;OAKG;IACH,eAAe,EAAE,WAAW,GAAG,YAAY,CAAC;IAE5C;;;OAGG;IACH,IAAI,EAAE,sBAAsB,CAAC;CAC9B;AAED,MAAM,WAAW,4BAA6B,SAAQ,UAAU;IAC9D;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,UAAU,CAAC,EAAE,4BAA4B,CAAC,SAAS,CAAC;CACrD;AAED,yBAAiB,4BAA4B,CAAC;IAC5C,UAAiB,SAAS;QACxB;;;WAGG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;;WAGG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;;WAGG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;CACF;AAED,yBAAiB,mBAAmB,CAAC;IACnC,MAAM,QAAQ,kBAAkB,GAAG,GAAG,CAAC,kBAAkB,CAAC;IAC1D,KAAY,uBAAuB,GAAG,wBAAwB,CAAC;IAC/D,MAAM,QAAQ,4BAA4B,GAAG,GAAG,CAAC,4BAA4B,CAAC;CAC/E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documents.d.ts","sourceRoot":"","sources":["../src/resources/documents.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"documents.d.ts","sourceRoot":"","sources":["../src/resources/documents.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,SAAU,SAAQ,WAAW;IACxC;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;IAIhG;;OAEG;IACH,IAAI,CAAC,KAAK,CAAC,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC;IAChG,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC;CAUrE;AAED,qBAAa,aAAc,SAAQ,IAAI,CAAC,QAAQ,CAAC;CAAG;AAEpD,KAAK,cAAc,GAAG,aAAa,CAAC;AAEpC;;;;GAIG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;;;;OAQG;IACH,QAAQ,EAAE,eAAe,GAAG,wBAAwB,GAAG,qBAAqB,CAAC;IAE7E;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,IAAI,EAAE,UAAU,CAAC;CAClB;AAED,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IACpD,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC;IAEvC,UAAU,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC;IAE1C;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,yBAAiB,kBAAkB,CAAC;IAClC,UAAiB,QAAQ;QACvB;;;;WAIG;QACH,EAAE,CAAC,EAAE,KAAK,CAAC,eAAe,GAAG,wBAAwB,GAAG,qBAAqB,CAAC,CAAC;KAChF;IAED,UAAiB,SAAS;QACxB;;;WAGG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;;WAGG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;;WAGG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;CACF;AAED,yBAAiB,SAAS,CAAC;IACzB,MAAM,QAAQ,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;IACtC,KAAY,aAAa,GAAG,cAAc,CAAC;IAC3C,MAAM,QAAQ,kBAAkB,GAAG,GAAG,CAAC,kBAAkB,CAAC;CAC3D"}
|