increase 0.54.0 → 0.58.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 +69 -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 +1 -1
  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 +26 -5
  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 +25 -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 +43 -5
  505. package/src/resources/inbound-check-deposits.ts +29 -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
@@ -1 +1 @@
1
- {"version":3,"file":"supplemental-documents.d.ts","sourceRoot":"","sources":["../../src/resources/entities/supplemental-documents.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,wBAAwB,MAAM,oDAAoD,CAAC;AAC/F,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAE5D,qBAAa,qBAAsB,SAAQ,WAAW;IACpD;;OAEG;IACH,MAAM,CACJ,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,MAAM,CAAC;IAItC;;OAEG;IACH,IAAI,CACF,KAAK,EAAE,8BAA8B,EACrC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,WAAW,CAAC,yBAAyB,EAAE,oBAAoB,CAAC;CAMrE;AAED,qBAAa,yBAA0B,SAAQ,IAAI,CAAC,oBAAoB,CAAC;CAAG;AAE5E;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;;OAGG;IACH,IAAI,EAAE,8BAA8B,CAAC;CACtC;AAED,MAAM,WAAW,gCAAgC;IAC/C;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,8BAA+B,SAAQ,UAAU;IAChE;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,yBAAiB,qBAAqB,CAAC;IACrC,MAAM,QAAQ,oBAAoB,GAAG,wBAAwB,CAAC,oBAAoB,CAAC;IACnF,MAAM,QAAQ,yBAAyB,GAAG,wBAAwB,CAAC,yBAAyB,CAAC;IAC7F,MAAM,QAAQ,gCAAgC,GAAG,wBAAwB,CAAC,gCAAgC,CAAC;IAC3G,MAAM,QAAQ,8BAA8B,GAAG,wBAAwB,CAAC,8BAA8B,CAAC;CACxG"}
1
+ {"version":3,"file":"supplemental-documents.d.ts","sourceRoot":"","sources":["../../src/resources/entities/supplemental-documents.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,wBAAwB,MAAM,0BAA0B,CAAC;AACrE,OAAO,KAAK,WAAW,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAEzD,qBAAa,qBAAsB,SAAQ,WAAW;IACpD;;OAEG;IACH,MAAM,CACJ,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,MAAM,CAAC;IAItC;;OAEG;IACH,IAAI,CACF,KAAK,EAAE,8BAA8B,EACrC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,WAAW,CAAC,yBAAyB,EAAE,oBAAoB,CAAC;CAMrE;AAED,qBAAa,yBAA0B,SAAQ,IAAI,CAAC,oBAAoB,CAAC;CAAG;AAE5E;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;;OAGG;IACH,IAAI,EAAE,8BAA8B,CAAC;CACtC;AAED,MAAM,WAAW,gCAAgC;IAC/C;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,8BAA+B,SAAQ,UAAU;IAChE;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,yBAAiB,qBAAqB,CAAC;IACrC,MAAM,QAAQ,oBAAoB,GAAG,wBAAwB,CAAC,oBAAoB,CAAC;IACnF,MAAM,QAAQ,yBAAyB,GAAG,wBAAwB,CAAC,yBAAyB,CAAC;IAC7F,MAAM,QAAQ,gCAAgC,GAAG,wBAAwB,CAAC,gCAAgC,CAAC;IAC3G,MAAM,QAAQ,8BAA8B,GAAG,wBAAwB,CAAC,8BAA8B,CAAC;CACxG"}
@@ -25,9 +25,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.SupplementalDocumentsPage = exports.SupplementalDocuments = void 0;
28
- const resource_1 = require("increase/resource");
29
- const SupplementalDocumentsAPI = __importStar(require("increase/resources/entities/supplemental-documents"));
30
- const pagination_1 = require("increase/pagination");
28
+ const resource_1 = require("../../resource.js");
29
+ const SupplementalDocumentsAPI = __importStar(require("./supplemental-documents.js"));
30
+ const pagination_1 = require("../../pagination.js");
31
31
  class SupplementalDocuments extends resource_1.APIResource {
32
32
  /**
33
33
  * Create a supplemental document for an Entity
@@ -1 +1 @@
1
- {"version":3,"file":"supplemental-documents.js","sourceRoot":"","sources":["../../src/resources/entities/supplemental-documents.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAGtF,gDAAgD;AAChD,6GAA+F;AAE/F,oDAA4D;AAE5D,MAAa,qBAAsB,SAAQ,sBAAW;IACpD;;OAEG;IACH,MAAM,CACJ,QAAgB,EAChB,IAAsC,EACtC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,QAAQ,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjG,CAAC;IAED;;OAEG;IACH,IAAI,CACF,KAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,gCAAgC,EAAE,yBAAyB,EAAE;YAC1F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAxBD,sDAwBC;AAED,MAAa,yBAA0B,SAAQ,iBAA0B;CAAG;AAA5E,8DAA4E;AAsD5E,WAAiB,qBAAqB;IAEtB,+CAAyB,GAAG,wBAAwB,CAAC,yBAAyB,CAAC;AAG/F,CAAC,EALgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKrC"}
1
+ {"version":3,"file":"supplemental-documents.js","sourceRoot":"","sources":["../../src/resources/entities/supplemental-documents.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,gDAA6C;AAE7C,sFAAqE;AAErE,oDAAyD;AAEzD,MAAa,qBAAsB,SAAQ,sBAAW;IACpD;;OAEG;IACH,MAAM,CACJ,QAAgB,EAChB,IAAsC,EACtC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,QAAQ,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjG,CAAC;IAED;;OAEG;IACH,IAAI,CACF,KAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,gCAAgC,EAAE,yBAAyB,EAAE;YAC1F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAxBD,sDAwBC;AAED,MAAa,yBAA0B,SAAQ,iBAA0B;CAAG;AAA5E,8DAA4E;AAsD5E,WAAiB,qBAAqB;IAEtB,+CAAyB,GAAG,wBAAwB,CAAC,yBAAyB,CAAC;AAG/F,CAAC,EALgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKrC"}
@@ -1,7 +1,7 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from 'increase/resource';
3
- import * as SupplementalDocumentsAPI from 'increase/resources/entities/supplemental-documents';
4
- import { Page } from 'increase/pagination';
2
+ import { APIResource } from "../../resource.mjs";
3
+ import * as SupplementalDocumentsAPI from "./supplemental-documents.mjs";
4
+ import { Page } from "../../pagination.mjs";
5
5
  export class SupplementalDocuments extends APIResource {
6
6
  /**
7
7
  * Create a supplemental document for an Entity
@@ -1 +1 @@
1
- {"version":3,"file":"supplemental-documents.mjs","sourceRoot":"","sources":["../../src/resources/entities/supplemental-documents.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAG/E,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,KAAK,wBAAwB,MAAM,oDAAoD;OAEvF,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,qBAAsB,SAAQ,WAAW;IACpD;;OAEG;IACH,MAAM,CACJ,QAAgB,EAChB,IAAsC,EACtC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,QAAQ,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjG,CAAC;IAED;;OAEG;IACH,IAAI,CACF,KAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,gCAAgC,EAAE,yBAAyB,EAAE;YAC1F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,yBAA0B,SAAQ,IAA0B;CAAG;AAsD5E,WAAiB,qBAAqB;IAEtB,+CAAyB,GAAG,wBAAwB,CAAC,yBAAyB,CAAC;AAG/F,CAAC,EALgB,qBAAqB,KAArB,qBAAqB,QAKrC"}
1
+ {"version":3,"file":"supplemental-documents.mjs","sourceRoot":"","sources":["../../src/resources/entities/supplemental-documents.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,KAAK,wBAAwB;OAE7B,EAAE,IAAI,EAAmB;AAEhC,MAAM,OAAO,qBAAsB,SAAQ,WAAW;IACpD;;OAEG;IACH,MAAM,CACJ,QAAgB,EAChB,IAAsC,EACtC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,QAAQ,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjG,CAAC;IAED;;OAEG;IACH,IAAI,CACF,KAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,gCAAgC,EAAE,yBAAyB,EAAE;YAC1F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,yBAA0B,SAAQ,IAA0B;CAAG;AAsD5E,WAAiB,qBAAqB;IAEtB,+CAAyB,GAAG,wBAAwB,CAAC,yBAAyB,CAAC;AAG/F,CAAC,EALgB,qBAAqB,KAArB,qBAAqB,QAKrC"}
@@ -1,7 +1,7 @@
1
- import * as Core from 'increase/core';
2
- import { APIResource } from 'increase/resource';
3
- import * as EventSubscriptionsAPI from 'increase/resources/event-subscriptions';
4
- import { Page, type PageParams } from 'increase/pagination';
1
+ import { APIResource } from "../resource.js";
2
+ import * as Core from "../core.js";
3
+ import * as EventSubscriptionsAPI from "./event-subscriptions.js";
4
+ import { Page, type PageParams } from "../pagination.js";
5
5
  export declare class EventSubscriptions extends APIResource {
6
6
  /**
7
7
  * Create an Event Subscription
@@ -137,6 +137,8 @@ export interface EventSubscription {
137
137
  * Enrollment is updated.
138
138
  * - `intrafi_exclusion.created` - Occurs whenever an IntraFi Exclusion is created.
139
139
  * - `intrafi_exclusion.updated` - Occurs whenever an IntraFi Exclusion is updated.
140
+ * - `lockbox.created` - Occurs whenever a Lockbox is created.
141
+ * - `lockbox.updated` - Occurs whenever a Lockbox is updated.
140
142
  * - `oauth_connection.created` - Occurs whenever an OAuth Connection is created.
141
143
  * - `oauth_connection.deactivated` - Occurs whenever an OAuth Connection is
142
144
  * deactivated.
@@ -182,7 +184,7 @@ export interface EventSubscription {
182
184
  * - `wire_transfer.created` - Occurs whenever a Wire Transfer is created.
183
185
  * - `wire_transfer.updated` - Occurs whenever a Wire Transfer is updated.
184
186
  */
185
- selected_event_category: 'account.created' | 'account.updated' | 'account_number.created' | 'account_number.updated' | 'account_statement.created' | 'account_transfer.created' | 'account_transfer.updated' | 'ach_prenotification.created' | 'ach_prenotification.updated' | 'ach_transfer.created' | 'ach_transfer.updated' | 'bookkeeping_account.created' | 'bookkeeping_account.updated' | 'bookkeeping_entry_set.updated' | 'card.created' | 'card.updated' | 'card_payment.created' | 'card_payment.updated' | 'card_profile.created' | 'card_profile.updated' | 'card_dispute.created' | 'card_dispute.updated' | 'check_deposit.created' | 'check_deposit.updated' | 'check_transfer.created' | 'check_transfer.updated' | 'declined_transaction.created' | 'digital_card_profile.created' | 'digital_card_profile.updated' | 'digital_wallet_token.created' | 'digital_wallet_token.updated' | 'document.created' | 'entity.created' | 'entity.updated' | 'event_subscription.created' | 'event_subscription.updated' | 'export.created' | 'export.updated' | 'external_account.created' | 'external_account.updated' | 'file.created' | 'group.updated' | 'group.heartbeat' | 'inbound_ach_transfer.created' | 'inbound_ach_transfer.updated' | 'inbound_ach_transfer_return.created' | 'inbound_ach_transfer_return.updated' | 'inbound_check_deposit.created' | 'inbound_check_deposit.updated' | 'inbound_mail_item.created' | 'inbound_mail_item.updated' | 'inbound_wire_drawdown_request.created' | 'inbound_wire_transfer.created' | 'inbound_wire_transfer.updated' | 'intrafi_account_enrollment.created' | 'intrafi_account_enrollment.updated' | 'intrafi_exclusion.created' | 'intrafi_exclusion.updated' | 'oauth_connection.created' | 'oauth_connection.deactivated' | 'pending_transaction.created' | 'pending_transaction.updated' | 'physical_card.created' | 'physical_card.updated' | 'physical_card_profile.created' | 'physical_card_profile.updated' | 'proof_of_authorization_request.created' | 'proof_of_authorization_request.updated' | 'proof_of_authorization_request_submission.created' | 'proof_of_authorization_request_submission.updated' | 'real_time_decision.card_authorization_requested' | 'real_time_decision.digital_wallet_token_requested' | 'real_time_decision.digital_wallet_authentication_requested' | 'real_time_payments_transfer.created' | 'real_time_payments_transfer.updated' | 'real_time_payments_request_for_payment.created' | 'real_time_payments_request_for_payment.updated' | 'transaction.created' | 'wire_drawdown_request.created' | 'wire_drawdown_request.updated' | 'wire_transfer.created' | 'wire_transfer.updated' | null;
187
+ selected_event_category: 'account.created' | 'account.updated' | 'account_number.created' | 'account_number.updated' | 'account_statement.created' | 'account_transfer.created' | 'account_transfer.updated' | 'ach_prenotification.created' | 'ach_prenotification.updated' | 'ach_transfer.created' | 'ach_transfer.updated' | 'bookkeeping_account.created' | 'bookkeeping_account.updated' | 'bookkeeping_entry_set.updated' | 'card.created' | 'card.updated' | 'card_payment.created' | 'card_payment.updated' | 'card_profile.created' | 'card_profile.updated' | 'card_dispute.created' | 'card_dispute.updated' | 'check_deposit.created' | 'check_deposit.updated' | 'check_transfer.created' | 'check_transfer.updated' | 'declined_transaction.created' | 'digital_card_profile.created' | 'digital_card_profile.updated' | 'digital_wallet_token.created' | 'digital_wallet_token.updated' | 'document.created' | 'entity.created' | 'entity.updated' | 'event_subscription.created' | 'event_subscription.updated' | 'export.created' | 'export.updated' | 'external_account.created' | 'external_account.updated' | 'file.created' | 'group.updated' | 'group.heartbeat' | 'inbound_ach_transfer.created' | 'inbound_ach_transfer.updated' | 'inbound_ach_transfer_return.created' | 'inbound_ach_transfer_return.updated' | 'inbound_check_deposit.created' | 'inbound_check_deposit.updated' | 'inbound_mail_item.created' | 'inbound_mail_item.updated' | 'inbound_wire_drawdown_request.created' | 'inbound_wire_transfer.created' | 'inbound_wire_transfer.updated' | 'intrafi_account_enrollment.created' | 'intrafi_account_enrollment.updated' | 'intrafi_exclusion.created' | 'intrafi_exclusion.updated' | 'lockbox.created' | 'lockbox.updated' | 'oauth_connection.created' | 'oauth_connection.deactivated' | 'pending_transaction.created' | 'pending_transaction.updated' | 'physical_card.created' | 'physical_card.updated' | 'physical_card_profile.created' | 'physical_card_profile.updated' | 'proof_of_authorization_request.created' | 'proof_of_authorization_request.updated' | 'proof_of_authorization_request_submission.created' | 'proof_of_authorization_request_submission.updated' | 'real_time_decision.card_authorization_requested' | 'real_time_decision.digital_wallet_token_requested' | 'real_time_decision.digital_wallet_authentication_requested' | 'real_time_payments_transfer.created' | 'real_time_payments_transfer.updated' | 'real_time_payments_request_for_payment.created' | 'real_time_payments_request_for_payment.updated' | 'transaction.created' | 'wire_drawdown_request.created' | 'wire_drawdown_request.updated' | 'wire_transfer.created' | 'wire_transfer.updated' | null;
186
188
  /**
187
189
  * This indicates if we'll send notifications to this subscription.
188
190
  *
@@ -301,6 +303,8 @@ export interface EventSubscriptionCreateParams {
301
303
  * Enrollment is updated.
302
304
  * - `intrafi_exclusion.created` - Occurs whenever an IntraFi Exclusion is created.
303
305
  * - `intrafi_exclusion.updated` - Occurs whenever an IntraFi Exclusion is updated.
306
+ * - `lockbox.created` - Occurs whenever a Lockbox is created.
307
+ * - `lockbox.updated` - Occurs whenever a Lockbox is updated.
304
308
  * - `oauth_connection.created` - Occurs whenever an OAuth Connection is created.
305
309
  * - `oauth_connection.deactivated` - Occurs whenever an OAuth Connection is
306
310
  * deactivated.
@@ -346,7 +350,7 @@ export interface EventSubscriptionCreateParams {
346
350
  * - `wire_transfer.created` - Occurs whenever a Wire Transfer is created.
347
351
  * - `wire_transfer.updated` - Occurs whenever a Wire Transfer is updated.
348
352
  */
349
- selected_event_category?: 'account.created' | 'account.updated' | 'account_number.created' | 'account_number.updated' | 'account_statement.created' | 'account_transfer.created' | 'account_transfer.updated' | 'ach_prenotification.created' | 'ach_prenotification.updated' | 'ach_transfer.created' | 'ach_transfer.updated' | 'bookkeeping_account.created' | 'bookkeeping_account.updated' | 'bookkeeping_entry_set.updated' | 'card.created' | 'card.updated' | 'card_payment.created' | 'card_payment.updated' | 'card_profile.created' | 'card_profile.updated' | 'card_dispute.created' | 'card_dispute.updated' | 'check_deposit.created' | 'check_deposit.updated' | 'check_transfer.created' | 'check_transfer.updated' | 'declined_transaction.created' | 'digital_card_profile.created' | 'digital_card_profile.updated' | 'digital_wallet_token.created' | 'digital_wallet_token.updated' | 'document.created' | 'entity.created' | 'entity.updated' | 'event_subscription.created' | 'event_subscription.updated' | 'export.created' | 'export.updated' | 'external_account.created' | 'external_account.updated' | 'file.created' | 'group.updated' | 'group.heartbeat' | 'inbound_ach_transfer.created' | 'inbound_ach_transfer.updated' | 'inbound_ach_transfer_return.created' | 'inbound_ach_transfer_return.updated' | 'inbound_check_deposit.created' | 'inbound_check_deposit.updated' | 'inbound_mail_item.created' | 'inbound_mail_item.updated' | 'inbound_wire_drawdown_request.created' | 'inbound_wire_transfer.created' | 'inbound_wire_transfer.updated' | 'intrafi_account_enrollment.created' | 'intrafi_account_enrollment.updated' | 'intrafi_exclusion.created' | 'intrafi_exclusion.updated' | 'oauth_connection.created' | 'oauth_connection.deactivated' | 'pending_transaction.created' | 'pending_transaction.updated' | 'physical_card.created' | 'physical_card.updated' | 'physical_card_profile.created' | 'physical_card_profile.updated' | 'proof_of_authorization_request.created' | 'proof_of_authorization_request.updated' | 'proof_of_authorization_request_submission.created' | 'proof_of_authorization_request_submission.updated' | 'real_time_decision.card_authorization_requested' | 'real_time_decision.digital_wallet_token_requested' | 'real_time_decision.digital_wallet_authentication_requested' | 'real_time_payments_transfer.created' | 'real_time_payments_transfer.updated' | 'real_time_payments_request_for_payment.created' | 'real_time_payments_request_for_payment.updated' | 'transaction.created' | 'wire_drawdown_request.created' | 'wire_drawdown_request.updated' | 'wire_transfer.created' | 'wire_transfer.updated';
353
+ selected_event_category?: 'account.created' | 'account.updated' | 'account_number.created' | 'account_number.updated' | 'account_statement.created' | 'account_transfer.created' | 'account_transfer.updated' | 'ach_prenotification.created' | 'ach_prenotification.updated' | 'ach_transfer.created' | 'ach_transfer.updated' | 'bookkeeping_account.created' | 'bookkeeping_account.updated' | 'bookkeeping_entry_set.updated' | 'card.created' | 'card.updated' | 'card_payment.created' | 'card_payment.updated' | 'card_profile.created' | 'card_profile.updated' | 'card_dispute.created' | 'card_dispute.updated' | 'check_deposit.created' | 'check_deposit.updated' | 'check_transfer.created' | 'check_transfer.updated' | 'declined_transaction.created' | 'digital_card_profile.created' | 'digital_card_profile.updated' | 'digital_wallet_token.created' | 'digital_wallet_token.updated' | 'document.created' | 'entity.created' | 'entity.updated' | 'event_subscription.created' | 'event_subscription.updated' | 'export.created' | 'export.updated' | 'external_account.created' | 'external_account.updated' | 'file.created' | 'group.updated' | 'group.heartbeat' | 'inbound_ach_transfer.created' | 'inbound_ach_transfer.updated' | 'inbound_ach_transfer_return.created' | 'inbound_ach_transfer_return.updated' | 'inbound_check_deposit.created' | 'inbound_check_deposit.updated' | 'inbound_mail_item.created' | 'inbound_mail_item.updated' | 'inbound_wire_drawdown_request.created' | 'inbound_wire_transfer.created' | 'inbound_wire_transfer.updated' | 'intrafi_account_enrollment.created' | 'intrafi_account_enrollment.updated' | 'intrafi_exclusion.created' | 'intrafi_exclusion.updated' | 'lockbox.created' | 'lockbox.updated' | 'oauth_connection.created' | 'oauth_connection.deactivated' | 'pending_transaction.created' | 'pending_transaction.updated' | 'physical_card.created' | 'physical_card.updated' | 'physical_card_profile.created' | 'physical_card_profile.updated' | 'proof_of_authorization_request.created' | 'proof_of_authorization_request.updated' | 'proof_of_authorization_request_submission.created' | 'proof_of_authorization_request_submission.updated' | 'real_time_decision.card_authorization_requested' | 'real_time_decision.digital_wallet_token_requested' | 'real_time_decision.digital_wallet_authentication_requested' | 'real_time_payments_transfer.created' | 'real_time_payments_transfer.updated' | 'real_time_payments_request_for_payment.created' | 'real_time_payments_request_for_payment.updated' | 'transaction.created' | 'wire_drawdown_request.created' | 'wire_drawdown_request.updated' | 'wire_transfer.created' | 'wire_transfer.updated';
350
354
  /**
351
355
  * The key that will be used to sign webhooks. If no value is passed, a random
352
356
  * string will be used as default.
@@ -1 +1 @@
1
- {"version":3,"file":"event-subscriptions.d.ts","sourceRoot":"","sources":["../src/resources/event-subscriptions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"event-subscriptions.d.ts","sourceRoot":"","sources":["../src/resources/event-subscriptions.ts"],"names":[],"mappings":"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"}
@@ -25,10 +25,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.EventSubscriptionsPage = exports.EventSubscriptions = void 0;
28
- const resource_1 = require("increase/resource");
29
- const core_1 = require("increase/core");
30
- const EventSubscriptionsAPI = __importStar(require("increase/resources/event-subscriptions"));
31
- const pagination_1 = require("increase/pagination");
28
+ const resource_1 = require("../resource.js");
29
+ const core_1 = require("../core.js");
30
+ const EventSubscriptionsAPI = __importStar(require("./event-subscriptions.js"));
31
+ const pagination_1 = require("../pagination.js");
32
32
  class EventSubscriptions extends resource_1.APIResource {
33
33
  /**
34
34
  * Create an Event Subscription
@@ -1 +1 @@
1
- {"version":3,"file":"event-subscriptions.js","sourceRoot":"","sources":["../src/resources/event-subscriptions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAGtF,gDAAgD;AAChD,wCAAiD;AACjD,8FAAgF;AAChF,oDAA4D;AAE5D,MAAa,kBAAmB,SAAQ,sBAAW;IACjD;;OAEG;IACH,MAAM,CACJ,IAAmC,EACnC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,sBAAsB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,mBAA2B,EAAE,OAA6B;QACjE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,mBAAmB,EAAE,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,mBAA2B,EAC3B,IAAmC,EACnC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,wBAAwB,mBAAmB,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjG,CAAC;IAUD,IAAI,CACF,QAA2D,EAAE,EAC7D,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,OAAO,CAAC,UAAU,CAAC,sBAAsB,EAAE,sBAAsB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxG,CAAC;CACF;AA9CD,gDA8CC;AAED,MAAa,sBAAuB,SAAQ,iBAAuB;CAAG;AAAtE,wDAAsE;AAohBtE,WAAiB,kBAAkB;IAEnB,yCAAsB,GAAG,qBAAqB,CAAC,sBAAsB,CAAC;AAItF,CAAC,EANgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAMlC"}
1
+ {"version":3,"file":"event-subscriptions.js","sourceRoot":"","sources":["../src/resources/event-subscriptions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,6CAA0C;AAC1C,qCAA2C;AAE3C,gFAA+D;AAC/D,iDAAsD;AAEtD,MAAa,kBAAmB,SAAQ,sBAAW;IACjD;;OAEG;IACH,MAAM,CACJ,IAAmC,EACnC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,sBAAsB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,mBAA2B,EAAE,OAA6B;QACjE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,mBAAmB,EAAE,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,mBAA2B,EAC3B,IAAmC,EACnC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,wBAAwB,mBAAmB,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjG,CAAC;IAUD,IAAI,CACF,QAA2D,EAAE,EAC7D,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,OAAO,CAAC,UAAU,CAAC,sBAAsB,EAAE,sBAAsB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxG,CAAC;CACF;AA9CD,gDA8CC;AAED,MAAa,sBAAuB,SAAQ,iBAAuB;CAAG;AAAtE,wDAAsE;AA4hBtE,WAAiB,kBAAkB;IAEnB,yCAAsB,GAAG,qBAAqB,CAAC,sBAAsB,CAAC;AAItF,CAAC,EANgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAMlC"}
@@ -1,8 +1,8 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from 'increase/resource';
3
- import { isRequestOptions } from 'increase/core';
4
- import * as EventSubscriptionsAPI from 'increase/resources/event-subscriptions';
5
- import { Page } from 'increase/pagination';
2
+ import { APIResource } from "../resource.mjs";
3
+ import { isRequestOptions } from "../core.mjs";
4
+ import * as EventSubscriptionsAPI from "./event-subscriptions.mjs";
5
+ import { Page } from "../pagination.mjs";
6
6
  export class EventSubscriptions extends APIResource {
7
7
  /**
8
8
  * Create an Event Subscription
@@ -1 +1 @@
1
- {"version":3,"file":"event-subscriptions.mjs","sourceRoot":"","sources":["../src/resources/event-subscriptions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAG/E,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OACzC,KAAK,qBAAqB,MAAM,wCAAwC;OACxE,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,kBAAmB,SAAQ,WAAW;IACjD;;OAEG;IACH,MAAM,CACJ,IAAmC,EACnC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,sBAAsB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,mBAA2B,EAAE,OAA6B;QACjE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,mBAAmB,EAAE,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,mBAA2B,EAC3B,IAAmC,EACnC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,wBAAwB,mBAAmB,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjG,CAAC;IAUD,IAAI,CACF,QAA2D,EAAE,EAC7D,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,sBAAsB,EAAE,sBAAsB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxG,CAAC;CACF;AAED,MAAM,OAAO,sBAAuB,SAAQ,IAAuB;CAAG;AAohBtE,WAAiB,kBAAkB;IAEnB,yCAAsB,GAAG,qBAAqB,CAAC,sBAAsB,CAAC;AAItF,CAAC,EANgB,kBAAkB,KAAlB,kBAAkB,QAMlC"}
1
+ {"version":3,"file":"event-subscriptions.mjs","sourceRoot":"","sources":["../src/resources/event-subscriptions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAEpB,KAAK,qBAAqB;OAC1B,EAAE,IAAI,EAAmB;AAEhC,MAAM,OAAO,kBAAmB,SAAQ,WAAW;IACjD;;OAEG;IACH,MAAM,CACJ,IAAmC,EACnC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,sBAAsB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,mBAA2B,EAAE,OAA6B;QACjE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,mBAAmB,EAAE,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,mBAA2B,EAC3B,IAAmC,EACnC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,wBAAwB,mBAAmB,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjG,CAAC;IAUD,IAAI,CACF,QAA2D,EAAE,EAC7D,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,sBAAsB,EAAE,sBAAsB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxG,CAAC;CACF;AAED,MAAM,OAAO,sBAAuB,SAAQ,IAAuB;CAAG;AA4hBtE,WAAiB,kBAAkB;IAEnB,yCAAsB,GAAG,qBAAqB,CAAC,sBAAsB,CAAC;AAItF,CAAC,EANgB,kBAAkB,KAAlB,kBAAkB,QAMlC"}
@@ -1,7 +1,7 @@
1
- import * as Core from 'increase/core';
2
- import { APIResource } from 'increase/resource';
3
- import * as EventsAPI from 'increase/resources/events';
4
- import { Page, type PageParams } from 'increase/pagination';
1
+ import { APIResource } from "../resource.js";
2
+ import * as Core from "../core.js";
3
+ import * as EventsAPI from "./events.js";
4
+ import { Page, type PageParams } from "../pagination.js";
5
5
  export declare class Events extends APIResource {
6
6
  /**
7
7
  * Retrieve an Event
@@ -120,6 +120,8 @@ export interface Event {
120
120
  * Enrollment is updated.
121
121
  * - `intrafi_exclusion.created` - Occurs whenever an IntraFi Exclusion is created.
122
122
  * - `intrafi_exclusion.updated` - Occurs whenever an IntraFi Exclusion is updated.
123
+ * - `lockbox.created` - Occurs whenever a Lockbox is created.
124
+ * - `lockbox.updated` - Occurs whenever a Lockbox is updated.
123
125
  * - `oauth_connection.created` - Occurs whenever an OAuth Connection is created.
124
126
  * - `oauth_connection.deactivated` - Occurs whenever an OAuth Connection is
125
127
  * deactivated.
@@ -165,7 +167,7 @@ export interface Event {
165
167
  * - `wire_transfer.created` - Occurs whenever a Wire Transfer is created.
166
168
  * - `wire_transfer.updated` - Occurs whenever a Wire Transfer is updated.
167
169
  */
168
- category: 'account.created' | 'account.updated' | 'account_number.created' | 'account_number.updated' | 'account_statement.created' | 'account_transfer.created' | 'account_transfer.updated' | 'ach_prenotification.created' | 'ach_prenotification.updated' | 'ach_transfer.created' | 'ach_transfer.updated' | 'bookkeeping_account.created' | 'bookkeeping_account.updated' | 'bookkeeping_entry_set.updated' | 'card.created' | 'card.updated' | 'card_payment.created' | 'card_payment.updated' | 'card_profile.created' | 'card_profile.updated' | 'card_dispute.created' | 'card_dispute.updated' | 'check_deposit.created' | 'check_deposit.updated' | 'check_transfer.created' | 'check_transfer.updated' | 'declined_transaction.created' | 'digital_card_profile.created' | 'digital_card_profile.updated' | 'digital_wallet_token.created' | 'digital_wallet_token.updated' | 'document.created' | 'entity.created' | 'entity.updated' | 'event_subscription.created' | 'event_subscription.updated' | 'export.created' | 'export.updated' | 'external_account.created' | 'external_account.updated' | 'file.created' | 'group.updated' | 'group.heartbeat' | 'inbound_ach_transfer.created' | 'inbound_ach_transfer.updated' | 'inbound_ach_transfer_return.created' | 'inbound_ach_transfer_return.updated' | 'inbound_check_deposit.created' | 'inbound_check_deposit.updated' | 'inbound_mail_item.created' | 'inbound_mail_item.updated' | 'inbound_wire_drawdown_request.created' | 'inbound_wire_transfer.created' | 'inbound_wire_transfer.updated' | 'intrafi_account_enrollment.created' | 'intrafi_account_enrollment.updated' | 'intrafi_exclusion.created' | 'intrafi_exclusion.updated' | 'oauth_connection.created' | 'oauth_connection.deactivated' | 'pending_transaction.created' | 'pending_transaction.updated' | 'physical_card.created' | 'physical_card.updated' | 'physical_card_profile.created' | 'physical_card_profile.updated' | 'proof_of_authorization_request.created' | 'proof_of_authorization_request.updated' | 'proof_of_authorization_request_submission.created' | 'proof_of_authorization_request_submission.updated' | 'real_time_decision.card_authorization_requested' | 'real_time_decision.digital_wallet_token_requested' | 'real_time_decision.digital_wallet_authentication_requested' | 'real_time_payments_transfer.created' | 'real_time_payments_transfer.updated' | 'real_time_payments_request_for_payment.created' | 'real_time_payments_request_for_payment.updated' | 'transaction.created' | 'wire_drawdown_request.created' | 'wire_drawdown_request.updated' | 'wire_transfer.created' | 'wire_transfer.updated';
170
+ category: 'account.created' | 'account.updated' | 'account_number.created' | 'account_number.updated' | 'account_statement.created' | 'account_transfer.created' | 'account_transfer.updated' | 'ach_prenotification.created' | 'ach_prenotification.updated' | 'ach_transfer.created' | 'ach_transfer.updated' | 'bookkeeping_account.created' | 'bookkeeping_account.updated' | 'bookkeeping_entry_set.updated' | 'card.created' | 'card.updated' | 'card_payment.created' | 'card_payment.updated' | 'card_profile.created' | 'card_profile.updated' | 'card_dispute.created' | 'card_dispute.updated' | 'check_deposit.created' | 'check_deposit.updated' | 'check_transfer.created' | 'check_transfer.updated' | 'declined_transaction.created' | 'digital_card_profile.created' | 'digital_card_profile.updated' | 'digital_wallet_token.created' | 'digital_wallet_token.updated' | 'document.created' | 'entity.created' | 'entity.updated' | 'event_subscription.created' | 'event_subscription.updated' | 'export.created' | 'export.updated' | 'external_account.created' | 'external_account.updated' | 'file.created' | 'group.updated' | 'group.heartbeat' | 'inbound_ach_transfer.created' | 'inbound_ach_transfer.updated' | 'inbound_ach_transfer_return.created' | 'inbound_ach_transfer_return.updated' | 'inbound_check_deposit.created' | 'inbound_check_deposit.updated' | 'inbound_mail_item.created' | 'inbound_mail_item.updated' | 'inbound_wire_drawdown_request.created' | 'inbound_wire_transfer.created' | 'inbound_wire_transfer.updated' | 'intrafi_account_enrollment.created' | 'intrafi_account_enrollment.updated' | 'intrafi_exclusion.created' | 'intrafi_exclusion.updated' | 'lockbox.created' | 'lockbox.updated' | 'oauth_connection.created' | 'oauth_connection.deactivated' | 'pending_transaction.created' | 'pending_transaction.updated' | 'physical_card.created' | 'physical_card.updated' | 'physical_card_profile.created' | 'physical_card_profile.updated' | 'proof_of_authorization_request.created' | 'proof_of_authorization_request.updated' | 'proof_of_authorization_request_submission.created' | 'proof_of_authorization_request_submission.updated' | 'real_time_decision.card_authorization_requested' | 'real_time_decision.digital_wallet_token_requested' | 'real_time_decision.digital_wallet_authentication_requested' | 'real_time_payments_transfer.created' | 'real_time_payments_transfer.updated' | 'real_time_payments_request_for_payment.created' | 'real_time_payments_request_for_payment.updated' | 'transaction.created' | 'wire_drawdown_request.created' | 'wire_drawdown_request.updated' | 'wire_transfer.created' | 'wire_transfer.updated';
169
171
  /**
170
172
  * The time the Event was created.
171
173
  */
@@ -191,7 +193,7 @@ export declare namespace EventListParams {
191
193
  * requests, this should be encoded as a comma-delimited string, such as
192
194
  * `?in=one,two,three`.
193
195
  */
194
- in?: Array<'account.created' | 'account.updated' | 'account_number.created' | 'account_number.updated' | 'account_statement.created' | 'account_transfer.created' | 'account_transfer.updated' | 'ach_prenotification.created' | 'ach_prenotification.updated' | 'ach_transfer.created' | 'ach_transfer.updated' | 'bookkeeping_account.created' | 'bookkeeping_account.updated' | 'bookkeeping_entry_set.updated' | 'card.created' | 'card.updated' | 'card_payment.created' | 'card_payment.updated' | 'card_profile.created' | 'card_profile.updated' | 'card_dispute.created' | 'card_dispute.updated' | 'check_deposit.created' | 'check_deposit.updated' | 'check_transfer.created' | 'check_transfer.updated' | 'declined_transaction.created' | 'digital_card_profile.created' | 'digital_card_profile.updated' | 'digital_wallet_token.created' | 'digital_wallet_token.updated' | 'document.created' | 'entity.created' | 'entity.updated' | 'event_subscription.created' | 'event_subscription.updated' | 'export.created' | 'export.updated' | 'external_account.created' | 'external_account.updated' | 'file.created' | 'group.updated' | 'group.heartbeat' | 'inbound_ach_transfer.created' | 'inbound_ach_transfer.updated' | 'inbound_ach_transfer_return.created' | 'inbound_ach_transfer_return.updated' | 'inbound_check_deposit.created' | 'inbound_check_deposit.updated' | 'inbound_mail_item.created' | 'inbound_mail_item.updated' | 'inbound_wire_drawdown_request.created' | 'inbound_wire_transfer.created' | 'inbound_wire_transfer.updated' | 'intrafi_account_enrollment.created' | 'intrafi_account_enrollment.updated' | 'intrafi_exclusion.created' | 'intrafi_exclusion.updated' | 'oauth_connection.created' | 'oauth_connection.deactivated' | 'pending_transaction.created' | 'pending_transaction.updated' | 'physical_card.created' | 'physical_card.updated' | 'physical_card_profile.created' | 'physical_card_profile.updated' | 'proof_of_authorization_request.created' | 'proof_of_authorization_request.updated' | 'proof_of_authorization_request_submission.created' | 'proof_of_authorization_request_submission.updated' | 'real_time_decision.card_authorization_requested' | 'real_time_decision.digital_wallet_token_requested' | 'real_time_decision.digital_wallet_authentication_requested' | 'real_time_payments_transfer.created' | 'real_time_payments_transfer.updated' | 'real_time_payments_request_for_payment.created' | 'real_time_payments_request_for_payment.updated' | 'transaction.created' | 'wire_drawdown_request.created' | 'wire_drawdown_request.updated' | 'wire_transfer.created' | 'wire_transfer.updated'>;
196
+ in?: Array<'account.created' | 'account.updated' | 'account_number.created' | 'account_number.updated' | 'account_statement.created' | 'account_transfer.created' | 'account_transfer.updated' | 'ach_prenotification.created' | 'ach_prenotification.updated' | 'ach_transfer.created' | 'ach_transfer.updated' | 'bookkeeping_account.created' | 'bookkeeping_account.updated' | 'bookkeeping_entry_set.updated' | 'card.created' | 'card.updated' | 'card_payment.created' | 'card_payment.updated' | 'card_profile.created' | 'card_profile.updated' | 'card_dispute.created' | 'card_dispute.updated' | 'check_deposit.created' | 'check_deposit.updated' | 'check_transfer.created' | 'check_transfer.updated' | 'declined_transaction.created' | 'digital_card_profile.created' | 'digital_card_profile.updated' | 'digital_wallet_token.created' | 'digital_wallet_token.updated' | 'document.created' | 'entity.created' | 'entity.updated' | 'event_subscription.created' | 'event_subscription.updated' | 'export.created' | 'export.updated' | 'external_account.created' | 'external_account.updated' | 'file.created' | 'group.updated' | 'group.heartbeat' | 'inbound_ach_transfer.created' | 'inbound_ach_transfer.updated' | 'inbound_ach_transfer_return.created' | 'inbound_ach_transfer_return.updated' | 'inbound_check_deposit.created' | 'inbound_check_deposit.updated' | 'inbound_mail_item.created' | 'inbound_mail_item.updated' | 'inbound_wire_drawdown_request.created' | 'inbound_wire_transfer.created' | 'inbound_wire_transfer.updated' | 'intrafi_account_enrollment.created' | 'intrafi_account_enrollment.updated' | 'intrafi_exclusion.created' | 'intrafi_exclusion.updated' | 'lockbox.created' | 'lockbox.updated' | 'oauth_connection.created' | 'oauth_connection.deactivated' | 'pending_transaction.created' | 'pending_transaction.updated' | 'physical_card.created' | 'physical_card.updated' | 'physical_card_profile.created' | 'physical_card_profile.updated' | 'proof_of_authorization_request.created' | 'proof_of_authorization_request.updated' | 'proof_of_authorization_request_submission.created' | 'proof_of_authorization_request_submission.updated' | 'real_time_decision.card_authorization_requested' | 'real_time_decision.digital_wallet_token_requested' | 'real_time_decision.digital_wallet_authentication_requested' | 'real_time_payments_transfer.created' | 'real_time_payments_transfer.updated' | 'real_time_payments_request_for_payment.created' | 'real_time_payments_request_for_payment.updated' | 'transaction.created' | 'wire_drawdown_request.created' | 'wire_drawdown_request.updated' | 'wire_transfer.created' | 'wire_transfer.updated'>;
195
197
  }
196
198
  interface CreatedAt {
197
199
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../src/resources/events.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../src/resources/events.ts"],"names":[],"mappings":"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"}
@@ -25,10 +25,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.EventsPage = exports.Events = void 0;
28
- const resource_1 = require("increase/resource");
29
- const core_1 = require("increase/core");
30
- const EventsAPI = __importStar(require("increase/resources/events"));
31
- const pagination_1 = require("increase/pagination");
28
+ const resource_1 = require("../resource.js");
29
+ const core_1 = require("../core.js");
30
+ const EventsAPI = __importStar(require("./events.js"));
31
+ const pagination_1 = require("../pagination.js");
32
32
  class Events extends resource_1.APIResource {
33
33
  /**
34
34
  * Retrieve an Event
@@ -1 +1 @@
1
- {"version":3,"file":"events.js","sourceRoot":"","sources":["../src/resources/events.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAGtF,gDAAgD;AAChD,wCAAiD;AACjD,qEAAuD;AACvD,oDAA4D;AAE5D,MAAa,MAAO,SAAQ,sBAAW;IACrC;;OAEG;IACH,QAAQ,CAAC,OAAe,EAAE,OAA6B;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,WAAW,OAAO,EAAE,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;IAOD,IAAI,CACF,QAA+C,EAAE,EACjD,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,OAAO,CAAC,UAAU,CAAC,SAAS,EAAE,UAAU,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;CACF;AAtBD,wBAsBC;AAED,MAAa,UAAW,SAAQ,iBAAW;CAAG;AAA9C,gCAA8C;AA8X9C,WAAiB,MAAM;IAEP,iBAAU,GAAG,SAAS,CAAC,UAAU,CAAC;AAElD,CAAC,EAJgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAItB"}
1
+ {"version":3,"file":"events.js","sourceRoot":"","sources":["../src/resources/events.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,6CAA0C;AAC1C,qCAA2C;AAE3C,uDAAsC;AACtC,iDAAsD;AAEtD,MAAa,MAAO,SAAQ,sBAAW;IACrC;;OAEG;IACH,QAAQ,CAAC,OAAe,EAAE,OAA6B;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,WAAW,OAAO,EAAE,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;IAOD,IAAI,CACF,QAA+C,EAAE,EACjD,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,OAAO,CAAC,UAAU,CAAC,SAAS,EAAE,UAAU,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;CACF;AAtBD,wBAsBC;AAED,MAAa,UAAW,SAAQ,iBAAW;CAAG;AAA9C,gCAA8C;AAoY9C,WAAiB,MAAM;IAEP,iBAAU,GAAG,SAAS,CAAC,UAAU,CAAC;AAElD,CAAC,EAJgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAItB"}
@@ -1,8 +1,8 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from 'increase/resource';
3
- import { isRequestOptions } from 'increase/core';
4
- import * as EventsAPI from 'increase/resources/events';
5
- import { Page } from 'increase/pagination';
2
+ import { APIResource } from "../resource.mjs";
3
+ import { isRequestOptions } from "../core.mjs";
4
+ import * as EventsAPI from "./events.mjs";
5
+ import { Page } from "../pagination.mjs";
6
6
  export class Events extends APIResource {
7
7
  /**
8
8
  * Retrieve an Event
@@ -1 +1 @@
1
- {"version":3,"file":"events.mjs","sourceRoot":"","sources":["../src/resources/events.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAG/E,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OACzC,KAAK,SAAS,MAAM,2BAA2B;OAC/C,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,MAAO,SAAQ,WAAW;IACrC;;OAEG;IACH,QAAQ,CAAC,OAAe,EAAE,OAA6B;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,WAAW,OAAO,EAAE,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;IAOD,IAAI,CACF,QAA+C,EAAE,EACjD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,SAAS,EAAE,UAAU,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;CACF;AAED,MAAM,OAAO,UAAW,SAAQ,IAAW;CAAG;AA8X9C,WAAiB,MAAM;IAEP,iBAAU,GAAG,SAAS,CAAC,UAAU,CAAC;AAElD,CAAC,EAJgB,MAAM,KAAN,MAAM,QAItB"}
1
+ {"version":3,"file":"events.mjs","sourceRoot":"","sources":["../src/resources/events.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAEpB,KAAK,SAAS;OACd,EAAE,IAAI,EAAmB;AAEhC,MAAM,OAAO,MAAO,SAAQ,WAAW;IACrC;;OAEG;IACH,QAAQ,CAAC,OAAe,EAAE,OAA6B;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,WAAW,OAAO,EAAE,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;IAOD,IAAI,CACF,QAA+C,EAAE,EACjD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,SAAS,EAAE,UAAU,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;CACF;AAED,MAAM,OAAO,UAAW,SAAQ,IAAW;CAAG;AAoY9C,WAAiB,MAAM;IAEP,iBAAU,GAAG,SAAS,CAAC,UAAU,CAAC;AAElD,CAAC,EAJgB,MAAM,KAAN,MAAM,QAItB"}
@@ -1,7 +1,7 @@
1
- import * as Core from 'increase/core';
2
- import { APIResource } from 'increase/resource';
3
- import * as ExportsAPI from 'increase/resources/exports';
4
- import { Page, type PageParams } from 'increase/pagination';
1
+ import { APIResource } from "../resource.js";
2
+ import * as Core from "../core.js";
3
+ import * as ExportsAPI from "./exports.js";
4
+ import { Page, type PageParams } from "../pagination.js";
5
5
  export declare class Exports extends APIResource {
6
6
  /**
7
7
  * Create an Export
@@ -43,8 +43,10 @@ export interface Export {
43
43
  * - `bookkeeping_account_balance_csv` - Export a CSV of bookkeeping account
44
44
  * balances for the dates in a given range.
45
45
  * - `entity_csv` - Export a CSV of entities with a given status.
46
+ * - `vendor_csv` - Export a CSV of vendors added to the third-party risk
47
+ * management dashboard.
46
48
  */
47
- category: 'account_statement_ofx' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv';
49
+ category: 'account_statement_ofx' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv';
48
50
  /**
49
51
  * The time the Export was created.
50
52
  */
@@ -92,8 +94,10 @@ export interface ExportCreateParams {
92
94
  * - `bookkeeping_account_balance_csv` - Export a CSV of bookkeeping account
93
95
  * balances for the dates in a given range.
94
96
  * - `entity_csv` - Export a CSV of entities with a given status.
97
+ * - `vendor_csv` - Export a CSV of vendors added to the third-party risk
98
+ * management dashboard.
95
99
  */
96
- category: 'account_statement_ofx' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv';
100
+ category: 'account_statement_ofx' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv';
97
101
  /**
98
102
  * Options for the created export. Required if `category` is equal to
99
103
  * `account_statement_ofx`.
@@ -118,6 +122,10 @@ export interface ExportCreateParams {
118
122
  * `transaction_csv`.
119
123
  */
120
124
  transaction_csv?: ExportCreateParams.TransactionCsv;
125
+ /**
126
+ * Options for the created export. Required if `category` is equal to `vendor_csv`.
127
+ */
128
+ vendor_csv?: unknown;
121
129
  }
122
130
  export declare namespace ExportCreateParams {
123
131
  /**
@@ -325,7 +333,7 @@ export declare namespace ExportListParams {
325
333
  * requests, this should be encoded as a comma-delimited string, such as
326
334
  * `?in=one,two,three`.
327
335
  */
328
- in?: Array<'account_statement_ofx' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv'>;
336
+ in?: Array<'account_statement_ofx' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv'>;
329
337
  }
330
338
  interface CreatedAt {
331
339
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../src/resources/exports.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../src/resources/exports.ts"],"names":[],"mappings":"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"}
@@ -25,10 +25,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.ExportsPage = exports.Exports = void 0;
28
- const resource_1 = require("increase/resource");
29
- const core_1 = require("increase/core");
30
- const ExportsAPI = __importStar(require("increase/resources/exports"));
31
- const pagination_1 = require("increase/pagination");
28
+ const resource_1 = require("../resource.js");
29
+ const core_1 = require("../core.js");
30
+ const ExportsAPI = __importStar(require("./exports.js"));
31
+ const pagination_1 = require("../pagination.js");
32
32
  class Exports extends resource_1.APIResource {
33
33
  /**
34
34
  * Create an Export
@@ -1 +1 @@
1
- {"version":3,"file":"exports.js","sourceRoot":"","sources":["../src/resources/exports.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAGtF,gDAAgD;AAChD,wCAAiD;AACjD,uEAAyD;AACzD,oDAA4D;AAE5D,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;OAEG;IACH,MAAM,CAAC,IAAwB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,QAAgB,EAAE,OAA6B;QACtD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAOD,IAAI,CACF,QAAgD,EAAE,EAClD,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,OAAO,CAAC,UAAU,CAAC,UAAU,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjF,CAAC;CACF;AA7BD,0BA6BC;AAED,MAAa,WAAY,SAAQ,iBAAY;CAAG;AAAhD,kCAAgD;AAuZhD,WAAiB,OAAO;IAER,mBAAW,GAAG,UAAU,CAAC,WAAW,CAAC;AAGrD,CAAC,EALgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAKvB"}
1
+ {"version":3,"file":"exports.js","sourceRoot":"","sources":["../src/resources/exports.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,6CAA0C;AAC1C,qCAA2C;AAE3C,yDAAwC;AACxC,iDAAsD;AAEtD,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;OAEG;IACH,MAAM,CAAC,IAAwB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,QAAgB,EAAE,OAA6B;QACtD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAOD,IAAI,CACF,QAAgD,EAAE,EAClD,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,OAAO,CAAC,UAAU,CAAC,UAAU,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjF,CAAC;CACF;AA7BD,0BA6BC;AAED,MAAa,WAAY,SAAQ,iBAAY;CAAG;AAAhD,kCAAgD;AAmahD,WAAiB,OAAO;IAER,mBAAW,GAAG,UAAU,CAAC,WAAW,CAAC;AAGrD,CAAC,EALgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAKvB"}
@@ -1,8 +1,8 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from 'increase/resource';
3
- import { isRequestOptions } from 'increase/core';
4
- import * as ExportsAPI from 'increase/resources/exports';
5
- import { Page } from 'increase/pagination';
2
+ import { APIResource } from "../resource.mjs";
3
+ import { isRequestOptions } from "../core.mjs";
4
+ import * as ExportsAPI from "./exports.mjs";
5
+ import { Page } from "../pagination.mjs";
6
6
  export class Exports extends APIResource {
7
7
  /**
8
8
  * Create an Export
@@ -1 +1 @@
1
- {"version":3,"file":"exports.mjs","sourceRoot":"","sources":["../src/resources/exports.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAG/E,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OACzC,KAAK,UAAU,MAAM,4BAA4B;OACjD,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;OAEG;IACH,MAAM,CAAC,IAAwB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,QAAgB,EAAE,OAA6B;QACtD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAOD,IAAI,CACF,QAAgD,EAAE,EAClD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjF,CAAC;CACF;AAED,MAAM,OAAO,WAAY,SAAQ,IAAY;CAAG;AAuZhD,WAAiB,OAAO;IAER,mBAAW,GAAG,UAAU,CAAC,WAAW,CAAC;AAGrD,CAAC,EALgB,OAAO,KAAP,OAAO,QAKvB"}
1
+ {"version":3,"file":"exports.mjs","sourceRoot":"","sources":["../src/resources/exports.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAEpB,KAAK,UAAU;OACf,EAAE,IAAI,EAAmB;AAEhC,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;OAEG;IACH,MAAM,CAAC,IAAwB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,QAAgB,EAAE,OAA6B;QACtD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAOD,IAAI,CACF,QAAgD,EAAE,EAClD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjF,CAAC;CACF;AAED,MAAM,OAAO,WAAY,SAAQ,IAAY;CAAG;AAmahD,WAAiB,OAAO;IAER,mBAAW,GAAG,UAAU,CAAC,WAAW,CAAC;AAGrD,CAAC,EALgB,OAAO,KAAP,OAAO,QAKvB"}
@@ -1,7 +1,7 @@
1
- import * as Core from 'increase/core';
2
- import { APIResource } from 'increase/resource';
3
- import * as ExternalAccountsAPI from 'increase/resources/external-accounts';
4
- import { Page, type PageParams } from 'increase/pagination';
1
+ import { APIResource } from "../resource.js";
2
+ import * as Core from "../core.js";
3
+ import * as ExternalAccountsAPI from "./external-accounts.js";
4
+ import { Page, type PageParams } from "../pagination.js";
5
5
  export declare class ExternalAccounts extends APIResource {
6
6
  /**
7
7
  * Create an External Account
@@ -1 +1 @@
1
- {"version":3,"file":"external-accounts.d.ts","sourceRoot":"","sources":["../src/resources/external-accounts.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"external-accounts.d.ts","sourceRoot":"","sources":["../src/resources/external-accounts.ts"],"names":[],"mappings":"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"}
@@ -25,10 +25,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.ExternalAccountsPage = exports.ExternalAccounts = void 0;
28
- const resource_1 = require("increase/resource");
29
- const core_1 = require("increase/core");
30
- const ExternalAccountsAPI = __importStar(require("increase/resources/external-accounts"));
31
- const pagination_1 = require("increase/pagination");
28
+ const resource_1 = require("../resource.js");
29
+ const core_1 = require("../core.js");
30
+ const ExternalAccountsAPI = __importStar(require("./external-accounts.js"));
31
+ const pagination_1 = require("../pagination.js");
32
32
  class ExternalAccounts extends resource_1.APIResource {
33
33
  /**
34
34
  * Create an External Account
@@ -1 +1 @@
1
- {"version":3,"file":"external-accounts.js","sourceRoot":"","sources":["../src/resources/external-accounts.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAGtF,gDAAgD;AAChD,wCAAiD;AACjD,0FAA4E;AAC5E,oDAA4D;AAE5D,MAAa,gBAAiB,SAAQ,sBAAW;IAC/C;;OAEG;IACH,MAAM,CAAC,IAAiC,EAAE,OAA6B;QACrE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,iBAAyB,EAAE,OAA6B;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,iBAAiB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,iBAAyB,EACzB,IAAiC,EACjC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,sBAAsB,iBAAiB,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;IAUD,IAAI,CACF,QAAyD,EAAE,EAC3D,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,OAAO,CAAC,UAAU,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;CACF;AA3CD,4CA2CC;AAED,MAAa,oBAAqB,SAAQ,iBAAqB;CAAG;AAAlE,oDAAkE;AAoLlE,WAAiB,gBAAgB;IAEjB,qCAAoB,GAAG,mBAAmB,CAAC,oBAAoB,CAAC;AAIhF,CAAC,EANgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAMhC"}
1
+ {"version":3,"file":"external-accounts.js","sourceRoot":"","sources":["../src/resources/external-accounts.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,6CAA0C;AAC1C,qCAA2C;AAE3C,4EAA2D;AAC3D,iDAAsD;AAEtD,MAAa,gBAAiB,SAAQ,sBAAW;IAC/C;;OAEG;IACH,MAAM,CAAC,IAAiC,EAAE,OAA6B;QACrE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,iBAAyB,EAAE,OAA6B;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,iBAAiB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,iBAAyB,EACzB,IAAiC,EACjC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,sBAAsB,iBAAiB,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;IAUD,IAAI,CACF,QAAyD,EAAE,EAC3D,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,OAAO,CAAC,UAAU,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;CACF;AA3CD,4CA2CC;AAED,MAAa,oBAAqB,SAAQ,iBAAqB;CAAG;AAAlE,oDAAkE;AAoLlE,WAAiB,gBAAgB;IAEjB,qCAAoB,GAAG,mBAAmB,CAAC,oBAAoB,CAAC;AAIhF,CAAC,EANgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAMhC"}
@@ -1,8 +1,8 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from 'increase/resource';
3
- import { isRequestOptions } from 'increase/core';
4
- import * as ExternalAccountsAPI from 'increase/resources/external-accounts';
5
- import { Page } from 'increase/pagination';
2
+ import { APIResource } from "../resource.mjs";
3
+ import { isRequestOptions } from "../core.mjs";
4
+ import * as ExternalAccountsAPI from "./external-accounts.mjs";
5
+ import { Page } from "../pagination.mjs";
6
6
  export class ExternalAccounts extends APIResource {
7
7
  /**
8
8
  * Create an External Account
@@ -1 +1 @@
1
- {"version":3,"file":"external-accounts.mjs","sourceRoot":"","sources":["../src/resources/external-accounts.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAG/E,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OACzC,KAAK,mBAAmB,MAAM,sCAAsC;OACpE,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,gBAAiB,SAAQ,WAAW;IAC/C;;OAEG;IACH,MAAM,CAAC,IAAiC,EAAE,OAA6B;QACrE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,iBAAyB,EAAE,OAA6B;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,iBAAiB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,iBAAyB,EACzB,IAAiC,EACjC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,sBAAsB,iBAAiB,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;IAUD,IAAI,CACF,QAAyD,EAAE,EAC3D,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;CACF;AAED,MAAM,OAAO,oBAAqB,SAAQ,IAAqB;CAAG;AAoLlE,WAAiB,gBAAgB;IAEjB,qCAAoB,GAAG,mBAAmB,CAAC,oBAAoB,CAAC;AAIhF,CAAC,EANgB,gBAAgB,KAAhB,gBAAgB,QAMhC"}
1
+ {"version":3,"file":"external-accounts.mjs","sourceRoot":"","sources":["../src/resources/external-accounts.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAEpB,KAAK,mBAAmB;OACxB,EAAE,IAAI,EAAmB;AAEhC,MAAM,OAAO,gBAAiB,SAAQ,WAAW;IAC/C;;OAEG;IACH,MAAM,CAAC,IAAiC,EAAE,OAA6B;QACrE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,iBAAyB,EAAE,OAA6B;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,iBAAiB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,iBAAyB,EACzB,IAAiC,EACjC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,sBAAsB,iBAAiB,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;IAUD,IAAI,CACF,QAAyD,EAAE,EAC3D,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;CACF;AAED,MAAM,OAAO,oBAAqB,SAAQ,IAAqB;CAAG;AAoLlE,WAAiB,gBAAgB;IAEjB,qCAAoB,GAAG,mBAAmB,CAAC,oBAAoB,CAAC;AAIhF,CAAC,EANgB,gBAAgB,KAAhB,gBAAgB,QAMhC"}