increase 0.568.1 → 0.569.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.
Files changed (177) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/core/error.d.mts +5 -0
  3. package/core/error.d.mts.map +1 -1
  4. package/core/error.d.ts +5 -0
  5. package/core/error.d.ts.map +1 -1
  6. package/core/error.js +1 -0
  7. package/core/error.js.map +1 -1
  8. package/core/error.mjs +1 -0
  9. package/core/error.mjs.map +1 -1
  10. package/package.json +9 -15
  11. package/resources/ach-prenotifications.d.mts +6 -5
  12. package/resources/ach-prenotifications.d.mts.map +1 -1
  13. package/resources/ach-prenotifications.d.ts +6 -5
  14. package/resources/ach-prenotifications.d.ts.map +1 -1
  15. package/resources/ach-transfers.d.mts +4 -3
  16. package/resources/ach-transfers.d.mts.map +1 -1
  17. package/resources/ach-transfers.d.ts +4 -3
  18. package/resources/ach-transfers.d.ts.map +1 -1
  19. package/resources/card-disputes.d.mts +24 -2
  20. package/resources/card-disputes.d.mts.map +1 -1
  21. package/resources/card-disputes.d.ts +24 -2
  22. package/resources/card-disputes.d.ts.map +1 -1
  23. package/resources/card-payments.d.mts +32 -5
  24. package/resources/card-payments.d.mts.map +1 -1
  25. package/resources/card-payments.d.ts +32 -5
  26. package/resources/card-payments.d.ts.map +1 -1
  27. package/resources/card-push-transfers.d.mts +28 -0
  28. package/resources/card-push-transfers.d.mts.map +1 -1
  29. package/resources/card-push-transfers.d.ts +28 -0
  30. package/resources/card-push-transfers.d.ts.map +1 -1
  31. package/resources/cards.d.mts +4 -0
  32. package/resources/cards.d.mts.map +1 -1
  33. package/resources/cards.d.ts +4 -0
  34. package/resources/cards.d.ts.map +1 -1
  35. package/resources/check-transfers.d.mts +4 -2
  36. package/resources/check-transfers.d.mts.map +1 -1
  37. package/resources/check-transfers.d.ts +4 -2
  38. package/resources/check-transfers.d.ts.map +1 -1
  39. package/resources/declined-transactions.d.mts +2 -1
  40. package/resources/declined-transactions.d.mts.map +1 -1
  41. package/resources/declined-transactions.d.ts +2 -1
  42. package/resources/declined-transactions.d.ts.map +1 -1
  43. package/resources/digital-wallet-tokens.d.mts +30 -2
  44. package/resources/digital-wallet-tokens.d.mts.map +1 -1
  45. package/resources/digital-wallet-tokens.d.ts +30 -2
  46. package/resources/digital-wallet-tokens.d.ts.map +1 -1
  47. package/resources/entities.d.mts +1 -1
  48. package/resources/entities.d.ts +1 -1
  49. package/resources/event-subscriptions.d.mts +10 -2
  50. package/resources/event-subscriptions.d.mts.map +1 -1
  51. package/resources/event-subscriptions.d.ts +10 -2
  52. package/resources/event-subscriptions.d.ts.map +1 -1
  53. package/resources/events.d.mts +11 -3
  54. package/resources/events.d.mts.map +1 -1
  55. package/resources/events.d.ts +11 -3
  56. package/resources/events.d.ts.map +1 -1
  57. package/resources/exports.d.mts +55 -1
  58. package/resources/exports.d.mts.map +1 -1
  59. package/resources/exports.d.ts +55 -1
  60. package/resources/exports.d.ts.map +1 -1
  61. package/resources/fednow-transfers.d.mts +25 -0
  62. package/resources/fednow-transfers.d.mts.map +1 -1
  63. package/resources/fednow-transfers.d.ts +25 -0
  64. package/resources/fednow-transfers.d.ts.map +1 -1
  65. package/resources/inbound-wire-transfers.d.mts +4 -0
  66. package/resources/inbound-wire-transfers.d.mts.map +1 -1
  67. package/resources/inbound-wire-transfers.d.ts +4 -0
  68. package/resources/inbound-wire-transfers.d.ts.map +1 -1
  69. package/resources/intrafi-balances.d.mts +0 -2
  70. package/resources/intrafi-balances.d.mts.map +1 -1
  71. package/resources/intrafi-balances.d.ts +0 -2
  72. package/resources/intrafi-balances.d.ts.map +1 -1
  73. package/resources/pending-transactions.d.mts +22 -0
  74. package/resources/pending-transactions.d.mts.map +1 -1
  75. package/resources/pending-transactions.d.ts +22 -0
  76. package/resources/pending-transactions.d.ts.map +1 -1
  77. package/resources/physical-card-profiles.d.mts +23 -1
  78. package/resources/physical-card-profiles.d.mts.map +1 -1
  79. package/resources/physical-card-profiles.d.ts +23 -1
  80. package/resources/physical-card-profiles.d.ts.map +1 -1
  81. package/resources/physical-cards.d.mts +4 -1
  82. package/resources/physical-cards.d.mts.map +1 -1
  83. package/resources/physical-cards.d.ts +4 -1
  84. package/resources/physical-cards.d.ts.map +1 -1
  85. package/resources/programs.d.mts +1 -0
  86. package/resources/programs.d.mts.map +1 -1
  87. package/resources/programs.d.ts +1 -0
  88. package/resources/programs.d.ts.map +1 -1
  89. package/resources/real-time-decisions.d.mts +22 -0
  90. package/resources/real-time-decisions.d.mts.map +1 -1
  91. package/resources/real-time-decisions.d.ts +22 -0
  92. package/resources/real-time-decisions.d.ts.map +1 -1
  93. package/resources/simulations/ach-transfers.d.mts +2 -1
  94. package/resources/simulations/ach-transfers.d.mts.map +1 -1
  95. package/resources/simulations/ach-transfers.d.ts +2 -1
  96. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  97. package/resources/simulations/card-authorizations.d.mts +2 -1
  98. package/resources/simulations/card-authorizations.d.mts.map +1 -1
  99. package/resources/simulations/card-authorizations.d.ts +2 -1
  100. package/resources/simulations/card-authorizations.d.ts.map +1 -1
  101. package/resources/simulations/card-balance-inquiries.d.mts +2 -1
  102. package/resources/simulations/card-balance-inquiries.d.mts.map +1 -1
  103. package/resources/simulations/card-balance-inquiries.d.ts +2 -1
  104. package/resources/simulations/card-balance-inquiries.d.ts.map +1 -1
  105. package/resources/simulations/check-deposits.d.mts +8 -0
  106. package/resources/simulations/check-deposits.d.mts.map +1 -1
  107. package/resources/simulations/check-deposits.d.ts +8 -0
  108. package/resources/simulations/check-deposits.d.ts.map +1 -1
  109. package/resources/simulations/digital-wallet-token-requests.d.mts +5 -1
  110. package/resources/simulations/digital-wallet-token-requests.d.mts.map +1 -1
  111. package/resources/simulations/digital-wallet-token-requests.d.ts +5 -1
  112. package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -1
  113. package/resources/simulations/entities.d.mts +1 -1
  114. package/resources/simulations/entities.d.ts +1 -1
  115. package/resources/simulations/inbound-wire-transfers.d.mts +5 -0
  116. package/resources/simulations/inbound-wire-transfers.d.mts.map +1 -1
  117. package/resources/simulations/inbound-wire-transfers.d.ts +5 -0
  118. package/resources/simulations/inbound-wire-transfers.d.ts.map +1 -1
  119. package/resources/simulations/physical-cards.d.mts +4 -1
  120. package/resources/simulations/physical-cards.d.mts.map +1 -1
  121. package/resources/simulations/physical-cards.d.ts +4 -1
  122. package/resources/simulations/physical-cards.d.ts.map +1 -1
  123. package/resources/simulations/programs.d.mts +1 -0
  124. package/resources/simulations/programs.d.mts.map +1 -1
  125. package/resources/simulations/programs.d.ts +1 -0
  126. package/resources/simulations/programs.d.ts.map +1 -1
  127. package/resources/swift-transfers.d.mts +1 -1
  128. package/resources/swift-transfers.d.ts +1 -1
  129. package/resources/swift-transfers.js +1 -1
  130. package/resources/swift-transfers.mjs +1 -1
  131. package/resources/transactions.d.mts +12 -4
  132. package/resources/transactions.d.mts.map +1 -1
  133. package/resources/transactions.d.ts +12 -4
  134. package/resources/transactions.d.ts.map +1 -1
  135. package/resources/wire-drawdown-requests.d.mts +11 -0
  136. package/resources/wire-drawdown-requests.d.mts.map +1 -1
  137. package/resources/wire-drawdown-requests.d.ts +11 -0
  138. package/resources/wire-drawdown-requests.d.ts.map +1 -1
  139. package/src/core/error.ts +7 -0
  140. package/src/resources/ach-prenotifications.ts +6 -5
  141. package/src/resources/ach-transfers.ts +4 -3
  142. package/src/resources/card-disputes.ts +28 -1
  143. package/src/resources/card-payments.ts +34 -5
  144. package/src/resources/card-push-transfers.ts +34 -0
  145. package/src/resources/cards.ts +5 -0
  146. package/src/resources/check-transfers.ts +4 -2
  147. package/src/resources/declined-transactions.ts +2 -1
  148. package/src/resources/digital-wallet-tokens.ts +38 -2
  149. package/src/resources/entities.ts +1 -1
  150. package/src/resources/event-subscriptions.ts +16 -0
  151. package/src/resources/events.ts +20 -0
  152. package/src/resources/exports.ts +64 -0
  153. package/src/resources/fednow-transfers.ts +30 -0
  154. package/src/resources/inbound-wire-transfers.ts +5 -0
  155. package/src/resources/intrafi-balances.ts +0 -4
  156. package/src/resources/pending-transactions.ts +24 -0
  157. package/src/resources/physical-card-profiles.ts +25 -1
  158. package/src/resources/physical-cards.ts +4 -1
  159. package/src/resources/programs.ts +2 -0
  160. package/src/resources/real-time-decisions.ts +24 -0
  161. package/src/resources/simulations/ach-transfers.ts +2 -1
  162. package/src/resources/simulations/card-authorizations.ts +2 -1
  163. package/src/resources/simulations/card-balance-inquiries.ts +2 -1
  164. package/src/resources/simulations/check-deposits.ts +9 -0
  165. package/src/resources/simulations/digital-wallet-token-requests.ts +6 -0
  166. package/src/resources/simulations/entities.ts +1 -1
  167. package/src/resources/simulations/inbound-wire-transfers.ts +6 -0
  168. package/src/resources/simulations/physical-cards.ts +4 -1
  169. package/src/resources/simulations/programs.ts +2 -0
  170. package/src/resources/swift-transfers.ts +1 -1
  171. package/src/resources/transactions.ts +13 -4
  172. package/src/resources/wire-drawdown-requests.ts +13 -0
  173. package/src/version.ts +1 -1
  174. package/version.d.mts +1 -1
  175. package/version.d.ts +1 -1
  176. package/version.js +1 -1
  177. package/version.mjs +1 -1
