increase 0.59.1 → 0.60.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 (299) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +41 -17
  3. package/error.d.ts.map +1 -1
  4. package/error.js +0 -3
  5. package/error.js.map +1 -1
  6. package/error.mjs +0 -3
  7. package/error.mjs.map +1 -1
  8. package/index.d.mts +190 -172
  9. package/index.d.ts +190 -172
  10. package/index.d.ts.map +1 -1
  11. package/index.js +96 -87
  12. package/index.js.map +1 -1
  13. package/index.mjs +96 -87
  14. package/index.mjs.map +1 -1
  15. package/package.json +1 -1
  16. package/resources/cards.d.ts +1 -1
  17. package/resources/cards.d.ts.map +1 -1
  18. package/resources/cards.js +1 -1
  19. package/resources/cards.js.map +1 -1
  20. package/resources/cards.mjs +1 -1
  21. package/resources/cards.mjs.map +1 -1
  22. package/resources/declined-transactions.d.ts +2 -231
  23. package/resources/declined-transactions.d.ts.map +1 -1
  24. package/resources/declined-transactions.js.map +1 -1
  25. package/resources/declined-transactions.mjs.map +1 -1
  26. package/resources/{entities/entities.d.ts → entities.d.ts} +276 -46
  27. package/resources/entities.d.ts.map +1 -0
  28. package/resources/{entities/entities.js → entities.js} +28 -17
  29. package/resources/entities.js.map +1 -0
  30. package/resources/{entities/entities.mjs → entities.mjs} +28 -17
  31. package/resources/entities.mjs.map +1 -0
  32. package/resources/groups.d.ts +1 -1
  33. package/resources/groups.d.ts.map +1 -1
  34. package/resources/groups.js +1 -1
  35. package/resources/groups.js.map +1 -1
  36. package/resources/groups.mjs +1 -1
  37. package/resources/groups.mjs.map +1 -1
  38. package/resources/inbound-ach-transfers.d.ts +218 -7
  39. package/resources/inbound-ach-transfers.d.ts.map +1 -1
  40. package/resources/inbound-ach-transfers.js +8 -8
  41. package/resources/inbound-ach-transfers.js.map +1 -1
  42. package/resources/inbound-ach-transfers.mjs +8 -8
  43. package/resources/inbound-ach-transfers.mjs.map +1 -1
  44. package/resources/inbound-check-deposits.d.ts +25 -1
  45. package/resources/inbound-check-deposits.d.ts.map +1 -1
  46. package/resources/inbound-check-deposits.js +6 -0
  47. package/resources/inbound-check-deposits.js.map +1 -1
  48. package/resources/inbound-check-deposits.mjs +6 -0
  49. package/resources/inbound-check-deposits.mjs.map +1 -1
  50. package/resources/inbound-mail-items.d.ts +0 -14
  51. package/resources/inbound-mail-items.d.ts.map +1 -1
  52. package/resources/inbound-mail-items.js.map +1 -1
  53. package/resources/inbound-mail-items.mjs.map +1 -1
  54. package/resources/inbound-wire-transfers.d.ts +4 -0
  55. package/resources/inbound-wire-transfers.d.ts.map +1 -1
  56. package/resources/inbound-wire-transfers.js.map +1 -1
  57. package/resources/inbound-wire-transfers.mjs.map +1 -1
  58. package/resources/index.d.ts +11 -8
  59. package/resources/index.d.ts.map +1 -1
  60. package/resources/index.js +15 -6
  61. package/resources/index.js.map +1 -1
  62. package/resources/index.mjs +7 -4
  63. package/resources/index.mjs.map +1 -1
  64. package/resources/{intrafi/account-enrollments.d.ts → intrafi-account-enrollments.d.ts} +17 -17
  65. package/resources/intrafi-account-enrollments.d.ts.map +1 -0
  66. package/resources/{intrafi/account-enrollments.js → intrafi-account-enrollments.js} +11 -11
  67. package/resources/intrafi-account-enrollments.js.map +1 -0
  68. package/resources/{intrafi/account-enrollments.mjs → intrafi-account-enrollments.mjs} +9 -9
  69. package/resources/intrafi-account-enrollments.mjs.map +1 -0
  70. package/resources/{intrafi/balances.d.ts → intrafi-balances.d.ts} +7 -7
  71. package/resources/intrafi-balances.d.ts.map +1 -0
  72. package/resources/{intrafi/balances.js → intrafi-balances.js} +7 -7
  73. package/resources/intrafi-balances.js.map +1 -0
  74. package/resources/{intrafi/balances.mjs → intrafi-balances.mjs} +5 -5
  75. package/resources/intrafi-balances.mjs.map +1 -0
  76. package/resources/{intrafi/exclusions.d.ts → intrafi-exclusions.d.ts} +15 -15
  77. package/resources/intrafi-exclusions.d.ts.map +1 -0
  78. package/resources/{intrafi/exclusions.js → intrafi-exclusions.js} +11 -11
  79. package/resources/intrafi-exclusions.js.map +1 -0
  80. package/resources/{intrafi/exclusions.mjs → intrafi-exclusions.mjs} +9 -9
  81. package/resources/intrafi-exclusions.mjs.map +1 -0
  82. package/resources/lockboxes.d.ts +0 -14
  83. package/resources/lockboxes.d.ts.map +1 -1
  84. package/resources/lockboxes.js.map +1 -1
  85. package/resources/lockboxes.mjs.map +1 -1
  86. package/resources/routing-numbers.d.ts +5 -5
  87. package/resources/routing-numbers.d.ts.map +1 -1
  88. package/resources/routing-numbers.js +5 -5
  89. package/resources/routing-numbers.js.map +1 -1
  90. package/resources/routing-numbers.mjs +3 -3
  91. package/resources/routing-numbers.mjs.map +1 -1
  92. package/resources/simulations/ach-transfers.d.ts +10 -61
  93. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  94. package/resources/simulations/ach-transfers.js +10 -14
  95. package/resources/simulations/ach-transfers.js.map +1 -1
  96. package/resources/simulations/ach-transfers.mjs +10 -14
  97. package/resources/simulations/ach-transfers.mjs.map +1 -1
  98. package/resources/simulations/card-authorization-expirations.d.ts +20 -0
  99. package/resources/simulations/card-authorization-expirations.d.ts.map +1 -0
  100. package/resources/simulations/card-authorization-expirations.js +17 -0
  101. package/resources/simulations/card-authorization-expirations.js.map +1 -0
  102. package/resources/simulations/card-authorization-expirations.mjs +13 -0
  103. package/resources/simulations/card-authorization-expirations.mjs.map +1 -0
  104. package/resources/simulations/card-authorizations.d.ts +91 -0
  105. package/resources/simulations/card-authorizations.d.ts.map +1 -0
  106. package/resources/simulations/{cards.js → card-authorizations.js} +7 -17
  107. package/resources/simulations/card-authorizations.js.map +1 -0
  108. package/resources/simulations/{cards.mjs → card-authorizations.mjs} +5 -15
  109. package/resources/simulations/card-authorizations.mjs.map +1 -0
  110. package/resources/simulations/card-fuel-confirmations.d.ts +27 -0
  111. package/resources/simulations/card-fuel-confirmations.d.ts.map +1 -0
  112. package/resources/simulations/card-fuel-confirmations.js +19 -0
  113. package/resources/simulations/card-fuel-confirmations.js.map +1 -0
  114. package/resources/simulations/card-fuel-confirmations.mjs +15 -0
  115. package/resources/simulations/card-fuel-confirmations.mjs.map +1 -0
  116. package/resources/simulations/card-increments.d.ts +32 -0
  117. package/resources/simulations/card-increments.d.ts.map +1 -0
  118. package/resources/simulations/card-increments.js +18 -0
  119. package/resources/simulations/card-increments.js.map +1 -0
  120. package/resources/simulations/card-increments.mjs +14 -0
  121. package/resources/simulations/card-increments.mjs.map +1 -0
  122. package/resources/simulations/card-reversals.d.ts +28 -0
  123. package/resources/simulations/card-reversals.d.ts.map +1 -0
  124. package/resources/simulations/card-reversals.js +20 -0
  125. package/resources/simulations/card-reversals.js.map +1 -0
  126. package/resources/simulations/card-reversals.mjs +16 -0
  127. package/resources/simulations/card-reversals.mjs.map +1 -0
  128. package/resources/simulations/card-settlements.d.ts +34 -0
  129. package/resources/simulations/card-settlements.d.ts.map +1 -0
  130. package/resources/simulations/card-settlements.js +21 -0
  131. package/resources/simulations/card-settlements.js.map +1 -0
  132. package/resources/simulations/card-settlements.mjs +17 -0
  133. package/resources/simulations/card-settlements.mjs.map +1 -0
  134. package/resources/simulations/inbound-ach-transfers.d.ts +89 -0
  135. package/resources/simulations/inbound-ach-transfers.d.ts.map +1 -0
  136. package/resources/simulations/inbound-ach-transfers.js +26 -0
  137. package/resources/simulations/inbound-ach-transfers.js.map +1 -0
  138. package/resources/simulations/inbound-ach-transfers.mjs +22 -0
  139. package/resources/simulations/inbound-ach-transfers.mjs.map +1 -0
  140. package/resources/simulations/inbound-real-time-payments-transfers.d.ts +71 -0
  141. package/resources/simulations/inbound-real-time-payments-transfers.d.ts.map +1 -0
  142. package/resources/simulations/inbound-real-time-payments-transfers.js +18 -0
  143. package/resources/simulations/inbound-real-time-payments-transfers.js.map +1 -0
  144. package/resources/simulations/inbound-real-time-payments-transfers.mjs +14 -0
  145. package/resources/simulations/inbound-real-time-payments-transfers.mjs.map +1 -0
  146. package/resources/simulations/inbound-wire-transfers.d.ts +99 -0
  147. package/resources/simulations/inbound-wire-transfers.d.ts.map +1 -0
  148. package/resources/simulations/inbound-wire-transfers.js +17 -0
  149. package/resources/simulations/inbound-wire-transfers.js.map +1 -0
  150. package/resources/simulations/inbound-wire-transfers.mjs +13 -0
  151. package/resources/simulations/inbound-wire-transfers.mjs.map +1 -0
  152. package/resources/simulations/index.d.ts +14 -7
  153. package/resources/simulations/index.d.ts.map +1 -1
  154. package/resources/simulations/index.js +21 -7
  155. package/resources/simulations/index.js.map +1 -1
  156. package/resources/simulations/index.mjs +11 -4
  157. package/resources/simulations/index.mjs.map +1 -1
  158. package/resources/simulations/interest-payments.js +1 -1
  159. package/resources/simulations/interest-payments.js.map +1 -1
  160. package/resources/simulations/interest-payments.mjs +1 -1
  161. package/resources/simulations/interest-payments.mjs.map +1 -1
  162. package/resources/simulations/physical-cards.d.ts +3 -3
  163. package/resources/simulations/physical-cards.js +2 -2
  164. package/resources/simulations/physical-cards.mjs +2 -2
  165. package/resources/simulations/real-time-payments-transfers.d.ts +0 -3686
  166. package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
  167. package/resources/simulations/real-time-payments-transfers.js +0 -7
  168. package/resources/simulations/real-time-payments-transfers.js.map +1 -1
  169. package/resources/simulations/real-time-payments-transfers.mjs +0 -7
  170. package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
  171. package/resources/simulations/simulations.d.ts +67 -118
  172. package/resources/simulations/simulations.d.ts.map +1 -1
  173. package/resources/simulations/simulations.js +45 -54
  174. package/resources/simulations/simulations.js.map +1 -1
  175. package/resources/simulations/simulations.mjs +45 -54
  176. package/resources/simulations/simulations.mjs.map +1 -1
  177. package/resources/simulations/wire-transfers.d.ts +10 -85
  178. package/resources/simulations/wire-transfers.d.ts.map +1 -1
  179. package/resources/simulations/wire-transfers.js +14 -5
  180. package/resources/simulations/wire-transfers.js.map +1 -1
  181. package/resources/simulations/wire-transfers.mjs +14 -5
  182. package/resources/simulations/wire-transfers.mjs.map +1 -1
  183. package/resources/{entities/supplemental-documents.d.ts → supplemental-documents.d.ts} +17 -10
  184. package/resources/supplemental-documents.d.ts.map +1 -0
  185. package/resources/{entities/supplemental-documents.js → supplemental-documents.js} +9 -9
  186. package/resources/supplemental-documents.js.map +1 -0
  187. package/resources/{entities/supplemental-documents.mjs → supplemental-documents.mjs} +7 -7
  188. package/resources/supplemental-documents.mjs.map +1 -0
  189. package/resources/transactions.d.ts +6 -276
  190. package/resources/transactions.d.ts.map +1 -1
  191. package/resources/transactions.js.map +1 -1
  192. package/resources/transactions.mjs.map +1 -1
  193. package/resources/wire-transfers.d.ts +4 -13
  194. package/resources/wire-transfers.d.ts.map +1 -1
  195. package/resources/wire-transfers.js +0 -17
  196. package/resources/wire-transfers.js.map +1 -1
  197. package/resources/wire-transfers.mjs +0 -17
  198. package/resources/wire-transfers.mjs.map +1 -1
  199. package/src/error.ts +0 -8
  200. package/src/index.ts +210 -189
  201. package/src/resources/cards.ts +1 -1
  202. package/src/resources/declined-transactions.ts +0 -297
  203. package/src/resources/{entities/entities.ts → entities.ts} +351 -56
  204. package/src/resources/groups.ts +1 -1
  205. package/src/resources/inbound-ach-transfers.ts +288 -13
  206. package/src/resources/inbound-check-deposits.ts +34 -1
  207. package/src/resources/inbound-mail-items.ts +0 -16
  208. package/src/resources/inbound-wire-transfers.ts +5 -0
  209. package/src/resources/index.ts +32 -14
  210. package/src/resources/{intrafi/account-enrollments.ts → intrafi-account-enrollments.ts} +18 -18
  211. package/src/resources/{intrafi/balances.ts → intrafi-balances.ts} +6 -6
  212. package/src/resources/{intrafi/exclusions.ts → intrafi-exclusions.ts} +19 -16
  213. package/src/resources/lockboxes.ts +0 -16
  214. package/src/resources/routing-numbers.ts +6 -6
  215. package/src/resources/simulations/ach-transfers.ts +15 -76
  216. package/src/resources/simulations/card-authorization-expirations.ts +29 -0
  217. package/src/resources/simulations/card-authorizations.ts +112 -0
  218. package/src/resources/simulations/card-fuel-confirmations.ts +37 -0
  219. package/src/resources/simulations/card-increments.ts +43 -0
  220. package/src/resources/simulations/card-reversals.ts +38 -0
  221. package/src/resources/simulations/card-settlements.ts +45 -0
  222. package/src/resources/simulations/inbound-ach-transfers.ts +124 -0
  223. package/src/resources/simulations/inbound-real-time-payments-transfers.ts +89 -0
  224. package/src/resources/simulations/inbound-wire-transfers.ts +124 -0
  225. package/src/resources/simulations/index.ts +26 -21
  226. package/src/resources/simulations/interest-payments.ts +1 -1
  227. package/src/resources/simulations/physical-cards.ts +5 -5
  228. package/src/resources/simulations/real-time-payments-transfers.ts +0 -4659
  229. package/src/resources/simulations/simulations.ts +80 -157
  230. package/src/resources/simulations/wire-transfers.ts +18 -104
  231. package/src/resources/{entities/supplemental-documents.ts → supplemental-documents.ts} +21 -13
  232. package/src/resources/transactions.ts +5 -350
  233. package/src/resources/wire-transfers.ts +5 -19
  234. package/src/version.ts +1 -1
  235. package/version.d.ts +1 -1
  236. package/version.js +1 -1
  237. package/version.mjs +1 -1
  238. package/resources/entities/beneficial-owners.d.ts +0 -279
  239. package/resources/entities/beneficial-owners.d.ts.map +0 -1
  240. package/resources/entities/beneficial-owners.js +0 -29
  241. package/resources/entities/beneficial-owners.js.map +0 -1
  242. package/resources/entities/beneficial-owners.mjs +0 -25
  243. package/resources/entities/beneficial-owners.mjs.map +0 -1
  244. package/resources/entities/entities.d.ts.map +0 -1
  245. package/resources/entities/entities.js.map +0 -1
  246. package/resources/entities/entities.mjs.map +0 -1
  247. package/resources/entities/index.d.ts +0 -5
  248. package/resources/entities/index.d.ts.map +0 -1
  249. package/resources/entities/index.js +0 -15
  250. package/resources/entities/index.js.map +0 -1
  251. package/resources/entities/index.mjs +0 -6
  252. package/resources/entities/index.mjs.map +0 -1
  253. package/resources/entities/industry-code.d.ts +0 -23
  254. package/resources/entities/industry-code.d.ts.map +0 -1
  255. package/resources/entities/industry-code.js +0 -17
  256. package/resources/entities/industry-code.js.map +0 -1
  257. package/resources/entities/industry-code.mjs +0 -13
  258. package/resources/entities/industry-code.mjs.map +0 -1
  259. package/resources/entities/supplemental-documents.d.ts.map +0 -1
  260. package/resources/entities/supplemental-documents.js.map +0 -1
  261. package/resources/entities/supplemental-documents.mjs.map +0 -1
  262. package/resources/intrafi/account-enrollments.d.ts.map +0 -1
  263. package/resources/intrafi/account-enrollments.js.map +0 -1
  264. package/resources/intrafi/account-enrollments.mjs.map +0 -1
  265. package/resources/intrafi/balances.d.ts.map +0 -1
  266. package/resources/intrafi/balances.js.map +0 -1
  267. package/resources/intrafi/balances.mjs.map +0 -1
  268. package/resources/intrafi/exclusions.d.ts.map +0 -1
  269. package/resources/intrafi/exclusions.js.map +0 -1
  270. package/resources/intrafi/exclusions.mjs.map +0 -1
  271. package/resources/intrafi/index.d.ts +0 -5
  272. package/resources/intrafi/index.d.ts.map +0 -1
  273. package/resources/intrafi/index.js +0 -15
  274. package/resources/intrafi/index.js.map +0 -1
  275. package/resources/intrafi/index.mjs +0 -6
  276. package/resources/intrafi/index.mjs.map +0 -1
  277. package/resources/intrafi/intrafi.d.ts +0 -24
  278. package/resources/intrafi/intrafi.d.ts.map +0 -1
  279. package/resources/intrafi/intrafi.js +0 -48
  280. package/resources/intrafi/intrafi.js.map +0 -1
  281. package/resources/intrafi/intrafi.mjs +0 -21
  282. package/resources/intrafi/intrafi.mjs.map +0 -1
  283. package/resources/simulations/cards.d.ts +0 -1763
  284. package/resources/simulations/cards.d.ts.map +0 -1
  285. package/resources/simulations/cards.js.map +0 -1
  286. package/resources/simulations/cards.mjs.map +0 -1
  287. package/resources/simulations/inbound-international-ach-transfers.d.ts +0 -285
  288. package/resources/simulations/inbound-international-ach-transfers.d.ts.map +0 -1
  289. package/resources/simulations/inbound-international-ach-transfers.js +0 -21
  290. package/resources/simulations/inbound-international-ach-transfers.js.map +0 -1
  291. package/resources/simulations/inbound-international-ach-transfers.mjs +0 -17
  292. package/resources/simulations/inbound-international-ach-transfers.mjs.map +0 -1
  293. package/src/resources/entities/beneficial-owners.ts +0 -346
  294. package/src/resources/entities/index.ts +0 -25
  295. package/src/resources/entities/industry-code.ts +0 -33
  296. package/src/resources/intrafi/index.ts +0 -18
  297. package/src/resources/intrafi/intrafi.ts +0 -29
  298. package/src/resources/simulations/cards.ts +0 -2188
  299. package/src/resources/simulations/inbound-international-ach-transfers.ts +0 -367
