increase 0.53.0 → 0.57.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 (554) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/README.md +1 -1
  3. package/core.d.ts +4 -2
  4. package/core.d.ts.map +1 -1
  5. package/core.js +17 -4
  6. package/core.js.map +1 -1
  7. package/core.mjs +18 -5
  8. package/core.mjs.map +1 -1
  9. package/index.d.mts +22 -6
  10. package/index.d.ts +22 -6
  11. package/index.d.ts.map +1 -1
  12. package/index.js +13 -5
  13. package/index.js.map +1 -1
  14. package/index.mjs +13 -5
  15. package/index.mjs.map +1 -1
  16. package/package.json +4 -4
  17. package/resources/account-numbers.d.ts +4 -4
  18. package/resources/account-numbers.d.ts.map +1 -1
  19. package/resources/account-numbers.js +4 -4
  20. package/resources/account-numbers.js.map +1 -1
  21. package/resources/account-numbers.mjs +4 -4
  22. package/resources/account-numbers.mjs.map +1 -1
  23. package/resources/account-statements.d.ts +4 -4
  24. package/resources/account-statements.d.ts.map +1 -1
  25. package/resources/account-statements.js +4 -4
  26. package/resources/account-statements.js.map +1 -1
  27. package/resources/account-statements.mjs +4 -4
  28. package/resources/account-statements.mjs.map +1 -1
  29. package/resources/account-transfers.d.ts +64 -4
  30. package/resources/account-transfers.d.ts.map +1 -1
  31. package/resources/account-transfers.js +4 -4
  32. package/resources/account-transfers.js.map +1 -1
  33. package/resources/account-transfers.mjs +4 -4
  34. package/resources/account-transfers.mjs.map +1 -1
  35. package/resources/accounts.d.ts +9 -4
  36. package/resources/accounts.d.ts.map +1 -1
  37. package/resources/accounts.js +4 -4
  38. package/resources/accounts.js.map +1 -1
  39. package/resources/accounts.mjs +4 -4
  40. package/resources/accounts.mjs.map +1 -1
  41. package/resources/ach-prenotifications.d.ts +4 -4
  42. package/resources/ach-prenotifications.d.ts.map +1 -1
  43. package/resources/ach-prenotifications.js +4 -4
  44. package/resources/ach-prenotifications.js.map +1 -1
  45. package/resources/ach-prenotifications.mjs +4 -4
  46. package/resources/ach-prenotifications.mjs.map +1 -1
  47. package/resources/ach-transfers.d.ts +151 -16
  48. package/resources/ach-transfers.d.ts.map +1 -1
  49. package/resources/ach-transfers.js +4 -4
  50. package/resources/ach-transfers.js.map +1 -1
  51. package/resources/ach-transfers.mjs +4 -4
  52. package/resources/ach-transfers.mjs.map +1 -1
  53. package/resources/bookkeeping-accounts.d.ts +4 -4
  54. package/resources/bookkeeping-accounts.d.ts.map +1 -1
  55. package/resources/bookkeeping-accounts.js +4 -4
  56. package/resources/bookkeeping-accounts.js.map +1 -1
  57. package/resources/bookkeeping-accounts.mjs +4 -4
  58. package/resources/bookkeeping-accounts.mjs.map +1 -1
  59. package/resources/bookkeeping-entries.d.ts +4 -4
  60. package/resources/bookkeeping-entries.d.ts.map +1 -1
  61. package/resources/bookkeeping-entries.js +4 -4
  62. package/resources/bookkeeping-entries.js.map +1 -1
  63. package/resources/bookkeeping-entries.mjs +4 -4
  64. package/resources/bookkeeping-entries.mjs.map +1 -1
  65. package/resources/bookkeeping-entry-sets.d.ts +4 -4
  66. package/resources/bookkeeping-entry-sets.d.ts.map +1 -1
  67. package/resources/bookkeeping-entry-sets.js +4 -4
  68. package/resources/bookkeeping-entry-sets.js.map +1 -1
  69. package/resources/bookkeeping-entry-sets.mjs +4 -4
  70. package/resources/bookkeeping-entry-sets.mjs.map +1 -1
  71. package/resources/card-disputes.d.ts +60 -7
  72. package/resources/card-disputes.d.ts.map +1 -1
  73. package/resources/card-disputes.js +4 -4
  74. package/resources/card-disputes.js.map +1 -1
  75. package/resources/card-disputes.mjs +4 -4
  76. package/resources/card-disputes.mjs.map +1 -1
  77. package/resources/card-payments.d.ts +54 -13
  78. package/resources/card-payments.d.ts.map +1 -1
  79. package/resources/card-payments.js +4 -4
  80. package/resources/card-payments.js.map +1 -1
  81. package/resources/card-payments.mjs +4 -4
  82. package/resources/card-payments.mjs.map +1 -1
  83. package/resources/card-purchase-supplements.d.ts +8 -4
  84. package/resources/card-purchase-supplements.d.ts.map +1 -1
  85. package/resources/card-purchase-supplements.js +4 -4
  86. package/resources/card-purchase-supplements.js.map +1 -1
  87. package/resources/card-purchase-supplements.mjs +4 -4
  88. package/resources/card-purchase-supplements.mjs.map +1 -1
  89. package/resources/cards.d.ts +4 -4
  90. package/resources/cards.d.ts.map +1 -1
  91. package/resources/cards.js +4 -4
  92. package/resources/cards.js.map +1 -1
  93. package/resources/cards.mjs +4 -4
  94. package/resources/cards.mjs.map +1 -1
  95. package/resources/check-deposits.d.ts +36 -19
  96. package/resources/check-deposits.d.ts.map +1 -1
  97. package/resources/check-deposits.js +4 -4
  98. package/resources/check-deposits.js.map +1 -1
  99. package/resources/check-deposits.mjs +4 -4
  100. package/resources/check-deposits.mjs.map +1 -1
  101. package/resources/check-transfers.d.ts +74 -4
  102. package/resources/check-transfers.d.ts.map +1 -1
  103. package/resources/check-transfers.js +4 -4
  104. package/resources/check-transfers.js.map +1 -1
  105. package/resources/check-transfers.mjs +4 -4
  106. package/resources/check-transfers.mjs.map +1 -1
  107. package/resources/declined-transactions.d.ts +84 -10
  108. package/resources/declined-transactions.d.ts.map +1 -1
  109. package/resources/declined-transactions.js +4 -4
  110. package/resources/declined-transactions.js.map +1 -1
  111. package/resources/declined-transactions.mjs +4 -4
  112. package/resources/declined-transactions.mjs.map +1 -1
  113. package/resources/digital-card-profiles.d.ts +4 -9
  114. package/resources/digital-card-profiles.d.ts.map +1 -1
  115. package/resources/digital-card-profiles.js +4 -4
  116. package/resources/digital-card-profiles.js.map +1 -1
  117. package/resources/digital-card-profiles.mjs +4 -4
  118. package/resources/digital-card-profiles.mjs.map +1 -1
  119. package/resources/digital-wallet-tokens.d.ts +4 -4
  120. package/resources/digital-wallet-tokens.d.ts.map +1 -1
  121. package/resources/digital-wallet-tokens.js +4 -4
  122. package/resources/digital-wallet-tokens.js.map +1 -1
  123. package/resources/digital-wallet-tokens.mjs +4 -4
  124. package/resources/digital-wallet-tokens.mjs.map +1 -1
  125. package/resources/documents.d.ts +4 -4
  126. package/resources/documents.d.ts.map +1 -1
  127. package/resources/documents.js +4 -4
  128. package/resources/documents.js.map +1 -1
  129. package/resources/documents.mjs +4 -4
  130. package/resources/documents.mjs.map +1 -1
  131. package/resources/entities/beneficial-owners.d.ts +4 -4
  132. package/resources/entities/beneficial-owners.d.ts.map +1 -1
  133. package/resources/entities/beneficial-owners.js +1 -1
  134. package/resources/entities/beneficial-owners.js.map +1 -1
  135. package/resources/entities/beneficial-owners.mjs +1 -1
  136. package/resources/entities/beneficial-owners.mjs.map +1 -1
  137. package/resources/entities/entities.d.ts +160 -10
  138. package/resources/entities/entities.d.ts.map +1 -1
  139. package/resources/entities/entities.js +7 -7
  140. package/resources/entities/entities.js.map +1 -1
  141. package/resources/entities/entities.mjs +7 -7
  142. package/resources/entities/entities.mjs.map +1 -1
  143. package/resources/entities/industry-code.d.ts +4 -4
  144. package/resources/entities/industry-code.d.ts.map +1 -1
  145. package/resources/entities/industry-code.js +1 -1
  146. package/resources/entities/industry-code.js.map +1 -1
  147. package/resources/entities/industry-code.mjs +1 -1
  148. package/resources/entities/industry-code.mjs.map +1 -1
  149. package/resources/entities/supplemental-documents.d.ts +5 -5
  150. package/resources/entities/supplemental-documents.d.ts.map +1 -1
  151. package/resources/entities/supplemental-documents.js +3 -3
  152. package/resources/entities/supplemental-documents.js.map +1 -1
  153. package/resources/entities/supplemental-documents.mjs +3 -3
  154. package/resources/entities/supplemental-documents.mjs.map +1 -1
  155. package/resources/event-subscriptions.d.ts +10 -6
  156. package/resources/event-subscriptions.d.ts.map +1 -1
  157. package/resources/event-subscriptions.js +4 -4
  158. package/resources/event-subscriptions.js.map +1 -1
  159. package/resources/event-subscriptions.mjs +4 -4
  160. package/resources/event-subscriptions.mjs.map +1 -1
  161. package/resources/events.d.ts +8 -6
  162. package/resources/events.d.ts.map +1 -1
  163. package/resources/events.js +4 -4
  164. package/resources/events.js.map +1 -1
  165. package/resources/events.mjs +4 -4
  166. package/resources/events.mjs.map +1 -1
  167. package/resources/exports.d.ts +15 -7
  168. package/resources/exports.d.ts.map +1 -1
  169. package/resources/exports.js +4 -4
  170. package/resources/exports.js.map +1 -1
  171. package/resources/exports.mjs +4 -4
  172. package/resources/exports.mjs.map +1 -1
  173. package/resources/external-accounts.d.ts +4 -4
  174. package/resources/external-accounts.d.ts.map +1 -1
  175. package/resources/external-accounts.js +4 -4
  176. package/resources/external-accounts.js.map +1 -1
  177. package/resources/external-accounts.mjs +4 -4
  178. package/resources/external-accounts.mjs.map +1 -1
  179. package/resources/files.d.ts +11 -8
  180. package/resources/files.d.ts.map +1 -1
  181. package/resources/files.js +6 -6
  182. package/resources/files.js.map +1 -1
  183. package/resources/files.mjs +6 -6
  184. package/resources/files.mjs.map +1 -1
  185. package/resources/groups.d.ts +3 -3
  186. package/resources/groups.d.ts.map +1 -1
  187. package/resources/groups.js +1 -1
  188. package/resources/groups.js.map +1 -1
  189. package/resources/groups.mjs +1 -1
  190. package/resources/groups.mjs.map +1 -1
  191. package/resources/inbound-ach-transfers.d.ts +32 -7
  192. package/resources/inbound-ach-transfers.d.ts.map +1 -1
  193. package/resources/inbound-ach-transfers.js +4 -4
  194. package/resources/inbound-ach-transfers.js.map +1 -1
  195. package/resources/inbound-ach-transfers.mjs +4 -4
  196. package/resources/inbound-ach-transfers.mjs.map +1 -1
  197. package/resources/inbound-check-deposits.d.ts +4 -4
  198. package/resources/inbound-check-deposits.d.ts.map +1 -1
  199. package/resources/inbound-check-deposits.js +4 -4
  200. package/resources/inbound-check-deposits.js.map +1 -1
  201. package/resources/inbound-check-deposits.mjs +4 -4
  202. package/resources/inbound-check-deposits.mjs.map +1 -1
  203. package/resources/inbound-mail-items.d.ts +151 -0
  204. package/resources/inbound-mail-items.d.ts.map +1 -0
  205. package/resources/inbound-mail-items.js +53 -0
  206. package/resources/inbound-mail-items.js.map +1 -0
  207. package/resources/inbound-mail-items.mjs +25 -0
  208. package/resources/inbound-mail-items.mjs.map +1 -0
  209. package/resources/inbound-wire-drawdown-requests.d.ts +4 -4
  210. package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -1
  211. package/resources/inbound-wire-drawdown-requests.js +4 -4
  212. package/resources/inbound-wire-drawdown-requests.js.map +1 -1
  213. package/resources/inbound-wire-drawdown-requests.mjs +4 -4
  214. package/resources/inbound-wire-drawdown-requests.mjs.map +1 -1
  215. package/resources/inbound-wire-transfers.d.ts +4 -4
  216. package/resources/inbound-wire-transfers.d.ts.map +1 -1
  217. package/resources/inbound-wire-transfers.js +4 -4
  218. package/resources/inbound-wire-transfers.js.map +1 -1
  219. package/resources/inbound-wire-transfers.mjs +4 -4
  220. package/resources/inbound-wire-transfers.mjs.map +1 -1
  221. package/resources/index.d.ts +2 -0
  222. package/resources/index.d.ts.map +1 -1
  223. package/resources/index.js +7 -1
  224. package/resources/index.js.map +1 -1
  225. package/resources/index.mjs +2 -0
  226. package/resources/index.mjs.map +1 -1
  227. package/resources/intrafi/account-enrollments.d.ts +4 -4
  228. package/resources/intrafi/account-enrollments.d.ts.map +1 -1
  229. package/resources/intrafi/account-enrollments.js +4 -4
  230. package/resources/intrafi/account-enrollments.js.map +1 -1
  231. package/resources/intrafi/account-enrollments.mjs +4 -4
  232. package/resources/intrafi/account-enrollments.mjs.map +1 -1
  233. package/resources/intrafi/balances.d.ts +11 -3
  234. package/resources/intrafi/balances.d.ts.map +1 -1
  235. package/resources/intrafi/balances.js +1 -1
  236. package/resources/intrafi/balances.js.map +1 -1
  237. package/resources/intrafi/balances.mjs +1 -1
  238. package/resources/intrafi/balances.mjs.map +1 -1
  239. package/resources/intrafi/exclusions.d.ts +4 -4
  240. package/resources/intrafi/exclusions.d.ts.map +1 -1
  241. package/resources/intrafi/exclusions.js +4 -4
  242. package/resources/intrafi/exclusions.js.map +1 -1
  243. package/resources/intrafi/exclusions.mjs +4 -4
  244. package/resources/intrafi/exclusions.mjs.map +1 -1
  245. package/resources/intrafi/intrafi.d.ts +4 -4
  246. package/resources/intrafi/intrafi.d.ts.map +1 -1
  247. package/resources/intrafi/intrafi.js +4 -4
  248. package/resources/intrafi/intrafi.js.map +1 -1
  249. package/resources/intrafi/intrafi.mjs +4 -4
  250. package/resources/intrafi/intrafi.mjs.map +1 -1
  251. package/resources/lockboxes.d.ts +186 -0
  252. package/resources/lockboxes.d.ts.map +1 -0
  253. package/resources/lockboxes.js +65 -0
  254. package/resources/lockboxes.js.map +1 -0
  255. package/resources/lockboxes.mjs +37 -0
  256. package/resources/lockboxes.mjs.map +1 -0
  257. package/resources/oauth-connections.d.ts +4 -4
  258. package/resources/oauth-connections.d.ts.map +1 -1
  259. package/resources/oauth-connections.js +4 -4
  260. package/resources/oauth-connections.js.map +1 -1
  261. package/resources/oauth-connections.mjs +4 -4
  262. package/resources/oauth-connections.mjs.map +1 -1
  263. package/resources/oauth-tokens.d.ts +3 -3
  264. package/resources/oauth-tokens.d.ts.map +1 -1
  265. package/resources/oauth-tokens.js +1 -1
  266. package/resources/oauth-tokens.js.map +1 -1
  267. package/resources/oauth-tokens.mjs +1 -1
  268. package/resources/oauth-tokens.mjs.map +1 -1
  269. package/resources/pending-transactions.d.ts +16 -6
  270. package/resources/pending-transactions.d.ts.map +1 -1
  271. package/resources/pending-transactions.js +4 -4
  272. package/resources/pending-transactions.js.map +1 -1
  273. package/resources/pending-transactions.mjs +4 -4
  274. package/resources/pending-transactions.mjs.map +1 -1
  275. package/resources/physical-card-profiles.d.ts +4 -4
  276. package/resources/physical-card-profiles.d.ts.map +1 -1
  277. package/resources/physical-card-profiles.js +4 -4
  278. package/resources/physical-card-profiles.js.map +1 -1
  279. package/resources/physical-card-profiles.mjs +4 -4
  280. package/resources/physical-card-profiles.mjs.map +1 -1
  281. package/resources/physical-cards.d.ts +4 -4
  282. package/resources/physical-cards.d.ts.map +1 -1
  283. package/resources/physical-cards.js +4 -4
  284. package/resources/physical-cards.js.map +1 -1
  285. package/resources/physical-cards.mjs +4 -4
  286. package/resources/physical-cards.mjs.map +1 -1
  287. package/resources/programs.d.ts +14 -4
  288. package/resources/programs.d.ts.map +1 -1
  289. package/resources/programs.js +4 -4
  290. package/resources/programs.js.map +1 -1
  291. package/resources/programs.mjs +4 -4
  292. package/resources/programs.mjs.map +1 -1
  293. package/resources/proof-of-authorization-request-submissions.d.ts +4 -4
  294. package/resources/proof-of-authorization-request-submissions.d.ts.map +1 -1
  295. package/resources/proof-of-authorization-request-submissions.js +4 -4
  296. package/resources/proof-of-authorization-request-submissions.js.map +1 -1
  297. package/resources/proof-of-authorization-request-submissions.mjs +4 -4
  298. package/resources/proof-of-authorization-request-submissions.mjs.map +1 -1
  299. package/resources/proof-of-authorization-requests.d.ts +4 -4
  300. package/resources/proof-of-authorization-requests.d.ts.map +1 -1
  301. package/resources/proof-of-authorization-requests.js +4 -4
  302. package/resources/proof-of-authorization-requests.js.map +1 -1
  303. package/resources/proof-of-authorization-requests.mjs +4 -4
  304. package/resources/proof-of-authorization-requests.mjs.map +1 -1
  305. package/resources/real-time-decisions.d.ts +8 -3
  306. package/resources/real-time-decisions.d.ts.map +1 -1
  307. package/resources/real-time-decisions.js +1 -1
  308. package/resources/real-time-decisions.js.map +1 -1
  309. package/resources/real-time-decisions.mjs +1 -1
  310. package/resources/real-time-decisions.mjs.map +1 -1
  311. package/resources/real-time-payments-request-for-payments.d.ts +4 -4
  312. package/resources/real-time-payments-request-for-payments.d.ts.map +1 -1
  313. package/resources/real-time-payments-request-for-payments.js +4 -4
  314. package/resources/real-time-payments-request-for-payments.js.map +1 -1
  315. package/resources/real-time-payments-request-for-payments.mjs +4 -4
  316. package/resources/real-time-payments-request-for-payments.mjs.map +1 -1
  317. package/resources/real-time-payments-transfers.d.ts +78 -13
  318. package/resources/real-time-payments-transfers.d.ts.map +1 -1
  319. package/resources/real-time-payments-transfers.js +4 -4
  320. package/resources/real-time-payments-transfers.js.map +1 -1
  321. package/resources/real-time-payments-transfers.mjs +4 -4
  322. package/resources/real-time-payments-transfers.mjs.map +1 -1
  323. package/resources/routing-numbers.d.ts +4 -4
  324. package/resources/routing-numbers.d.ts.map +1 -1
  325. package/resources/routing-numbers.js +3 -3
  326. package/resources/routing-numbers.js.map +1 -1
  327. package/resources/routing-numbers.mjs +3 -3
  328. package/resources/routing-numbers.mjs.map +1 -1
  329. package/resources/simulations/account-statements.d.ts +4 -4
  330. package/resources/simulations/account-statements.d.ts.map +1 -1
  331. package/resources/simulations/account-statements.js +1 -1
  332. package/resources/simulations/account-statements.js.map +1 -1
  333. package/resources/simulations/account-statements.mjs +1 -1
  334. package/resources/simulations/account-statements.mjs.map +1 -1
  335. package/resources/simulations/account-transfers.d.ts +3 -3
  336. package/resources/simulations/account-transfers.d.ts.map +1 -1
  337. package/resources/simulations/account-transfers.js +1 -1
  338. package/resources/simulations/account-transfers.js.map +1 -1
  339. package/resources/simulations/account-transfers.mjs +1 -1
  340. package/resources/simulations/account-transfers.mjs.map +1 -1
  341. package/resources/simulations/ach-transfers.d.ts +5 -5
  342. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  343. package/resources/simulations/ach-transfers.js +1 -1
  344. package/resources/simulations/ach-transfers.js.map +1 -1
  345. package/resources/simulations/ach-transfers.mjs +1 -1
  346. package/resources/simulations/ach-transfers.mjs.map +1 -1
  347. package/resources/simulations/card-disputes.d.ts +10 -6
  348. package/resources/simulations/card-disputes.d.ts.map +1 -1
  349. package/resources/simulations/card-disputes.js +1 -1
  350. package/resources/simulations/card-disputes.js.map +1 -1
  351. package/resources/simulations/card-disputes.mjs +1 -1
  352. package/resources/simulations/card-disputes.mjs.map +1 -1
  353. package/resources/simulations/card-refunds.d.ts +4 -4
  354. package/resources/simulations/card-refunds.d.ts.map +1 -1
  355. package/resources/simulations/card-refunds.js +1 -1
  356. package/resources/simulations/card-refunds.js.map +1 -1
  357. package/resources/simulations/card-refunds.mjs +1 -1
  358. package/resources/simulations/card-refunds.mjs.map +1 -1
  359. package/resources/simulations/cards.d.ts +95 -11
  360. package/resources/simulations/cards.d.ts.map +1 -1
  361. package/resources/simulations/cards.js +1 -1
  362. package/resources/simulations/cards.js.map +1 -1
  363. package/resources/simulations/cards.mjs +1 -1
  364. package/resources/simulations/cards.mjs.map +1 -1
  365. package/resources/simulations/check-deposits.d.ts +3 -3
  366. package/resources/simulations/check-deposits.d.ts.map +1 -1
  367. package/resources/simulations/check-deposits.js +1 -1
  368. package/resources/simulations/check-deposits.js.map +1 -1
  369. package/resources/simulations/check-deposits.mjs +1 -1
  370. package/resources/simulations/check-deposits.mjs.map +1 -1
  371. package/resources/simulations/check-transfers.d.ts +3 -3
  372. package/resources/simulations/check-transfers.d.ts.map +1 -1
  373. package/resources/simulations/check-transfers.js +1 -1
  374. package/resources/simulations/check-transfers.js.map +1 -1
  375. package/resources/simulations/check-transfers.mjs +1 -1
  376. package/resources/simulations/check-transfers.mjs.map +1 -1
  377. package/resources/simulations/digital-wallet-token-requests.d.ts +3 -3
  378. package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -1
  379. package/resources/simulations/digital-wallet-token-requests.js +1 -1
  380. package/resources/simulations/digital-wallet-token-requests.js.map +1 -1
  381. package/resources/simulations/digital-wallet-token-requests.mjs +1 -1
  382. package/resources/simulations/digital-wallet-token-requests.mjs.map +1 -1
  383. package/resources/simulations/documents.d.ts +4 -4
  384. package/resources/simulations/documents.d.ts.map +1 -1
  385. package/resources/simulations/documents.js +1 -1
  386. package/resources/simulations/documents.js.map +1 -1
  387. package/resources/simulations/documents.mjs +1 -1
  388. package/resources/simulations/documents.mjs.map +1 -1
  389. package/resources/simulations/inbound-check-deposits.d.ts +4 -4
  390. package/resources/simulations/inbound-check-deposits.d.ts.map +1 -1
  391. package/resources/simulations/inbound-check-deposits.js +1 -1
  392. package/resources/simulations/inbound-check-deposits.js.map +1 -1
  393. package/resources/simulations/inbound-check-deposits.mjs +1 -1
  394. package/resources/simulations/inbound-check-deposits.mjs.map +1 -1
  395. package/resources/simulations/inbound-funds-holds.d.ts +3 -3
  396. package/resources/simulations/inbound-funds-holds.d.ts.map +1 -1
  397. package/resources/simulations/inbound-funds-holds.js +1 -1
  398. package/resources/simulations/inbound-funds-holds.js.map +1 -1
  399. package/resources/simulations/inbound-funds-holds.mjs +1 -1
  400. package/resources/simulations/inbound-funds-holds.mjs.map +1 -1
  401. package/resources/simulations/inbound-international-ach-transfers.d.ts +281 -0
  402. package/resources/simulations/inbound-international-ach-transfers.d.ts.map +1 -0
  403. package/resources/simulations/inbound-international-ach-transfers.js +21 -0
  404. package/resources/simulations/inbound-international-ach-transfers.js.map +1 -0
  405. package/resources/simulations/inbound-international-ach-transfers.mjs +17 -0
  406. package/resources/simulations/inbound-international-ach-transfers.mjs.map +1 -0
  407. package/resources/simulations/inbound-wire-drawdown-requests.d.ts +4 -4
  408. package/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +1 -1
  409. package/resources/simulations/inbound-wire-drawdown-requests.js +1 -1
  410. package/resources/simulations/inbound-wire-drawdown-requests.js.map +1 -1
  411. package/resources/simulations/inbound-wire-drawdown-requests.mjs +1 -1
  412. package/resources/simulations/inbound-wire-drawdown-requests.mjs.map +1 -1
  413. package/resources/simulations/index.d.ts +1 -0
  414. package/resources/simulations/index.d.ts.map +1 -1
  415. package/resources/simulations/index.js +3 -1
  416. package/resources/simulations/index.js.map +1 -1
  417. package/resources/simulations/index.mjs +1 -0
  418. package/resources/simulations/index.mjs.map +1 -1
  419. package/resources/simulations/interest-payments.d.ts +4 -4
  420. package/resources/simulations/interest-payments.d.ts.map +1 -1
  421. package/resources/simulations/interest-payments.js +1 -1
  422. package/resources/simulations/interest-payments.js.map +1 -1
  423. package/resources/simulations/interest-payments.mjs +1 -1
  424. package/resources/simulations/interest-payments.mjs.map +1 -1
  425. package/resources/simulations/physical-cards.d.ts +4 -4
  426. package/resources/simulations/physical-cards.d.ts.map +1 -1
  427. package/resources/simulations/physical-cards.js +1 -1
  428. package/resources/simulations/physical-cards.js.map +1 -1
  429. package/resources/simulations/physical-cards.mjs +1 -1
  430. package/resources/simulations/physical-cards.mjs.map +1 -1
  431. package/resources/simulations/programs.d.ts +4 -4
  432. package/resources/simulations/programs.d.ts.map +1 -1
  433. package/resources/simulations/programs.js +1 -1
  434. package/resources/simulations/programs.js.map +1 -1
  435. package/resources/simulations/programs.mjs +1 -1
  436. package/resources/simulations/programs.mjs.map +1 -1
  437. package/resources/simulations/real-time-payments-transfers.d.ts +143 -16
  438. package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
  439. package/resources/simulations/real-time-payments-transfers.js +1 -1
  440. package/resources/simulations/real-time-payments-transfers.js.map +1 -1
  441. package/resources/simulations/real-time-payments-transfers.mjs +1 -1
  442. package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
  443. package/resources/simulations/simulations.d.ts +27 -22
  444. package/resources/simulations/simulations.d.ts.map +1 -1
  445. package/resources/simulations/simulations.js +22 -19
  446. package/resources/simulations/simulations.js.map +1 -1
  447. package/resources/simulations/simulations.mjs +22 -19
  448. package/resources/simulations/simulations.mjs.map +1 -1
  449. package/resources/simulations/wire-transfers.d.ts +4 -4
  450. package/resources/simulations/wire-transfers.d.ts.map +1 -1
  451. package/resources/simulations/wire-transfers.js +1 -1
  452. package/resources/simulations/wire-transfers.js.map +1 -1
  453. package/resources/simulations/wire-transfers.mjs +1 -1
  454. package/resources/simulations/wire-transfers.mjs.map +1 -1
  455. package/resources/transactions.d.ts +65 -12
  456. package/resources/transactions.d.ts.map +1 -1
  457. package/resources/transactions.js +4 -4
  458. package/resources/transactions.js.map +1 -1
  459. package/resources/transactions.mjs +4 -4
  460. package/resources/transactions.mjs.map +1 -1
  461. package/resources/wire-drawdown-requests.d.ts +4 -4
  462. package/resources/wire-drawdown-requests.d.ts.map +1 -1
  463. package/resources/wire-drawdown-requests.js +4 -4
  464. package/resources/wire-drawdown-requests.js.map +1 -1
  465. package/resources/wire-drawdown-requests.mjs +4 -4
  466. package/resources/wire-drawdown-requests.mjs.map +1 -1
  467. package/resources/wire-transfers.d.ts +64 -4
  468. package/resources/wire-transfers.d.ts.map +1 -1
  469. package/resources/wire-transfers.js +4 -4
  470. package/resources/wire-transfers.js.map +1 -1
  471. package/resources/wire-transfers.mjs +4 -4
  472. package/resources/wire-transfers.mjs.map +1 -1
  473. package/src/core.ts +27 -8
  474. package/src/index.ts +25 -6
  475. package/src/resources/account-numbers.ts +5 -5
  476. package/src/resources/account-statements.ts +5 -5
  477. package/src/resources/account-transfers.ts +73 -5
  478. package/src/resources/accounts.ts +11 -5
  479. package/src/resources/ach-prenotifications.ts +5 -5
  480. package/src/resources/ach-transfers.ts +168 -18
  481. package/src/resources/bookkeeping-accounts.ts +5 -5
  482. package/src/resources/bookkeeping-entries.ts +5 -5
  483. package/src/resources/bookkeeping-entry-sets.ts +5 -5
  484. package/src/resources/card-disputes.ts +69 -8
  485. package/src/resources/card-payments.ts +64 -13
  486. package/src/resources/card-purchase-supplements.ts +10 -5
  487. package/src/resources/cards.ts +5 -5
  488. package/src/resources/check-deposits.ts +43 -21
  489. package/src/resources/check-transfers.ts +85 -5
  490. package/src/resources/declined-transactions.ts +104 -7
  491. package/src/resources/digital-card-profiles.ts +5 -11
  492. package/src/resources/digital-wallet-tokens.ts +5 -5
  493. package/src/resources/documents.ts +5 -5
  494. package/src/resources/entities/beneficial-owners.ts +4 -4
  495. package/src/resources/entities/entities.ts +188 -11
  496. package/src/resources/entities/industry-code.ts +4 -4
  497. package/src/resources/entities/supplemental-documents.ts +5 -5
  498. package/src/resources/event-subscriptions.ts +13 -5
  499. package/src/resources/events.ts +11 -5
  500. package/src/resources/exports.ts +19 -7
  501. package/src/resources/external-accounts.ts +5 -5
  502. package/src/resources/files.ts +15 -8
  503. package/src/resources/groups.ts +3 -3
  504. package/src/resources/inbound-ach-transfers.ts +49 -5
  505. package/src/resources/inbound-check-deposits.ts +5 -5
  506. package/src/resources/inbound-mail-items.ts +193 -0
  507. package/src/resources/inbound-wire-drawdown-requests.ts +5 -5
  508. package/src/resources/inbound-wire-transfers.ts +5 -5
  509. package/src/resources/index.ts +16 -0
  510. package/src/resources/intrafi/account-enrollments.ts +5 -5
  511. package/src/resources/intrafi/balances.ts +13 -3
  512. package/src/resources/intrafi/exclusions.ts +5 -5
  513. package/src/resources/intrafi/intrafi.ts +4 -4
  514. package/src/resources/lockboxes.ts +238 -0
  515. package/src/resources/oauth-connections.ts +5 -5
  516. package/src/resources/oauth-tokens.ts +3 -3
  517. package/src/resources/pending-transactions.ts +19 -7
  518. package/src/resources/physical-card-profiles.ts +5 -5
  519. package/src/resources/physical-cards.ts +5 -5
  520. package/src/resources/programs.ts +17 -5
  521. package/src/resources/proof-of-authorization-request-submissions.ts +5 -5
  522. package/src/resources/proof-of-authorization-requests.ts +5 -5
  523. package/src/resources/real-time-decisions.ts +9 -3
  524. package/src/resources/real-time-payments-request-for-payments.ts +5 -5
  525. package/src/resources/real-time-payments-transfers.ts +87 -14
  526. package/src/resources/routing-numbers.ts +4 -4
  527. package/src/resources/simulations/account-statements.ts +4 -4
  528. package/src/resources/simulations/account-transfers.ts +3 -3
  529. package/src/resources/simulations/ach-transfers.ts +5 -5
  530. package/src/resources/simulations/card-disputes.ts +10 -6
  531. package/src/resources/simulations/card-refunds.ts +4 -4
  532. package/src/resources/simulations/cards.ts +116 -8
  533. package/src/resources/simulations/check-deposits.ts +3 -3
  534. package/src/resources/simulations/check-transfers.ts +3 -3
  535. package/src/resources/simulations/digital-wallet-token-requests.ts +3 -3
  536. package/src/resources/simulations/documents.ts +4 -4
  537. package/src/resources/simulations/inbound-check-deposits.ts +4 -4
  538. package/src/resources/simulations/inbound-funds-holds.ts +3 -3
  539. package/src/resources/simulations/inbound-international-ach-transfers.ts +362 -0
  540. package/src/resources/simulations/inbound-wire-drawdown-requests.ts +4 -4
  541. package/src/resources/simulations/index.ts +5 -0
  542. package/src/resources/simulations/interest-payments.ts +4 -4
  543. package/src/resources/simulations/physical-cards.ts +4 -4
  544. package/src/resources/simulations/programs.ts +4 -4
  545. package/src/resources/simulations/real-time-payments-transfers.ts +171 -12
  546. package/src/resources/simulations/simulations.ts +28 -22
  547. package/src/resources/simulations/wire-transfers.ts +4 -4
  548. package/src/resources/transactions.ts +75 -11
  549. package/src/resources/wire-drawdown-requests.ts +5 -5
  550. package/src/resources/wire-transfers.ts +73 -5
  551. package/src/version.ts +1 -1
  552. package/version.d.ts +1 -1
  553. package/version.js +1 -1
  554. package/version.mjs +1 -1