@@ -329,8 +329,10 @@ export namespace Transaction {
329
329
 
330
330
  /**
331
331
  * A Card Financial object. This field will be present in the JSON response if and
332
- * only if `category` is equal to `card_financial`. Card Financials are temporary
333
- * holds placed on a customer's funds with the intent to later clear a transaction.
332
+ * only if `category` is equal to `card_financial`. Card Financials are card
333
+ * transactions that have cleared and settled. Unlike a Card Settlement, which
334
+ * clears a previous authorization, a Card Financial is authorized and cleared in a
335
+ * single message.
334
336
  */
335
337
  card_financial?: Source.CardFinancial | null;
336
338
 
@@ -1100,8 +1102,10 @@ export namespace Transaction {
1100
1102
 
1101
1103
  /**
1102
1104
  * A Card Financial object. This field will be present in the JSON response if and
1103
- * only if `category` is equal to `card_financial`. Card Financials are temporary
1104
- * holds placed on a customer's funds with the intent to later clear a transaction.
1105
+ * only if `category` is equal to `card_financial`. Card Financials are card
1106
+ * transactions that have cleared and settled. Unlike a Card Settlement, which
1107
+ * clears a previous authorization, a Card Financial is authorized and cleared in a
1108
+ * single message.
1105
1109
  */
1106
1110
  export interface CardFinancial {
1107
1111
  /**
@@ -4615,6 +4619,11 @@ export namespace Transaction {
4615
4619
  */
4616
4620
  instruction_identification: string | null;
4617
4621
 
4622
+ /**
4623
+ * The reason for the wire transfer, as set by the sender.
4624
+ */
4625
+ purpose: string | null;
4626
+
4618
4627
  /**
4619
4628
  * The ID of the Inbound Wire Transfer object that resulted in this Transaction.
4620
4629
  */
@@ -148,6 +148,12 @@ export interface WireDrawdownRequest {
148
148
  */
149
149
  debtor_routing_number: string;
150
150
 
151
+ /**
152
+ * A free-form reference string set by the sender, to be mirrored back in the
153
+ * subsequent wire transfer.
154
+ */
155
+ end_to_end_identification: string | null;
156
+
151
157
  /**
152
158
  * If the recipient fulfills the drawdown request by sending funds, then this will
153
159
  * be the identifier of the corresponding Transaction.
@@ -185,6 +191,13 @@ export interface WireDrawdownRequest {
185
191
  */
186
192
  type: 'wire_drawdown_request';
187
193
 
194
+ /**
195
+ * The unique end-to-end transaction reference
196
+ * ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr))
197
+ * of the drawdown request.
198
+ */
199
+ unique_end_to_end_transaction_reference: string | null;
200
+
188
201
  /**
189
202
  * Remittance information the debtor will see as part of the drawdown request.
190
203
  */
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.568.1'; // x-release-please-version
1
+ export const VERSION = '0.569.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.568.1";
1
+ export declare const VERSION = "0.569.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.568.1";
1
+ export declare const VERSION = "0.569.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.568.1'; // x-release-please-version
4
+ exports.VERSION = '0.569.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.568.1'; // x-release-please-version
1
+ export const VERSION = '0.569.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map