increase 0.10.0 → 0.10.2

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.
Files changed (166) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/_shims/fetch.d.ts +1 -0
  3. package/_shims/fetch.node.d.ts +1 -0
  4. package/core.d.ts +6 -3
  5. package/core.d.ts.map +1 -1
  6. package/core.js +14 -7
  7. package/core.js.map +1 -1
  8. package/core.mjs +14 -7
  9. package/core.mjs.map +1 -1
  10. package/index.d.mts +9 -4
  11. package/index.d.ts +9 -4
  12. package/index.d.ts.map +1 -1
  13. package/index.js +6 -3
  14. package/index.js.map +1 -1
  15. package/index.mjs +6 -3
  16. package/index.mjs.map +1 -1
  17. package/package.json +1 -1
  18. package/resources/account-transfers.d.ts +8 -1
  19. package/resources/account-transfers.d.ts.map +1 -1
  20. package/resources/account-transfers.js.map +1 -1
  21. package/resources/account-transfers.mjs.map +1 -1
  22. package/resources/ach-prenotifications.d.ts +2 -2
  23. package/resources/ach-transfers.d.ts +11 -4
  24. package/resources/ach-transfers.d.ts.map +1 -1
  25. package/resources/ach-transfers.js.map +1 -1
  26. package/resources/ach-transfers.mjs.map +1 -1
  27. package/resources/card-purchase-supplements.d.ts +1 -1
  28. package/resources/check-transfers.d.ts +6 -3
  29. package/resources/check-transfers.d.ts.map +1 -1
  30. package/resources/check-transfers.js.map +1 -1
  31. package/resources/check-transfers.mjs.map +1 -1
  32. package/resources/declined-transactions.d.ts +90 -16
  33. package/resources/declined-transactions.d.ts.map +1 -1
  34. package/resources/declined-transactions.js.map +1 -1
  35. package/resources/declined-transactions.mjs.map +1 -1
  36. package/resources/digital-wallet-tokens.d.ts +1 -1
  37. package/resources/entities/beneficial-owners.d.ts +24 -5
  38. package/resources/entities/beneficial-owners.d.ts.map +1 -1
  39. package/resources/entities/beneficial-owners.js +8 -2
  40. package/resources/entities/beneficial-owners.js.map +1 -1
  41. package/resources/entities/beneficial-owners.mjs +8 -2
  42. package/resources/entities/beneficial-owners.mjs.map +1 -1
  43. package/resources/entities/entities.d.ts +19 -14
  44. package/resources/entities/entities.d.ts.map +1 -1
  45. package/resources/entities/entities.js.map +1 -1
  46. package/resources/entities/entities.mjs.map +1 -1
  47. package/resources/entities/index.d.ts +5 -1
  48. package/resources/entities/index.d.ts.map +1 -1
  49. package/resources/entities/index.js.map +1 -1
  50. package/resources/entities/index.mjs.map +1 -1
  51. package/resources/entities/supplemental-documents.d.ts +1 -1
  52. package/resources/entities/supplemental-documents.js +1 -1
  53. package/resources/entities/supplemental-documents.mjs +1 -1
  54. package/resources/event-subscriptions.d.ts +22 -10
  55. package/resources/event-subscriptions.d.ts.map +1 -1
  56. package/resources/event-subscriptions.js.map +1 -1
  57. package/resources/event-subscriptions.mjs.map +1 -1
  58. package/resources/events.d.ts +13 -5
  59. package/resources/events.d.ts.map +1 -1
  60. package/resources/events.js.map +1 -1
  61. package/resources/events.mjs.map +1 -1
  62. package/resources/external-accounts.d.ts +2 -2
  63. package/resources/inbound-ach-transfer-returns.d.ts +1 -47
  64. package/resources/inbound-ach-transfer-returns.d.ts.map +1 -1
  65. package/resources/inbound-ach-transfer-returns.js +0 -6
  66. package/resources/inbound-ach-transfer-returns.js.map +1 -1
  67. package/resources/inbound-ach-transfer-returns.mjs +0 -6
  68. package/resources/inbound-ach-transfer-returns.mjs.map +1 -1
  69. package/resources/inbound-ach-transfers.d.ts +303 -0
  70. package/resources/inbound-ach-transfers.d.ts.map +1 -0
  71. package/resources/inbound-ach-transfers.js +40 -0
  72. package/resources/inbound-ach-transfers.js.map +1 -0
  73. package/resources/inbound-ach-transfers.mjs +33 -0
  74. package/resources/inbound-ach-transfers.mjs.map +1 -0
  75. package/resources/index.d.ts +7 -2
  76. package/resources/index.d.ts.map +1 -1
  77. package/resources/index.js +16 -29
  78. package/resources/index.js.map +1 -1
  79. package/resources/index.mjs +1 -1
  80. package/resources/index.mjs.map +1 -1
  81. package/resources/pending-transactions.d.ts +50 -8
  82. package/resources/pending-transactions.d.ts.map +1 -1
  83. package/resources/pending-transactions.js.map +1 -1
  84. package/resources/pending-transactions.mjs.map +1 -1
  85. package/resources/real-time-decisions.d.ts +28 -4
  86. package/resources/real-time-decisions.d.ts.map +1 -1
  87. package/resources/real-time-decisions.js.map +1 -1
  88. package/resources/real-time-decisions.mjs.map +1 -1
  89. package/resources/real-time-payments-transfers.d.ts +49 -42
  90. package/resources/real-time-payments-transfers.d.ts.map +1 -1
  91. package/resources/real-time-payments-transfers.js +2 -2
  92. package/resources/real-time-payments-transfers.js.map +1 -1
  93. package/resources/real-time-payments-transfers.mjs +2 -2
  94. package/resources/real-time-payments-transfers.mjs.map +1 -1
  95. package/resources/routing-numbers.d.ts +1 -1
  96. package/resources/simulations/ach-transfers.d.ts +91 -33
  97. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  98. package/resources/simulations/ach-transfers.js.map +1 -1
  99. package/resources/simulations/ach-transfers.mjs.map +1 -1
  100. package/resources/simulations/cards.d.ts +106 -23
  101. package/resources/simulations/cards.d.ts.map +1 -1
  102. package/resources/simulations/cards.js.map +1 -1
  103. package/resources/simulations/cards.mjs.map +1 -1
  104. package/resources/simulations/inbound-wire-drawdown-requests.d.ts +1 -1
  105. package/resources/simulations/inbound-wire-drawdown-requests.js +1 -1
  106. package/resources/simulations/inbound-wire-drawdown-requests.mjs +1 -1
  107. package/resources/simulations/interest-payments.d.ts +16 -16
  108. package/resources/simulations/interest-payments.d.ts.map +1 -1
  109. package/resources/simulations/real-time-payments-transfers.d.ts +122 -64
  110. package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
  111. package/resources/simulations/real-time-payments-transfers.js +2 -2
  112. package/resources/simulations/real-time-payments-transfers.js.map +1 -1
  113. package/resources/simulations/real-time-payments-transfers.mjs +2 -2
  114. package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
  115. package/resources/simulations/wire-transfers.d.ts +16 -16
  116. package/resources/simulations/wire-transfers.d.ts.map +1 -1
  117. package/resources/transactions.d.ts +16 -16
  118. package/resources/transactions.d.ts.map +1 -1
  119. package/resources/wire-transfers.d.ts +9 -2
  120. package/resources/wire-transfers.d.ts.map +1 -1
  121. package/resources/wire-transfers.js.map +1 -1
  122. package/resources/wire-transfers.mjs.map +1 -1
  123. package/src/_shims/fetch.d.ts +1 -0
  124. package/src/_shims/fetch.node.d.ts +1 -0
  125. package/src/core.ts +19 -7
  126. package/src/index.ts +12 -6
  127. package/src/resources/account-transfers.ts +9 -1
  128. package/src/resources/ach-prenotifications.ts +2 -2
  129. package/src/resources/ach-transfers.ts +12 -4
  130. package/src/resources/card-purchase-supplements.ts +1 -1
  131. package/src/resources/check-transfers.ts +6 -3
  132. package/src/resources/declined-transactions.ts +94 -16
  133. package/src/resources/digital-wallet-tokens.ts +1 -1
  134. package/src/resources/entities/beneficial-owners.ts +31 -6
  135. package/src/resources/entities/entities.ts +20 -14
  136. package/src/resources/entities/index.ts +5 -1
  137. package/src/resources/entities/supplemental-documents.ts +1 -1
  138. package/src/resources/event-subscriptions.ts +22 -10
  139. package/src/resources/events.ts +13 -5
  140. package/src/resources/external-accounts.ts +2 -2
  141. package/src/resources/inbound-ach-transfer-returns.ts +1 -52
  142. package/src/resources/inbound-ach-transfers.ts +359 -0
  143. package/src/resources/index.ts +7 -2
  144. package/src/resources/pending-transactions.ts +52 -8
  145. package/src/resources/real-time-decisions.ts +28 -4
  146. package/src/resources/real-time-payments-transfers.ts +50 -42
  147. package/src/resources/routing-numbers.ts +1 -1
  148. package/src/resources/simulations/ach-transfers.ts +93 -33
  149. package/src/resources/simulations/cards.ts +108 -23
  150. package/src/resources/simulations/inbound-wire-drawdown-requests.ts +1 -1
  151. package/src/resources/simulations/interest-payments.ts +16 -16
  152. package/src/resources/simulations/real-time-payments-transfers.ts +124 -64
  153. package/src/resources/simulations/wire-transfers.ts +16 -16
  154. package/src/resources/transactions.ts +16 -16
  155. package/src/resources/wire-transfers.ts +10 -2
  156. package/src/version.ts +1 -1
  157. package/version.d.ts +1 -1
  158. package/version.js +1 -1
  159. package/version.mjs +1 -1
  160. package/resources/shared.d.ts +0 -31
  161. package/resources/shared.d.ts.map +0 -1
  162. package/resources/shared.js +0 -4
  163. package/resources/shared.js.map +0 -1
  164. package/resources/shared.mjs +0 -3
  165. package/resources/shared.mjs.map +0 -1
  166. package/src/resources/shared.ts +0 -32