@@ -3,17 +3,24 @@ import { APIResource } from "../../resource.mjs";
3
3
  import * as AccountStatementsAPI from "./account-statements.mjs";
4
4
  import * as AccountTransfersAPI from "./account-transfers.mjs";
5
5
  import * as ACHTransfersAPI from "./ach-transfers.mjs";
6
+ import * as CardAuthorizationExpirationsAPI from "./card-authorization-expirations.mjs";
7
+ import * as CardAuthorizationsAPI from "./card-authorizations.mjs";
6
8
  import * as CardDisputesAPI from "./card-disputes.mjs";
9
+ import * as CardFuelConfirmationsAPI from "./card-fuel-confirmations.mjs";
10
+ import * as CardIncrementsAPI from "./card-increments.mjs";
7
11
  import * as CardRefundsAPI from "./card-refunds.mjs";
8
- import * as CardsAPI from "./cards.mjs";
12
+ import * as CardReversalsAPI from "./card-reversals.mjs";
13
+ import * as CardSettlementsAPI from "./card-settlements.mjs";
9
14
  import * as CheckDepositsAPI from "./check-deposits.mjs";
10
15
  import * as CheckTransfersAPI from "./check-transfers.mjs";
11
16
  import * as DigitalWalletTokenRequestsAPI from "./digital-wallet-token-requests.mjs";