@@ -0,0 +1,362 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../resource';
4
+ import * as Core from '../../core';
5
+ import * as InboundInternationalACHTransfersAPI from './inbound-international-ach-transfers';
6
+
7
+ export class InboundInternationalACHTransfers extends APIResource {
8
+ /**
9
+ * Simulates an inbound international ACH transfer to your account. This imitates
10
+ * initiating a transfer to an Increase account from a different financial
11
+ * institution. The transfer may be either a credit or a debit depending on if the
12
+ * `amount` is positive or negative. The result of calling this API will contain
13
+ * the created transfer. .
14
+ */
15
+ create(
16
+ body: InboundInternationalACHTransferCreateParams,
17
+ options?: Core.RequestOptions,
18
+ ): Core.APIPromise<InboundInternationalACHTransfer> {
19
+ return this._client.post('/simulations/inbound_international_ach_transfers', { body, ...options });
20
+ }
21
+ }
22
+
23
+ /**
24
+ * An Inbound International ACH Transfer is created when an "IAT" ACH transfer is
25
+ * initiated at another bank and received by Increase. There are additional fields
26
+ * on this object that are not present on all Inbound ACH Transfer object.
27
+ */
28
+ export interface InboundInternationalACHTransfer {
29
+ /**
30
+ * The amount in the minor unit of the destination account currency. For dollars,
31
+ * for example, this is cents.
32
+ */
33
+ amount: number;
34
+
35
+ /**
36
+ * The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
37
+ * country code of the destination country.
38
+ */
39
+ destination_country_code: string;
40
+
41
+ /**
42
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
43
+ * destination bank account.
44
+ */
45
+ destination_currency_code: string;
46
+
47
+ /**
48
+ * A description of how the foreign exchange rate was calculated.
49
+ *
50
+ * - `fixed_to_variable` - The originator chose an amount in their own currency.
51
+ * The settled amount in USD was converted using the exchange rate.
52
+ * - `variable_to_fixed` - The originator chose an amount to settle in USD. The
53
+ * originator's amount was variable; known only after the foreign exchange
54
+ * conversion.
55
+ * - `fixed_to_fixed` - The amount was originated and settled as a fixed amount in
56
+ * USD. There is no foreign exchange conversion.
57
+ */
58
+ foreign_exchange_indicator: 'fixed_to_variable' | 'variable_to_fixed' | 'fixed_to_fixed';
59
+
60
+ /**
61
+ * Depending on the `foreign_exchange_reference_indicator`, an exchange rate or a
62
+ * reference to a well-known rate.
63
+ */
64
+ foreign_exchange_reference: string | null;
65
+
66
+ /**
67
+ * An instruction of how to interpret the `foreign_exchange_reference` field for
68
+ * this Transaction.
69
+ *
70
+ * - `foreign_exchange_rate` - The ACH file contains a foreign exchange rate.
71
+ * - `foreign_exchange_reference_number` - The ACH file contains a reference to a
72
+ * well-known foreign exchange rate.
73
+ * - `blank` - There is no foreign exchange for this transfer, so the
74
+ * `foreign_exchange_reference` field is blank.
75
+ */
76
+ foreign_exchange_reference_indicator:
77
+ | 'foreign_exchange_rate'
78
+ | 'foreign_exchange_reference_number'
79
+ | 'blank';
80
+
81
+ /**
82
+ * The amount in the minor unit of the foreign payment currency. For dollars, for
83
+ * example, this is cents.
84
+ */
85
+ foreign_payment_amount: number;
86
+
87
+ /**
88
+ * A reference number in the foreign banking infrastructure.
89
+ */
90
+ foreign_trace_number: string | null;
91
+
92
+ /**
93
+ * The type of transfer. Set by the originator.
94
+ *
95
+ * - `annuity` - Sent as `ANN` in the Nacha file.
96
+ * - `business_or_commercial` - Sent as `BUS` in the Nacha file.
97
+ * - `deposit` - Sent as `DEP` in the Nacha file.
98
+ * - `loan` - Sent as `LOA` in the Nacha file.
99
+ * - `miscellaneous` - Sent as `MIS` in the Nacha file.
100
+ * - `mortgage` - Sent as `MOR` in the Nacha file.
101
+ * - `pension` - Sent as `PEN` in the Nacha file.
102
+ * - `remittance` - Sent as `REM` in the Nacha file.
103
+ * - `rent_or_lease` - Sent as `RLS` in the Nacha file.
104
+ * - `salary_or_payroll` - Sent as `SAL` in the Nacha file.
105
+ * - `tax` - Sent as `TAX` in the Nacha file.
106
+ * - `accounts_receivable` - Sent as `ARC` in the Nacha file.
107
+ * - `back_office_conversion` - Sent as `BOC` in the Nacha file.
108
+ * - `machine_transfer` - Sent as `MTE` in the Nacha file.
109
+ * - `point_of_purchase` - Sent as `POP` in the Nacha file.
110
+ * - `point_of_sale` - Sent as `POS` in the Nacha file.
111
+ * - `represented_check` - Sent as `RCK` in the Nacha file.
112
+ * - `shared_network_transaction` - Sent as `SHR` in the Nacha file.
113
+ * - `telphone_initiated` - Sent as `TEL` in the Nacha file.
114
+ * - `internet_initiated` - Sent as `WEB` in the Nacha file.
115
+ */
116
+ international_transaction_type_code:
117
+ | 'annuity'
118
+ | 'business_or_commercial'
119
+ | 'deposit'
120
+ | 'loan'
121
+ | 'miscellaneous'
122
+ | 'mortgage'
123
+ | 'pension'
124
+ | 'remittance'
125
+ | 'rent_or_lease'
126
+ | 'salary_or_payroll'
127
+ | 'tax'
128
+ | 'accounts_receivable'
129
+ | 'back_office_conversion'
130
+ | 'machine_transfer'
131
+ | 'point_of_purchase'
132
+ | 'point_of_sale'
133
+ | 'represented_check'
134
+ | 'shared_network_transaction'
135
+ | 'telphone_initiated'
136
+ | 'internet_initiated';
137
+
138
+ /**
139
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
140
+ * originating bank account.
141
+ */
142
+ originating_currency_code: string;
143
+
144
+ /**
145
+ * The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
146
+ * country code of the originating branch country.
147
+ */
148
+ originating_depository_financial_institution_branch_country: string;
149
+
150
+ /**
151
+ * An identifier for the originating bank. One of an International Bank Account
152
+ * Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
153
+ * domestic identifier like a US Routing Number.
154
+ */
155
+ originating_depository_financial_institution_id: string;
156
+
157
+ /**
158
+ * An instruction of how to interpret the
159
+ * `originating_depository_financial_institution_id` field for this Transaction.
160
+ *
161
+ * - `national_clearing_system_number` - A domestic clearing system number. In the
162
+ * US, for example, this is the American Banking Association (ABA) routing
163
+ * number.
164
+ * - `bic_code` - The SWIFT Bank Identifier Code (BIC) of the bank.
165
+ * - `iban` - An International Bank Account Number.
166
+ */
167
+ originating_depository_financial_institution_id_qualifier:
168
+ | 'national_clearing_system_number'
169
+ | 'bic_code'
170
+ | 'iban';
171
+
172
+ /**
173
+ * The name of the originating bank. Sometimes this will refer to an American bank
174
+ * and obscure the correspondent foreign bank.
175
+ */
176
+ originating_depository_financial_institution_name: string;
177
+
178
+ /**
179
+ * A portion of the originator address. This may be incomplete.
180
+ */
181
+ originator_city: string;
182
+
183
+ /**
184
+ * A description field set by the originator.
185
+ */
186
+ originator_company_entry_description: string;
187
+
188
+ /**
189
+ * A portion of the originator address. The
190
+ * [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 country
191
+ * code of the originator country.
192
+ */
193
+ originator_country: string;
194
+
195
+ /**
196
+ * An identifier for the originating company. This is generally stable across
197
+ * multiple ACH transfers.
198
+ */
199
+ originator_identification: string;
200
+
201
+ /**
202
+ * Either the name of the originator or an intermediary money transmitter.
203
+ */
204
+ originator_name: string;
205
+
206
+ /**
207
+ * A portion of the originator address. This may be incomplete.
208
+ */
209
+ originator_postal_code: string | null;
210
+
211
+ /**
212
+ * A portion of the originator address. This may be incomplete.
213
+ */
214
+ originator_state_or_province: string | null;
215
+
216
+ /**
217
+ * A portion of the originator address. This may be incomplete.
218
+ */
219
+ originator_street_address: string;
220
+
221
+ /**
222
+ * A description field set by the originator.
223
+ */
224
+ payment_related_information: string | null;
225
+
226
+ /**
227
+ * A description field set by the originator.
228
+ */
229
+ payment_related_information2: string | null;
230
+
231
+ /**
232
+ * A portion of the receiver address. This may be incomplete.
233
+ */
234
+ receiver_city: string;
235
+
236
+ /**
237
+ * A portion of the receiver address. The
238
+ * [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 country
239
+ * code of the receiver country.
240
+ */
241
+ receiver_country: string;
242
+
243
+ /**
244
+ * An identification number the originator uses for the receiver.
245
+ */
246
+ receiver_identification_number: string | null;
247
+
248
+ /**
249
+ * A portion of the receiver address. This may be incomplete.
250
+ */
251
+ receiver_postal_code: string | null;
252
+
253
+ /**
254
+ * A portion of the receiver address. This may be incomplete.
255
+ */
256
+ receiver_state_or_province: string | null;
257
+
258
+ /**
259
+ * A portion of the receiver address. This may be incomplete.
260
+ */
261
+ receiver_street_address: string;
262
+
263
+ /**
264
+ * The name of the receiver of the transfer. This is not verified by Increase.
265
+ */
266
+ receiving_company_or_individual_name: string;
267
+
268
+ /**
269
+ * The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
270
+ * country code of the receiving bank country.
271
+ */
272
+ receiving_depository_financial_institution_country: string;
273
+
274
+ /**
275
+ * An identifier for the receiving bank. One of an International Bank Account
276
+ * Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
277
+ * domestic identifier like a US Routing Number.
278
+ */
279
+ receiving_depository_financial_institution_id: string;
280
+
281
+ /**
282
+ * An instruction of how to interpret the
283
+ * `receiving_depository_financial_institution_id` field for this Transaction.
284
+ *
285
+ * - `national_clearing_system_number` - A domestic clearing system number. In the
286
+ * US, for example, this is the American Banking Association (ABA) routing
287
+ * number.
288
+ * - `bic_code` - The SWIFT Bank Identifier Code (BIC) of the bank.
289
+ * - `iban` - An International Bank Account Number.
290
+ */
291
+ receiving_depository_financial_institution_id_qualifier:
292
+ | 'national_clearing_system_number'
293
+ | 'bic_code'
294
+ | 'iban';
295
+
296
+ /**
297
+ * The name of the receiving bank, as set by the sending financial institution.
298
+ */
299
+ receiving_depository_financial_institution_name: string;
300
+
301
+ /**
302
+ * A 15 digit number recorded in the Nacha file and available to both the
303
+ * originating and receiving bank. Along with the amount, date, and originating
304
+ * routing number, this can be used to identify the ACH transfer at either bank.
305
+ * ACH trace numbers are not unique, but are
306
+ * [used to correlate returns](https://increase.com/documentation/ach-returns#ach-returns).
307
+ */
308
+ trace_number: string;
309
+
310
+ /**
311
+ * A constant representing the object's type. For this resource it will always be
312
+ * `inbound_international_ach_transfer`.
313
+ */
314
+ type: 'inbound_international_ach_transfer';
315
+ }
316
+
317
+ export interface InboundInternationalACHTransferCreateParams {
318
+ /**
319
+ * The identifier of the Account Number the inbound international ACH Transfer is
320
+ * for.
321
+ */
322
+ account_number_id: string;
323
+
324
+ /**
325
+ * The transfer amount in cents. A positive amount originates a credit transfer
326
+ * pushing funds to the receiving account. A negative amount originates a debit
327
+ * transfer pulling funds from the receiving account.
328
+ */
329
+ amount: number;
330
+
331
+ /**
332
+ * The amount in the minor unit of the foreign payment currency. For dollars, for
333
+ * example, this is cents.
334
+ */
335
+ foreign_payment_amount: number;
336
+
337
+ /**
338
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
339
+ * originating bank account.
340
+ */
341
+ originating_currency_code: string;
342
+
343
+ /**
344
+ * A description field set by the originator.
345
+ */
346
+ originator_company_entry_description?: string;
347
+
348
+ /**
349
+ * Either the name of the originator or an intermediary money transmitter.
350
+ */
351
+ originator_name?: string;
352
+
353
+ /**
354
+ * The name of the receiver of the transfer.
355
+ */
356
+ receiving_company_or_individual_name?: string;
357
+ }
358
+
359
+ export namespace InboundInternationalACHTransfers {
360
+ export import InboundInternationalACHTransfer = InboundInternationalACHTransfersAPI.InboundInternationalACHTransfer;
361
+ export import InboundInternationalACHTransferCreateParams = InboundInternationalACHTransfersAPI.InboundInternationalACHTransferCreateParams;
362
+ }
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import * as Core from "../../core";
4
- import { APIResource } from "../../resource";
5
- import * as SimulationsInboundWireDrawdownRequestsAPI from "./inbound-wire-drawdown-requests";
6
- import * as InboundWireDrawdownRequestsAPI from "../inbound-wire-drawdown-requests";
3
+ import { APIResource } from '../../resource';
4
+ import * as Core from '../../core';
5
+ import * as SimulationsInboundWireDrawdownRequestsAPI from './inbound-wire-drawdown-requests';
6
+ import * as InboundWireDrawdownRequestsAPI from '../inbound-wire-drawdown-requests';
7
7
 