@@ -1,7 +1,6 @@
1
1
  import * as Core from 'increase/core';
2
2
  import { APIResource } from 'increase/resource';
3
3
  import * as Transactions from 'increase/resources/transactions';
4
- import * as Shared from 'increase/resources/shared';
5
4
  import * as API from './index.js';
6
5
  export declare class Cards extends APIResource {
7
6
  /**
@@ -73,13 +72,13 @@ export declare namespace CardAuthorizationSimulation {
73
72
  amount: number;
74
73
  /**
75
74
  * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date on which the
76
- * Transaction occured.
75
+ * Transaction occurred.
77
76
  */
78
77
  created_at: string;
79
78
  /**
80
79
  * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the Declined
81
80
  * Transaction's currency. This will match the currency on the Declined
82
- * Transcation's Account.
81
+ * Transaction's Account.
83
82
  *
84
83
  * - `CAD` - Canadian Dollar (CAD)
85
84
  * - `CHF` - Swiss Franc (CHF)
@@ -147,7 +146,7 @@ export declare namespace CardAuthorizationSimulation {
147
146
  * object.
148
147
  * - `check_decline` - Check Decline: details will be under the `check_decline`
149
148
  * object.
150
- * - `inbound_real_time_payments_transfer_decline` - Inbound Real Time Payments
149
+ * - `inbound_real_time_payments_transfer_decline` - Inbound Real-Time Payments
151
150
  * Transfer Decline: details will be under the
152
151
  * `inbound_real_time_payments_transfer_decline` object.
153
152
  * - `international_ach_decline` - International ACH Decline: details will be under
@@ -171,7 +170,7 @@ export declare namespace CardAuthorizationSimulation {
171
170
  */
172
171
  check_decline: Source.CheckDecline | null;
173
172
  /**
174
- * An Inbound Real Time Payments Transfer Decline object. This field will be
173
+ * An Inbound Real-Time Payments Transfer Decline object. This field will be
175
174
  * present in the JSON response if and only if `category` is equal to
176
175
  * `inbound_real_time_payments_transfer_decline`.
177
176
  */
@@ -193,14 +192,30 @@ export declare namespace CardAuthorizationSimulation {
193
192
  * only if `category` is equal to `ach_decline`.
194
193
  */
195
194
  interface ACHDecline {
195
+ /**
196
+ * The ACH Decline's identifier.
197
+ */
198
+ id: string;
196
199
  /**
197
200
  * The declined amount in the minor unit of the destination account currency. For
198
201
  * dollars, for example, this is cents.
199
202
  */
200
203
  amount: number;
204
+ /**
205
+ * The descriptive date of the transfer.
206
+ */
201
207
  originator_company_descriptive_date: string | null;
208
+ /**
209
+ * The additional information included with the transfer.
210
+ */
202
211
  originator_company_discretionary_data: string | null;
212
+ /**
213
+ * The identifier of the company that initiated the transfer.
214
+ */
203
215
  originator_company_id: string;
216
+ /**
217
+ * The name of the company that initiated the transfer.
218
+ */
204
219
  originator_company_name: string;
205
220
  /**
206
221
  * Why the ACH transfer was declined.
@@ -219,6 +234,7 @@ export declare namespace CardAuthorizationSimulation {
219
234
  * - `originator_request` - Other.
220
235
  * - `transaction_not_allowed` - The transaction is not allowed per Increase's
221
236
  * terms.
237
+ * - `user_initiated` - The user initiated the decline.
222
238
  */
223
239
  reason:
224
240
  | 'ach_route_canceled'
@@ -233,10 +249,25 @@ export declare namespace CardAuthorizationSimulation {
233
249
  | 'return_of_erroneous_or_reversing_debit'
234
250
  | 'no_ach_route'
235
251
  | 'originator_request'
236
- | 'transaction_not_allowed';
252
+ | 'transaction_not_allowed'
253
+ | 'user_initiated';
254
+ /**
255
+ * The id of the receiver of the transfer.
256
+ */
237
257
  receiver_id_number: string | null;
258
+ /**
259
+ * The name of the receiver of the transfer.
260
+ */
238
261
  receiver_name: string | null;
262
+ /**
263
+ * The trace number of the transfer.
264
+ */
239
265
  trace_number: string;
266
+ /**
267
+ * A constant representing the object's type. For this resource it will always be
268
+ * `ach_decline`.
269
+ */
270
+ type: 'ach_decline';
240
271
  }
241
272
  /**
242
273
  * A Card Decline object. This field will be present in the JSON response if and
@@ -309,6 +340,7 @@ export declare namespace CardAuthorizationSimulation {
309
340
  * Why the transaction was declined.
310
341
  *
311
342
  * - `card_not_active` - The Card was not active.
343
+ * - `physical_card_not_active` - The Physical Card was not active.
312
344
  * - `entity_not_active` - The account's entity was not active.
313
345
  * - `group_locked` - The account was inactive.
314
346
  * - `insufficient_funds` - The Card's Account did not have a sufficient available
@@ -316,8 +348,6 @@ export declare namespace CardAuthorizationSimulation {
316
348
  * - `cvv2_mismatch` - The given CVV2 did not match the card's value.
317
349
  * - `transaction_not_allowed` - The attempted card transaction is not allowed per
318
350
  * Increase's terms.
319
- * - `breaches_internal_limit` - The transaction was blocked by an internal limit
320
- * for new Increase accounts.
321
351
  * - `breaches_limit` - The transaction was blocked by a Limit.
322
352
  * - `webhook_declined` - Your application declined the transaction via webhook.
323
353
  * - `webhook_timed_out` - Your application webhook did not respond without the
@@ -327,21 +357,24 @@ export declare namespace CardAuthorizationSimulation {
327
357
  * authorization request cryptogram.
328
358
  * - `missing_original_authorization` - The original card authorization for this
329
359
  * incremental authorization does not exist.
360
+ * - `suspected_fraud` - The transaction was suspected to be fraudulent. Please
361
+ * reach out to support@increase.com for more information.
330
362
  */
331
363
  reason:
332
364
  | 'card_not_active'
365
+ | 'physical_card_not_active'
333
366
  | 'entity_not_active'
334
367
  | 'group_locked'
335
368
  | 'insufficient_funds'
336
369
  | 'cvv2_mismatch'
337
370
  | 'transaction_not_allowed'
338
- | 'breaches_internal_limit'
339
371
  | 'breaches_limit'
340
372
  | 'webhook_declined'
341
373
  | 'webhook_timed_out'
342
374
  | 'declined_by_stand_in_processing'
343
375
  | 'invalid_physical_card'
344
- | 'missing_original_authorization';
376
+ | 'missing_original_authorization'
377
+ | 'suspected_fraud';
345
378
  }
346
379
  namespace CardDecline {
347
380
  /**
@@ -412,8 +445,33 @@ export declare namespace CardAuthorizationSimulation {
412
445
  /**
413
446
  * The method used to enter the cardholder's primary account number and card
414
447
  * expiration date
448
+ *
449
+ * - `unknown` - Unknown
450
+ * - `manual` - Manual key entry
451
+ * - `magnetic_stripe_no_cvv` - Magnetic stripe read, without card verification
452
+ * value
453
+ * - `optical_code` - Optical code
454
+ * - `integrated_circuit_card` - Contact chip card
455
+ * - `contactless` - Contactless read of chip card
456
+ * - `credential_on_file` - Transaction initiated using a credential that has
457
+ * previously been stored on file
458
+ * - `magnetic_stripe` - Magnetic stripe read
459
+ * - `contactless_magnetic_stripe` - Contactless read of magnetic stripe data
460
+ * - `integrated_circuit_card_no_cvv` - Contact chip card, without card
461
+ * verification value
415
462
  */
416
- point_of_service_entry_mode: Shared.PointOfServiceEntryMode | null;
463
+ point_of_service_entry_mode:
464
+ | 'unknown'
465
+ | 'manual'
466
+ | 'magnetic_stripe_no_cvv'
467
+ | 'optical_code'
468
+ | 'integrated_circuit_card'
469
+ | 'contactless'
470
+ | 'credential_on_file'
471
+ | 'magnetic_stripe'
472
+ | 'contactless_magnetic_stripe'
473
+ | 'integrated_circuit_card_no_cvv'
474
+ | null;
417
475
  }
418
476
  }
419
477
  }