12
17
  import * as DocumentsAPI from "./documents.mjs";
18
+ import * as InboundACHTransfersAPI from "./inbound-ach-transfers.mjs";
13
19
  import * as InboundCheckDepositsAPI from "./inbound-check-deposits.mjs";
14
20
  import * as InboundFundsHoldsAPI from "./inbound-funds-holds.mjs";
15
- import * as InboundInternationalACHTransfersAPI from "./inbound-international-ach-transfers.mjs";
21
+ import * as InboundRealTimePaymentsTransfersAPI from "./inbound-real-time-payments-transfers.mjs";
16
22
  import * as InboundWireDrawdownRequestsAPI from "./inbound-wire-drawdown-requests.mjs";
23
+ import * as InboundWireTransfersAPI from "./inbound-wire-transfers.mjs";
17
24
  import * as InterestPaymentsAPI from "./interest-payments.mjs";
18
25
  import * as PhysicalCardsAPI from "./physical-cards.mjs";
19
26
  import * as ProgramsAPI from "./programs.mjs";
@@ -23,75 +30,59 @@ export class Simulations extends APIResource {
23
30
  constructor() {
24
31
  super(...arguments);
25
32
  this.accountTransfers = new AccountTransfersAPI.AccountTransfers(this._client);
26
- this.accountStatements = new AccountStatementsAPI.AccountStatements(this._client);
33
+ this.inboundACHTransfers = new InboundACHTransfersAPI.InboundACHTransfers(this._client);
27
34
  this.achTransfers = new ACHTransfersAPI.ACHTransfers(this._client);
28
- this.cardDisputes = new CardDisputesAPI.CardDisputes(this._client);
29
- this.cardRefunds = new CardRefundsAPI.CardRefunds(this._client);
30
35
  this.checkTransfers = new CheckTransfersAPI.CheckTransfers(this._client);
31
- this.documents = new DocumentsAPI.Documents(this._client);
32
- this.digitalWalletTokenRequests = new DigitalWalletTokenRequestsAPI.DigitalWalletTokenRequests(this._client);
36
+ this.inboundCheckDeposits = new InboundCheckDepositsAPI.InboundCheckDeposits(this._client);
33
37
  this.checkDeposits = new CheckDepositsAPI.CheckDeposits(this._client);
34
- this.programs = new ProgramsAPI.Programs(this._client);
38
+ this.inboundWireTransfers = new InboundWireTransfersAPI.InboundWireTransfers(this._client);
39
+ this.wireTransfers = new WireTransfersAPI.WireTransfers(this._client);
35
40
  this.inboundWireDrawdownRequests = new InboundWireDrawdownRequestsAPI.InboundWireDrawdownRequests(this._client);
41
+ this.inboundRealTimePaymentsTransfers = new InboundRealTimePaymentsTransfersAPI.InboundRealTimePaymentsTransfers(this._client);
36
42
  this.inboundFundsHolds = new InboundFundsHoldsAPI.InboundFundsHolds(this._client);
37
- this.interestPayments = new InterestPaymentsAPI.InterestPayments(this._client);
38
- this.wireTransfers = new WireTransfersAPI.WireTransfers(this._client);
39
- this.cards = new CardsAPI.Cards(this._client);
40
43
  this.realTimePaymentsTransfers = new RealTimePaymentsTransfersAPI.RealTimePaymentsTransfers(this._client);
44
+ this.cardAuthorizations = new CardAuthorizationsAPI.CardAuthorizations(this._client);
45
+ this.cardSettlements = new CardSettlementsAPI.CardSettlements(this._client);
46
+ this.cardReversals = new CardReversalsAPI.CardReversals(this._client);
47
+ this.cardIncrements = new CardIncrementsAPI.CardIncrements(this._client);
48
+ this.cardAuthorizationExpirations = new CardAuthorizationExpirationsAPI.CardAuthorizationExpirations(this._client);
49
+ this.cardFuelConfirmations = new CardFuelConfirmationsAPI.CardFuelConfirmations(this._client);
50
+ this.cardRefunds = new CardRefundsAPI.CardRefunds(this._client);
51
+ this.cardDisputes = new CardDisputesAPI.CardDisputes(this._client);
52
+ this.digitalWalletTokenRequests = new DigitalWalletTokenRequestsAPI.DigitalWalletTokenRequests(this._client);
41
53
  this.physicalCards = new PhysicalCardsAPI.PhysicalCards(this._client);
42
- this.inboundCheckDeposits = new InboundCheckDepositsAPI.InboundCheckDeposits(this._client);
43
- this.inboundInternationalACHTransfers = new InboundInternationalACHTransfersAPI.InboundInternationalACHTransfers(this._client);
44
- }
45
- /**
46
- * Simulates expiring a card authorization immediately.
47
- */
48
- cardAuthorizationExpirations(body, options) {
49
- return this._client.post('/simulations/card_authorization_expirations', { body, ...options });
50
- }
51
- /**
52
- * Simulates the fuel confirmation of an authorization by a card acquirer. This
53
- * happens asynchronously right after a fuel pump transaction is completed. A fuel
54
- * confirmation can only happen once per authorization.
55
- */
56
- cardFuelConfirmations(body, options) {
57
- return this._client.post('/simulations/card_fuel_confirmations', { body, ...options });
58
- }
59
- /**
60
- * Simulates the increment of an authorization by a card acquirer. An authorization
61
- * can be incremented multiple times.
62
- */
63
- cardIncrements(body, options) {
64
- return this._client.post('/simulations/card_increments', { body, ...options });
65
- }
66
- /**
67
- * Simulates the reversal of an authorization by a card acquirer. An authorization
68
- * can be partially reversed multiple times, up until the total authorized amount.
69
- * Marks the pending transaction as complete if the authorization is fully
70
- * reversed.
71
- */
72
- cardReversals(body, options) {
73
- return this._client.post('/simulations/card_reversals', { body, ...options });
54
+ this.interestPayments = new InterestPaymentsAPI.InterestPayments(this._client);
55
+ this.accountStatements = new AccountStatementsAPI.AccountStatements(this._client);
56
+ this.documents = new DocumentsAPI.Documents(this._client);
57
+ this.programs = new ProgramsAPI.Programs(this._client);
74
58
  }
75
59
  }
