increase 0.8.1 → 0.9.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.
Files changed (279) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/README.md +31 -11
  3. package/_shims/fetch.d.ts +8 -1
  4. package/_shims/fetch.node.d.ts +11 -1
  5. package/core.d.ts +76 -28
  6. package/core.d.ts.map +1 -1
  7. package/core.js +123 -55
  8. package/core.js.map +1 -1
  9. package/core.mjs +119 -55
  10. package/core.mjs.map +1 -1
  11. package/index.js +3 -2
  12. package/index.js.map +1 -1
  13. package/index.mjs +3 -2
  14. package/index.mjs.map +1 -1
  15. package/package.json +1 -1
  16. package/pagination.d.ts +2 -2
  17. package/pagination.d.ts.map +1 -1
  18. package/pagination.js +4 -4
  19. package/pagination.js.map +1 -1
  20. package/pagination.mjs +4 -4
  21. package/pagination.mjs.map +1 -1
  22. package/resources/account-numbers.d.ts +8 -8
  23. package/resources/account-numbers.d.ts.map +1 -1
  24. package/resources/account-numbers.js.map +1 -1
  25. package/resources/account-numbers.mjs.map +1 -1
  26. package/resources/account-statements.d.ts +3 -6
  27. package/resources/account-statements.d.ts.map +1 -1
  28. package/resources/account-statements.js.map +1 -1
  29. package/resources/account-statements.mjs.map +1 -1
  30. package/resources/account-transfers.d.ts +6 -18
  31. package/resources/account-transfers.d.ts.map +1 -1
  32. package/resources/account-transfers.js.map +1 -1
  33. package/resources/account-transfers.mjs.map +1 -1
  34. package/resources/accounts.d.ts +6 -6
  35. package/resources/accounts.d.ts.map +1 -1
  36. package/resources/ach-prenotifications.d.ts +51 -7
  37. package/resources/ach-prenotifications.d.ts.map +1 -1
  38. package/resources/ach-prenotifications.js.map +1 -1
  39. package/resources/ach-prenotifications.mjs.map +1 -1
  40. package/resources/ach-transfers.d.ts +16 -9
  41. package/resources/ach-transfers.d.ts.map +1 -1
  42. package/resources/ach-transfers.js.map +1 -1
  43. package/resources/ach-transfers.mjs.map +1 -1
  44. package/resources/balance-lookups.d.ts +1 -1
  45. package/resources/balance-lookups.d.ts.map +1 -1
  46. package/resources/bookkeeping-accounts.d.ts +3 -3
  47. package/resources/bookkeeping-accounts.d.ts.map +1 -1
  48. package/resources/bookkeeping-entries.d.ts +2 -2
  49. package/resources/bookkeeping-entries.d.ts.map +1 -1
  50. package/resources/bookkeeping-entry-sets.d.ts +1 -1
  51. package/resources/bookkeeping-entry-sets.d.ts.map +1 -1
  52. package/resources/card-disputes.d.ts +7 -7
  53. package/resources/card-disputes.d.ts.map +1 -1
  54. package/resources/card-disputes.js.map +1 -1
  55. package/resources/card-disputes.mjs.map +1 -1
  56. package/resources/card-profiles.d.ts +15 -7
  57. package/resources/card-profiles.d.ts.map +1 -1
  58. package/resources/card-profiles.js +6 -0
  59. package/resources/card-profiles.js.map +1 -1
  60. package/resources/card-profiles.mjs +6 -0
  61. package/resources/card-profiles.mjs.map +1 -1
  62. package/resources/card-purchase-supplements.d.ts +3 -3
  63. package/resources/card-purchase-supplements.d.ts.map +1 -1
  64. package/resources/cards.d.ts +6 -13
  65. package/resources/cards.d.ts.map +1 -1
  66. package/resources/cards.js.map +1 -1
  67. package/resources/cards.mjs.map +1 -1
  68. package/resources/check-deposits.d.ts +7 -7
  69. package/resources/check-deposits.d.ts.map +1 -1
  70. package/resources/check-deposits.js.map +1 -1
  71. package/resources/check-deposits.mjs.map +1 -1
  72. package/resources/check-transfers.d.ts +15 -10
  73. package/resources/check-transfers.d.ts.map +1 -1
  74. package/resources/check-transfers.js.map +1 -1
  75. package/resources/check-transfers.mjs.map +1 -1
  76. package/resources/declined-transactions.d.ts +25 -28
  77. package/resources/declined-transactions.d.ts.map +1 -1
  78. package/resources/declined-transactions.js.map +1 -1
  79. package/resources/declined-transactions.mjs.map +1 -1
  80. package/resources/digital-wallet-tokens.d.ts +3 -6
  81. package/resources/digital-wallet-tokens.d.ts.map +1 -1
  82. package/resources/digital-wallet-tokens.js.map +1 -1
  83. package/resources/digital-wallet-tokens.mjs.map +1 -1
  84. package/resources/documents.d.ts +3 -3
  85. package/resources/documents.d.ts.map +1 -1
  86. package/resources/entities/beneficial-owners.d.ts +4 -8
  87. package/resources/entities/beneficial-owners.d.ts.map +1 -1
  88. package/resources/entities/beneficial-owners.js.map +1 -1
  89. package/resources/entities/beneficial-owners.mjs.map +1 -1
  90. package/resources/entities/entities.d.ts +11 -11
  91. package/resources/entities/entities.d.ts.map +1 -1
  92. package/resources/entities/entities.js +6 -0
  93. package/resources/entities/entities.js.map +1 -1
  94. package/resources/entities/entities.mjs +6 -0
  95. package/resources/entities/entities.mjs.map +1 -1
  96. package/resources/entities/supplemental-documents.d.ts +2 -2
  97. package/resources/entities/supplemental-documents.d.ts.map +1 -1
  98. package/resources/event-subscriptions.d.ts +5 -8
  99. package/resources/event-subscriptions.d.ts.map +1 -1
  100. package/resources/event-subscriptions.js.map +1 -1
  101. package/resources/event-subscriptions.mjs.map +1 -1
  102. package/resources/events.d.ts +7 -5
  103. package/resources/events.d.ts.map +1 -1
  104. package/resources/events.js.map +1 -1
  105. package/resources/events.mjs.map +1 -1
  106. package/resources/exports.d.ts +4 -4
  107. package/resources/exports.d.ts.map +1 -1
  108. package/resources/external-accounts.d.ts +5 -11
  109. package/resources/external-accounts.d.ts.map +1 -1
  110. package/resources/external-accounts.js.map +1 -1
  111. package/resources/external-accounts.mjs.map +1 -1
  112. package/resources/files.d.ts +9 -4
  113. package/resources/files.d.ts.map +1 -1
  114. package/resources/files.js +2 -2
  115. package/resources/files.js.map +1 -1
  116. package/resources/files.mjs +2 -2
  117. package/resources/files.mjs.map +1 -1
  118. package/resources/groups.d.ts +1 -1
  119. package/resources/groups.d.ts.map +1 -1
  120. package/resources/inbound-ach-transfer-returns.d.ts +6 -4
  121. package/resources/inbound-ach-transfer-returns.d.ts.map +1 -1
  122. package/resources/inbound-ach-transfer-returns.js.map +1 -1
  123. package/resources/inbound-ach-transfer-returns.mjs.map +1 -1
  124. package/resources/inbound-wire-drawdown-requests.d.ts +5 -3
  125. package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -1
  126. package/resources/inbound-wire-drawdown-requests.js.map +1 -1
  127. package/resources/inbound-wire-drawdown-requests.mjs.map +1 -1
  128. package/resources/limits.d.ts +5 -9
  129. package/resources/limits.d.ts.map +1 -1
  130. package/resources/limits.js.map +1 -1
  131. package/resources/limits.mjs.map +1 -1
  132. package/resources/oauth-connections.d.ts +3 -6
  133. package/resources/oauth-connections.d.ts.map +1 -1
  134. package/resources/oauth-connections.js.map +1 -1
  135. package/resources/oauth-connections.mjs.map +1 -1
  136. package/resources/pending-transactions.d.ts +28 -37
  137. package/resources/pending-transactions.d.ts.map +1 -1
  138. package/resources/pending-transactions.js.map +1 -1
  139. package/resources/pending-transactions.mjs.map +1 -1
  140. package/resources/programs.d.ts +3 -3
  141. package/resources/programs.d.ts.map +1 -1
  142. package/resources/real-time-decisions.d.ts +2 -5
  143. package/resources/real-time-decisions.d.ts.map +1 -1
  144. package/resources/real-time-decisions.js.map +1 -1
  145. package/resources/real-time-decisions.mjs.map +1 -1
  146. package/resources/real-time-payments-transfers.d.ts +6 -4
  147. package/resources/real-time-payments-transfers.d.ts.map +1 -1
  148. package/resources/real-time-payments-transfers.js.map +1 -1
  149. package/resources/real-time-payments-transfers.mjs.map +1 -1
  150. package/resources/routing-numbers.d.ts +4 -1
  151. package/resources/routing-numbers.d.ts.map +1 -1
  152. package/resources/routing-numbers.js.map +1 -1
  153. package/resources/routing-numbers.mjs.map +1 -1
  154. package/resources/simulations/account-statements.d.ts +1 -1
  155. package/resources/simulations/account-statements.d.ts.map +1 -1
  156. package/resources/simulations/account-transfers.d.ts +1 -1
  157. package/resources/simulations/account-transfers.d.ts.map +1 -1
  158. package/resources/simulations/ach-transfers.d.ts +124 -138
  159. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  160. package/resources/simulations/ach-transfers.js.map +1 -1
  161. package/resources/simulations/ach-transfers.mjs.map +1 -1
  162. package/resources/simulations/card-disputes.d.ts +1 -1
  163. package/resources/simulations/card-disputes.d.ts.map +1 -1
  164. package/resources/simulations/card-profiles.d.ts +1 -4
  165. package/resources/simulations/card-profiles.d.ts.map +1 -1
  166. package/resources/simulations/card-profiles.js.map +1 -1
  167. package/resources/simulations/card-profiles.mjs.map +1 -1
  168. package/resources/simulations/card-refunds.d.ts +1 -1
  169. package/resources/simulations/card-refunds.d.ts.map +1 -1
  170. package/resources/simulations/cards.d.ts +49 -58
  171. package/resources/simulations/cards.d.ts.map +1 -1
  172. package/resources/simulations/cards.js.map +1 -1
  173. package/resources/simulations/cards.mjs.map +1 -1
  174. package/resources/simulations/check-deposits.d.ts +3 -12
  175. package/resources/simulations/check-deposits.d.ts.map +1 -1
  176. package/resources/simulations/check-transfers.d.ts +2 -2
  177. package/resources/simulations/check-transfers.d.ts.map +1 -1
  178. package/resources/simulations/digital-wallet-token-requests.d.ts +1 -1
  179. package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -1
  180. package/resources/simulations/documents.d.ts +1 -4
  181. package/resources/simulations/documents.d.ts.map +1 -1
  182. package/resources/simulations/documents.js.map +1 -1
  183. package/resources/simulations/documents.mjs.map +1 -1
  184. package/resources/simulations/inbound-funds-holds.d.ts +1 -1
  185. package/resources/simulations/inbound-funds-holds.d.ts.map +1 -1
  186. package/resources/simulations/inbound-wire-drawdown-requests.d.ts +1 -1
  187. package/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +1 -1
  188. package/resources/simulations/interest-payments.d.ts +100 -108
  189. package/resources/simulations/interest-payments.d.ts.map +1 -1
  190. package/resources/simulations/interest-payments.js.map +1 -1
  191. package/resources/simulations/interest-payments.mjs.map +1 -1
  192. package/resources/simulations/programs.d.ts +1 -4
  193. package/resources/simulations/programs.d.ts.map +1 -1
  194. package/resources/simulations/programs.js.map +1 -1
  195. package/resources/simulations/programs.mjs.map +1 -1
  196. package/resources/simulations/real-time-payments-transfers.d.ts +123 -134
  197. package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
  198. package/resources/simulations/real-time-payments-transfers.js.map +1 -1
  199. package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
  200. package/resources/simulations/wire-transfers.d.ts +100 -108
  201. package/resources/simulations/wire-transfers.d.ts.map +1 -1
  202. package/resources/simulations/wire-transfers.js.map +1 -1
  203. package/resources/simulations/wire-transfers.mjs.map +1 -1
  204. package/resources/transactions.d.ts +105 -110
  205. package/resources/transactions.d.ts.map +1 -1
  206. package/resources/transactions.js.map +1 -1
  207. package/resources/transactions.mjs.map +1 -1
  208. package/resources/wire-drawdown-requests.d.ts +4 -4
  209. package/resources/wire-drawdown-requests.d.ts.map +1 -1
  210. package/resources/wire-transfers.d.ts +11 -11
  211. package/resources/wire-transfers.d.ts.map +1 -1
  212. package/resources/wire-transfers.js.map +1 -1
  213. package/resources/wire-transfers.mjs.map +1 -1
  214. package/src/_shims/fetch.d.ts +8 -1
  215. package/src/_shims/fetch.node.d.ts +11 -1
  216. package/src/core.ts +176 -76
  217. package/src/index.ts +2 -2
  218. package/src/pagination.ts +5 -5
  219. package/src/resources/account-numbers.ts +9 -9
  220. package/src/resources/account-statements.ts +4 -7
  221. package/src/resources/account-transfers.ts +7 -19
  222. package/src/resources/accounts.ts +7 -7
  223. package/src/resources/ach-prenotifications.ts +56 -8
  224. package/src/resources/ach-transfers.ts +18 -10
  225. package/src/resources/balance-lookups.ts +1 -1
  226. package/src/resources/bookkeeping-accounts.ts +4 -4
  227. package/src/resources/bookkeeping-entries.ts +3 -3
  228. package/src/resources/bookkeeping-entry-sets.ts +1 -1
  229. package/src/resources/card-disputes.ts +8 -8
  230. package/src/resources/card-profiles.ts +20 -8
  231. package/src/resources/card-purchase-supplements.ts +4 -4
  232. package/src/resources/cards.ts +7 -14
  233. package/src/resources/check-deposits.ts +8 -8
  234. package/src/resources/check-transfers.ts +17 -11
  235. package/src/resources/declined-transactions.ts +26 -29
  236. package/src/resources/digital-wallet-tokens.ts +4 -7
  237. package/src/resources/documents.ts +4 -4
  238. package/src/resources/entities/beneficial-owners.ts +4 -8
  239. package/src/resources/entities/entities.ts +15 -12
  240. package/src/resources/entities/supplemental-documents.ts +2 -2
  241. package/src/resources/event-subscriptions.ts +6 -9
  242. package/src/resources/events.ts +8 -6
  243. package/src/resources/exports.ts +5 -5
  244. package/src/resources/external-accounts.ts +6 -12
  245. package/src/resources/files.ts +11 -6
  246. package/src/resources/groups.ts +1 -1
  247. package/src/resources/inbound-ach-transfer-returns.ts +7 -5
  248. package/src/resources/inbound-wire-drawdown-requests.ts +6 -4
  249. package/src/resources/limits.ts +6 -10
  250. package/src/resources/oauth-connections.ts +4 -7
  251. package/src/resources/pending-transactions.ts +29 -38
  252. package/src/resources/programs.ts +4 -4
  253. package/src/resources/real-time-decisions.ts +2 -5
  254. package/src/resources/real-time-payments-transfers.ts +7 -5
  255. package/src/resources/routing-numbers.ts +4 -1
  256. package/src/resources/simulations/account-statements.ts +1 -1
  257. package/src/resources/simulations/account-transfers.ts +1 -1
  258. package/src/resources/simulations/ach-transfers.ts +124 -138
  259. package/src/resources/simulations/card-disputes.ts +1 -1
  260. package/src/resources/simulations/card-profiles.ts +1 -4
  261. package/src/resources/simulations/card-refunds.ts +1 -1
  262. package/src/resources/simulations/cards.ts +49 -58
  263. package/src/resources/simulations/check-deposits.ts +3 -3
  264. package/src/resources/simulations/check-transfers.ts +2 -2
  265. package/src/resources/simulations/digital-wallet-token-requests.ts +1 -1
  266. package/src/resources/simulations/documents.ts +1 -4
  267. package/src/resources/simulations/inbound-funds-holds.ts +1 -1
  268. package/src/resources/simulations/inbound-wire-drawdown-requests.ts +1 -1
  269. package/src/resources/simulations/interest-payments.ts +100 -108
  270. package/src/resources/simulations/programs.ts +1 -4
  271. package/src/resources/simulations/real-time-payments-transfers.ts +123 -134
  272. package/src/resources/simulations/wire-transfers.ts +100 -108
  273. package/src/resources/transactions.ts +106 -111
  274. package/src/resources/wire-drawdown-requests.ts +5 -5
  275. package/src/resources/wire-transfers.ts +12 -12
  276. package/src/version.ts +1 -1
  277. package/version.d.ts +1 -1
  278. package/version.js +1 -1
  279. package/version.mjs +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"real-time-payments-transfers.d.ts","sourceRoot":"","sources":["../src/resources/real-time-payments-transfers.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"real-time-payments-transfers.d.ts","sourceRoot":"","sources":["../src/resources/real-time-payments-transfers.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"real-time-payments-transfers.js","sourceRoot":"","sources":["../src/resources/real-time-payments-transfers.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAChD,wCAAiD;AAEjD,oDAAuD;AAEvD,MAAa,yBAA0B,SAAQ,sBAAW;IACxD;;OAEG;IACH,MAAM,CACJ,IAA0C,EAC1C,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,0BAAkC,EAClC,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,iCAAiC,0BAA0B,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;IAUD,IAAI,CACF,QAAkE,EAAE,EACpE,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,+BAA+B,EAAE,6BAA6B,EAAE;YACrF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAzCD,8DAyCC;AAED,MAAa,6BAA8B,SAAQ,iBAA8B;CAAG;AAApF,sEAAoF;AAoYpF,WAAiB,yBAAyB;AAK1C,CAAC,EALgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAKzC"}
1
+ {"version":3,"file":"real-time-payments-transfers.js","sourceRoot":"","sources":["../src/resources/real-time-payments-transfers.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAChD,wCAAiD;AAEjD,oDAAuD;AAEvD,MAAa,yBAA0B,SAAQ,sBAAW;IACxD;;OAEG;IACH,MAAM,CACJ,IAA0C,EAC1C,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,0BAAkC,EAClC,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,iCAAiC,0BAA0B,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;IAYD,IAAI,CACF,QAAkE,EAAE,EACpE,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,+BAA+B,EAAE,6BAA6B,EAAE;YACrF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AA3CD,8DA2CC;AAED,MAAa,6BAA8B,SAAQ,iBAA8B;CAAG;AAApF,sEAAoF;AAoYpF,WAAiB,yBAAyB;AAK1C,CAAC,EALgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAKzC"}
@@ -1 +1 @@
1
- {"version":3,"file":"real-time-payments-transfers.mjs","sourceRoot":"","sources":["../src/resources/real-time-payments-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,yBAA0B,SAAQ,WAAW;IACxD;;OAEG;IACH,MAAM,CACJ,IAA0C,EAC1C,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,0BAAkC,EAClC,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,iCAAiC,0BAA0B,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;IAUD,IAAI,CACF,QAAkE,EAAE,EACpE,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,+BAA+B,EAAE,6BAA6B,EAAE;YACrF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,6BAA8B,SAAQ,IAA8B;CAAG;AAoYpF,WAAiB,yBAAyB;AAK1C,CAAC,EALgB,yBAAyB,KAAzB,yBAAyB,QAKzC"}
1
+ {"version":3,"file":"real-time-payments-transfers.mjs","sourceRoot":"","sources":["../src/resources/real-time-payments-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,yBAA0B,SAAQ,WAAW;IACxD;;OAEG;IACH,MAAM,CACJ,IAA0C,EAC1C,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,0BAAkC,EAClC,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,iCAAiC,0BAA0B,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;IAYD,IAAI,CACF,QAAkE,EAAE,EACpE,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,+BAA+B,EAAE,6BAA6B,EAAE;YACrF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,6BAA8B,SAAQ,IAA8B;CAAG;AAoYpF,WAAiB,yBAAyB;AAK1C,CAAC,EALgB,yBAAyB,KAAzB,yBAAyB,QAKzC"}
@@ -9,7 +9,10 @@ export declare class RoutingNumbers extends APIResource {
9
9
  * identify a bank, this will always return 0 or 1 entry. In Sandbox, the only
10
10
  * valid routing number for this method is 110000000.
11
11
  */
12
- list(query: RoutingNumberListParams, options?: Core.RequestOptions): Core.PagePromise<RoutingNumbersPage>;
12
+ list(
13
+ query: RoutingNumberListParams,
14
+ options?: Core.RequestOptions,
15
+ ): Core.PagePromise<RoutingNumbersPage, RoutingNumber>;
13
16
  }
14
17
  export declare class RoutingNumbersPage extends Page<RoutingNumber> {}
15
18
  type _RoutingNumbersPage = RoutingNumbersPage;
@@ -1 +1 @@
1
- {"version":3,"file":"routing-numbers.d.ts","sourceRoot":"","sources":["../src/resources/routing-numbers.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,cAAe,SAAQ,WAAW;IAC7C;;;;;OAKG;IACH,IAAI,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,WAAW,CAAC,kBAAkB,CAAC;CAG1G;AAED,qBAAa,kBAAmB,SAAQ,IAAI,CAAC,aAAa,CAAC;CAAG;AAE9D,KAAK,mBAAmB,GAAG,kBAAkB,CAAC;AAE9C;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,aAAa,EAAE,WAAW,GAAG,eAAe,CAAC;IAE7C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;IACH,4BAA4B,EAAE,WAAW,GAAG,eAAe,CAAC;IAE5D;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,IAAI,EAAE,gBAAgB,CAAC;IAEvB;;;;;OAKG;IACH,cAAc,EAAE,WAAW,GAAG,eAAe,CAAC;CAC/C;AAED,MAAM,WAAW,uBAAwB,SAAQ,UAAU;IACzD;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,yBAAiB,cAAc,CAAC;IAC9B,MAAM,QAAQ,aAAa,GAAG,GAAG,CAAC,aAAa,CAAC;IAChD,KAAY,kBAAkB,GAAG,mBAAmB,CAAC;IACrD,MAAM,QAAQ,uBAAuB,GAAG,GAAG,CAAC,uBAAuB,CAAC;CACrE"}
1
+ {"version":3,"file":"routing-numbers.d.ts","sourceRoot":"","sources":["../src/resources/routing-numbers.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,cAAe,SAAQ,WAAW;IAC7C;;;;;OAKG;IACH,IAAI,CACF,KAAK,EAAE,uBAAuB,EAC9B,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,WAAW,CAAC,kBAAkB,EAAE,aAAa,CAAC;CAGvD;AAED,qBAAa,kBAAmB,SAAQ,IAAI,CAAC,aAAa,CAAC;CAAG;AAE9D,KAAK,mBAAmB,GAAG,kBAAkB,CAAC;AAE9C;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,aAAa,EAAE,WAAW,GAAG,eAAe,CAAC;IAE7C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;IACH,4BAA4B,EAAE,WAAW,GAAG,eAAe,CAAC;IAE5D;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,IAAI,EAAE,gBAAgB,CAAC;IAEvB;;;;;OAKG;IACH,cAAc,EAAE,WAAW,GAAG,eAAe,CAAC;CAC/C;AAED,MAAM,WAAW,uBAAwB,SAAQ,UAAU;IACzD;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,yBAAiB,cAAc,CAAC;IAC9B,MAAM,QAAQ,aAAa,GAAG,GAAG,CAAC,aAAa,CAAC;IAChD,KAAY,kBAAkB,GAAG,mBAAmB,CAAC;IACrD,MAAM,QAAQ,uBAAuB,GAAG,GAAG,CAAC,uBAAuB,CAAC;CACrE"}
@@ -1 +1 @@
1
- {"version":3,"file":"routing-numbers.js","sourceRoot":"","sources":["../src/resources/routing-numbers.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAEhD,oDAAuD;AAEvD,MAAa,cAAe,SAAQ,sBAAW;IAC7C;;;;;OAKG;IACH,IAAI,CAAC,KAA8B,EAAE,OAA6B;QAChE,OAAO,IAAI,CAAC,UAAU,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;CACF;AAVD,wCAUC;AAED,MAAa,kBAAmB,SAAQ,iBAAmB;CAAG;AAA9D,gDAA8D;AAwD9D,WAAiB,cAAc;AAI/B,CAAC,EAJgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAI9B"}
1
+ {"version":3,"file":"routing-numbers.js","sourceRoot":"","sources":["../src/resources/routing-numbers.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAEhD,oDAAuD;AAEvD,MAAa,cAAe,SAAQ,sBAAW;IAC7C;;;;;OAKG;IACH,IAAI,CACF,KAA8B,EAC9B,OAA6B;QAE7B,OAAO,IAAI,CAAC,UAAU,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;CACF;AAbD,wCAaC;AAED,MAAa,kBAAmB,SAAQ,iBAAmB;CAAG;AAA9D,gDAA8D;AAwD9D,WAAiB,cAAc;AAI/B,CAAC,EAJgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAI9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"routing-numbers.mjs","sourceRoot":"","sources":["../src/resources/routing-numbers.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OAExC,EAAE,IAAI,EAAc,MAAM,qBAAqB;AAEtD,MAAM,OAAO,cAAe,SAAQ,WAAW;IAC7C;;;;;OAKG;IACH,IAAI,CAAC,KAA8B,EAAE,OAA6B;QAChE,OAAO,IAAI,CAAC,UAAU,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;CACF;AAED,MAAM,OAAO,kBAAmB,SAAQ,IAAmB;CAAG;AAwD9D,WAAiB,cAAc;AAI/B,CAAC,EAJgB,cAAc,KAAd,cAAc,QAI9B"}
1
+ {"version":3,"file":"routing-numbers.mjs","sourceRoot":"","sources":["../src/resources/routing-numbers.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OAExC,EAAE,IAAI,EAAc,MAAM,qBAAqB;AAEtD,MAAM,OAAO,cAAe,SAAQ,WAAW;IAC7C;;;;;OAKG;IACH,IAAI,CACF,KAA8B,EAC9B,OAA6B;QAE7B,OAAO,IAAI,CAAC,UAAU,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;CACF;AAED,MAAM,OAAO,kBAAmB,SAAQ,IAAmB;CAAG;AAwD9D,WAAiB,cAAc;AAI/B,CAAC,EAJgB,cAAc,KAAd,cAAc,QAI9B"}
@@ -10,7 +10,7 @@ export declare class AccountStatements extends APIResource {
10
10
  create(
11
11
  body: AccountStatementCreateParams,
12
12
  options?: Core.RequestOptions,
13
- ): Promise<Core.APIResponse<AccountStatements_.AccountStatement>>;
13
+ ): Core.APIPromise<AccountStatements_.AccountStatement>;
14
14
  }
15
15
  export interface AccountStatementCreateParams {
16
16
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"account-statements.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/account-statements.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,kBAAkB,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAE/B,qBAAa,iBAAkB,SAAQ,WAAW;IAChD;;;OAGG;IACH,MAAM,CACJ,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;CAGlE;AAED,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,yBAAiB,iBAAiB,CAAC;IACjC,MAAM,QAAQ,4BAA4B,GAAG,GAAG,CAAC,4BAA4B,CAAC;CAC/E"}
1
+ {"version":3,"file":"account-statements.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/account-statements.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,kBAAkB,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAE/B,qBAAa,iBAAkB,SAAQ,WAAW;IAChD;;;OAGG;IACH,MAAM,CACJ,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,kBAAkB,CAAC,gBAAgB,CAAC;CAGxD;AAED,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,yBAAiB,iBAAiB,CAAC;IACjC,MAAM,QAAQ,4BAA4B,GAAG,GAAG,CAAC,4BAA4B,CAAC;CAC/E"}
@@ -11,6 +11,6 @@ export declare class AccountTransfers extends APIResource {
11
11
  complete(
12
12
  accountTransferId: string,
13
13
  options?: Core.RequestOptions,
14
- ): Promise<Core.APIResponse<AccountTransfers_.AccountTransfer>>;
14
+ ): Core.APIPromise<AccountTransfers_.AccountTransfer>;
15
15
  }
16
16
  //# sourceMappingURL=account-transfers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"account-transfers.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/account-transfers.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAE1E,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C;;;;;OAKG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC;CAGhE"}
1
+ {"version":3,"file":"account-transfers.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/account-transfers.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAE1E,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C;;;;;OAKG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,iBAAiB,CAAC,eAAe,CAAC;CAGtD"}
@@ -15,7 +15,7 @@ export declare class ACHTransfers extends APIResource {
15
15
  createInbound(
16
16
  body: ACHTransferCreateInboundParams,
17
17
  options?: Core.RequestOptions,
18
- ): Promise<Core.APIResponse<ACHTransferSimulation>>;
18
+ ): Core.APIPromise<ACHTransferSimulation>;
19
19
  /**
20
20
  * Simulates the return of an [ACH Transfer](#ach-transfers) by the Federal Reserve
21
21
  * due to an error condition. This will also create a Transaction to account for
@@ -25,7 +25,7 @@ export declare class ACHTransfers extends APIResource {
25
25
  achTransferId: string,
26
26
  body: ACHTransferReturnParams,
27
27
  options?: Core.RequestOptions,
28
- ): Promise<Core.APIResponse<ACHTransfers_.ACHTransfer>>;
28
+ ): Core.APIPromise<ACHTransfers_.ACHTransfer>;
29
29
  /**
30
30
  * Simulates the submission of an [ACH Transfer](#ach-transfers) to the Federal
31
31
  * Reserve. This transfer must first have a `status` of `pending_approval` or
@@ -34,10 +34,7 @@ export declare class ACHTransfers extends APIResource {
34
34
  * not submitted to the Federal Reserve, this endpoint allows you to skip that
35
35
  * delay and transition the ACH Transfer to a status of `submitted`.
36
36
  */
37
- submit(
38
- achTransferId: string,
39
- options?: Core.RequestOptions,
40
- ): Promise<Core.APIResponse<ACHTransfers_.ACHTransfer>>;
37
+ submit(achTransferId: string, options?: Core.RequestOptions): Core.APIPromise<ACHTransfers_.ACHTransfer>;
41
38
  }
42
39
  /**
43
40
  * The results of an inbound ACH Transfer simulation.
@@ -139,7 +136,7 @@ export declare namespace ACHTransferSimulation {
139
136
  */
140
137
  interface Source {
141
138
  /**
142
- * A ACH Decline object. This field will be present in the JSON response if and
139
+ * An ACH Decline object. This field will be present in the JSON response if and
143
140
  * only if `category` is equal to `ach_decline`.
144
141
  */
145
142
  ach_decline: Source.ACHDecline | null;
@@ -149,24 +146,21 @@ export declare namespace ACHTransferSimulation {
149
146
  */
150
147
  card_decline: Source.CardDecline | null;
151
148
  /**
152
- * The type of decline that took place. We may add additional possible values for
153
- * this enum over time; your application should be able to handle such additions
154
- * gracefully.
149
+ * The type of the resource. We may add additional possible values for this enum
150
+ * over time; your application should be able to handle such additions gracefully.
155
151
  *
156
- * - `ach_decline` - The Declined Transaction was created by a ACH Decline object.
157
- * Details will be under the `ach_decline` object.
158
- * - `card_decline` - The Declined Transaction was created by a Card Decline
159
- * object. Details will be under the `card_decline` object.
160
- * - `check_decline` - The Declined Transaction was created by a Check Decline
161
- * object. Details will be under the `check_decline` object.
162
- * - `inbound_real_time_payments_transfer_decline` - The Declined Transaction was
163
- * created by a Inbound Real Time Payments Transfer Decline object. Details will
164
- * be under the `inbound_real_time_payments_transfer_decline` object.
165
- * - `international_ach_decline` - The Declined Transaction was created by a
166
- * International ACH Decline object. Details will be under the
167
- * `international_ach_decline` object.
168
- * - `wire_decline` - The Declined Transaction was created by a Wire Decline
169
- * object. Details will be under the `wire_decline` object.
152
+ * - `ach_decline` - ACH Decline: details will be under the `ach_decline` object.
153
+ * - `card_decline` - Card Decline: details will be under the `card_decline`
154
+ * object.
155
+ * - `check_decline` - Check Decline: details will be under the `check_decline`
156
+ * object.
157
+ * - `inbound_real_time_payments_transfer_decline` - Inbound Real Time Payments
158
+ * Transfer Decline: details will be under the
159
+ * `inbound_real_time_payments_transfer_decline` object.
160
+ * - `international_ach_decline` - International ACH Decline: details will be under
161
+ * the `international_ach_decline` object.
162
+ * - `wire_decline` - Wire Decline: details will be under the `wire_decline`
163
+ * object.
170
164
  * - `other` - The Declined Transaction was made for an undocumented or deprecated
171
165
  * reason.
172
166
  */
@@ -184,13 +178,13 @@ export declare namespace ACHTransferSimulation {
184
178
  */
185
179
  check_decline: Source.CheckDecline | null;
186
180
  /**
187
- * A Inbound Real Time Payments Transfer Decline object. This field will be present
188
- * in the JSON response if and only if `category` is equal to
181
+ * An Inbound Real Time Payments Transfer Decline object. This field will be
182
+ * present in the JSON response if and only if `category` is equal to
189
183
  * `inbound_real_time_payments_transfer_decline`.
190
184
  */
191
185
  inbound_real_time_payments_transfer_decline: Source.InboundRealTimePaymentsTransferDecline | null;
192
186
  /**
193
- * A International ACH Decline object. This field will be present in the JSON
187
+ * An International ACH Decline object. This field will be present in the JSON
194
188
  * response if and only if `category` is equal to `international_ach_decline`.
195
189
  */
196
190
  international_ach_decline: Source.InternationalACHDecline | null;
@@ -202,7 +196,7 @@ export declare namespace ACHTransferSimulation {
202
196
  }
203
197
  namespace Source {
204
198
  /**
205
- * A ACH Decline object. This field will be present in the JSON response if and
199
+ * An ACH Decline object. This field will be present in the JSON response if and
206
200
  * only if `category` is equal to `ach_decline`.
207
201
  */
208
202
  interface ACHDecline {
@@ -478,8 +472,8 @@ export declare namespace ACHTransferSimulation {
478
472
  | 'altered_or_fictitious';
479
473
  }
480
474
  /**
481
- * A Inbound Real Time Payments Transfer Decline object. This field will be present
482
- * in the JSON response if and only if `category` is equal to
475
+ * An Inbound Real Time Payments Transfer Decline object. This field will be
476
+ * present in the JSON response if and only if `category` is equal to
483
477
  * `inbound_real_time_payments_transfer_decline`.
484
478
  */
485
479
  interface InboundRealTimePaymentsTransferDecline {
@@ -545,7 +539,7 @@ export declare namespace ACHTransferSimulation {
545
539
  transaction_identification: string;
546
540
  }
547
541
  /**
548
- * A International ACH Decline object. This field will be present in the JSON
542
+ * An International ACH Decline object. This field will be present in the JSON
549
543
  * response if and only if `category` is equal to `international_ach_decline`.
550
544
  */
551
545
  interface InternationalACHDecline {
@@ -713,23 +707,23 @@ export declare namespace ACHTransferSimulation {
713
707
  */
714
708
  interface Source {
715
709
  /**
716
- * A Account Transfer Intention object. This field will be present in the JSON
710
+ * An Account Transfer Intention object. This field will be present in the JSON
717
711
  * response if and only if `category` is equal to `account_transfer_intention`.
718
712
  */
719
713
  account_transfer_intention: Source.AccountTransferIntention | null;
720
714
  /**
721
- * A ACH Transfer Intention object. This field will be present in the JSON response
722
- * if and only if `category` is equal to `ach_transfer_intention`.
715
+ * An ACH Transfer Intention object. This field will be present in the JSON
716
+ * response if and only if `category` is equal to `ach_transfer_intention`.
723
717
  */
724
718
  ach_transfer_intention: Source.ACHTransferIntention | null;
725
719
  /**
726
- * A ACH Transfer Rejection object. This field will be present in the JSON response
727
- * if and only if `category` is equal to `ach_transfer_rejection`.
720
+ * An ACH Transfer Rejection object. This field will be present in the JSON
721
+ * response if and only if `category` is equal to `ach_transfer_rejection`.
728
722
  */
729
723
  ach_transfer_rejection: Source.ACHTransferRejection | null;
730
724
  /**
731
- * A ACH Transfer Return object. This field will be present in the JSON response if
732
- * and only if `category` is equal to `ach_transfer_return`.
725
+ * An ACH Transfer Return object. This field will be present in the JSON response
726
+ * if and only if `category` is equal to `ach_transfer_return`.
733
727
  */
734
728
  ach_transfer_return: Source.ACHTransferReturn | null;
735
729
  /**
@@ -753,77 +747,69 @@ export declare namespace ACHTransferSimulation {
753
747
  */
754
748
  card_settlement: Source.CardSettlement | null;
755
749
  /**
756
- * The type of transaction that took place. We may add additional possible values
757
- * for this enum over time; your application should be able to handle such
758
- * additions gracefully.
750
+ * The type of the resource. We may add additional possible values for this enum
751
+ * over time; your application should be able to handle such additions gracefully.
759
752
  *
760
- * - `account_transfer_intention` - The Transaction was created by a Account
761
- * Transfer Intention object. Details will be under the
762
- * `account_transfer_intention` object.
763
- * - `ach_transfer_intention` - The Transaction was created by a ACH Transfer
764
- * Intention object. Details will be under the `ach_transfer_intention` object.
765
- * - `ach_transfer_rejection` - The Transaction was created by a ACH Transfer
766
- * Rejection object. Details will be under the `ach_transfer_rejection` object.
767
- * - `ach_transfer_return` - The Transaction was created by a ACH Transfer Return
768
- * object. Details will be under the `ach_transfer_return` object.
769
- * - `card_dispute_acceptance` - The Transaction was created by a Card Dispute
770
- * Acceptance object. Details will be under the `card_dispute_acceptance` object.
771
- * - `card_refund` - The Transaction was created by a Card Refund object. Details
772
- * will be under the `card_refund` object.
773
- * - `card_revenue_payment` - The Transaction was created by a Card Revenue Payment
774
- * object. Details will be under the `card_revenue_payment` object.
775
- * - `card_settlement` - The Transaction was created by a Card Settlement object.
776
- * Details will be under the `card_settlement` object.
777
- * - `check_deposit_acceptance` - The Transaction was created by a Check Deposit
778
- * Acceptance object. Details will be under the `check_deposit_acceptance`
753
+ * - `account_transfer_intention` - Account Transfer Intention: details will be
754
+ * under the `account_transfer_intention` object.
755
+ * - `ach_transfer_intention` - ACH Transfer Intention: details will be under the
756
+ * `ach_transfer_intention` object.
757
+ * - `ach_transfer_rejection` - ACH Transfer Rejection: details will be under the
758
+ * `ach_transfer_rejection` object.
759
+ * - `ach_transfer_return` - ACH Transfer Return: details will be under the
760
+ * `ach_transfer_return` object.
761
+ * - `card_dispute_acceptance` - Card Dispute Acceptance: details will be under the
762
+ * `card_dispute_acceptance` object.
763
+ * - `card_refund` - Card Refund: details will be under the `card_refund` object.
764
+ * - `card_revenue_payment` - Card Revenue Payment: details will be under the
765
+ * `card_revenue_payment` object.
766
+ * - `card_settlement` - Card Settlement: details will be under the
767
+ * `card_settlement` object.
768
+ * - `check_deposit_acceptance` - Check Deposit Acceptance: details will be under
769
+ * the `check_deposit_acceptance` object.
770
+ * - `check_deposit_return` - Check Deposit Return: details will be under the
771
+ * `check_deposit_return` object.
772
+ * - `check_transfer_deposit` - Check Transfer Deposit: details will be under the
773
+ * `check_transfer_deposit` object.
774
+ * - `check_transfer_intention` - Check Transfer Intention: details will be under
775
+ * the `check_transfer_intention` object.
776
+ * - `check_transfer_stop_payment_request` - Check Transfer Stop Payment Request:
777
+ * details will be under the `check_transfer_stop_payment_request` object.
778
+ * - `fee_payment` - Fee Payment: details will be under the `fee_payment` object.
779
+ * - `inbound_ach_transfer` - Inbound ACH Transfer Intention: details will be under
780
+ * the `inbound_ach_transfer` object.
781
+ * - `inbound_ach_transfer_return_intention` - Inbound ACH Transfer Return
782
+ * Intention: details will be under the `inbound_ach_transfer_return_intention`
783
+ * object.
784
+ * - `inbound_check` - Inbound Check: details will be under the `inbound_check`
785
+ * object.
786
+ * - `inbound_international_ach_transfer` - Inbound International ACH Transfer:
787
+ * details will be under the `inbound_international_ach_transfer` object.
788
+ * - `inbound_real_time_payments_transfer_confirmation` - Inbound Real Time
789
+ * Payments Transfer Confirmation: details will be under the
790
+ * `inbound_real_time_payments_transfer_confirmation` object.
791
+ * - `inbound_wire_drawdown_payment` - Inbound Wire Drawdown Payment: details will
792
+ * be under the `inbound_wire_drawdown_payment` object.
793
+ * - `inbound_wire_drawdown_payment_reversal` - Inbound Wire Drawdown Payment
794
+ * Reversal: details will be under the `inbound_wire_drawdown_payment_reversal`
795
+ * object.
796
+ * - `inbound_wire_reversal` - Inbound Wire Reversal: details will be under the
797
+ * `inbound_wire_reversal` object.
798
+ * - `inbound_wire_transfer` - Inbound Wire Transfer: details will be under the
799
+ * `inbound_wire_transfer` object.
800
+ * - `interest_payment` - Interest Payment: details will be under the
801
+ * `interest_payment` object.
802
+ * - `internal_source` - Internal Source: details will be under the
803
+ * `internal_source` object.
804
+ * - `real_time_payments_transfer_acknowledgement` - Real Time Payments Transfer
805
+ * Acknowledgement: details will be under the
806
+ * `real_time_payments_transfer_acknowledgement` object.
807
+ * - `sample_funds` - Sample Funds: details will be under the `sample_funds`
779
808
  * object.
780
- * - `check_deposit_return` - The Transaction was created by a Check Deposit Return
781
- * object. Details will be under the `check_deposit_return` object.
782
- * - `check_transfer_deposit` - The Transaction was created by a Check Transfer
783
- * Deposit object. Details will be under the `check_transfer_deposit` object.
784
- * - `check_transfer_intention` - The Transaction was created by a Check Transfer
785
- * Intention object. Details will be under the `check_transfer_intention` object.
786
- * - `check_transfer_stop_payment_request` - The Transaction was created by a Check
787
- * Transfer Stop Payment Request object. Details will be under the
788
- * `check_transfer_stop_payment_request` object.
789
- * - `fee_payment` - The Transaction was created by a Fee Payment object. Details
790
- * will be under the `fee_payment` object.
791
- * - `inbound_ach_transfer` - The Transaction was created by a Inbound ACH Transfer
792
- * object. Details will be under the `inbound_ach_transfer` object.
793
- * - `inbound_ach_transfer_return_intention` - The Transaction was created by a
794
- * Inbound ACH Transfer Return Intention object. Details will be under the
795
- * `inbound_ach_transfer_return_intention` object.
796
- * - `inbound_check` - The Transaction was created by a Inbound Check object.
797
- * Details will be under the `inbound_check` object.
798
- * - `inbound_international_ach_transfer` - The Transaction was created by a
799
- * Inbound International ACH Transfer object. Details will be under the
800
- * `inbound_international_ach_transfer` object.
801
- * - `inbound_real_time_payments_transfer_confirmation` - The Transaction was
802
- * created by a Inbound Real Time Payments Transfer Confirmation object. Details
803
- * will be under the `inbound_real_time_payments_transfer_confirmation` object.
804
- * - `inbound_wire_drawdown_payment` - The Transaction was created by a Inbound
805
- * Wire Drawdown Payment object. Details will be under the
806
- * `inbound_wire_drawdown_payment` object.
807
- * - `inbound_wire_drawdown_payment_reversal` - The Transaction was created by a
808
- * Inbound Wire Drawdown Payment Reversal object. Details will be under the
809
- * `inbound_wire_drawdown_payment_reversal` object.
810
- * - `inbound_wire_reversal` - The Transaction was created by a Inbound Wire
811
- * Reversal object. Details will be under the `inbound_wire_reversal` object.
812
- * - `inbound_wire_transfer` - The Transaction was created by a Inbound Wire
813
- * Transfer object. Details will be under the `inbound_wire_transfer` object.
814
- * - `interest_payment` - The Transaction was created by a Interest Payment object.
815
- * Details will be under the `interest_payment` object.
816
- * - `internal_source` - The Transaction was created by a Internal Source object.
817
- * Details will be under the `internal_source` object.
818
- * - `real_time_payments_transfer_acknowledgement` - The Transaction was created by
819
- * a Real Time Payments Transfer Acknowledgement object. Details will be under
820
- * the `real_time_payments_transfer_acknowledgement` object.
821
- * - `sample_funds` - The Transaction was created by a Sample Funds object. Details
822
- * will be under the `sample_funds` object.
823
- * - `wire_transfer_intention` - The Transaction was created by a Wire Transfer
824
- * Intention object. Details will be under the `wire_transfer_intention` object.
825
- * - `wire_transfer_rejection` - The Transaction was created by a Wire Transfer
826
- * Rejection object. Details will be under the `wire_transfer_rejection` object.
809
+ * - `wire_transfer_intention` - Wire Transfer Intention: details will be under the
810
+ * `wire_transfer_intention` object.
811
+ * - `wire_transfer_rejection` - Wire Transfer Rejection: details will be under the
812
+ * `wire_transfer_rejection` object.
827
813
  * - `other` - The Transaction was made for an undocumented or deprecated reason.
828
814
  */
829
815
  category:
@@ -889,56 +875,56 @@ export declare namespace ACHTransferSimulation {
889
875
  */
890
876
  fee_payment: Source.FeePayment | null;
891
877
  /**
892
- * A Inbound ACH Transfer object. This field will be present in the JSON response
893
- * if and only if `category` is equal to `inbound_ach_transfer`.
878
+ * An Inbound ACH Transfer Intention object. This field will be present in the JSON
879
+ * response if and only if `category` is equal to `inbound_ach_transfer`.
894
880
  */
895
881
  inbound_ach_transfer: Source.InboundACHTransfer | null;
896
882
  /**
897
- * A Inbound Check object. This field will be present in the JSON response if and
883
+ * An Inbound Check object. This field will be present in the JSON response if and
898
884
  * only if `category` is equal to `inbound_check`.
899
885
  */
900
886
  inbound_check: Source.InboundCheck | null;
901
887
  /**
902
- * A Inbound International ACH Transfer object. This field will be present in the
888
+ * An Inbound International ACH Transfer object. This field will be present in the
903
889
  * JSON response if and only if `category` is equal to
904
890
  * `inbound_international_ach_transfer`.
905
891
  */
906
892
  inbound_international_ach_transfer: Source.InboundInternationalACHTransfer | null;
907
893
  /**
908
- * A Inbound Real Time Payments Transfer Confirmation object. This field will be
894
+ * An Inbound Real Time Payments Transfer Confirmation object. This field will be
909
895
  * present in the JSON response if and only if `category` is equal to
910
896
  * `inbound_real_time_payments_transfer_confirmation`.
911
897
  */
912
898
  inbound_real_time_payments_transfer_confirmation: Source.InboundRealTimePaymentsTransferConfirmation | null;
913
899
  /**
914
- * A Inbound Wire Drawdown Payment object. This field will be present in the JSON
900
+ * An Inbound Wire Drawdown Payment object. This field will be present in the JSON
915
901
  * response if and only if `category` is equal to `inbound_wire_drawdown_payment`.
916
902
  */
917
903
  inbound_wire_drawdown_payment: Source.InboundWireDrawdownPayment | null;
918
904
  /**
919
- * A Inbound Wire Drawdown Payment Reversal object. This field will be present in
905
+ * An Inbound Wire Drawdown Payment Reversal object. This field will be present in
920
906
  * the JSON response if and only if `category` is equal to
921
907
  * `inbound_wire_drawdown_payment_reversal`.
922
908
  */
923
909
  inbound_wire_drawdown_payment_reversal: Source.InboundWireDrawdownPaymentReversal | null;
924
910
  /**
925
- * A Inbound Wire Reversal object. This field will be present in the JSON response
911
+ * An Inbound Wire Reversal object. This field will be present in the JSON response
926
912
  * if and only if `category` is equal to `inbound_wire_reversal`.
927
913
  */
928
914
  inbound_wire_reversal: Source.InboundWireReversal | null;
929
915
  /**
930
- * A Inbound Wire Transfer object. This field will be present in the JSON response
916
+ * An Inbound Wire Transfer object. This field will be present in the JSON response
931
917
  * if and only if `category` is equal to `inbound_wire_transfer`.
932
918
  */
933
919
  inbound_wire_transfer: Source.InboundWireTransfer | null;
934
920
  /**
935
- * A Interest Payment object. This field will be present in the JSON response if
921
+ * An Interest Payment object. This field will be present in the JSON response if
936
922
  * and only if `category` is equal to `interest_payment`.
937
923
  */
938
924
  interest_payment: Source.InterestPayment | null;
939
925
  /**
940
- * A Internal Source object. This field will be present in the JSON response if and
941
- * only if `category` is equal to `internal_source`.
926
+ * An Internal Source object. This field will be present in the JSON response if
927
+ * and only if `category` is equal to `internal_source`.
942
928
  */
943
929
  internal_source: Source.InternalSource | null;
944
930
  /**
@@ -965,7 +951,7 @@ export declare namespace ACHTransferSimulation {
965
951
  }
966
952
  namespace Source {
967
953
  /**
968
- * A Account Transfer Intention object. This field will be present in the JSON
954
+ * An Account Transfer Intention object. This field will be present in the JSON
969
955
  * response if and only if `category` is equal to `account_transfer_intention`.
970
956
  */
971
957
  interface AccountTransferIntention {
@@ -1004,8 +990,8 @@ export declare namespace ACHTransferSimulation {
1004
990
  transfer_id: string;
1005
991
  }
1006
992
  /**
1007
- * A ACH Transfer Intention object. This field will be present in the JSON response
1008
- * if and only if `category` is equal to `ach_transfer_intention`.
993
+ * An ACH Transfer Intention object. This field will be present in the JSON
994
+ * response if and only if `category` is equal to `ach_transfer_intention`.
1009
995
  */
1010
996
  interface ACHTransferIntention {
1011
997
  account_number: string;
@@ -1022,8 +1008,8 @@ export declare namespace ACHTransferSimulation {
1022
1008
  transfer_id: string;
1023
1009
  }
1024
1010
  /**
1025
- * A ACH Transfer Rejection object. This field will be present in the JSON response
1026
- * if and only if `category` is equal to `ach_transfer_rejection`.
1011
+ * An ACH Transfer Rejection object. This field will be present in the JSON
1012
+ * response if and only if `category` is equal to `ach_transfer_rejection`.
1027
1013
  */
1028
1014
  interface ACHTransferRejection {
1029
1015
  /**
@@ -1032,8 +1018,8 @@ export declare namespace ACHTransferSimulation {
1032
1018
  transfer_id: string;
1033
1019
  }
1034
1020
  /**
1035
- * A ACH Transfer Return object. This field will be present in the JSON response if
1036
- * and only if `category` is equal to `ach_transfer_return`.
1021
+ * An ACH Transfer Return object. This field will be present in the JSON response
1022
+ * if and only if `category` is equal to `ach_transfer_return`.
1037
1023
  */
1038
1024
  interface ACHTransferReturn {
1039
1025
  /**
@@ -2647,8 +2633,8 @@ export declare namespace ACHTransferSimulation {
2647
2633
  fee_period_start: string;
2648
2634
  }
2649
2635
  /**
2650
- * A Inbound ACH Transfer object. This field will be present in the JSON response
2651
- * if and only if `category` is equal to `inbound_ach_transfer`.
2636
+ * An Inbound ACH Transfer Intention object. This field will be present in the JSON
2637
+ * response if and only if `category` is equal to `inbound_ach_transfer`.
2652
2638
  */
2653
2639
  interface InboundACHTransfer {
2654
2640
  /**
@@ -2666,7 +2652,7 @@ export declare namespace ACHTransferSimulation {
2666
2652
  trace_number: string;
2667
2653
  }
2668
2654
  /**
2669
- * A Inbound Check object. This field will be present in the JSON response if and
2655
+ * An Inbound Check object. This field will be present in the JSON response if and
2670
2656
  * only if `category` is equal to `inbound_check`.
2671
2657
  */
2672
2658
  interface InboundCheck {
@@ -2692,7 +2678,7 @@ export declare namespace ACHTransferSimulation {
2692
2678
  currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
2693
2679
  }
2694
2680
  /**
2695
- * A Inbound International ACH Transfer object. This field will be present in the
2681
+ * An Inbound International ACH Transfer object. This field will be present in the
2696
2682
  * JSON response if and only if `category` is equal to
2697
2683
  * `inbound_international_ach_transfer`.
2698
2684
  */
@@ -2739,7 +2725,7 @@ export declare namespace ACHTransferSimulation {
2739
2725
  trace_number: string;
2740
2726
  }
2741
2727
  /**
2742
- * A Inbound Real Time Payments Transfer Confirmation object. This field will be
2728
+ * An Inbound Real Time Payments Transfer Confirmation object. This field will be
2743
2729
  * present in the JSON response if and only if `category` is equal to
2744
2730
  * `inbound_real_time_payments_transfer_confirmation`.
2745
2731
  */
@@ -2787,7 +2773,7 @@ export declare namespace ACHTransferSimulation {
2787
2773
  transaction_identification: string;
2788
2774
  }
2789
2775
  /**
2790
- * A Inbound Wire Drawdown Payment object. This field will be present in the JSON
2776
+ * An Inbound Wire Drawdown Payment object. This field will be present in the JSON
2791
2777
  * response if and only if `category` is equal to `inbound_wire_drawdown_payment`.
2792
2778
  */
2793
2779
  interface InboundWireDrawdownPayment {
@@ -2810,7 +2796,7 @@ export declare namespace ACHTransferSimulation {
2810
2796
  originator_to_beneficiary_information: string | null;
2811
2797
  }
2812
2798
  /**
2813
- * A Inbound Wire Drawdown Payment Reversal object. This field will be present in
2799
+ * An Inbound Wire Drawdown Payment Reversal object. This field will be present in
2814
2800
  * the JSON response if and only if `category` is equal to
2815
2801
  * `inbound_wire_drawdown_payment_reversal`.
2816
2802
  */
@@ -2857,7 +2843,7 @@ export declare namespace ACHTransferSimulation {
2857
2843
  previous_message_input_source: string;
2858
2844
  }
2859
2845
  /**
2860
- * A Inbound Wire Reversal object. This field will be present in the JSON response
2846
+ * An Inbound Wire Reversal object. This field will be present in the JSON response
2861
2847
  * if and only if `category` is equal to `inbound_wire_reversal`.
2862
2848
  */
2863
2849
  interface InboundWireReversal {
@@ -2925,7 +2911,7 @@ export declare namespace ACHTransferSimulation {
2925
2911
  wire_transfer_id: string;
2926
2912
  }
2927
2913
  /**
2928
- * A Inbound Wire Transfer object. This field will be present in the JSON response
2914
+ * An Inbound Wire Transfer object. This field will be present in the JSON response
2929
2915
  * if and only if `category` is equal to `inbound_wire_transfer`.
2930
2916
  */
2931
2917
  interface InboundWireTransfer {
@@ -2952,7 +2938,7 @@ export declare namespace ACHTransferSimulation {
2952
2938
  originator_to_beneficiary_information_line4: string | null;
2953
2939
  }
2954
2940
  /**
2955
- * A Interest Payment object. This field will be present in the JSON response if
2941
+ * An Interest Payment object. This field will be present in the JSON response if
2956
2942
  * and only if `category` is equal to `interest_payment`.
2957
2943
  */
2958
2944
  interface InterestPayment {
@@ -2987,8 +2973,8 @@ export declare namespace ACHTransferSimulation {
2987
2973
  period_start: string;
2988
2974
  }
2989
2975
  /**
2990
- * A Internal Source object. This field will be present in the JSON response if and
2991
- * only if `category` is equal to `internal_source`.
2976
+ * An Internal Source object. This field will be present in the JSON response if
2977
+ * and only if `category` is equal to `internal_source`.
2992
2978
  */
2993
2979
  interface InternalSource {
2994
2980
  /**