@@ -465,7 +523,7 @@ export declare namespace CardAuthorizationSimulation {
465
523
  | 'altered_or_fictitious';
466
524
  }
467
525
  /**
468
- * An Inbound Real Time Payments Transfer Decline object. This field will be
526
+ * An Inbound Real-Time Payments Transfer Decline object. This field will be
469
527
  * present in the JSON response if and only if `category` is equal to
470
528
  * `inbound_real_time_payments_transfer_decline`.
471
529
  */
@@ -481,7 +539,7 @@ export declare namespace CardAuthorizationSimulation {
481
539
  creditor_name: string;
482
540
  /**
483
541
  * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the declined
484
- * transfer's currency. This will always be "USD" for a Real Time Payments
542
+ * transfer's currency. This will always be "USD" for a Real-Time Payments
485
543
  * transfer.
486
544
  *
487
545
  * - `CAD` - Canadian Dollar (CAD)
@@ -512,8 +570,8 @@ export declare namespace CardAuthorizationSimulation {
512
570
  * - `account_restricted` - Your account is restricted.
513
571
  * - `group_locked` - Your account is inactive.
514
572
  * - `entity_not_active` - The account's entity is not active.
515
- * - `real_time_payments_not_enabled` - Your account is not enabled to receive Real
516
- * Time Payments transfers.
573
+ * - `real_time_payments_not_enabled` - Your account is not enabled to receive
574
+ * Real-Time Payments transfers.
517
575
  */
518
576
  reason:
519
577
  | 'account_number_canceled'
@@ -527,7 +585,7 @@ export declare namespace CardAuthorizationSimulation {
527
585
  */
528
586
  remittance_information: string | null;
529
587
  /**
530
- * The Real Time Payments network identification of the declined transfer.
588
+ * The Real-Time Payments network identification of the declined transfer.
531
589
  */
532
590
  transaction_identification: string;
533
591
  }
@@ -649,13 +707,13 @@ export declare namespace CardAuthorizationSimulation {
649
707
  completed_at: string | null;
650
708
  /**
651
709
  * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date on which the Pending
652
- * Transaction occured.
710
+ * Transaction occurred.
653
711
  */
654
712
  created_at: string;
655
713
  /**
656
714
  * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the Pending
657
715
  * Transaction's currency. This will match the currency on the Pending
658
- * Transcation's Account.
716
+ * Transaction's Account.
659
717
  *
660
718
  * - `CAD` - Canadian Dollar (CAD)
661
719
  * - `CHF` - Swiss Franc (CHF)
@@ -743,7 +801,7 @@ export declare namespace CardAuthorizationSimulation {
743
801
  * under the `check_transfer_instruction` object.
744
802
  * - `inbound_funds_hold` - Inbound Funds Hold: details will be under the
745
803
  * `inbound_funds_hold` object.
746
- * - `real_time_payments_transfer_instruction` - Real Time Payments Transfer
804
+ * - `real_time_payments_transfer_instruction` - Real-Time Payments Transfer
747
805
  * Instruction: details will be under the
748
806
  * `real_time_payments_transfer_instruction` object.
749
807
  * - `wire_transfer_instruction` - Wire Transfer Instruction: details will be under
@@ -777,7 +835,7 @@ export declare namespace CardAuthorizationSimulation {
777
835
  */
778
836
  inbound_funds_hold: Source.InboundFundsHold | null;
779
837
  /**
780
- * A Real Time Payments Transfer Instruction object. This field will be present in
838
+ * A Real-Time Payments Transfer Instruction object. This field will be present in
781
839
  * the JSON response if and only if `category` is equal to
782
840
  * `real_time_payments_transfer_instruction`.
783
841
  */
@@ -982,8 +1040,33 @@ export declare namespace CardAuthorizationSimulation {
982
1040
  /**
983
1041
  * The method used to enter the cardholder's primary account number and card
984
1042
  * expiration date
1043
+ *
1044
+ * - `unknown` - Unknown
1045
+ * - `manual` - Manual key entry
1046
+ * - `magnetic_stripe_no_cvv` - Magnetic stripe read, without card verification
1047
+ * value
1048
+ * - `optical_code` - Optical code
1049
+ * - `integrated_circuit_card` - Contact chip card
1050
+ * - `contactless` - Contactless read of chip card
1051
+ * - `credential_on_file` - Transaction initiated using a credential that has
1052
+ * previously been stored on file
1053
+ * - `magnetic_stripe` - Magnetic stripe read
1054
+ * - `contactless_magnetic_stripe` - Contactless read of magnetic stripe data
1055
+ * - `integrated_circuit_card_no_cvv` - Contact chip card, without card
1056
+ * verification value
985
1057
  */
986
- point_of_service_entry_mode: Shared.PointOfServiceEntryMode | null;
1058
+ point_of_service_entry_mode:
1059
+ | 'unknown'
1060
+ | 'manual'
1061
+ | 'magnetic_stripe_no_cvv'
1062
+ | 'optical_code'
1063
+ | 'integrated_circuit_card'
1064
+ | 'contactless'
1065
+ | 'credential_on_file'
1066
+ | 'magnetic_stripe'
1067
+ | 'contactless_magnetic_stripe'
1068
+ | 'integrated_circuit_card_no_cvv'
1069
+ | null;
987
1070
  }
988
1071
  }
989
1072
  }