76
60
  (function (Simulations) {
77
61
  Simulations.AccountTransfers = AccountTransfersAPI.AccountTransfers;
78
- Simulations.AccountStatements = AccountStatementsAPI.AccountStatements;
62
+ Simulations.InboundACHTransfers = InboundACHTransfersAPI.InboundACHTransfers;
79
63
  Simulations.ACHTransfers = ACHTransfersAPI.ACHTransfers;
80
- Simulations.CardDisputes = CardDisputesAPI.CardDisputes;
81
- Simulations.CardRefunds = CardRefundsAPI.CardRefunds;
82
64
  Simulations.CheckTransfers = CheckTransfersAPI.CheckTransfers;
83
- Simulations.Documents = DocumentsAPI.Documents;
84
- Simulations.DigitalWalletTokenRequests = DigitalWalletTokenRequestsAPI.DigitalWalletTokenRequests;
65
+ Simulations.InboundCheckDeposits = InboundCheckDepositsAPI.InboundCheckDeposits;
85
66
  Simulations.CheckDeposits = CheckDepositsAPI.CheckDeposits;
86
- Simulations.Programs = ProgramsAPI.Programs;
67
+ Simulations.InboundWireTransfers = InboundWireTransfersAPI.InboundWireTransfers;
68
+ Simulations.WireTransfers = WireTransfersAPI.WireTransfers;
87
69
  Simulations.InboundWireDrawdownRequests = InboundWireDrawdownRequestsAPI.InboundWireDrawdownRequests;
70
+ Simulations.InboundRealTimePaymentsTransfers = InboundRealTimePaymentsTransfersAPI.InboundRealTimePaymentsTransfers;
88
71
  Simulations.InboundFundsHolds = InboundFundsHoldsAPI.InboundFundsHolds;
89
- Simulations.InterestPayments = InterestPaymentsAPI.InterestPayments;
90
- Simulations.WireTransfers = WireTransfersAPI.WireTransfers;
91
- Simulations.Cards = CardsAPI.Cards;
92
72
  Simulations.RealTimePaymentsTransfers = RealTimePaymentsTransfersAPI.RealTimePaymentsTransfers;
73
+ Simulations.CardAuthorizations = CardAuthorizationsAPI.CardAuthorizations;
74
+ Simulations.CardSettlements = CardSettlementsAPI.CardSettlements;
75
+ Simulations.CardReversals = CardReversalsAPI.CardReversals;
76
+ Simulations.CardIncrements = CardIncrementsAPI.CardIncrements;
77
+ Simulations.CardAuthorizationExpirations = CardAuthorizationExpirationsAPI.CardAuthorizationExpirations;
78
+ Simulations.CardFuelConfirmations = CardFuelConfirmationsAPI.CardFuelConfirmations;
79
+ Simulations.CardRefunds = CardRefundsAPI.CardRefunds;
80
+ Simulations.CardDisputes = CardDisputesAPI.CardDisputes;
81
+ Simulations.DigitalWalletTokenRequests = DigitalWalletTokenRequestsAPI.DigitalWalletTokenRequests;
93
82
  Simulations.PhysicalCards = PhysicalCardsAPI.PhysicalCards;
94
- Simulations.InboundCheckDeposits = InboundCheckDepositsAPI.InboundCheckDeposits;
95
- Simulations.InboundInternationalACHTransfers = InboundInternationalACHTransfersAPI.InboundInternationalACHTransfers;
83
+ Simulations.InterestPayments = InterestPaymentsAPI.InterestPayments;
84
+ Simulations.AccountStatements = AccountStatementsAPI.AccountStatements;
85
+ Simulations.Documents = DocumentsAPI.Documents;
86
+ Simulations.Programs = ProgramsAPI.Programs;
96
87
  })(Simulations || (Simulations = {}));