8
8
  export class InboundWireDrawdownRequests extends APIResource {
9
9
  /**
@@ -21,6 +21,11 @@ export {
21
21
  export { DocumentCreateParams, Documents } from './documents';
22
22
  export { InboundCheckDepositCreateParams, InboundCheckDeposits } from './inbound-check-deposits';
23
23
  export { InboundFundsHoldReleaseResponse, InboundFundsHolds } from './inbound-funds-holds';
24
+ export {
25
+ InboundInternationalACHTransfer,
26
+ InboundInternationalACHTransferCreateParams,
27
+ InboundInternationalACHTransfers,
28
+ } from './inbound-international-ach-transfers';
24
29
  export {
25
30
  InboundRealTimePaymentsTransferSimulationResult,
26
31
  RealTimePaymentsTransferCompleteParams,
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import * as Core from "../../core";
4
- import { APIResource } from "../../resource";
5
- import * as InterestPaymentsAPI from "./interest-payments";
6
- import * as TransactionsAPI from "../transactions";
3
+ import { APIResource } from '../../resource';
4
+ import * as Core from '../../core';
5
+ import * as InterestPaymentsAPI from './interest-payments';
6
+ import * as TransactionsAPI from '../transactions';
7
7
 
8
8
  export class InterestPayments extends APIResource {
9
9
  /**
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import * as Core from "../../core";
4
- import { APIResource } from "../../resource";
5
- import * as SimulationsPhysicalCardsAPI from "./physical-cards";
6
- import * as PhysicalCardsAPI from "../physical-cards";
3
+ import { APIResource } from '../../resource';
4
+ import * as Core from '../../core';
5
+ import * as SimulationsPhysicalCardsAPI from './physical-cards';
6
+ import * as PhysicalCardsAPI from '../physical-cards';
7
7
 
8
8
  export class PhysicalCards extends APIResource {
9
9
  /**
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import * as Core from "../../core";
4
- import { APIResource } from "../../resource";
5
- import * as SimulationsProgramsAPI from "./programs";
6
- import * as ProgramsAPI from "../programs";
3
+ import { APIResource } from '../../resource';
4
+ import * as Core from '../../core';
5
+ import * as SimulationsProgramsAPI from './programs';
6
+ import * as ProgramsAPI from '../programs';
7
7
 
8
8
  export class Programs extends APIResource {
9
9
  /**