@@ -1113,7 +1196,7 @@ export declare namespace CardAuthorizationSimulation {
1113
1196
  type: 'inbound_funds_hold';
1114
1197
  }
1115
1198
  /**
1116
- * A Real Time Payments Transfer Instruction object. This field will be present in
1199
+ * A Real-Time Payments Transfer Instruction object. This field will be present in
1117
1200
  * the JSON response if and only if `category` is equal to
1118
1201
  * `real_time_payments_transfer_instruction`.
1119
1202
  */
@@ -1124,7 +1207,7 @@ export declare namespace CardAuthorizationSimulation {
1124
1207
  */
1125
1208
  amount: number;
1126
1209
  /**
1127
- * The identifier of the Real Time Payments Transfer that led to this Pending
1210
+ * The identifier of the Real-Time Payments Transfer that led to this Pending
1128
1211
  * Transaction.
1129
1212
  */
1130
1213
  transfer_id: string;
@@ -1 +1 @@
1
- {"version":3,"file":"cards.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/cards.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cards.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/cards.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"cards.js","sourceRoot":"","sources":["../../src/resources/simulations/cards.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAKhD,MAAa,KAAM,SAAQ,sBAAW;IACpC;;;;;;;;OAQG;IACH,SAAS,CACP,IAAyB,EACzB,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,kCAAkC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED;;;;;;OAMG;IACH,UAAU,CACR,IAA0B,EAC1B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;CACF;AA9BD,sBA8BC;AAs0CD,WAAiB,KAAK;AAItB,CAAC,EAJgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAIrB"}
1
+ {"version":3,"file":"cards.js","sourceRoot":"","sources":["../../src/resources/simulations/cards.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAIhD,MAAa,KAAM,SAAQ,sBAAW;IACpC;;;;;;;;OAQG;IACH,SAAS,CACP,IAAyB,EACzB,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,kCAAkC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED;;;;;;OAMG;IACH,UAAU,CACR,IAA0B,EAC1B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;CACF;AA9BD,sBA8BC;AA45CD,WAAiB,KAAK;AAItB,CAAC,EAJgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAIrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"cards.mjs","sourceRoot":"","sources":["../../src/resources/simulations/cards.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;AAK/C,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;;;;;;;OAQG;IACH,SAAS,CACP,IAAyB,EACzB,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,kCAAkC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED;;;;;;OAMG;IACH,UAAU,CACR,IAA0B,EAC1B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;CACF;AAs0CD,WAAiB,KAAK;AAItB,CAAC,EAJgB,KAAK,KAAL,KAAK,QAIrB"}
1
+ {"version":3,"file":"cards.mjs","sourceRoot":"","sources":["../../src/resources/simulations/cards.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;AAI/C,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;;;;;;;OAQG;IACH,SAAS,CACP,IAAyB,EACzB,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,kCAAkC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED;;;;;;OAMG;IACH,UAAU,CACR,IAA0B,EAC1B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;CACF;AA45CD,WAAiB,KAAK;AAItB,CAAC,EAJgB,KAAK,KAAL,KAAK,QAIrB"}
@@ -4,7 +4,7 @@ import * as InboundWireDrawdownRequests_ from 'increase/resources/inbound-wire-d
4
4
  import * as API from './index.js';
5
5
  export declare class InboundWireDrawdownRequests extends APIResource {
6
6
  /**
7
- * Simulates the receival of an
7
+ * Simulates receiving an
8
8
  * [Inbound Wire Drawdown Request](#inbound-wire-drawdown-requests).
9
9
  */
10
10
  create(
@@ -5,7 +5,7 @@ exports.InboundWireDrawdownRequests = void 0;
5
5
  const resource_1 = require('increase/resource');
6
6
  class InboundWireDrawdownRequests extends resource_1.APIResource {
7
7
  /**
8
- * Simulates the receival of an
8
+ * Simulates receiving an
9
9
  * [Inbound Wire Drawdown Request](#inbound-wire-drawdown-requests).
10
10
  */
11
11
  create(body, options) {
@@ -2,7 +2,7 @@
2
2
  import { APIResource } from 'increase/resource';
3
3
  export class InboundWireDrawdownRequests extends APIResource {
4
4
  /**
5
- * Simulates the receival of an
5
+ * Simulates receiving an
6
6
  * [Inbound Wire Drawdown Request](#inbound-wire-drawdown-requests).
7
7
  */
8
8
  create(body, options) {
@@ -47,12 +47,12 @@ export declare namespace InterestPaymentSimulationResult {
47
47
  amount: number;
48
48
  /**
49
49
  * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date on which the
50
- * Transaction occured.
50
+ * Transaction occurred.
51
51
  */
52
52
  created_at: string;
53
53
  /**
54
54
  * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
55
- * Transaction's currency. This will match the currency on the Transcation's
55
+ * Transaction's currency. This will match the currency on the Transaction's
56
56
  * Account.
57
57
  *
58
58
  * - `CAD` - Canadian Dollar (CAD)
@@ -181,7 +181,7 @@ export declare namespace InterestPaymentSimulationResult {
181
181
  * object.
182
182
  * - `inbound_international_ach_transfer` - Inbound International ACH Transfer:
183
183
  * details will be under the `inbound_international_ach_transfer` object.
184
- * - `inbound_real_time_payments_transfer_confirmation` - Inbound Real Time
184
+ * - `inbound_real_time_payments_transfer_confirmation` - Inbound Real-Time
185
185
  * Payments Transfer Confirmation: details will be under the
186
186
  * `inbound_real_time_payments_transfer_confirmation` object.
187
187
  * - `inbound_wire_drawdown_payment` - Inbound Wire Drawdown Payment: details will
@@ -197,7 +197,7 @@ export declare namespace InterestPaymentSimulationResult {
197
197
  * `interest_payment` object.
198
198
  * - `internal_source` - Internal Source: details will be under the
199
199
  * `internal_source` object.
200
- * - `real_time_payments_transfer_acknowledgement` - Real Time Payments Transfer
200
+ * - `real_time_payments_transfer_acknowledgement` - Real-Time Payments Transfer
201
201
  * Acknowledgement: details will be under the
202
202
  * `real_time_payments_transfer_acknowledgement` object.
203
203
  * - `sample_funds` - Sample Funds: details will be under the `sample_funds`
@@ -287,7 +287,7 @@ export declare namespace InterestPaymentSimulationResult {
287
287
  */
288
288
  inbound_international_ach_transfer: Source.InboundInternationalACHTransfer | null;
289
289
  /**
290
- * An Inbound Real Time Payments Transfer Confirmation object. This field will be
290
+ * An Inbound Real-Time Payments Transfer Confirmation object. This field will be
291
291
  * present in the JSON response if and only if `category` is equal to
292
292
  * `inbound_real_time_payments_transfer_confirmation`.
293
293
  */
@@ -324,7 +324,7 @@ export declare namespace InterestPaymentSimulationResult {
324
324
  */
325
325
  internal_source: Source.InternalSource | null;
326
326
  /**
327
- * A Real Time Payments Transfer Acknowledgement object. This field will be present
327
+ * A Real-Time Payments Transfer Acknowledgement object. This field will be present
328
328
  * in the JSON response if and only if `category` is equal to
329
329
  * `real_time_payments_transfer_acknowledgement`.
330
330
  */
@@ -647,7 +647,7 @@ export declare namespace InterestPaymentSimulationResult {
647
647
  | 'untimely_dishonored_return'
648
648
  | 'untimely_return';
649
649
  /**
650
- * The identifier of the Tranasaction associated with this return.
650
+ * The identifier of the Transaction associated with this return.
651
651
  */
652
652
  transaction_id: string;
653
653
  /**
@@ -948,7 +948,7 @@ export declare namespace InterestPaymentSimulationResult {
948
948
  */
949
949
  food_beverage_charges_amount: number | null;
950
950
  /**
951
- * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the foor and
951
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the food and
952
952
  * beverage charges.
953
953
  */
954
954
  food_beverage_charges_currency: string | null;
@@ -1529,7 +1529,7 @@ export declare namespace InterestPaymentSimulationResult {
1529
1529
  */
1530
1530
  food_beverage_charges_amount: number | null;
1531
1531
  /**
1532
- * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the foor and
1532
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the food and
1533
1533
  * beverage charges.
1534
1534
  */
1535
1535
  food_beverage_charges_currency: string | null;
@@ -1982,7 +1982,7 @@ export declare namespace InterestPaymentSimulationResult {
1982
1982
  * The reason why this transfer was stopped.
1983
1983
  *
1984
1984
  * - `mail_delivery_failed` - The check could not be delivered.
1985
- * - `rejected_by_increase` - The check was cancelled by an Increase operator who
1985
+ * - `rejected_by_increase` - The check was canceled by an Increase operator who
1986
1986
  * will provide details out-of-band.
1987
1987
  * - `unknown` - The check was stopped for another reason.
1988
1988
  */
@@ -2121,7 +2121,7 @@ export declare namespace InterestPaymentSimulationResult {
2121
2121
  trace_number: string;
2122
2122
  }
2123
2123
  /**
2124
- * An Inbound Real Time Payments Transfer Confirmation object. This field will be
2124
+ * An Inbound Real-Time Payments Transfer Confirmation object. This field will be
2125
2125
  * present in the JSON response if and only if `category` is equal to
2126
2126
  * `inbound_real_time_payments_transfer_confirmation`.
2127
2127
  */
@@ -2137,7 +2137,7 @@ export declare namespace InterestPaymentSimulationResult {
2137
2137
  creditor_name: string;
2138
2138
  /**
2139
2139
  * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the transfer's
2140
- * currency. This will always be "USD" for a Real Time Payments transfer.
2140
+ * currency. This will always be "USD" for a Real-Time Payments transfer.
2141
2141
  *
2142
2142
  * - `CAD` - Canadian Dollar (CAD)
2143
2143
  * - `CHF` - Swiss Franc (CHF)
@@ -2164,7 +2164,7 @@ export declare namespace InterestPaymentSimulationResult {
2164
2164
  */
2165
2165
  remittance_information: string | null;
2166
2166
  /**
2167
- * The Real Time Payments network identification of the transfer
2167
+ * The Real-Time Payments network identification of the transfer
2168
2168
  */
2169
2169
  transaction_identification: string;
2170
2170
  }
@@ -2300,7 +2300,7 @@ export declare namespace InterestPaymentSimulationResult {
2300
2300
  /**
2301
2301
  * The ID for the Transaction associated with the transfer reversal.
2302
2302
  */
2303
- transaction_id: string | null;
2303
+ transaction_id: string;
2304
2304
  /**
2305
2305
  * The ID for the Wire Transfer that is being reversed.
2306
2306
  */
@@ -2421,7 +2421,7 @@ export declare namespace InterestPaymentSimulationResult {
2421
2421
  | 'sample_funds_return';
2422
2422
  }
2423
2423
  /**
2424
- * A Real Time Payments Transfer Acknowledgement object. This field will be present
2424
+ * A Real-Time Payments Transfer Acknowledgement object. This field will be present
2425
2425
  * in the JSON response if and only if `category` is equal to
2426
2426
  * `real_time_payments_transfer_acknowledgement`.
2427
2427
  */
@@ -2443,7 +2443,7 @@ export declare namespace InterestPaymentSimulationResult {
2443
2443
  */
2444
2444
  remittance_information: string;
2445
2445
  /**
2446
- * The identifier of the Real Time Payments Transfer that led to this Transaction.
2446
+ * The identifier of the Real-Time Payments Transfer that led to this Transaction.
2447
2447
  */
2448
2448
  transfer_id: string;
2449
2449
  }