97
88
  //# sourceMappingURL=simulations.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"simulations.mjs","sourceRoot":"","sources":["../../src/resources/simulations/simulations.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"simulations.mjs","sourceRoot":"","sources":["../../src/resources/simulations/simulations.ts"],"names":[],"mappings":"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"}
@@ -1,94 +1,19 @@
1
1
  import { APIResource } from "../../resource.js";
2
2
  import * as Core from "../../core.js";
3
- import * as WireTransfersAPI from "./wire-transfers.js";
4
- import * as InboundWireTransfersAPI from "../inbound-wire-transfers.js";
3
+ import * as WireTransfersAPI from "../wire-transfers.js";
5
4
  export declare class WireTransfers extends APIResource {
6
5
  /**
7
- * Simulates an inbound Wire Transfer to your account.
6
+ * Simulates the reversal of a [Wire Transfer](#wire-transfers) by the Federal
7
+ * Reserve due to error conditions. This will also create a
8
+ * [Transaction](#transaction) to account for the returned funds. This Wire
9
+ * Transfer must first have a `status` of `complete`.
8
10
  */
9
- createInbound(body: WireTransferCreateInboundParams, options?: Core.RequestOptions): Core.APIPromise<InboundWireTransfersAPI.InboundWireTransfer>;
10
- }
11
- export interface WireTransferCreateInboundParams {
12
- /**
13
- * The identifier of the Account Number the inbound Wire Transfer is for.
14
- */
15
- account_number_id: string;
16
- /**
17
- * The transfer amount in cents. Must be positive.
18
- */
19
- amount: number;
20
- /**
21
- * The sending bank will set beneficiary_address_line1 in production. You can
22
- * simulate any value here.
23
- */
24
- beneficiary_address_line1?: string;
25
- /**
26
- * The sending bank will set beneficiary_address_line2 in production. You can
27
- * simulate any value here.
28
- */
29
- beneficiary_address_line2?: string;
30
- /**
31
- * The sending bank will set beneficiary_address_line3 in production. You can
32
- * simulate any value here.
33
- */
34
- beneficiary_address_line3?: string;
35
- /**
36
- * The sending bank will set beneficiary_name in production. You can simulate any
37
- * value here.
38
- */
39
- beneficiary_name?: string;
40
- /**
41
- * The sending bank will set beneficiary_reference in production. You can simulate
42
- * any value here.
43
- */
44
- beneficiary_reference?: string;
45
- /**
46
- * The sending bank will set originator_address_line1 in production. You can
47
- * simulate any value here.
48
- */
49
- originator_address_line1?: string;
50
- /**
51
- * The sending bank will set originator_address_line2 in production. You can
52
- * simulate any value here.
53
- */
54
- originator_address_line2?: string;
55
- /**
56
- * The sending bank will set originator_address_line3 in production. You can
57
- * simulate any value here.
58
- */
59
- originator_address_line3?: string;
60
- /**
61
- * The sending bank will set originator_name in production. You can simulate any
62
- * value here.
63
- */
64
- originator_name?: string;
65
- /**
66
- * The sending bank will set originator_routing_number in production. You can
67
- * simulate any value here.
68
- */
69
- originator_routing_number?: string;
70
- /**
71
- * The sending bank will set originator_to_beneficiary_information_line1 in
72
- * production. You can simulate any value here.
73
- */
74
- originator_to_beneficiary_information_line1?: string;
75
- /**
76
- * The sending bank will set originator_to_beneficiary_information_line2 in
77
- * production. You can simulate any value here.
78
- */
79
- originator_to_beneficiary_information_line2?: string;
80
- /**
81
- * The sending bank will set originator_to_beneficiary_information_line3 in
82
- * production. You can simulate any value here.
83
- */
84
- originator_to_beneficiary_information_line3?: string;
11
+ reverse(wireTransferId: string, options?: Core.RequestOptions): Core.APIPromise<WireTransfersAPI.WireTransfer>;
85
12
  /**
86
- * The sending bank will set originator_to_beneficiary_information_line4 in
87
- * production. You can simulate any value here.
13
+ * Simulates the submission of a [Wire Transfer](#wire-transfers) to the Federal
14
+ * Reserve. This transfer must first have a `status` of `pending_approval` or
15
+ * `pending_creating`.
88
16
  */
89
- originator_to_beneficiary_information_line4?: string;
90
- }
91
- export declare namespace WireTransfers {
92
- export import WireTransferCreateInboundParams = WireTransfersAPI.WireTransferCreateInboundParams;
17
+ submit(wireTransferId: string, options?: Core.RequestOptions): Core.APIPromise<WireTransfersAPI.WireTransfer>;
93
18
  }
94
19
  //# sourceMappingURL=wire-transfers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wire-transfers.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/wire-transfers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,gBAAgB,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,uBAAuB,MAAM,2BAA2B,CAAC;AAErE,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;OAEG;IACH,aAAa,CACX,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,uBAAuB,CAAC,mBAAmB,CAAC;CAGhE;AAED,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAElC;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAElC;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAElC;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;IAErD;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;IAErD;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;IAErD;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;CACtD;AAED,yBAAiB,aAAa,CAAC;IAC7B,MAAM,QAAQ,+BAA+B,GAAG,gBAAgB,CAAC,+BAA+B,CAAC;CAClG"}
1
+ {"version":3,"file":"wire-transfers.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/wire-transfers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,gBAAgB,MAAM,mBAAmB,CAAC;AAEtD,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;;;OAKG;IACH,OAAO,CACL,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,YAAY,CAAC;IAIjD;;;;OAIG;IACH,MAAM,CACJ,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,YAAY,CAAC;CAGlD"}
@@ -5,13 +5,22 @@ exports.WireTransfers = void 0;
5
5
  const resource_1 = require("../../resource.js");
6
6
  class WireTransfers extends resource_1.APIResource {
7
7
  /**
8
- * Simulates an inbound Wire Transfer to your account.
8
+ * Simulates the reversal of a [Wire Transfer](#wire-transfers) by the Federal
9
+ * Reserve due to error conditions. This will also create a
10
+ * [Transaction](#transaction) to account for the returned funds. This Wire
11
+ * Transfer must first have a `status` of `complete`.
9
12
  */
10
- createInbound(body, options) {
11
- return this._client.post('/simulations/inbound_wire_transfers', { body, ...options });
13
+ reverse(wireTransferId, options) {
14
+ return this._client.post(`/simulations/wire_transfers/${wireTransferId}/reverse`, options);
15
+ }
16
+ /**
17
+ * Simulates the submission of a [Wire Transfer](#wire-transfers) to the Federal
18
+ * Reserve. This transfer must first have a `status` of `pending_approval` or
19
+ * `pending_creating`.
20
+ */
21
+ submit(wireTransferId, options) {
22
+ return this._client.post(`/simulations/wire_transfers/${wireTransferId}/submit`, options);
12
23
  }
13
24
  }
14
25
  exports.WireTransfers = WireTransfers;
15
- (function (WireTransfers) {
16
- })(WireTransfers = exports.WireTransfers || (exports.WireTransfers = {}));
17
26
  //# sourceMappingURL=wire-transfers.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"wire-transfers.js","sourceRoot":"","sources":["../../src/resources/simulations/wire-transfers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAK7C,MAAa,aAAc,SAAQ,sBAAW;IAC5C;;OAEG;IACH,aAAa,CACX,IAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qCAAqC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;CACF;AAVD,sCAUC;AAkGD,WAAiB,aAAa;AAE9B,CAAC,EAFgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAE7B"}
1
+ {"version":3,"file":"wire-transfers.js","sourceRoot":"","sources":["../../src/resources/simulations/wire-transfers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAI7C,MAAa,aAAc,SAAQ,sBAAW;IAC5C;;;;;OAKG;IACH,OAAO,CACL,cAAsB,EACtB,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,cAAc,UAAU,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;IAED;;;;OAIG;IACH,MAAM,CACJ,cAAsB,EACtB,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,cAAc,SAAS,EAAE,OAAO,CAAC,CAAC;IAC5F,CAAC;CACF;AAzBD,sCAyBC"}
@@ -2,12 +2,21 @@
2
2
  import { APIResource } from "../../resource.mjs";
3
3
  export class WireTransfers extends APIResource {
4
4
  /**
5
- * Simulates an inbound Wire Transfer to your account.
5
+ * Simulates the reversal of a [Wire Transfer](#wire-transfers) by the Federal
6
+ * Reserve due to error conditions. This will also create a
7
+ * [Transaction](#transaction) to account for the returned funds. This Wire
8
+ * Transfer must first have a `status` of `complete`.
6
9
  */
7
- createInbound(body, options) {
8
- return this._client.post('/simulations/inbound_wire_transfers', { body, ...options });
10
+ reverse(wireTransferId, options) {
11
+ return this._client.post(`/simulations/wire_transfers/${wireTransferId}/reverse`, options);
12
+ }
13
+ /**
14
+ * Simulates the submission of a [Wire Transfer](#wire-transfers) to the Federal
15
+ * Reserve. This transfer must first have a `status` of `pending_approval` or
16
+ * `pending_creating`.
17
+ */
18
+ submit(wireTransferId, options) {
19
+ return this._client.post(`/simulations/wire_transfers/${wireTransferId}/submit`, options);
9
20
  }
10
21
  }
11
- (function (WireTransfers) {
12
- })(WireTransfers || (WireTransfers = {}));
13
22
  //# sourceMappingURL=wire-transfers.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"wire-transfers.mjs","sourceRoot":"","sources":["../../src/resources/simulations/wire-transfers.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAKtB,MAAM,OAAO,aAAc,SAAQ,WAAW;IAC5C;;OAEG;IACH,aAAa,CACX,IAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qCAAqC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;CACF;AAkGD,WAAiB,aAAa;AAE9B,CAAC,EAFgB,aAAa,KAAb,aAAa,QAE7B"}
1
+ {"version":3,"file":"wire-transfers.mjs","sourceRoot":"","sources":["../../src/resources/simulations/wire-transfers.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,aAAc,SAAQ,WAAW;IAC5C;;;;;OAKG;IACH,OAAO,CACL,cAAsB,EACtB,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,cAAc,UAAU,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;IAED;;;;OAIG;IACH,MAAM,CACJ,cAAsB,EACtB,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,cAAc,SAAS,EAAE,OAAO,CAAC,CAAC;IAC5F,CAAC;CACF"}
@@ -1,30 +1,33 @@
1
- import { APIResource } from "../../resource.js";
2
- import * as Core from "../../core.js";
1
+ import { APIResource } from "../resource.js";
2
+ import * as Core from "../core.js";
3
3
  import * as SupplementalDocumentsAPI from "./supplemental-documents.js";
4
- import * as EntitiesAPI from "./entities.js";
5
- import { Page, type PageParams } from "../../pagination.js";
4
+ import { Page, type PageParams } from "../pagination.js";
6
5
  export declare class SupplementalDocuments extends APIResource {
7
6
  /**
8
7
  * Create a supplemental document for an Entity
9
8
  */
10
- create(entityId: string, body: SupplementalDocumentCreateParams, options?: Core.RequestOptions): Core.APIPromise<EntitiesAPI.Entity>;
9
+ create(body: SupplementalDocumentCreateParams, options?: Core.RequestOptions): Core.APIPromise<EntitySupplementalDocument>;
11
10
  /**
12
11
  * List Entity Supplemental Document Submissions
13
12
  */
14
- list(query: SupplementalDocumentListParams, options?: Core.RequestOptions): Core.PagePromise<SupplementalDocumentsPage, SupplementalDocument>;
13
+ list(query: SupplementalDocumentListParams, options?: Core.RequestOptions): Core.PagePromise<EntitySupplementalDocumentsPage, EntitySupplementalDocument>;
15
14
  }
16
- export declare class SupplementalDocumentsPage extends Page<SupplementalDocument> {
15
+ export declare class EntitySupplementalDocumentsPage extends Page<EntitySupplementalDocument> {
17
16
  }
18
17
  /**
19
18
  * Supplemental Documents are uploaded files connected to an Entity during
20
19
  * onboarding.
21
20
  */
22
- export interface SupplementalDocument {
21
+ export interface EntitySupplementalDocument {
23
22
  /**
24
23
  * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the
25
24
  * Supplemental Document was created.
26
25
  */
27
26
  created_at: string;
27
+ /**
28
+ * The Entity the supplemental document is attached to.
29
+ */
30
+ entity_id: string;
28
31
  /**
29
32
  * The File containing the document.
30
33
  */
@@ -42,6 +45,10 @@ export interface SupplementalDocument {
42
45
  type: 'entity_supplemental_document';
43
46
  }
44
47
  export interface SupplementalDocumentCreateParams {
48
+ /**
49
+ * The identifier of the Entity to associate with the supplemental document.
50
+ */
51
+ entity_id: string;
45
52
  /**
46
53
  * The identifier of the File containing the document.
47
54
  */
@@ -61,8 +68,8 @@ export interface SupplementalDocumentListParams extends PageParams {
61
68
  idempotency_key?: string;
62
69
  }
63
70
  export declare namespace SupplementalDocuments {
64
- export import SupplementalDocument = SupplementalDocumentsAPI.SupplementalDocument;
65
- export import SupplementalDocumentsPage = SupplementalDocumentsAPI.SupplementalDocumentsPage;
71
+ export import EntitySupplementalDocument = SupplementalDocumentsAPI.EntitySupplementalDocument;
72
+ export import EntitySupplementalDocumentsPage = SupplementalDocumentsAPI.EntitySupplementalDocumentsPage;
66
73
  export import SupplementalDocumentCreateParams = SupplementalDocumentsAPI.SupplementalDocumentCreateParams;
67
74
  export import SupplementalDocumentListParams = SupplementalDocumentsAPI.SupplementalDocumentListParams;
68
75
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"supplemental-documents.d.ts","sourceRoot":"","sources":["../src/resources/supplemental-documents.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAChC,OAAO,KAAK,wBAAwB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,MAAM,eAAe,CAAC;AAEtD,qBAAa,qBAAsB,SAAQ,WAAW;IACpD;;OAEG;IACH,MAAM,CACJ,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,0BAA0B,CAAC;IAI9C;;OAEG;IACH,IAAI,CACF,KAAK,EAAE,8BAA8B,EACrC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,WAAW,CAAC,+BAA+B,EAAE,0BAA0B,CAAC;CAMjF;AAED,qBAAa,+BAAgC,SAAQ,IAAI,CAAC,0BAA0B,CAAC;CAAG;AAExF;;;GAGG;AACH,MAAM,WAAW,0BAA0B;IACzC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;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,SAAS,EAAE,MAAM,CAAC;IAElB;;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,0BAA0B,GAAG,wBAAwB,CAAC,0BAA0B,CAAC;IAC/F,MAAM,QAAQ,+BAA+B,GAAG,wBAAwB,CAAC,+BAA+B,CAAC;IACzG,MAAM,QAAQ,gCAAgC,GAAG,wBAAwB,CAAC,gCAAgC,CAAC;IAC3G,MAAM,QAAQ,8BAA8B,GAAG,wBAAwB,CAAC,8BAA8B,CAAC;CACxG"}
@@ -24,32 +24,32 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  return result;
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
- exports.SupplementalDocumentsPage = exports.SupplementalDocuments = void 0;
28
- const resource_1 = require("../../resource.js");
27
+ exports.EntitySupplementalDocumentsPage = exports.SupplementalDocuments = void 0;
28
+ const resource_1 = require("../resource.js");
29
29
  const SupplementalDocumentsAPI = __importStar(require("./supplemental-documents.js"));
30
- const pagination_1 = require("../../pagination.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
34
34
  */
35
- create(entityId, body, options) {
36
- return this._client.post(`/entities/${entityId}/supplemental_documents`, { body, ...options });
35
+ create(body, options) {
36
+ return this._client.post('/entity_supplemental_documents', { body, ...options });
37
37
  }
38
38
  /**
39
39
  * List Entity Supplemental Document Submissions
40
40
  */
41
41
  list(query, options) {
42
- return this._client.getAPIList('/entity_supplemental_documents', SupplementalDocumentsPage, {
42
+ return this._client.getAPIList('/entity_supplemental_documents', EntitySupplementalDocumentsPage, {
43
43
  query,
44
44
  ...options,
45
45
  });
46
46
  }
47
47
  }
48
48
  exports.SupplementalDocuments = SupplementalDocuments;
49
- class SupplementalDocumentsPage extends pagination_1.Page {
49
+ class EntitySupplementalDocumentsPage extends pagination_1.Page {
50
50
  }
51
- exports.SupplementalDocumentsPage = SupplementalDocumentsPage;
51
+ exports.EntitySupplementalDocumentsPage = EntitySupplementalDocumentsPage;
52
52
  (function (SupplementalDocuments) {
53
- SupplementalDocuments.SupplementalDocumentsPage = SupplementalDocumentsAPI.SupplementalDocumentsPage;
53
+ SupplementalDocuments.EntitySupplementalDocumentsPage = SupplementalDocumentsAPI.EntitySupplementalDocumentsPage;
54
54
  })(SupplementalDocuments = exports.SupplementalDocuments || (exports.SupplementalDocuments = {}));
55
55
  //# sourceMappingURL=supplemental-documents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"supplemental-documents.js","sourceRoot":"","sources":["../src/resources/supplemental-documents.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,6CAA0C;AAE1C,sFAAqE;AACrE,iDAAsD;AAEtD,MAAa,qBAAsB,SAAQ,sBAAW;IACpD;;OAEG;IACH,MAAM,CACJ,IAAsC,EACtC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gCAAgC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnF,CAAC;IAED;;OAEG;IACH,IAAI,CACF,KAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,gCAAgC,EAAE,+BAA+B,EAAE;YAChG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAvBD,sDAuBC;AAED,MAAa,+BAAgC,SAAQ,iBAAgC;CAAG;AAAxF,0EAAwF;AAgExF,WAAiB,qBAAqB;IAEtB,qDAA+B,GAAG,wBAAwB,CAAC,+BAA+B,CAAC;AAG3G,CAAC,EALgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKrC"}
@@ -1,27 +1,27 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../../resource.mjs";
2
+ import { APIResource } from "../resource.mjs";
3
3
  import * as SupplementalDocumentsAPI from "./supplemental-documents.mjs";
4
- import { Page } from "../../pagination.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
8
8
  */
9
- create(entityId, body, options) {
10
- return this._client.post(`/entities/${entityId}/supplemental_documents`, { body, ...options });
9
+ create(body, options) {
10
+ return this._client.post('/entity_supplemental_documents', { body, ...options });
11
11
  }
12
12
  /**
13
13
  * List Entity Supplemental Document Submissions
14
14
  */
15
15
  list(query, options) {
16
- return this._client.getAPIList('/entity_supplemental_documents', SupplementalDocumentsPage, {
16
+ return this._client.getAPIList('/entity_supplemental_documents', EntitySupplementalDocumentsPage, {
17
17
  query,
18
18
  ...options,
19
19
  });
20
20
  }
21
21
  }
22
- export class SupplementalDocumentsPage extends Page {
22
+ export class EntitySupplementalDocumentsPage extends Page {
23
23
  }
24
24
  (function (SupplementalDocuments) {
25
- SupplementalDocuments.SupplementalDocumentsPage = SupplementalDocumentsAPI.SupplementalDocumentsPage;
25
+ SupplementalDocuments.EntitySupplementalDocumentsPage = SupplementalDocumentsAPI.EntitySupplementalDocumentsPage;
26
26
  })(SupplementalDocuments || (SupplementalDocuments = {}));
27
27
  //# sourceMappingURL=supplemental-documents.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"supplemental-documents.mjs","sourceRoot":"","sources":["../src/resources/supplemental-documents.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,KAAK,wBAAwB;OAC7B,EAAE,IAAI,EAAmB;AAEhC,MAAM,OAAO,qBAAsB,SAAQ,WAAW;IACpD;;OAEG;IACH,MAAM,CACJ,IAAsC,EACtC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gCAAgC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnF,CAAC;IAED;;OAEG;IACH,IAAI,CACF,KAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,gCAAgC,EAAE,+BAA+B,EAAE;YAChG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,+BAAgC,SAAQ,IAAgC;CAAG;AAgExF,WAAiB,qBAAqB;IAEtB,qDAA+B,GAAG,wBAAwB,CAAC,+BAA+B,CAAC;AAG3G,CAAC,EALgB,qBAAqB,KAArB,qBAAqB,QAKrC"}