stripe 22.1.0 → 22.2.0-alpha.2

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 (1310) hide show
  1. package/CHANGELOG.md +2637 -11
  2. package/OPENAPI_VERSION +1 -1
  3. package/README.md +57 -65
  4. package/VERSION +1 -1
  5. package/cjs/Error.d.ts +53 -0
  6. package/cjs/Error.js +134 -1
  7. package/cjs/Error.js.map +1 -1
  8. package/cjs/Types.d.ts +4 -2
  9. package/cjs/apiVersion.d.ts +1 -2
  10. package/cjs/apiVersion.js +2 -3
  11. package/cjs/apiVersion.js.map +1 -1
  12. package/cjs/resources/AccountLinks.d.ts +5 -1
  13. package/cjs/resources/AccountNotices.d.ts +140 -0
  14. package/cjs/resources/AccountNotices.js +29 -0
  15. package/cjs/resources/AccountNotices.js.map +1 -0
  16. package/cjs/resources/AccountSessions.d.ts +463 -0
  17. package/cjs/resources/AccountSessions.js.map +1 -1
  18. package/cjs/resources/AccountSignals.d.ts +110 -0
  19. package/cjs/resources/AccountSignals.js +4 -0
  20. package/cjs/resources/AccountSignals.js.map +1 -0
  21. package/cjs/resources/Accounts.d.ts +955 -3
  22. package/cjs/resources/Accounts.js +21 -0
  23. package/cjs/resources/Accounts.js.map +1 -1
  24. package/cjs/resources/ApplicationFees.d.ts +28 -1
  25. package/cjs/resources/Balance.d.ts +134 -0
  26. package/cjs/resources/BalanceSettings.d.ts +18 -0
  27. package/cjs/resources/BalanceTransactions.d.ts +1 -1
  28. package/cjs/resources/BalanceTransfers.d.ts +160 -0
  29. package/cjs/resources/BalanceTransfers.js +15 -0
  30. package/cjs/resources/BalanceTransfers.js.map +1 -0
  31. package/cjs/resources/BankAccounts.d.ts +2 -2
  32. package/cjs/resources/Billing/AlertRecovereds.d.ts +40 -0
  33. package/cjs/resources/Billing/AlertRecovereds.js +4 -0
  34. package/cjs/resources/Billing/AlertRecovereds.js.map +1 -0
  35. package/cjs/resources/Billing/AlertTriggereds.d.ts +57 -1
  36. package/cjs/resources/Billing/Alerts.d.ts +406 -5
  37. package/cjs/resources/Billing/Alerts.js +321 -5
  38. package/cjs/resources/Billing/Alerts.js.map +1 -1
  39. package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +88 -0
  40. package/cjs/resources/Billing/Analytics/MeterUsage.js +15 -0
  41. package/cjs/resources/Billing/Analytics/MeterUsage.js.map +1 -0
  42. package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +38 -0
  43. package/cjs/resources/Billing/Analytics/MeterUsageRows.js +4 -0
  44. package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
  45. package/cjs/resources/Billing/Analytics/index.d.ts +15 -0
  46. package/cjs/resources/Billing/Analytics/index.js +13 -0
  47. package/cjs/resources/Billing/Analytics/index.js.map +1 -0
  48. package/cjs/resources/Billing/CreditBalanceSummary.d.ts +126 -2
  49. package/cjs/resources/Billing/CreditBalanceSummary.js +39 -1
  50. package/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -1
  51. package/cjs/resources/Billing/CreditBalanceTransactions.d.ts +97 -3
  52. package/cjs/resources/Billing/CreditBalanceTransactions.js +100 -1
  53. package/cjs/resources/Billing/CreditBalanceTransactions.js.map +1 -1
  54. package/cjs/resources/Billing/CreditGrants.d.ts +85 -3
  55. package/cjs/resources/Billing/CreditGrants.js +134 -5
  56. package/cjs/resources/Billing/CreditGrants.js.map +1 -1
  57. package/cjs/resources/Billing/MeterEventSummaries.d.ts +6 -0
  58. package/cjs/resources/Billing/Meters.d.ts +31 -0
  59. package/cjs/resources/Billing/index.d.ts +6 -0
  60. package/cjs/resources/Billing/index.js +2 -0
  61. package/cjs/resources/Billing/index.js.map +1 -1
  62. package/cjs/resources/Capabilities.d.ts +2 -2
  63. package/cjs/resources/Capital/FinancingOffers.d.ts +191 -0
  64. package/cjs/resources/Capital/FinancingOffers.js +30 -0
  65. package/cjs/resources/Capital/FinancingOffers.js.map +1 -0
  66. package/cjs/resources/Capital/FinancingSummary.d.ts +98 -0
  67. package/cjs/resources/Capital/FinancingSummary.js +15 -0
  68. package/cjs/resources/Capital/FinancingSummary.js.map +1 -0
  69. package/cjs/resources/Capital/FinancingTransactions.d.ts +143 -0
  70. package/cjs/resources/Capital/FinancingTransactions.js +24 -0
  71. package/cjs/resources/Capital/FinancingTransactions.js.map +1 -0
  72. package/cjs/resources/Capital/index.d.ts +25 -0
  73. package/cjs/resources/Capital/index.js +17 -0
  74. package/cjs/resources/Capital/index.js.map +1 -0
  75. package/cjs/resources/Cards.d.ts +15 -0
  76. package/cjs/resources/Charges.d.ts +3513 -70
  77. package/cjs/resources/Charges.js.map +1 -1
  78. package/cjs/resources/Checkout/Sessions.d.ts +792 -9
  79. package/cjs/resources/Checkout/Sessions.js +88 -0
  80. package/cjs/resources/Checkout/Sessions.js.map +1 -1
  81. package/cjs/resources/Checkout/index.d.ts +1 -0
  82. package/cjs/resources/ConfirmationTokens.d.ts +100 -1
  83. package/cjs/resources/ConfirmationTokens.js.map +1 -1
  84. package/cjs/resources/Coupons.d.ts +110 -2
  85. package/cjs/resources/CreditNoteLineItems.d.ts +15 -1
  86. package/cjs/resources/CreditNotes.d.ts +7 -1
  87. package/cjs/resources/CreditNotes.js +14 -0
  88. package/cjs/resources/CreditNotes.js.map +1 -1
  89. package/cjs/resources/CustomerSessions.d.ts +68 -0
  90. package/cjs/resources/Customers.d.ts +7 -1
  91. package/cjs/resources/Customers.js +15 -0
  92. package/cjs/resources/Customers.js.map +1 -1
  93. package/cjs/resources/DelegatedCheckout/RequestedSessions.d.ts +1280 -0
  94. package/cjs/resources/DelegatedCheckout/RequestedSessions.js +39 -0
  95. package/cjs/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
  96. package/cjs/resources/DelegatedCheckout/index.d.ts +16 -0
  97. package/cjs/resources/DelegatedCheckout/index.js +13 -0
  98. package/cjs/resources/DelegatedCheckout/index.js.map +1 -0
  99. package/cjs/resources/Discounts.d.ts +19 -0
  100. package/cjs/resources/Disputes.d.ts +37 -0
  101. package/cjs/resources/Events.d.ts +560 -2
  102. package/cjs/resources/ExternalAccounts.d.ts +212 -1
  103. package/cjs/resources/ExternalAccounts.js +44 -0
  104. package/cjs/resources/ExternalAccounts.js.map +1 -1
  105. package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
  106. package/cjs/resources/FinancialConnections/AccountInferredBalances.js +4 -0
  107. package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
  108. package/cjs/resources/FinancialConnections/Accounts.d.ts +74 -4
  109. package/cjs/resources/FinancialConnections/Accounts.js +8 -0
  110. package/cjs/resources/FinancialConnections/Accounts.js.map +1 -1
  111. package/cjs/resources/FinancialConnections/Authorizations.d.ts +87 -0
  112. package/cjs/resources/FinancialConnections/Authorizations.js +15 -0
  113. package/cjs/resources/FinancialConnections/Authorizations.js.map +1 -0
  114. package/cjs/resources/FinancialConnections/Institutions.d.ts +101 -0
  115. package/cjs/resources/FinancialConnections/Institutions.js +23 -0
  116. package/cjs/resources/FinancialConnections/Institutions.js.map +1 -0
  117. package/cjs/resources/FinancialConnections/Sessions.d.ts +155 -7
  118. package/cjs/resources/FinancialConnections/index.d.ts +21 -6
  119. package/cjs/resources/FinancialConnections/index.js +4 -0
  120. package/cjs/resources/FinancialConnections/index.js.map +1 -1
  121. package/cjs/resources/FrMealVouchersOnboardings.d.ts +173 -0
  122. package/cjs/resources/FrMealVouchersOnboardings.js +42 -0
  123. package/cjs/resources/FrMealVouchersOnboardings.js.map +1 -0
  124. package/cjs/resources/FxQuotes.d.ts +212 -0
  125. package/cjs/resources/FxQuotes.js +29 -0
  126. package/cjs/resources/FxQuotes.js.map +1 -0
  127. package/cjs/resources/Identity/BlocklistEntries.d.ts +157 -0
  128. package/cjs/resources/Identity/BlocklistEntries.js +54 -0
  129. package/cjs/resources/Identity/BlocklistEntries.js.map +1 -0
  130. package/cjs/resources/Identity/VerificationReports.d.ts +33 -2
  131. package/cjs/resources/Identity/VerificationReports.js.map +1 -1
  132. package/cjs/resources/Identity/VerificationSessions.d.ts +11 -3
  133. package/cjs/resources/Identity/index.d.ts +18 -10
  134. package/cjs/resources/Identity/index.js +2 -0
  135. package/cjs/resources/Identity/index.js.map +1 -1
  136. package/cjs/resources/InvoiceItems.d.ts +185 -2
  137. package/cjs/resources/InvoiceItems.js.map +1 -1
  138. package/cjs/resources/InvoiceLineItems.d.ts +174 -4
  139. package/cjs/resources/Invoices.d.ts +2024 -35
  140. package/cjs/resources/Invoices.js +70 -0
  141. package/cjs/resources/Invoices.js.map +1 -1
  142. package/cjs/resources/Issuing/Authorizations.d.ts +255 -0
  143. package/cjs/resources/Issuing/Cardholders.d.ts +5 -4
  144. package/cjs/resources/Issuing/Cards.d.ts +36 -0
  145. package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +640 -0
  146. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +47 -0
  147. package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
  148. package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +95 -0
  149. package/cjs/resources/Issuing/DisputeSettlementDetails.js +23 -0
  150. package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
  151. package/cjs/resources/Issuing/Disputes.d.ts +140 -0
  152. package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
  153. package/cjs/resources/Issuing/FraudLiabilityDebits.js +23 -0
  154. package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
  155. package/cjs/resources/Issuing/Programs.d.ts +95 -0
  156. package/cjs/resources/Issuing/Programs.js +35 -0
  157. package/cjs/resources/Issuing/Programs.js.map +1 -0
  158. package/cjs/resources/Issuing/Settlements.d.ts +85 -0
  159. package/cjs/resources/Issuing/Settlements.js +4 -0
  160. package/cjs/resources/Issuing/Settlements.js.map +1 -0
  161. package/cjs/resources/Issuing/Transactions.d.ts +157 -0
  162. package/cjs/resources/Issuing/Transactions.js.map +1 -1
  163. package/cjs/resources/Issuing/index.d.ts +55 -22
  164. package/cjs/resources/Issuing/index.js +8 -0
  165. package/cjs/resources/Issuing/index.js.map +1 -1
  166. package/cjs/resources/LineItems.d.ts +29 -2
  167. package/cjs/resources/Mandates.d.ts +33 -1
  168. package/cjs/resources/Mandates.js +8 -0
  169. package/cjs/resources/Mandates.js.map +1 -1
  170. package/cjs/resources/Margins.d.ts +115 -0
  171. package/cjs/resources/Margins.js +35 -0
  172. package/cjs/resources/Margins.js.map +1 -0
  173. package/cjs/resources/Orchestration/PaymentAttempts.d.ts +34 -0
  174. package/cjs/resources/Orchestration/PaymentAttempts.js +15 -0
  175. package/cjs/resources/Orchestration/PaymentAttempts.js.map +1 -0
  176. package/cjs/resources/Orchestration/index.d.ts +12 -0
  177. package/cjs/resources/Orchestration/index.js +13 -0
  178. package/cjs/resources/Orchestration/index.js.map +1 -0
  179. package/cjs/resources/Orders.d.ts +4761 -0
  180. package/cjs/resources/Orders.js +457 -0
  181. package/cjs/resources/Orders.js.map +1 -0
  182. package/cjs/resources/PaymentAttemptRecords.d.ts +441 -1
  183. package/cjs/resources/PaymentAttemptRecords.js +42 -0
  184. package/cjs/resources/PaymentAttemptRecords.js.map +1 -1
  185. package/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +17 -0
  186. package/cjs/resources/PaymentIntents.d.ts +16370 -3527
  187. package/cjs/resources/PaymentIntents.js +40 -0
  188. package/cjs/resources/PaymentIntents.js.map +1 -1
  189. package/cjs/resources/PaymentLinks.d.ts +74 -12
  190. package/cjs/resources/PaymentMethodBalances.d.ts +46 -0
  191. package/cjs/resources/PaymentMethodBalances.js +4 -0
  192. package/cjs/resources/PaymentMethodBalances.js.map +1 -0
  193. package/cjs/resources/PaymentMethodConfigurations.d.ts +350 -0
  194. package/cjs/resources/PaymentMethods.d.ts +216 -3
  195. package/cjs/resources/PaymentMethods.js +6 -0
  196. package/cjs/resources/PaymentMethods.js.map +1 -1
  197. package/cjs/resources/PaymentRecords.d.ts +323 -21
  198. package/cjs/resources/PaymentRecords.js.map +1 -1
  199. package/cjs/resources/Persons.d.ts +24 -2
  200. package/cjs/resources/Plans.d.ts +16 -0
  201. package/cjs/resources/Prices.d.ts +64 -0
  202. package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +37 -0
  203. package/cjs/resources/Privacy/RedactionJobValidationErrors.js +4 -0
  204. package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
  205. package/cjs/resources/Privacy/RedactionJobs.d.ts +229 -0
  206. package/cjs/resources/Privacy/RedactionJobs.js +73 -0
  207. package/cjs/resources/Privacy/RedactionJobs.js.map +1 -0
  208. package/cjs/resources/Privacy/index.d.ts +22 -0
  209. package/cjs/resources/Privacy/index.js +13 -0
  210. package/cjs/resources/Privacy/index.js.map +1 -0
  211. package/cjs/resources/ProductCatalog/TrialOffers.d.ts +127 -0
  212. package/cjs/resources/ProductCatalog/TrialOffers.js +15 -0
  213. package/cjs/resources/ProductCatalog/TrialOffers.js.map +1 -0
  214. package/cjs/resources/ProductCatalog/index.d.ts +12 -0
  215. package/cjs/resources/ProductCatalog/index.js +13 -0
  216. package/cjs/resources/ProductCatalog/index.js.map +1 -0
  217. package/cjs/resources/Products.d.ts +141 -0
  218. package/cjs/resources/Profiles.d.ts +26 -0
  219. package/cjs/resources/Profiles.js +4 -0
  220. package/cjs/resources/Profiles.js.map +1 -0
  221. package/cjs/resources/PromotionCodes.d.ts +12 -0
  222. package/cjs/resources/PromotionCodes.js +28 -0
  223. package/cjs/resources/PromotionCodes.js.map +1 -1
  224. package/cjs/resources/QuoteLines.d.ts +684 -0
  225. package/cjs/resources/QuoteLines.js +4 -0
  226. package/cjs/resources/QuoteLines.js.map +1 -0
  227. package/cjs/resources/QuotePreviewInvoices.d.ts +1153 -0
  228. package/cjs/resources/QuotePreviewInvoices.js +4 -0
  229. package/cjs/resources/QuotePreviewInvoices.js.map +1 -0
  230. package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +897 -0
  231. package/cjs/resources/QuotePreviewSubscriptionSchedules.js +4 -0
  232. package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
  233. package/cjs/resources/Quotes.d.ts +3548 -254
  234. package/cjs/resources/Quotes.js +1184 -16
  235. package/cjs/resources/Quotes.js.map +1 -1
  236. package/cjs/resources/Radar/AccountEvaluations.d.ts +270 -0
  237. package/cjs/resources/Radar/AccountEvaluations.js +27 -0
  238. package/cjs/resources/Radar/AccountEvaluations.js.map +1 -0
  239. package/cjs/resources/Radar/CustomerEvaluations.d.ts +242 -0
  240. package/cjs/resources/Radar/CustomerEvaluations.js +21 -0
  241. package/cjs/resources/Radar/CustomerEvaluations.js.map +1 -0
  242. package/cjs/resources/Radar/IssuingAuthorizationEvaluations.d.ts +435 -0
  243. package/cjs/resources/Radar/IssuingAuthorizationEvaluations.js +15 -0
  244. package/cjs/resources/Radar/IssuingAuthorizationEvaluations.js.map +1 -0
  245. package/cjs/resources/Radar/PaymentEvaluations.d.ts +63 -1
  246. package/cjs/resources/Radar/index.d.ts +34 -16
  247. package/cjs/resources/Radar/index.js +6 -0
  248. package/cjs/resources/Radar/index.js.map +1 -1
  249. package/cjs/resources/Refunds.d.ts +11 -0
  250. package/cjs/resources/Reserve/Holds.d.ts +53 -1
  251. package/cjs/resources/Reserve/Holds.js +19 -0
  252. package/cjs/resources/Reserve/Holds.js.map +1 -1
  253. package/cjs/resources/Reserve/Plans.d.ts +16 -0
  254. package/cjs/resources/Reserve/Plans.js +11 -0
  255. package/cjs/resources/Reserve/Plans.js.map +1 -1
  256. package/cjs/resources/Reserve/Releases.d.ts +41 -1
  257. package/cjs/resources/Reserve/Releases.js +19 -0
  258. package/cjs/resources/Reserve/Releases.js.map +1 -1
  259. package/cjs/resources/Reserve/index.d.ts +14 -3
  260. package/cjs/resources/Reserve/index.js +10 -2
  261. package/cjs/resources/Reserve/index.js.map +1 -1
  262. package/cjs/resources/RiskSignals.d.ts +10 -0
  263. package/cjs/resources/RiskSignals.js +4 -0
  264. package/cjs/resources/RiskSignals.js.map +1 -0
  265. package/cjs/resources/SetupAttempts.d.ts +26 -1
  266. package/cjs/resources/SetupIntents.d.ts +491 -11
  267. package/cjs/resources/SharedPayment/GrantedTokens.d.ts +1101 -0
  268. package/cjs/resources/SharedPayment/GrantedTokens.js +15 -0
  269. package/cjs/resources/SharedPayment/GrantedTokens.js.map +1 -0
  270. package/cjs/resources/SharedPayment/IssuedTokens.d.ts +322 -0
  271. package/cjs/resources/SharedPayment/IssuedTokens.js +27 -0
  272. package/cjs/resources/SharedPayment/IssuedTokens.js.map +1 -0
  273. package/cjs/resources/SharedPayment/index.d.ts +19 -0
  274. package/cjs/resources/SharedPayment/index.js +15 -0
  275. package/cjs/resources/SharedPayment/index.js.map +1 -0
  276. package/cjs/resources/Sources.d.ts +16 -1
  277. package/cjs/resources/SubscriptionItems.d.ts +251 -0
  278. package/cjs/resources/SubscriptionSchedules.d.ts +1943 -19
  279. package/cjs/resources/SubscriptionSchedules.js +48 -0
  280. package/cjs/resources/SubscriptionSchedules.js.map +1 -1
  281. package/cjs/resources/Subscriptions.d.ts +1040 -16
  282. package/cjs/resources/Subscriptions.js +236 -1
  283. package/cjs/resources/Subscriptions.js.map +1 -1
  284. package/cjs/resources/Tax/CalculationLineItems.d.ts +6 -2
  285. package/cjs/resources/Tax/Calculations.d.ts +7 -3
  286. package/cjs/resources/Tax/Forms.d.ts +230 -0
  287. package/cjs/resources/Tax/Forms.js +32 -0
  288. package/cjs/resources/Tax/Forms.js.map +1 -0
  289. package/cjs/resources/Tax/Locations.d.ts +108 -0
  290. package/cjs/resources/Tax/Locations.js +33 -0
  291. package/cjs/resources/Tax/Locations.js.map +1 -0
  292. package/cjs/resources/Tax/Registrations.d.ts +155 -2
  293. package/cjs/resources/Tax/Transactions.d.ts +2 -2
  294. package/cjs/resources/Tax/index.d.ts +27 -13
  295. package/cjs/resources/Tax/index.js +4 -0
  296. package/cjs/resources/Tax/index.js.map +1 -1
  297. package/cjs/resources/TaxCodes.d.ts +15 -0
  298. package/cjs/resources/Terminal/Configurations.d.ts +27 -0
  299. package/cjs/resources/Terminal/ReaderCollectedData.d.ts +52 -0
  300. package/cjs/resources/Terminal/ReaderCollectedData.js +15 -0
  301. package/cjs/resources/Terminal/ReaderCollectedData.js.map +1 -0
  302. package/cjs/resources/Terminal/Readers.d.ts +51 -1
  303. package/cjs/resources/Terminal/index.d.ts +5 -0
  304. package/cjs/resources/Terminal/index.js +2 -0
  305. package/cjs/resources/Terminal/index.js.map +1 -1
  306. package/cjs/resources/TestHelpers/Capital/FinancingOffers.d.ts +81 -0
  307. package/cjs/resources/TestHelpers/Capital/FinancingOffers.js +21 -0
  308. package/cjs/resources/TestHelpers/Capital/FinancingOffers.js.map +1 -0
  309. package/cjs/resources/TestHelpers/Capital/index.d.ts +8 -0
  310. package/cjs/resources/TestHelpers/Capital/index.js +13 -0
  311. package/cjs/resources/TestHelpers/Capital/index.js.map +1 -0
  312. package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +78 -1
  313. package/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +8 -0
  314. package/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +16 -0
  315. package/cjs/resources/TestHelpers/PaymentIntents.d.ts +36 -0
  316. package/cjs/resources/TestHelpers/PaymentIntents.js +15 -0
  317. package/cjs/resources/TestHelpers/PaymentIntents.js.map +1 -0
  318. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +75 -0
  319. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +21 -0
  320. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +1 -0
  321. package/cjs/resources/TestHelpers/SharedPayment/index.d.ts +8 -0
  322. package/cjs/resources/TestHelpers/SharedPayment/index.js +13 -0
  323. package/cjs/resources/TestHelpers/SharedPayment/index.js.map +1 -0
  324. package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +22 -0
  325. package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +22 -0
  326. package/cjs/resources/TestHelpers/index.d.ts +14 -6
  327. package/cjs/resources/TestHelpers/index.js +12 -6
  328. package/cjs/resources/TestHelpers/index.js.map +1 -1
  329. package/cjs/resources/Tokens.d.ts +56 -0
  330. package/cjs/resources/Transfers.d.ts +12 -0
  331. package/cjs/resources/Transfers.js.map +1 -1
  332. package/cjs/resources/TransitBalances.d.ts +25 -0
  333. package/cjs/resources/TransitBalances.js +4 -0
  334. package/cjs/resources/TransitBalances.js.map +1 -0
  335. package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
  336. package/cjs/resources/Treasury/FinancialAccounts.d.ts +34 -1
  337. package/cjs/resources/Treasury/OutboundPayments.d.ts +8 -0
  338. package/cjs/resources/Treasury/OutboundTransfers.d.ts +44 -0
  339. package/cjs/resources/Treasury/ReceivedCredits.d.ts +22 -0
  340. package/cjs/resources/Treasury/ReceivedDebits.d.ts +26 -0
  341. package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +75 -0
  342. package/cjs/resources/V2/Billing/BillSettingVersions.js +4 -0
  343. package/cjs/resources/V2/Billing/BillSettingVersions.js.map +1 -0
  344. package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
  345. package/cjs/resources/V2/Billing/BillSettings/Versions.js +23 -0
  346. package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
  347. package/cjs/resources/V2/Billing/BillSettings.d.ts +284 -0
  348. package/cjs/resources/V2/Billing/BillSettings.js +41 -0
  349. package/cjs/resources/V2/Billing/BillSettings.js.map +1 -0
  350. package/cjs/resources/V2/Billing/CadenceSpendModifiers.d.ts +88 -0
  351. package/cjs/resources/V2/Billing/CadenceSpendModifiers.js +4 -0
  352. package/cjs/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
  353. package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
  354. package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js +23 -0
  355. package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
  356. package/cjs/resources/V2/Billing/Cadences.d.ts +1015 -0
  357. package/cjs/resources/V2/Billing/Cadences.js +264 -0
  358. package/cjs/resources/V2/Billing/Cadences.js.map +1 -0
  359. package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +240 -0
  360. package/cjs/resources/V2/Billing/CollectionSettingVersions.js +4 -0
  361. package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
  362. package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
  363. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +70 -0
  364. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
  365. package/cjs/resources/V2/Billing/CollectionSettings.d.ts +779 -0
  366. package/cjs/resources/V2/Billing/CollectionSettings.js +166 -0
  367. package/cjs/resources/V2/Billing/CollectionSettings.js.map +1 -0
  368. package/cjs/resources/V2/Billing/CustomPricingUnits.d.ts +125 -0
  369. package/cjs/resources/V2/Billing/CustomPricingUnits.js +35 -0
  370. package/cjs/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
  371. package/cjs/resources/V2/Billing/IntentActions.d.ts +607 -0
  372. package/cjs/resources/V2/Billing/IntentActions.js +4 -0
  373. package/cjs/resources/V2/Billing/IntentActions.js.map +1 -0
  374. package/cjs/resources/V2/Billing/Intents/Actions.d.ts +33 -0
  375. package/cjs/resources/V2/Billing/Intents/Actions.js +70 -0
  376. package/cjs/resources/V2/Billing/Intents/Actions.js.map +1 -0
  377. package/cjs/resources/V2/Billing/Intents.d.ts +1257 -0
  378. package/cjs/resources/V2/Billing/Intents.js +87 -0
  379. package/cjs/resources/V2/Billing/Intents.js.map +1 -0
  380. package/cjs/resources/V2/Billing/LicenseFeeVersions.d.ts +82 -0
  381. package/cjs/resources/V2/Billing/LicenseFeeVersions.js +4 -0
  382. package/cjs/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
  383. package/cjs/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
  384. package/cjs/resources/V2/Billing/LicenseFees/Versions.js +64 -0
  385. package/cjs/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
  386. package/cjs/resources/V2/Billing/LicenseFees.d.ts +378 -0
  387. package/cjs/resources/V2/Billing/LicenseFees.js +148 -0
  388. package/cjs/resources/V2/Billing/LicenseFees.js.map +1 -0
  389. package/cjs/resources/V2/Billing/LicensedItems.d.ts +174 -0
  390. package/cjs/resources/V2/Billing/LicensedItems.js +35 -0
  391. package/cjs/resources/V2/Billing/LicensedItems.js.map +1 -0
  392. package/cjs/resources/V2/Billing/MeterEventAdjustments.d.ts +5 -5
  393. package/cjs/resources/V2/Billing/MeterEventSession.d.ts +4 -4
  394. package/cjs/resources/V2/Billing/MeterEventSession.js +1 -1
  395. package/cjs/resources/V2/Billing/MeteredItems.d.ts +222 -0
  396. package/cjs/resources/V2/Billing/MeteredItems.js +35 -0
  397. package/cjs/resources/V2/Billing/MeteredItems.js.map +1 -0
  398. package/cjs/resources/V2/Billing/OneTimeItems.d.ts +174 -0
  399. package/cjs/resources/V2/Billing/OneTimeItems.js +35 -0
  400. package/cjs/resources/V2/Billing/OneTimeItems.js.map +1 -0
  401. package/cjs/resources/V2/Billing/PricingPlanComponents.d.ts +84 -0
  402. package/cjs/resources/V2/Billing/PricingPlanComponents.js +4 -0
  403. package/cjs/resources/V2/Billing/PricingPlanComponents.js.map +1 -0
  404. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.d.ts +624 -0
  405. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js +296 -0
  406. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js.map +1 -0
  407. package/cjs/resources/V2/Billing/PricingPlanVersions.d.ts +30 -0
  408. package/cjs/resources/V2/Billing/PricingPlanVersions.js +4 -0
  409. package/cjs/resources/V2/Billing/PricingPlanVersions.js.map +1 -0
  410. package/cjs/resources/V2/Billing/PricingPlans/Components.d.ts +142 -0
  411. package/cjs/resources/V2/Billing/PricingPlans/Components.js +41 -0
  412. package/cjs/resources/V2/Billing/PricingPlans/Components.js.map +1 -0
  413. package/cjs/resources/V2/Billing/PricingPlans/Versions.d.ts +33 -0
  414. package/cjs/resources/V2/Billing/PricingPlans/Versions.js +23 -0
  415. package/cjs/resources/V2/Billing/PricingPlans/Versions.js.map +1 -0
  416. package/cjs/resources/V2/Billing/PricingPlans.d.ts +177 -0
  417. package/cjs/resources/V2/Billing/PricingPlans.js +43 -0
  418. package/cjs/resources/V2/Billing/PricingPlans.js.map +1 -0
  419. package/cjs/resources/V2/Billing/Profiles.d.ts +166 -0
  420. package/cjs/resources/V2/Billing/Profiles.js +35 -0
  421. package/cjs/resources/V2/Billing/Profiles.js.map +1 -0
  422. package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.d.ts +45 -0
  423. package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js +4 -0
  424. package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js.map +1 -0
  425. package/cjs/resources/V2/Billing/RateCardRates.d.ts +115 -0
  426. package/cjs/resources/V2/Billing/RateCardRates.js +4 -0
  427. package/cjs/resources/V2/Billing/RateCardRates.js.map +1 -0
  428. package/cjs/resources/V2/Billing/RateCardSubscriptions.d.ts +219 -0
  429. package/cjs/resources/V2/Billing/RateCardSubscriptions.js +41 -0
  430. package/cjs/resources/V2/Billing/RateCardSubscriptions.js.map +1 -0
  431. package/cjs/resources/V2/Billing/RateCardVersions.d.ts +22 -0
  432. package/cjs/resources/V2/Billing/RateCardVersions.js +4 -0
  433. package/cjs/resources/V2/Billing/RateCardVersions.js.map +1 -0
  434. package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.d.ts +79 -0
  435. package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js +35 -0
  436. package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js.map +1 -0
  437. package/cjs/resources/V2/Billing/RateCards/Rates.d.ts +145 -0
  438. package/cjs/resources/V2/Billing/RateCards/Rates.js +110 -0
  439. package/cjs/resources/V2/Billing/RateCards/Rates.js.map +1 -0
  440. package/cjs/resources/V2/Billing/RateCards/Versions.d.ts +33 -0
  441. package/cjs/resources/V2/Billing/RateCards/Versions.js +23 -0
  442. package/cjs/resources/V2/Billing/RateCards/Versions.js.map +1 -0
  443. package/cjs/resources/V2/Billing/RateCards.d.ts +357 -0
  444. package/cjs/resources/V2/Billing/RateCards.js +76 -0
  445. package/cjs/resources/V2/Billing/RateCards.js.map +1 -0
  446. package/cjs/resources/V2/Billing/ServiceActions.d.ts +514 -0
  447. package/cjs/resources/V2/Billing/ServiceActions.js +162 -0
  448. package/cjs/resources/V2/Billing/ServiceActions.js.map +1 -0
  449. package/cjs/resources/V2/Billing/index.d.ts +161 -6
  450. package/cjs/resources/V2/Billing/index.js +30 -0
  451. package/cjs/resources/V2/Billing/index.js.map +1 -1
  452. package/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
  453. package/cjs/resources/V2/Commerce/ProductCatalog/Imports.js +156 -0
  454. package/cjs/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
  455. package/cjs/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
  456. package/cjs/resources/V2/Commerce/ProductCatalog/index.js +13 -0
  457. package/cjs/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
  458. package/cjs/resources/V2/Commerce/ProductCatalogImports.d.ts +183 -0
  459. package/cjs/resources/V2/Commerce/ProductCatalogImports.js +4 -0
  460. package/cjs/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
  461. package/cjs/resources/V2/Commerce/index.d.ts +13 -0
  462. package/cjs/resources/V2/Commerce/index.js +13 -0
  463. package/cjs/resources/V2/Commerce/index.js.map +1 -0
  464. package/cjs/resources/V2/Core/AccountEvaluations.d.ts +160 -0
  465. package/cjs/resources/V2/Core/AccountEvaluations.js +15 -0
  466. package/cjs/resources/V2/Core/AccountEvaluations.js.map +1 -0
  467. package/cjs/resources/V2/Core/AccountLinks.d.ts +158 -6
  468. package/cjs/resources/V2/Core/AccountPersons.d.ts +1 -1
  469. package/cjs/resources/V2/Core/AccountTokens.d.ts +222 -4
  470. package/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +3 -2
  471. package/cjs/resources/V2/Core/Accounts/PersonTokens.js +2 -1
  472. package/cjs/resources/V2/Core/Accounts/PersonTokens.js.map +1 -1
  473. package/cjs/resources/V2/Core/Accounts/Persons.d.ts +2 -2
  474. package/cjs/resources/V2/Core/Accounts.d.ts +5319 -75
  475. package/cjs/resources/V2/Core/Accounts.js +1 -1
  476. package/cjs/resources/V2/Core/ApprovalRequests.d.ts +334 -0
  477. package/cjs/resources/V2/Core/ApprovalRequests.js +46 -0
  478. package/cjs/resources/V2/Core/ApprovalRequests.js.map +1 -0
  479. package/cjs/resources/V2/Core/BatchJobs.d.ts +373 -0
  480. package/cjs/resources/V2/Core/BatchJobs.js +225 -0
  481. package/cjs/resources/V2/Core/BatchJobs.js.map +1 -0
  482. package/cjs/resources/V2/Core/ClaimableSandboxes.d.ts +229 -0
  483. package/cjs/resources/V2/Core/ClaimableSandboxes.js +31 -0
  484. package/cjs/resources/V2/Core/ClaimableSandboxes.js.map +1 -0
  485. package/cjs/resources/V2/Core/ConnectionSessions.d.ts +90 -0
  486. package/cjs/resources/V2/Core/ConnectionSessions.js +21 -0
  487. package/cjs/resources/V2/Core/ConnectionSessions.js.map +1 -0
  488. package/cjs/resources/V2/Core/EventDestinations.d.ts +50 -3
  489. package/cjs/resources/V2/Core/Events.d.ts +7325 -204
  490. package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +285 -0
  491. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +54 -0
  492. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
  493. package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +254 -0
  494. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +62 -0
  495. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
  496. package/cjs/resources/V2/Core/Vault/index.d.ts +28 -0
  497. package/cjs/resources/V2/Core/Vault/index.js +15 -0
  498. package/cjs/resources/V2/Core/Vault/index.js.map +1 -0
  499. package/cjs/resources/V2/Core/index.d.ts +51 -14
  500. package/cjs/resources/V2/Core/index.js +12 -0
  501. package/cjs/resources/V2/Core/index.js.map +1 -1
  502. package/cjs/resources/V2/Data/Analytics/MetricQuery.d.ts +73 -0
  503. package/cjs/resources/V2/Data/Analytics/MetricQuery.js +36 -0
  504. package/cjs/resources/V2/Data/Analytics/MetricQuery.js.map +1 -0
  505. package/cjs/resources/V2/Data/Analytics/MetricQueryResults.d.ts +82 -0
  506. package/cjs/resources/V2/Data/Analytics/MetricQueryResults.js +4 -0
  507. package/cjs/resources/V2/Data/Analytics/MetricQueryResults.js.map +1 -0
  508. package/cjs/resources/V2/Data/Analytics/index.d.ts +12 -0
  509. package/cjs/resources/V2/Data/Analytics/index.js +13 -0
  510. package/cjs/resources/V2/Data/Analytics/index.js.map +1 -0
  511. package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +156 -0
  512. package/cjs/resources/V2/Data/Reporting/QueryRuns.js +46 -0
  513. package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
  514. package/cjs/resources/V2/Data/Reporting/index.d.ts +13 -0
  515. package/cjs/resources/V2/Data/Reporting/index.js +13 -0
  516. package/cjs/resources/V2/Data/Reporting/index.js.map +1 -0
  517. package/cjs/resources/V2/Data/index.d.ts +13 -0
  518. package/cjs/resources/V2/Data/index.js +15 -0
  519. package/cjs/resources/V2/Data/index.js.map +1 -0
  520. package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +166 -0
  521. package/cjs/resources/V2/Extend/WorkflowRuns.js +23 -0
  522. package/cjs/resources/V2/Extend/WorkflowRuns.js.map +1 -0
  523. package/cjs/resources/V2/Extend/Workflows.d.ts +123 -0
  524. package/cjs/resources/V2/Extend/Workflows.js +30 -0
  525. package/cjs/resources/V2/Extend/Workflows.js.map +1 -0
  526. package/cjs/resources/V2/Extend/index.d.ts +20 -0
  527. package/cjs/resources/V2/Extend/index.js +15 -0
  528. package/cjs/resources/V2/Extend/index.js.map +1 -0
  529. package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
  530. package/cjs/resources/V2/FinancialAddressCreditSimulations.js +4 -0
  531. package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
  532. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
  533. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +4 -0
  534. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
  535. package/cjs/resources/V2/Iam/ActivityLogs.d.ts +204 -0
  536. package/cjs/resources/V2/Iam/ActivityLogs.js +17 -0
  537. package/cjs/resources/V2/Iam/ActivityLogs.js.map +1 -0
  538. package/cjs/resources/V2/Iam/ApiKeys.d.ts +280 -0
  539. package/cjs/resources/V2/Iam/ApiKeys.js +47 -0
  540. package/cjs/resources/V2/Iam/ApiKeys.js.map +1 -0
  541. package/cjs/resources/V2/Iam/index.d.ts +22 -0
  542. package/cjs/resources/V2/Iam/index.js +15 -0
  543. package/cjs/resources/V2/Iam/index.js.map +1 -0
  544. package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +139 -0
  545. package/cjs/resources/V2/MoneyManagement/Adjustments.js +23 -0
  546. package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
  547. package/cjs/resources/V2/MoneyManagement/CurrencyConversions.d.ts +135 -0
  548. package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js +31 -0
  549. package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js.map +1 -0
  550. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +412 -0
  551. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +44 -0
  552. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
  553. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +308 -0
  554. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +31 -0
  555. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
  556. package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +254 -0
  557. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +30 -0
  558. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
  559. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +222 -0
  560. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +22 -0
  561. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
  562. package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +524 -0
  563. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +41 -0
  564. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
  565. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +320 -0
  566. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +49 -0
  567. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
  568. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +342 -0
  569. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +39 -0
  570. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
  571. package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +270 -0
  572. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +44 -0
  573. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
  574. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +96 -0
  575. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +17 -0
  576. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
  577. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +451 -0
  578. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +23 -0
  579. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
  580. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +237 -0
  581. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +23 -0
  582. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
  583. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.d.ts +120 -0
  584. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js +27 -0
  585. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js.map +1 -0
  586. package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +245 -0
  587. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +23 -0
  588. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
  589. package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +276 -0
  590. package/cjs/resources/V2/MoneyManagement/Transactions.js +23 -0
  591. package/cjs/resources/V2/MoneyManagement/Transactions.js.map +1 -0
  592. package/cjs/resources/V2/MoneyManagement/index.d.ts +118 -0
  593. package/cjs/resources/V2/MoneyManagement/index.js +43 -0
  594. package/cjs/resources/V2/MoneyManagement/index.js.map +1 -0
  595. package/cjs/resources/V2/Network/BusinessProfiles.d.ts +96 -0
  596. package/cjs/resources/V2/Network/BusinessProfiles.js +21 -0
  597. package/cjs/resources/V2/Network/BusinessProfiles.js.map +1 -0
  598. package/cjs/resources/V2/Network/index.d.ts +13 -0
  599. package/cjs/resources/V2/Network/index.js +13 -0
  600. package/cjs/resources/V2/Network/index.js.map +1 -0
  601. package/cjs/resources/V2/OrchestratedCommerce/Agreements.d.ts +147 -0
  602. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js +41 -0
  603. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js.map +1 -0
  604. package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +16 -0
  605. package/cjs/resources/V2/OrchestratedCommerce/index.js +13 -0
  606. package/cjs/resources/V2/OrchestratedCommerce/index.js.map +1 -0
  607. package/cjs/resources/V2/Payments/OffSessionPayments.d.ts +827 -0
  608. package/cjs/resources/V2/Payments/OffSessionPayments.js +53 -0
  609. package/cjs/resources/V2/Payments/OffSessionPayments.js.map +1 -0
  610. package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.d.ts +77 -0
  611. package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.js +4 -0
  612. package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.js.map +1 -0
  613. package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.d.ts +85 -0
  614. package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js +35 -0
  615. package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js.map +1 -0
  616. package/cjs/resources/V2/Payments/SettlementAllocationIntents.d.ts +213 -0
  617. package/cjs/resources/V2/Payments/SettlementAllocationIntents.js +53 -0
  618. package/cjs/resources/V2/Payments/SettlementAllocationIntents.js.map +1 -0
  619. package/cjs/resources/V2/Payments/index.d.ts +31 -0
  620. package/cjs/resources/V2/Payments/index.js +15 -0
  621. package/cjs/resources/V2/Payments/index.js.map +1 -0
  622. package/cjs/resources/V2/Reporting/ReportRuns.d.ts +173 -0
  623. package/cjs/resources/V2/Reporting/ReportRuns.js +50 -0
  624. package/cjs/resources/V2/Reporting/ReportRuns.js.map +1 -0
  625. package/cjs/resources/V2/Reporting/Reports.d.ts +110 -0
  626. package/cjs/resources/V2/Reporting/Reports.js +17 -0
  627. package/cjs/resources/V2/Reporting/Reports.js.map +1 -0
  628. package/cjs/resources/V2/Reporting/index.d.ts +18 -0
  629. package/cjs/resources/V2/Reporting/index.js +15 -0
  630. package/cjs/resources/V2/Reporting/index.js.map +1 -0
  631. package/cjs/resources/V2/Tax/ManualRules.d.ts +335 -0
  632. package/cjs/resources/V2/Tax/ManualRules.js +193 -0
  633. package/cjs/resources/V2/Tax/ManualRules.js.map +1 -0
  634. package/cjs/resources/V2/Tax/index.d.ts +16 -0
  635. package/cjs/resources/V2/Tax/index.js +13 -0
  636. package/cjs/resources/V2/Tax/index.js.map +1 -0
  637. package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
  638. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +23 -0
  639. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
  640. package/cjs/resources/V2/TestHelpers/MoneyManagement.d.ts +31 -0
  641. package/cjs/resources/V2/TestHelpers/MoneyManagement.js +15 -0
  642. package/cjs/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
  643. package/cjs/resources/V2/TestHelpers/index.d.ts +10 -0
  644. package/cjs/resources/V2/TestHelpers/index.js +15 -0
  645. package/cjs/resources/V2/TestHelpers/index.js.map +1 -0
  646. package/cjs/resources/V2/index.d.ts +39 -0
  647. package/cjs/resources/V2/index.js +24 -2
  648. package/cjs/resources/V2/index.js.map +1 -1
  649. package/cjs/resources/WebhookEndpoints.d.ts +2 -2
  650. package/cjs/resources.d.ts +14 -0
  651. package/cjs/resources.js +240 -12
  652. package/cjs/resources.js.map +1 -1
  653. package/cjs/stripe.core.d.ts +84 -28
  654. package/cjs/stripe.core.js +59 -31
  655. package/cjs/stripe.core.js.map +1 -1
  656. package/esm/Error.d.ts +53 -0
  657. package/esm/Error.js +117 -0
  658. package/esm/Error.js.map +1 -1
  659. package/esm/Types.d.ts +4 -2
  660. package/esm/apiVersion.d.ts +1 -2
  661. package/esm/apiVersion.js +1 -2
  662. package/esm/apiVersion.js.map +1 -1
  663. package/esm/resources/AccountLinks.d.ts +5 -1
  664. package/esm/resources/AccountNotices.d.ts +140 -0
  665. package/esm/resources/AccountNotices.js +25 -0
  666. package/esm/resources/AccountNotices.js.map +1 -0
  667. package/esm/resources/AccountSessions.d.ts +463 -0
  668. package/esm/resources/AccountSessions.js.map +1 -1
  669. package/esm/resources/AccountSignals.d.ts +110 -0
  670. package/esm/resources/AccountSignals.js +3 -0
  671. package/esm/resources/AccountSignals.js.map +1 -0
  672. package/esm/resources/Accounts.d.ts +955 -3
  673. package/esm/resources/Accounts.js +21 -0
  674. package/esm/resources/Accounts.js.map +1 -1
  675. package/esm/resources/ApplicationFees.d.ts +28 -1
  676. package/esm/resources/Balance.d.ts +134 -0
  677. package/esm/resources/BalanceSettings.d.ts +18 -0
  678. package/esm/resources/BalanceTransactions.d.ts +1 -1
  679. package/esm/resources/BalanceTransfers.d.ts +160 -0
  680. package/esm/resources/BalanceTransfers.js +11 -0
  681. package/esm/resources/BalanceTransfers.js.map +1 -0
  682. package/esm/resources/BankAccounts.d.ts +2 -2
  683. package/esm/resources/Billing/AlertRecovereds.d.ts +40 -0
  684. package/esm/resources/Billing/AlertRecovereds.js +3 -0
  685. package/esm/resources/Billing/AlertRecovereds.js.map +1 -0
  686. package/esm/resources/Billing/AlertTriggereds.d.ts +57 -1
  687. package/esm/resources/Billing/Alerts.d.ts +406 -5
  688. package/esm/resources/Billing/Alerts.js +321 -5
  689. package/esm/resources/Billing/Alerts.js.map +1 -1
  690. package/esm/resources/Billing/Analytics/MeterUsage.d.ts +88 -0
  691. package/esm/resources/Billing/Analytics/MeterUsage.js +11 -0
  692. package/esm/resources/Billing/Analytics/MeterUsage.js.map +1 -0
  693. package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +38 -0
  694. package/esm/resources/Billing/Analytics/MeterUsageRows.js +3 -0
  695. package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
  696. package/esm/resources/Billing/Analytics/index.d.ts +15 -0
  697. package/esm/resources/Billing/Analytics/index.js +9 -0
  698. package/esm/resources/Billing/Analytics/index.js.map +1 -0
  699. package/esm/resources/Billing/CreditBalanceSummary.d.ts +126 -2
  700. package/esm/resources/Billing/CreditBalanceSummary.js +39 -1
  701. package/esm/resources/Billing/CreditBalanceSummary.js.map +1 -1
  702. package/esm/resources/Billing/CreditBalanceTransactions.d.ts +97 -3
  703. package/esm/resources/Billing/CreditBalanceTransactions.js +100 -1
  704. package/esm/resources/Billing/CreditBalanceTransactions.js.map +1 -1
  705. package/esm/resources/Billing/CreditGrants.d.ts +85 -3
  706. package/esm/resources/Billing/CreditGrants.js +134 -5
  707. package/esm/resources/Billing/CreditGrants.js.map +1 -1
  708. package/esm/resources/Billing/MeterEventSummaries.d.ts +6 -0
  709. package/esm/resources/Billing/Meters.d.ts +31 -0
  710. package/esm/resources/Billing/index.d.ts +6 -0
  711. package/esm/resources/Billing/index.js +2 -0
  712. package/esm/resources/Billing/index.js.map +1 -1
  713. package/esm/resources/Capabilities.d.ts +2 -2
  714. package/esm/resources/Capital/FinancingOffers.d.ts +191 -0
  715. package/esm/resources/Capital/FinancingOffers.js +26 -0
  716. package/esm/resources/Capital/FinancingOffers.js.map +1 -0
  717. package/esm/resources/Capital/FinancingSummary.d.ts +98 -0
  718. package/esm/resources/Capital/FinancingSummary.js +11 -0
  719. package/esm/resources/Capital/FinancingSummary.js.map +1 -0
  720. package/esm/resources/Capital/FinancingTransactions.d.ts +143 -0
  721. package/esm/resources/Capital/FinancingTransactions.js +20 -0
  722. package/esm/resources/Capital/FinancingTransactions.js.map +1 -0
  723. package/esm/resources/Capital/index.d.ts +25 -0
  724. package/esm/resources/Capital/index.js +13 -0
  725. package/esm/resources/Capital/index.js.map +1 -0
  726. package/esm/resources/Cards.d.ts +15 -0
  727. package/esm/resources/Charges.d.ts +3513 -70
  728. package/esm/resources/Charges.js.map +1 -1
  729. package/esm/resources/Checkout/Sessions.d.ts +792 -9
  730. package/esm/resources/Checkout/Sessions.js +88 -0
  731. package/esm/resources/Checkout/Sessions.js.map +1 -1
  732. package/esm/resources/Checkout/index.d.ts +1 -0
  733. package/esm/resources/ConfirmationTokens.d.ts +100 -1
  734. package/esm/resources/ConfirmationTokens.js.map +1 -1
  735. package/esm/resources/Coupons.d.ts +110 -2
  736. package/esm/resources/CreditNoteLineItems.d.ts +15 -1
  737. package/esm/resources/CreditNotes.d.ts +7 -1
  738. package/esm/resources/CreditNotes.js +14 -0
  739. package/esm/resources/CreditNotes.js.map +1 -1
  740. package/esm/resources/CustomerSessions.d.ts +68 -0
  741. package/esm/resources/Customers.d.ts +7 -1
  742. package/esm/resources/Customers.js +15 -0
  743. package/esm/resources/Customers.js.map +1 -1
  744. package/esm/resources/DelegatedCheckout/RequestedSessions.d.ts +1280 -0
  745. package/esm/resources/DelegatedCheckout/RequestedSessions.js +35 -0
  746. package/esm/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
  747. package/esm/resources/DelegatedCheckout/index.d.ts +16 -0
  748. package/esm/resources/DelegatedCheckout/index.js +9 -0
  749. package/esm/resources/DelegatedCheckout/index.js.map +1 -0
  750. package/esm/resources/Discounts.d.ts +19 -0
  751. package/esm/resources/Disputes.d.ts +37 -0
  752. package/esm/resources/Events.d.ts +560 -2
  753. package/esm/resources/ExternalAccounts.d.ts +212 -1
  754. package/esm/resources/ExternalAccounts.js +42 -1
  755. package/esm/resources/ExternalAccounts.js.map +1 -1
  756. package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
  757. package/esm/resources/FinancialConnections/AccountInferredBalances.js +3 -0
  758. package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
  759. package/esm/resources/FinancialConnections/Accounts.d.ts +74 -4
  760. package/esm/resources/FinancialConnections/Accounts.js +8 -0
  761. package/esm/resources/FinancialConnections/Accounts.js.map +1 -1
  762. package/esm/resources/FinancialConnections/Authorizations.d.ts +87 -0
  763. package/esm/resources/FinancialConnections/Authorizations.js +11 -0
  764. package/esm/resources/FinancialConnections/Authorizations.js.map +1 -0
  765. package/esm/resources/FinancialConnections/Institutions.d.ts +101 -0
  766. package/esm/resources/FinancialConnections/Institutions.js +19 -0
  767. package/esm/resources/FinancialConnections/Institutions.js.map +1 -0
  768. package/esm/resources/FinancialConnections/Sessions.d.ts +155 -7
  769. package/esm/resources/FinancialConnections/index.d.ts +21 -6
  770. package/esm/resources/FinancialConnections/index.js +4 -0
  771. package/esm/resources/FinancialConnections/index.js.map +1 -1
  772. package/esm/resources/FrMealVouchersOnboardings.d.ts +173 -0
  773. package/esm/resources/FrMealVouchersOnboardings.js +38 -0
  774. package/esm/resources/FrMealVouchersOnboardings.js.map +1 -0
  775. package/esm/resources/FxQuotes.d.ts +212 -0
  776. package/esm/resources/FxQuotes.js +25 -0
  777. package/esm/resources/FxQuotes.js.map +1 -0
  778. package/esm/resources/Identity/BlocklistEntries.d.ts +157 -0
  779. package/esm/resources/Identity/BlocklistEntries.js +50 -0
  780. package/esm/resources/Identity/BlocklistEntries.js.map +1 -0
  781. package/esm/resources/Identity/VerificationReports.d.ts +33 -2
  782. package/esm/resources/Identity/VerificationReports.js.map +1 -1
  783. package/esm/resources/Identity/VerificationSessions.d.ts +11 -3
  784. package/esm/resources/Identity/index.d.ts +18 -10
  785. package/esm/resources/Identity/index.js +2 -0
  786. package/esm/resources/Identity/index.js.map +1 -1
  787. package/esm/resources/InvoiceItems.d.ts +185 -2
  788. package/esm/resources/InvoiceItems.js.map +1 -1
  789. package/esm/resources/InvoiceLineItems.d.ts +174 -4
  790. package/esm/resources/Invoices.d.ts +2024 -35
  791. package/esm/resources/Invoices.js +70 -0
  792. package/esm/resources/Invoices.js.map +1 -1
  793. package/esm/resources/Issuing/Authorizations.d.ts +255 -0
  794. package/esm/resources/Issuing/Cardholders.d.ts +5 -4
  795. package/esm/resources/Issuing/Cards.d.ts +36 -0
  796. package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +640 -0
  797. package/esm/resources/Issuing/CreditUnderwritingRecords.js +43 -0
  798. package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
  799. package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +95 -0
  800. package/esm/resources/Issuing/DisputeSettlementDetails.js +19 -0
  801. package/esm/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
  802. package/esm/resources/Issuing/Disputes.d.ts +140 -0
  803. package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
  804. package/esm/resources/Issuing/FraudLiabilityDebits.js +19 -0
  805. package/esm/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
  806. package/esm/resources/Issuing/Programs.d.ts +95 -0
  807. package/esm/resources/Issuing/Programs.js +31 -0
  808. package/esm/resources/Issuing/Programs.js.map +1 -0
  809. package/esm/resources/Issuing/Settlements.d.ts +85 -0
  810. package/esm/resources/Issuing/Settlements.js +3 -0
  811. package/esm/resources/Issuing/Settlements.js.map +1 -0
  812. package/esm/resources/Issuing/Transactions.d.ts +157 -0
  813. package/esm/resources/Issuing/Transactions.js.map +1 -1
  814. package/esm/resources/Issuing/index.d.ts +55 -22
  815. package/esm/resources/Issuing/index.js +8 -0
  816. package/esm/resources/Issuing/index.js.map +1 -1
  817. package/esm/resources/LineItems.d.ts +29 -2
  818. package/esm/resources/Mandates.d.ts +33 -1
  819. package/esm/resources/Mandates.js +8 -0
  820. package/esm/resources/Mandates.js.map +1 -1
  821. package/esm/resources/Margins.d.ts +115 -0
  822. package/esm/resources/Margins.js +31 -0
  823. package/esm/resources/Margins.js.map +1 -0
  824. package/esm/resources/Orchestration/PaymentAttempts.d.ts +34 -0
  825. package/esm/resources/Orchestration/PaymentAttempts.js +11 -0
  826. package/esm/resources/Orchestration/PaymentAttempts.js.map +1 -0
  827. package/esm/resources/Orchestration/index.d.ts +12 -0
  828. package/esm/resources/Orchestration/index.js +9 -0
  829. package/esm/resources/Orchestration/index.js.map +1 -0
  830. package/esm/resources/Orders.d.ts +4761 -0
  831. package/esm/resources/Orders.js +453 -0
  832. package/esm/resources/Orders.js.map +1 -0
  833. package/esm/resources/PaymentAttemptRecords.d.ts +441 -1
  834. package/esm/resources/PaymentAttemptRecords.js +42 -0
  835. package/esm/resources/PaymentAttemptRecords.js.map +1 -1
  836. package/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +17 -0
  837. package/esm/resources/PaymentIntents.d.ts +16370 -3527
  838. package/esm/resources/PaymentIntents.js +40 -0
  839. package/esm/resources/PaymentIntents.js.map +1 -1
  840. package/esm/resources/PaymentLinks.d.ts +74 -12
  841. package/esm/resources/PaymentMethodBalances.d.ts +46 -0
  842. package/esm/resources/PaymentMethodBalances.js +3 -0
  843. package/esm/resources/PaymentMethodBalances.js.map +1 -0
  844. package/esm/resources/PaymentMethodConfigurations.d.ts +350 -0
  845. package/esm/resources/PaymentMethods.d.ts +216 -3
  846. package/esm/resources/PaymentMethods.js +6 -0
  847. package/esm/resources/PaymentMethods.js.map +1 -1
  848. package/esm/resources/PaymentRecords.d.ts +323 -21
  849. package/esm/resources/PaymentRecords.js.map +1 -1
  850. package/esm/resources/Persons.d.ts +24 -2
  851. package/esm/resources/Plans.d.ts +16 -0
  852. package/esm/resources/Prices.d.ts +64 -0
  853. package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +37 -0
  854. package/esm/resources/Privacy/RedactionJobValidationErrors.js +3 -0
  855. package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
  856. package/esm/resources/Privacy/RedactionJobs.d.ts +229 -0
  857. package/esm/resources/Privacy/RedactionJobs.js +69 -0
  858. package/esm/resources/Privacy/RedactionJobs.js.map +1 -0
  859. package/esm/resources/Privacy/index.d.ts +22 -0
  860. package/esm/resources/Privacy/index.js +9 -0
  861. package/esm/resources/Privacy/index.js.map +1 -0
  862. package/esm/resources/ProductCatalog/TrialOffers.d.ts +127 -0
  863. package/esm/resources/ProductCatalog/TrialOffers.js +11 -0
  864. package/esm/resources/ProductCatalog/TrialOffers.js.map +1 -0
  865. package/esm/resources/ProductCatalog/index.d.ts +12 -0
  866. package/esm/resources/ProductCatalog/index.js +9 -0
  867. package/esm/resources/ProductCatalog/index.js.map +1 -0
  868. package/esm/resources/Products.d.ts +141 -0
  869. package/esm/resources/Profiles.d.ts +26 -0
  870. package/esm/resources/Profiles.js +3 -0
  871. package/esm/resources/Profiles.js.map +1 -0
  872. package/esm/resources/PromotionCodes.d.ts +12 -0
  873. package/esm/resources/PromotionCodes.js +28 -0
  874. package/esm/resources/PromotionCodes.js.map +1 -1
  875. package/esm/resources/QuoteLines.d.ts +684 -0
  876. package/esm/resources/QuoteLines.js +3 -0
  877. package/esm/resources/QuoteLines.js.map +1 -0
  878. package/esm/resources/QuotePreviewInvoices.d.ts +1153 -0
  879. package/esm/resources/QuotePreviewInvoices.js +3 -0
  880. package/esm/resources/QuotePreviewInvoices.js.map +1 -0
  881. package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +897 -0
  882. package/esm/resources/QuotePreviewSubscriptionSchedules.js +3 -0
  883. package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
  884. package/esm/resources/Quotes.d.ts +3548 -254
  885. package/esm/resources/Quotes.js +1184 -16
  886. package/esm/resources/Quotes.js.map +1 -1
  887. package/esm/resources/Radar/AccountEvaluations.d.ts +270 -0
  888. package/esm/resources/Radar/AccountEvaluations.js +23 -0
  889. package/esm/resources/Radar/AccountEvaluations.js.map +1 -0
  890. package/esm/resources/Radar/CustomerEvaluations.d.ts +242 -0
  891. package/esm/resources/Radar/CustomerEvaluations.js +17 -0
  892. package/esm/resources/Radar/CustomerEvaluations.js.map +1 -0
  893. package/esm/resources/Radar/IssuingAuthorizationEvaluations.d.ts +435 -0
  894. package/esm/resources/Radar/IssuingAuthorizationEvaluations.js +11 -0
  895. package/esm/resources/Radar/IssuingAuthorizationEvaluations.js.map +1 -0
  896. package/esm/resources/Radar/PaymentEvaluations.d.ts +63 -1
  897. package/esm/resources/Radar/index.d.ts +34 -16
  898. package/esm/resources/Radar/index.js +6 -0
  899. package/esm/resources/Radar/index.js.map +1 -1
  900. package/esm/resources/Refunds.d.ts +11 -0
  901. package/esm/resources/Reserve/Holds.d.ts +53 -1
  902. package/esm/resources/Reserve/Holds.js +17 -1
  903. package/esm/resources/Reserve/Holds.js.map +1 -1
  904. package/esm/resources/Reserve/Plans.d.ts +16 -0
  905. package/esm/resources/Reserve/Plans.js +9 -1
  906. package/esm/resources/Reserve/Plans.js.map +1 -1
  907. package/esm/resources/Reserve/Releases.d.ts +41 -1
  908. package/esm/resources/Reserve/Releases.js +17 -1
  909. package/esm/resources/Reserve/Releases.js.map +1 -1
  910. package/esm/resources/Reserve/index.d.ts +14 -3
  911. package/esm/resources/Reserve/index.js +10 -2
  912. package/esm/resources/Reserve/index.js.map +1 -1
  913. package/esm/resources/RiskSignals.d.ts +10 -0
  914. package/esm/resources/RiskSignals.js +3 -0
  915. package/esm/resources/RiskSignals.js.map +1 -0
  916. package/esm/resources/SetupAttempts.d.ts +26 -1
  917. package/esm/resources/SetupIntents.d.ts +491 -11
  918. package/esm/resources/SharedPayment/GrantedTokens.d.ts +1101 -0
  919. package/esm/resources/SharedPayment/GrantedTokens.js +11 -0
  920. package/esm/resources/SharedPayment/GrantedTokens.js.map +1 -0
  921. package/esm/resources/SharedPayment/IssuedTokens.d.ts +322 -0
  922. package/esm/resources/SharedPayment/IssuedTokens.js +23 -0
  923. package/esm/resources/SharedPayment/IssuedTokens.js.map +1 -0
  924. package/esm/resources/SharedPayment/index.d.ts +19 -0
  925. package/esm/resources/SharedPayment/index.js +11 -0
  926. package/esm/resources/SharedPayment/index.js.map +1 -0
  927. package/esm/resources/Sources.d.ts +16 -1
  928. package/esm/resources/SubscriptionItems.d.ts +251 -0
  929. package/esm/resources/SubscriptionSchedules.d.ts +1943 -19
  930. package/esm/resources/SubscriptionSchedules.js +48 -0
  931. package/esm/resources/SubscriptionSchedules.js.map +1 -1
  932. package/esm/resources/Subscriptions.d.ts +1040 -16
  933. package/esm/resources/Subscriptions.js +236 -1
  934. package/esm/resources/Subscriptions.js.map +1 -1
  935. package/esm/resources/Tax/CalculationLineItems.d.ts +6 -2
  936. package/esm/resources/Tax/Calculations.d.ts +7 -3
  937. package/esm/resources/Tax/Forms.d.ts +230 -0
  938. package/esm/resources/Tax/Forms.js +28 -0
  939. package/esm/resources/Tax/Forms.js.map +1 -0
  940. package/esm/resources/Tax/Locations.d.ts +108 -0
  941. package/esm/resources/Tax/Locations.js +29 -0
  942. package/esm/resources/Tax/Locations.js.map +1 -0
  943. package/esm/resources/Tax/Registrations.d.ts +155 -2
  944. package/esm/resources/Tax/Transactions.d.ts +2 -2
  945. package/esm/resources/Tax/index.d.ts +27 -13
  946. package/esm/resources/Tax/index.js +4 -0
  947. package/esm/resources/Tax/index.js.map +1 -1
  948. package/esm/resources/TaxCodes.d.ts +15 -0
  949. package/esm/resources/Terminal/Configurations.d.ts +27 -0
  950. package/esm/resources/Terminal/ReaderCollectedData.d.ts +52 -0
  951. package/esm/resources/Terminal/ReaderCollectedData.js +11 -0
  952. package/esm/resources/Terminal/ReaderCollectedData.js.map +1 -0
  953. package/esm/resources/Terminal/Readers.d.ts +51 -1
  954. package/esm/resources/Terminal/index.d.ts +5 -0
  955. package/esm/resources/Terminal/index.js +2 -0
  956. package/esm/resources/Terminal/index.js.map +1 -1
  957. package/esm/resources/TestHelpers/Capital/FinancingOffers.d.ts +81 -0
  958. package/esm/resources/TestHelpers/Capital/FinancingOffers.js +17 -0
  959. package/esm/resources/TestHelpers/Capital/FinancingOffers.js.map +1 -0
  960. package/esm/resources/TestHelpers/Capital/index.d.ts +8 -0
  961. package/esm/resources/TestHelpers/Capital/index.js +9 -0
  962. package/esm/resources/TestHelpers/Capital/index.js.map +1 -0
  963. package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +78 -1
  964. package/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +8 -0
  965. package/esm/resources/TestHelpers/Issuing/Transactions.d.ts +16 -0
  966. package/esm/resources/TestHelpers/PaymentIntents.d.ts +36 -0
  967. package/esm/resources/TestHelpers/PaymentIntents.js +11 -0
  968. package/esm/resources/TestHelpers/PaymentIntents.js.map +1 -0
  969. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +75 -0
  970. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +17 -0
  971. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +1 -0
  972. package/esm/resources/TestHelpers/SharedPayment/index.d.ts +8 -0
  973. package/esm/resources/TestHelpers/SharedPayment/index.js +9 -0
  974. package/esm/resources/TestHelpers/SharedPayment/index.js.map +1 -0
  975. package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +22 -0
  976. package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +22 -0
  977. package/esm/resources/TestHelpers/index.d.ts +14 -6
  978. package/esm/resources/TestHelpers/index.js +6 -0
  979. package/esm/resources/TestHelpers/index.js.map +1 -1
  980. package/esm/resources/Tokens.d.ts +56 -0
  981. package/esm/resources/Transfers.d.ts +12 -0
  982. package/esm/resources/Transfers.js.map +1 -1
  983. package/esm/resources/TransitBalances.d.ts +25 -0
  984. package/esm/resources/TransitBalances.js +3 -0
  985. package/esm/resources/TransitBalances.js.map +1 -0
  986. package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
  987. package/esm/resources/Treasury/FinancialAccounts.d.ts +34 -1
  988. package/esm/resources/Treasury/OutboundPayments.d.ts +8 -0
  989. package/esm/resources/Treasury/OutboundTransfers.d.ts +44 -0
  990. package/esm/resources/Treasury/ReceivedCredits.d.ts +22 -0
  991. package/esm/resources/Treasury/ReceivedDebits.d.ts +26 -0
  992. package/esm/resources/V2/Billing/BillSettingVersions.d.ts +75 -0
  993. package/esm/resources/V2/Billing/BillSettingVersions.js +3 -0
  994. package/esm/resources/V2/Billing/BillSettingVersions.js.map +1 -0
  995. package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
  996. package/esm/resources/V2/Billing/BillSettings/Versions.js +19 -0
  997. package/esm/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
  998. package/esm/resources/V2/Billing/BillSettings.d.ts +284 -0
  999. package/esm/resources/V2/Billing/BillSettings.js +37 -0
  1000. package/esm/resources/V2/Billing/BillSettings.js.map +1 -0
  1001. package/esm/resources/V2/Billing/CadenceSpendModifiers.d.ts +88 -0
  1002. package/esm/resources/V2/Billing/CadenceSpendModifiers.js +3 -0
  1003. package/esm/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
  1004. package/esm/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
  1005. package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js +19 -0
  1006. package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
  1007. package/esm/resources/V2/Billing/Cadences.d.ts +1015 -0
  1008. package/esm/resources/V2/Billing/Cadences.js +260 -0
  1009. package/esm/resources/V2/Billing/Cadences.js.map +1 -0
  1010. package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +240 -0
  1011. package/esm/resources/V2/Billing/CollectionSettingVersions.js +3 -0
  1012. package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
  1013. package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
  1014. package/esm/resources/V2/Billing/CollectionSettings/Versions.js +66 -0
  1015. package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
  1016. package/esm/resources/V2/Billing/CollectionSettings.d.ts +779 -0
  1017. package/esm/resources/V2/Billing/CollectionSettings.js +162 -0
  1018. package/esm/resources/V2/Billing/CollectionSettings.js.map +1 -0
  1019. package/esm/resources/V2/Billing/CustomPricingUnits.d.ts +125 -0
  1020. package/esm/resources/V2/Billing/CustomPricingUnits.js +31 -0
  1021. package/esm/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
  1022. package/esm/resources/V2/Billing/IntentActions.d.ts +607 -0
  1023. package/esm/resources/V2/Billing/IntentActions.js +3 -0
  1024. package/esm/resources/V2/Billing/IntentActions.js.map +1 -0
  1025. package/esm/resources/V2/Billing/Intents/Actions.d.ts +33 -0
  1026. package/esm/resources/V2/Billing/Intents/Actions.js +66 -0
  1027. package/esm/resources/V2/Billing/Intents/Actions.js.map +1 -0
  1028. package/esm/resources/V2/Billing/Intents.d.ts +1257 -0
  1029. package/esm/resources/V2/Billing/Intents.js +83 -0
  1030. package/esm/resources/V2/Billing/Intents.js.map +1 -0
  1031. package/esm/resources/V2/Billing/LicenseFeeVersions.d.ts +82 -0
  1032. package/esm/resources/V2/Billing/LicenseFeeVersions.js +3 -0
  1033. package/esm/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
  1034. package/esm/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
  1035. package/esm/resources/V2/Billing/LicenseFees/Versions.js +60 -0
  1036. package/esm/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
  1037. package/esm/resources/V2/Billing/LicenseFees.d.ts +378 -0
  1038. package/esm/resources/V2/Billing/LicenseFees.js +144 -0
  1039. package/esm/resources/V2/Billing/LicenseFees.js.map +1 -0
  1040. package/esm/resources/V2/Billing/LicensedItems.d.ts +174 -0
  1041. package/esm/resources/V2/Billing/LicensedItems.js +31 -0
  1042. package/esm/resources/V2/Billing/LicensedItems.js.map +1 -0
  1043. package/esm/resources/V2/Billing/MeterEventAdjustments.d.ts +5 -5
  1044. package/esm/resources/V2/Billing/MeterEventSession.d.ts +4 -4
  1045. package/esm/resources/V2/Billing/MeterEventSession.js +1 -1
  1046. package/esm/resources/V2/Billing/MeteredItems.d.ts +222 -0
  1047. package/esm/resources/V2/Billing/MeteredItems.js +31 -0
  1048. package/esm/resources/V2/Billing/MeteredItems.js.map +1 -0
  1049. package/esm/resources/V2/Billing/OneTimeItems.d.ts +174 -0
  1050. package/esm/resources/V2/Billing/OneTimeItems.js +31 -0
  1051. package/esm/resources/V2/Billing/OneTimeItems.js.map +1 -0
  1052. package/esm/resources/V2/Billing/PricingPlanComponents.d.ts +84 -0
  1053. package/esm/resources/V2/Billing/PricingPlanComponents.js +3 -0
  1054. package/esm/resources/V2/Billing/PricingPlanComponents.js.map +1 -0
  1055. package/esm/resources/V2/Billing/PricingPlanSubscriptions.d.ts +624 -0
  1056. package/esm/resources/V2/Billing/PricingPlanSubscriptions.js +292 -0
  1057. package/esm/resources/V2/Billing/PricingPlanSubscriptions.js.map +1 -0
  1058. package/esm/resources/V2/Billing/PricingPlanVersions.d.ts +30 -0
  1059. package/esm/resources/V2/Billing/PricingPlanVersions.js +3 -0
  1060. package/esm/resources/V2/Billing/PricingPlanVersions.js.map +1 -0
  1061. package/esm/resources/V2/Billing/PricingPlans/Components.d.ts +142 -0
  1062. package/esm/resources/V2/Billing/PricingPlans/Components.js +37 -0
  1063. package/esm/resources/V2/Billing/PricingPlans/Components.js.map +1 -0
  1064. package/esm/resources/V2/Billing/PricingPlans/Versions.d.ts +33 -0
  1065. package/esm/resources/V2/Billing/PricingPlans/Versions.js +19 -0
  1066. package/esm/resources/V2/Billing/PricingPlans/Versions.js.map +1 -0
  1067. package/esm/resources/V2/Billing/PricingPlans.d.ts +177 -0
  1068. package/esm/resources/V2/Billing/PricingPlans.js +39 -0
  1069. package/esm/resources/V2/Billing/PricingPlans.js.map +1 -0
  1070. package/esm/resources/V2/Billing/Profiles.d.ts +166 -0
  1071. package/esm/resources/V2/Billing/Profiles.js +31 -0
  1072. package/esm/resources/V2/Billing/Profiles.js.map +1 -0
  1073. package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.d.ts +45 -0
  1074. package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js +3 -0
  1075. package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js.map +1 -0
  1076. package/esm/resources/V2/Billing/RateCardRates.d.ts +115 -0
  1077. package/esm/resources/V2/Billing/RateCardRates.js +3 -0
  1078. package/esm/resources/V2/Billing/RateCardRates.js.map +1 -0
  1079. package/esm/resources/V2/Billing/RateCardSubscriptions.d.ts +219 -0
  1080. package/esm/resources/V2/Billing/RateCardSubscriptions.js +37 -0
  1081. package/esm/resources/V2/Billing/RateCardSubscriptions.js.map +1 -0
  1082. package/esm/resources/V2/Billing/RateCardVersions.d.ts +22 -0
  1083. package/esm/resources/V2/Billing/RateCardVersions.js +3 -0
  1084. package/esm/resources/V2/Billing/RateCardVersions.js.map +1 -0
  1085. package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.d.ts +79 -0
  1086. package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js +31 -0
  1087. package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js.map +1 -0
  1088. package/esm/resources/V2/Billing/RateCards/Rates.d.ts +145 -0
  1089. package/esm/resources/V2/Billing/RateCards/Rates.js +106 -0
  1090. package/esm/resources/V2/Billing/RateCards/Rates.js.map +1 -0
  1091. package/esm/resources/V2/Billing/RateCards/Versions.d.ts +33 -0
  1092. package/esm/resources/V2/Billing/RateCards/Versions.js +19 -0
  1093. package/esm/resources/V2/Billing/RateCards/Versions.js.map +1 -0
  1094. package/esm/resources/V2/Billing/RateCards.d.ts +357 -0
  1095. package/esm/resources/V2/Billing/RateCards.js +72 -0
  1096. package/esm/resources/V2/Billing/RateCards.js.map +1 -0
  1097. package/esm/resources/V2/Billing/ServiceActions.d.ts +514 -0
  1098. package/esm/resources/V2/Billing/ServiceActions.js +158 -0
  1099. package/esm/resources/V2/Billing/ServiceActions.js.map +1 -0
  1100. package/esm/resources/V2/Billing/index.d.ts +161 -6
  1101. package/esm/resources/V2/Billing/index.js +30 -0
  1102. package/esm/resources/V2/Billing/index.js.map +1 -1
  1103. package/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
  1104. package/esm/resources/V2/Commerce/ProductCatalog/Imports.js +152 -0
  1105. package/esm/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
  1106. package/esm/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
  1107. package/esm/resources/V2/Commerce/ProductCatalog/index.js +9 -0
  1108. package/esm/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
  1109. package/esm/resources/V2/Commerce/ProductCatalogImports.d.ts +183 -0
  1110. package/esm/resources/V2/Commerce/ProductCatalogImports.js +3 -0
  1111. package/esm/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
  1112. package/esm/resources/V2/Commerce/index.d.ts +13 -0
  1113. package/esm/resources/V2/Commerce/index.js +9 -0
  1114. package/esm/resources/V2/Commerce/index.js.map +1 -0
  1115. package/esm/resources/V2/Core/AccountEvaluations.d.ts +160 -0
  1116. package/esm/resources/V2/Core/AccountEvaluations.js +11 -0
  1117. package/esm/resources/V2/Core/AccountEvaluations.js.map +1 -0
  1118. package/esm/resources/V2/Core/AccountLinks.d.ts +158 -6
  1119. package/esm/resources/V2/Core/AccountPersons.d.ts +1 -1
  1120. package/esm/resources/V2/Core/AccountTokens.d.ts +222 -4
  1121. package/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +3 -2
  1122. package/esm/resources/V2/Core/Accounts/PersonTokens.js +2 -1
  1123. package/esm/resources/V2/Core/Accounts/PersonTokens.js.map +1 -1
  1124. package/esm/resources/V2/Core/Accounts/Persons.d.ts +2 -2
  1125. package/esm/resources/V2/Core/Accounts.d.ts +5319 -75
  1126. package/esm/resources/V2/Core/Accounts.js +1 -1
  1127. package/esm/resources/V2/Core/ApprovalRequests.d.ts +334 -0
  1128. package/esm/resources/V2/Core/ApprovalRequests.js +42 -0
  1129. package/esm/resources/V2/Core/ApprovalRequests.js.map +1 -0
  1130. package/esm/resources/V2/Core/BatchJobs.d.ts +373 -0
  1131. package/esm/resources/V2/Core/BatchJobs.js +221 -0
  1132. package/esm/resources/V2/Core/BatchJobs.js.map +1 -0
  1133. package/esm/resources/V2/Core/ClaimableSandboxes.d.ts +229 -0
  1134. package/esm/resources/V2/Core/ClaimableSandboxes.js +27 -0
  1135. package/esm/resources/V2/Core/ClaimableSandboxes.js.map +1 -0
  1136. package/esm/resources/V2/Core/ConnectionSessions.d.ts +90 -0
  1137. package/esm/resources/V2/Core/ConnectionSessions.js +17 -0
  1138. package/esm/resources/V2/Core/ConnectionSessions.js.map +1 -0
  1139. package/esm/resources/V2/Core/EventDestinations.d.ts +50 -3
  1140. package/esm/resources/V2/Core/Events.d.ts +7325 -204
  1141. package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +285 -0
  1142. package/esm/resources/V2/Core/Vault/GbBankAccounts.js +50 -0
  1143. package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
  1144. package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +254 -0
  1145. package/esm/resources/V2/Core/Vault/UsBankAccounts.js +58 -0
  1146. package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
  1147. package/esm/resources/V2/Core/Vault/index.d.ts +28 -0
  1148. package/esm/resources/V2/Core/Vault/index.js +11 -0
  1149. package/esm/resources/V2/Core/Vault/index.js.map +1 -0
  1150. package/esm/resources/V2/Core/index.d.ts +51 -14
  1151. package/esm/resources/V2/Core/index.js +12 -0
  1152. package/esm/resources/V2/Core/index.js.map +1 -1
  1153. package/esm/resources/V2/Data/Analytics/MetricQuery.d.ts +73 -0
  1154. package/esm/resources/V2/Data/Analytics/MetricQuery.js +32 -0
  1155. package/esm/resources/V2/Data/Analytics/MetricQuery.js.map +1 -0
  1156. package/esm/resources/V2/Data/Analytics/MetricQueryResults.d.ts +82 -0
  1157. package/esm/resources/V2/Data/Analytics/MetricQueryResults.js +3 -0
  1158. package/esm/resources/V2/Data/Analytics/MetricQueryResults.js.map +1 -0
  1159. package/esm/resources/V2/Data/Analytics/index.d.ts +12 -0
  1160. package/esm/resources/V2/Data/Analytics/index.js +9 -0
  1161. package/esm/resources/V2/Data/Analytics/index.js.map +1 -0
  1162. package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +156 -0
  1163. package/esm/resources/V2/Data/Reporting/QueryRuns.js +42 -0
  1164. package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
  1165. package/esm/resources/V2/Data/Reporting/index.d.ts +13 -0
  1166. package/esm/resources/V2/Data/Reporting/index.js +9 -0
  1167. package/esm/resources/V2/Data/Reporting/index.js.map +1 -0
  1168. package/esm/resources/V2/Data/index.d.ts +13 -0
  1169. package/esm/resources/V2/Data/index.js +11 -0
  1170. package/esm/resources/V2/Data/index.js.map +1 -0
  1171. package/esm/resources/V2/Extend/WorkflowRuns.d.ts +166 -0
  1172. package/esm/resources/V2/Extend/WorkflowRuns.js +19 -0
  1173. package/esm/resources/V2/Extend/WorkflowRuns.js.map +1 -0
  1174. package/esm/resources/V2/Extend/Workflows.d.ts +123 -0
  1175. package/esm/resources/V2/Extend/Workflows.js +26 -0
  1176. package/esm/resources/V2/Extend/Workflows.js.map +1 -0
  1177. package/esm/resources/V2/Extend/index.d.ts +20 -0
  1178. package/esm/resources/V2/Extend/index.js +11 -0
  1179. package/esm/resources/V2/Extend/index.js.map +1 -0
  1180. package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
  1181. package/esm/resources/V2/FinancialAddressCreditSimulations.js +3 -0
  1182. package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
  1183. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
  1184. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +3 -0
  1185. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
  1186. package/esm/resources/V2/Iam/ActivityLogs.d.ts +204 -0
  1187. package/esm/resources/V2/Iam/ActivityLogs.js +13 -0
  1188. package/esm/resources/V2/Iam/ActivityLogs.js.map +1 -0
  1189. package/esm/resources/V2/Iam/ApiKeys.d.ts +280 -0
  1190. package/esm/resources/V2/Iam/ApiKeys.js +43 -0
  1191. package/esm/resources/V2/Iam/ApiKeys.js.map +1 -0
  1192. package/esm/resources/V2/Iam/index.d.ts +22 -0
  1193. package/esm/resources/V2/Iam/index.js +11 -0
  1194. package/esm/resources/V2/Iam/index.js.map +1 -0
  1195. package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +139 -0
  1196. package/esm/resources/V2/MoneyManagement/Adjustments.js +19 -0
  1197. package/esm/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
  1198. package/esm/resources/V2/MoneyManagement/CurrencyConversions.d.ts +135 -0
  1199. package/esm/resources/V2/MoneyManagement/CurrencyConversions.js +27 -0
  1200. package/esm/resources/V2/MoneyManagement/CurrencyConversions.js.map +1 -0
  1201. package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +412 -0
  1202. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +40 -0
  1203. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
  1204. package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +308 -0
  1205. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +27 -0
  1206. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
  1207. package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +254 -0
  1208. package/esm/resources/V2/MoneyManagement/InboundTransfers.js +26 -0
  1209. package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
  1210. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +222 -0
  1211. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +18 -0
  1212. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
  1213. package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +524 -0
  1214. package/esm/resources/V2/MoneyManagement/OutboundPayments.js +37 -0
  1215. package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
  1216. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +320 -0
  1217. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +45 -0
  1218. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
  1219. package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +342 -0
  1220. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +35 -0
  1221. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
  1222. package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +270 -0
  1223. package/esm/resources/V2/MoneyManagement/PayoutMethods.js +40 -0
  1224. package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
  1225. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +96 -0
  1226. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +13 -0
  1227. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
  1228. package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +451 -0
  1229. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +19 -0
  1230. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
  1231. package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +237 -0
  1232. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +19 -0
  1233. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
  1234. package/esm/resources/V2/MoneyManagement/RecipientVerifications.d.ts +120 -0
  1235. package/esm/resources/V2/MoneyManagement/RecipientVerifications.js +23 -0
  1236. package/esm/resources/V2/MoneyManagement/RecipientVerifications.js.map +1 -0
  1237. package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +245 -0
  1238. package/esm/resources/V2/MoneyManagement/TransactionEntries.js +19 -0
  1239. package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
  1240. package/esm/resources/V2/MoneyManagement/Transactions.d.ts +276 -0
  1241. package/esm/resources/V2/MoneyManagement/Transactions.js +19 -0
  1242. package/esm/resources/V2/MoneyManagement/Transactions.js.map +1 -0
  1243. package/esm/resources/V2/MoneyManagement/index.d.ts +118 -0
  1244. package/esm/resources/V2/MoneyManagement/index.js +39 -0
  1245. package/esm/resources/V2/MoneyManagement/index.js.map +1 -0
  1246. package/esm/resources/V2/Network/BusinessProfiles.d.ts +96 -0
  1247. package/esm/resources/V2/Network/BusinessProfiles.js +17 -0
  1248. package/esm/resources/V2/Network/BusinessProfiles.js.map +1 -0
  1249. package/esm/resources/V2/Network/index.d.ts +13 -0
  1250. package/esm/resources/V2/Network/index.js +9 -0
  1251. package/esm/resources/V2/Network/index.js.map +1 -0
  1252. package/esm/resources/V2/OrchestratedCommerce/Agreements.d.ts +147 -0
  1253. package/esm/resources/V2/OrchestratedCommerce/Agreements.js +37 -0
  1254. package/esm/resources/V2/OrchestratedCommerce/Agreements.js.map +1 -0
  1255. package/esm/resources/V2/OrchestratedCommerce/index.d.ts +16 -0
  1256. package/esm/resources/V2/OrchestratedCommerce/index.js +9 -0
  1257. package/esm/resources/V2/OrchestratedCommerce/index.js.map +1 -0
  1258. package/esm/resources/V2/Payments/OffSessionPayments.d.ts +827 -0
  1259. package/esm/resources/V2/Payments/OffSessionPayments.js +49 -0
  1260. package/esm/resources/V2/Payments/OffSessionPayments.js.map +1 -0
  1261. package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.d.ts +77 -0
  1262. package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.js +3 -0
  1263. package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.js.map +1 -0
  1264. package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.d.ts +85 -0
  1265. package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js +31 -0
  1266. package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js.map +1 -0
  1267. package/esm/resources/V2/Payments/SettlementAllocationIntents.d.ts +213 -0
  1268. package/esm/resources/V2/Payments/SettlementAllocationIntents.js +49 -0
  1269. package/esm/resources/V2/Payments/SettlementAllocationIntents.js.map +1 -0
  1270. package/esm/resources/V2/Payments/index.d.ts +31 -0
  1271. package/esm/resources/V2/Payments/index.js +11 -0
  1272. package/esm/resources/V2/Payments/index.js.map +1 -0
  1273. package/esm/resources/V2/Reporting/ReportRuns.d.ts +173 -0
  1274. package/esm/resources/V2/Reporting/ReportRuns.js +46 -0
  1275. package/esm/resources/V2/Reporting/ReportRuns.js.map +1 -0
  1276. package/esm/resources/V2/Reporting/Reports.d.ts +110 -0
  1277. package/esm/resources/V2/Reporting/Reports.js +13 -0
  1278. package/esm/resources/V2/Reporting/Reports.js.map +1 -0
  1279. package/esm/resources/V2/Reporting/index.d.ts +18 -0
  1280. package/esm/resources/V2/Reporting/index.js +11 -0
  1281. package/esm/resources/V2/Reporting/index.js.map +1 -0
  1282. package/esm/resources/V2/Tax/ManualRules.d.ts +335 -0
  1283. package/esm/resources/V2/Tax/ManualRules.js +189 -0
  1284. package/esm/resources/V2/Tax/ManualRules.js.map +1 -0
  1285. package/esm/resources/V2/Tax/index.d.ts +16 -0
  1286. package/esm/resources/V2/Tax/index.js +9 -0
  1287. package/esm/resources/V2/Tax/index.js.map +1 -0
  1288. package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
  1289. package/esm/resources/V2/TestHelpers/FinancialAddresses.js +19 -0
  1290. package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
  1291. package/esm/resources/V2/TestHelpers/MoneyManagement.d.ts +31 -0
  1292. package/esm/resources/V2/TestHelpers/MoneyManagement.js +11 -0
  1293. package/esm/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
  1294. package/esm/resources/V2/TestHelpers/index.d.ts +10 -0
  1295. package/esm/resources/V2/TestHelpers/index.js +11 -0
  1296. package/esm/resources/V2/TestHelpers/index.js.map +1 -0
  1297. package/esm/resources/V2/index.d.ts +39 -0
  1298. package/esm/resources/V2/index.js +22 -0
  1299. package/esm/resources/V2/index.js.map +1 -1
  1300. package/esm/resources/WebhookEndpoints.d.ts +2 -2
  1301. package/esm/resources.d.ts +14 -0
  1302. package/esm/resources.js +221 -0
  1303. package/esm/resources.js.map +1 -1
  1304. package/esm/stripe.core.d.ts +84 -28
  1305. package/esm/stripe.core.js +29 -1
  1306. package/esm/stripe.core.js.map +1 -1
  1307. package/esm/stripe.esm.node.d.ts +84 -28
  1308. package/esm/stripe.esm.node.js +29 -1
  1309. package/esm/stripe.esm.node.js.map +1 -1
  1310. package/package.json +1 -1
@@ -2,6 +2,7 @@
2
2
  // File generated from our OpenAPI spec
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.AccountResource = void 0;
5
+ const crypto = require("crypto");
5
6
  const StripeResource_js_1 = require("../StripeResource.js");
6
7
  class AccountResource extends StripeResource_js_1.StripeResource {
7
8
  /**
@@ -78,6 +79,20 @@ class AccountResource extends StripeResource_js_1.StripeResource {
78
79
  reject(id, params, options) {
79
80
  return this._makeRequest('POST', `/v1/accounts/${id}/reject`, params, options);
80
81
  }
82
+ serializeBatchUpdate(account, params = {}, options = {}) {
83
+ const itemId = crypto.randomUUID();
84
+ const stripeVersion = options.apiVersion || this._stripe.getApiField('version');
85
+ const item = {
86
+ id: itemId,
87
+ params: params,
88
+ stripe_version: stripeVersion,
89
+ };
90
+ item.path_params = { account: account };
91
+ if (options.stripeContext) {
92
+ item.context = options.stripeContext;
93
+ }
94
+ return JSON.stringify(item);
95
+ }
81
96
  /**
82
97
  * Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.
83
98
  */
@@ -177,6 +192,12 @@ class AccountResource extends StripeResource_js_1.StripeResource {
177
192
  createPerson(id, params, options) {
178
193
  return this._makeRequest('POST', `/v1/accounts/${id}/persons`, params, options);
179
194
  }
195
+ /**
196
+ * Retrieves the account's Signal objects
197
+ */
198
+ retrieveSignals(id, params, options) {
199
+ return this._makeRequest('GET', `/v1/accounts/${id}/signals`, params, options);
200
+ }
180
201
  }
181
202
  exports.AccountResource = AccountResource;
182
203
  //# sourceMappingURL=Accounts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Accounts.js","sourceRoot":"","sources":["../../src/resources/Accounts.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Accounts.js","sourceRoot":"","sources":["../../src/resources/Accounts.ts"],"names":[],"mappings":"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"}
@@ -87,6 +87,10 @@ export interface ApplicationFee {
87
87
  * Polymorphic source of the application fee. Includes the ID of the object the application fee was created from.
88
88
  */
89
89
  fee_source: ApplicationFee.FeeSource | null;
90
+ /**
91
+ * Polymorphic funding source of the application fee. Includes the type and details of the funding source.
92
+ */
93
+ funding_source?: ApplicationFee.FundingSource | null;
90
94
  /**
91
95
  * If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
92
96
  */
@@ -103,6 +107,10 @@ export interface ApplicationFee {
103
107
  * A list of refunds that have been applied to the fee.
104
108
  */
105
109
  refunds: ApiList<FeeRefund>;
110
+ /**
111
+ * Type of settlement for the application fee. One of `net_settled` or `gross_settled`.
112
+ */
113
+ settlement_type?: ApplicationFee.SettlementType;
106
114
  }
107
115
  export declare namespace ApplicationFee {
108
116
  interface FeeSource {
@@ -110,17 +118,36 @@ export declare namespace ApplicationFee {
110
118
  * Charge ID that created this application fee.
111
119
  */
112
120
  charge?: string;
121
+ /**
122
+ * PaymentRecord ID that created this application fee.
123
+ */
124
+ payment_record?: string;
113
125
  /**
114
126
  * Payout ID that created this application fee.
115
127
  */
116
128
  payout?: string;
129
+ /**
130
+ * Transfer ID that created this application fee.
131
+ */
132
+ transfer?: string;
117
133
  /**
118
134
  * Type of object that created the application fee.
119
135
  */
120
136
  type: FeeSource.Type;
121
137
  }
138
+ interface FundingSource {
139
+ /**
140
+ * The invoice ID associated with this funding source, if applicable.
141
+ */
142
+ invoice?: string;
143
+ /**
144
+ * The type of funding source.
145
+ */
146
+ type: string;
147
+ }
148
+ type SettlementType = 'gross_settled' | 'net_settled';
122
149
  namespace FeeSource {
123
- type Type = 'charge' | 'payout';
150
+ type Type = 'charge' | 'payout' | 'transfer';
124
151
  }
125
152
  }
126
153
  export interface ApplicationFeeRetrieveParams {
@@ -34,6 +34,8 @@ export interface Balance {
34
34
  */
35
35
  pending: Array<Balance.Pending>;
36
36
  refund_and_dispute_prefunding?: Balance.RefundAndDisputePrefunding;
37
+ risk_reserved?: Balance.RiskReserved;
38
+ transit_balances_total?: Balance.TransitBalancesTotal;
37
39
  }
38
40
  export declare namespace Balance {
39
41
  interface Available {
@@ -100,6 +102,26 @@ export declare namespace Balance {
100
102
  */
101
103
  pending: Array<RefundAndDisputePrefunding.Pending>;
102
104
  }
105
+ interface RiskReserved {
106
+ /**
107
+ * Funds that are available for use.
108
+ */
109
+ available: Array<RiskReserved.Available>;
110
+ /**
111
+ * Funds that are pending
112
+ */
113
+ pending: Array<RiskReserved.Pending>;
114
+ }
115
+ interface TransitBalancesTotal {
116
+ /**
117
+ * Funds that are available for use.
118
+ */
119
+ available: Array<TransitBalancesTotal.Available>;
120
+ /**
121
+ * Funds that are pending
122
+ */
123
+ pending: Array<TransitBalancesTotal.Pending>;
124
+ }
103
125
  namespace Available {
104
126
  interface SourceTypes {
105
127
  /**
@@ -276,6 +298,118 @@ export declare namespace Balance {
276
298
  }
277
299
  }
278
300
  }
301
+ namespace RiskReserved {
302
+ interface Available {
303
+ /**
304
+ * Balance amount.
305
+ */
306
+ amount: number;
307
+ /**
308
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
309
+ */
310
+ currency: string;
311
+ source_types?: Available.SourceTypes;
312
+ }
313
+ interface Pending {
314
+ /**
315
+ * Balance amount.
316
+ */
317
+ amount: number;
318
+ /**
319
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
320
+ */
321
+ currency: string;
322
+ source_types?: Pending.SourceTypes;
323
+ }
324
+ namespace Available {
325
+ interface SourceTypes {
326
+ /**
327
+ * Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
328
+ */
329
+ bank_account?: number;
330
+ /**
331
+ * Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
332
+ */
333
+ card?: number;
334
+ /**
335
+ * Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
336
+ */
337
+ fpx?: number;
338
+ }
339
+ }
340
+ namespace Pending {
341
+ interface SourceTypes {
342
+ /**
343
+ * Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
344
+ */
345
+ bank_account?: number;
346
+ /**
347
+ * Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
348
+ */
349
+ card?: number;
350
+ /**
351
+ * Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
352
+ */
353
+ fpx?: number;
354
+ }
355
+ }
356
+ }
357
+ namespace TransitBalancesTotal {
358
+ interface Available {
359
+ /**
360
+ * Balance amount.
361
+ */
362
+ amount: number;
363
+ /**
364
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
365
+ */
366
+ currency: string;
367
+ source_types?: Available.SourceTypes;
368
+ }
369
+ interface Pending {
370
+ /**
371
+ * Balance amount.
372
+ */
373
+ amount: number;
374
+ /**
375
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
376
+ */
377
+ currency: string;
378
+ source_types?: Pending.SourceTypes;
379
+ }
380
+ namespace Available {
381
+ interface SourceTypes {
382
+ /**
383
+ * Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
384
+ */
385
+ bank_account?: number;
386
+ /**
387
+ * Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
388
+ */
389
+ card?: number;
390
+ /**
391
+ * Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
392
+ */
393
+ fpx?: number;
394
+ }
395
+ }
396
+ namespace Pending {
397
+ interface SourceTypes {
398
+ /**
399
+ * Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
400
+ */
401
+ bank_account?: number;
402
+ /**
403
+ * Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
404
+ */
405
+ card?: number;
406
+ /**
407
+ * Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
408
+ */
409
+ fpx?: number;
410
+ }
411
+ }
412
+ }
279
413
  }
280
414
  export interface BalanceRetrieveParams {
281
415
  /**
@@ -26,10 +26,20 @@ export declare namespace BalanceSettings {
26
26
  * A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account. See [Understanding Connect account balances](https://docs.stripe.com/connect/account-balances) for details. The default value is `false` when [controller.requirement_collection](https://docs.stripe.com/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts, otherwise `true`.
27
27
  */
28
28
  debit_negative_balances: boolean | null;
29
+ /**
30
+ * The default settlement currency for the account.
31
+ */
32
+ default_settlement_currency?: string | null;
29
33
  /**
30
34
  * Settings specific to the account's payouts.
31
35
  */
32
36
  payouts: Payments.Payouts | null;
37
+ /**
38
+ * A hash of settlement currencies and their states. Each key is an ISO 4217 currency code, and the value is one of `enabled`, `disabled`, or `restricted_by_application`.
39
+ */
40
+ settlement_currencies?: {
41
+ [key: string]: Payments.SettlementCurrencies;
42
+ } | null;
33
43
  settlement_timing: Payments.SettlementTiming;
34
44
  }
35
45
  namespace Payments {
@@ -53,6 +63,7 @@ export declare namespace BalanceSettings {
53
63
  */
54
64
  status: Payouts.Status;
55
65
  }
66
+ type SettlementCurrencies = 'disabled' | 'enabled' | 'restricted_by_application';
56
67
  interface SettlementTiming {
57
68
  /**
58
69
  * The number of days charge funds are held before becoming available.
@@ -112,6 +123,12 @@ export declare namespace BalanceSettingsUpdateParams {
112
123
  * Settings specific to the account's payouts.
113
124
  */
114
125
  payouts?: Payments.Payouts;
126
+ /**
127
+ * A hash of settlement currencies to update. Each key is an ISO 4217 currency code, and the value is either `enabled` or `disabled`.
128
+ */
129
+ settlement_currencies?: {
130
+ [key: string]: Payments.SettlementCurrencies;
131
+ };
115
132
  /**
116
133
  * Settings related to the account's balance settlement timing.
117
134
  */
@@ -134,6 +151,7 @@ export declare namespace BalanceSettingsUpdateParams {
134
151
  */
135
152
  statement_descriptor?: string;
136
153
  }
154
+ type SettlementCurrencies = 'disabled' | 'enabled';
137
155
  interface SettlementTiming {
138
156
  /**
139
157
  * Change `delay_days` for this account, which determines the number of days charge funds are held before becoming available. The maximum value is 31. Passing an empty string to `delay_days_override` will return `delay_days` to the default, which is the lowest available value for the account. [Learn more about controlling delay days](https://docs.stripe.com/connect/manage-payout-schedule).
@@ -83,7 +83,7 @@ export interface BalanceTransaction {
83
83
  type: BalanceTransaction.Type;
84
84
  }
85
85
  export declare namespace BalanceTransaction {
86
- type BalanceType = 'issuing' | 'payments' | 'refund_and_dispute_prefunding' | 'risk_reserved';
86
+ type BalanceType = 'fee_credits' | 'issuing' | 'payments' | 'refund_and_dispute_prefunding' | 'risk_reserved' | 'transit';
87
87
  interface FeeDetail {
88
88
  /**
89
89
  * Amount of the fee, in cents.
@@ -0,0 +1,160 @@
1
+ import { StripeResource } from '../StripeResource.js';
2
+ import { BalanceTransaction } from './BalanceTransactions.js';
3
+ import { MetadataParam, Metadata } from '../shared.js';
4
+ import { RequestOptions, Response } from '../lib.js';
5
+ export declare class BalanceTransferResource extends StripeResource {
6
+ /**
7
+ * Creates a balance transfer. For Issuing use cases, funds will be debited immediately from the source balance and credited to the destination balance immediately (if your account is based in the US) or next-business-day (if your account is based in the EU). For Segregated Separate Charges and Transfers use cases, funds will be debited immediately from the source balance and credited immediately to the destination balance.
8
+ */
9
+ create(params: BalanceTransferCreateParams, options?: RequestOptions): Promise<Response<BalanceTransfer>>;
10
+ }
11
+ export interface BalanceTransfer {
12
+ /**
13
+ * Unique identifier for the object.
14
+ */
15
+ id: string;
16
+ /**
17
+ * String representing the object's type. Objects of the same type share the same value.
18
+ */
19
+ object: 'balance_transfer';
20
+ /**
21
+ * A positive integer representing how much was transferred in the smallest currency unit.
22
+ */
23
+ amount: number;
24
+ /**
25
+ * Time at which the object was created. Measured in seconds since the Unix epoch.
26
+ */
27
+ created: number;
28
+ /**
29
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
30
+ */
31
+ currency: string;
32
+ /**
33
+ * The balance that funds were transferred to.
34
+ */
35
+ destination_balance: BalanceTransfer.DestinationBalance | null;
36
+ /**
37
+ * A [hosted transaction receipt](https://docs.stripe.com/treasury/moving-money/regulatory-receipts) URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.
38
+ */
39
+ hosted_regulatory_receipt_url: string | null;
40
+ /**
41
+ * If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
42
+ */
43
+ livemode: boolean;
44
+ /**
45
+ * Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
46
+ */
47
+ metadata: Metadata;
48
+ /**
49
+ * The balance that funds were transferred from. One of `card`, `fpx`, or `bank_account`.
50
+ */
51
+ source_balance: BalanceTransfer.SourceBalance | null;
52
+ }
53
+ export declare namespace BalanceTransfer {
54
+ interface DestinationBalance {
55
+ issuing?: DestinationBalance.Issuing;
56
+ payments?: DestinationBalance.Payments;
57
+ /**
58
+ * Destination balance type to adjust for the Balance Transfer. One of `payments`, `issuing`, or `allocated_funds`.
59
+ */
60
+ type: string;
61
+ }
62
+ interface SourceBalance {
63
+ issuing?: SourceBalance.Issuing;
64
+ payments?: SourceBalance.Payments;
65
+ /**
66
+ * Source balance type to adjust for the Balance Transfer. One of `payments`, `issuing`, or `allocated_funds`.
67
+ */
68
+ type: string;
69
+ }
70
+ namespace DestinationBalance {
71
+ interface Issuing {
72
+ /**
73
+ * Identifier for the balance_transaction that increased the destination balance.
74
+ */
75
+ balance_transaction?: string | BalanceTransaction;
76
+ }
77
+ interface Payments {
78
+ /**
79
+ * Identifier for the balance_transaction that increased the destination balance.
80
+ */
81
+ balance_transaction?: string | BalanceTransaction;
82
+ }
83
+ }
84
+ namespace SourceBalance {
85
+ interface Issuing {
86
+ /**
87
+ * Identifier for the balance_transaction that decreased the source balance.
88
+ */
89
+ balance_transaction?: string | BalanceTransaction;
90
+ }
91
+ interface Payments {
92
+ /**
93
+ * Identifier for the balance_transaction that decreased the source balance.
94
+ */
95
+ balance_transaction: string | BalanceTransaction;
96
+ /**
97
+ * The payments balance type that this BalanceTransfer pulled funds from. One of `card`, `fpx`, or `bank_account`.
98
+ */
99
+ source_type?: string;
100
+ }
101
+ }
102
+ }
103
+ export interface BalanceTransferCreateParams {
104
+ /**
105
+ * A positive integer representing how much to transfer in the smallest currency unit.
106
+ */
107
+ amount: number;
108
+ /**
109
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
110
+ */
111
+ currency: BalanceTransferCreateParams.Currency;
112
+ /**
113
+ * The balance to which funds are transferred.
114
+ */
115
+ destination_balance: BalanceTransferCreateParams.DestinationBalance;
116
+ /**
117
+ * The balance from which funds are transferred, including details specific to the balance you choose.
118
+ */
119
+ source_balance: BalanceTransferCreateParams.SourceBalance;
120
+ /**
121
+ * Specifies which fields in the response should be expanded.
122
+ */
123
+ expand?: Array<string>;
124
+ /**
125
+ * Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
126
+ */
127
+ metadata?: MetadataParam;
128
+ }
129
+ export declare namespace BalanceTransferCreateParams {
130
+ type Currency = 'eur' | 'gbp' | 'usd';
131
+ interface DestinationBalance {
132
+ /**
133
+ * Destination balance type to push funds into for the Balance Transfer.
134
+ */
135
+ type: DestinationBalance.Type;
136
+ }
137
+ interface SourceBalance {
138
+ allocated_funds?: SourceBalance.AllocatedFunds;
139
+ /**
140
+ * Source balance type to pull funds from for the Balance Transfer.
141
+ */
142
+ type: SourceBalance.Type;
143
+ }
144
+ namespace DestinationBalance {
145
+ type Type = 'issuing' | 'payments';
146
+ }
147
+ namespace SourceBalance {
148
+ interface AllocatedFunds {
149
+ /**
150
+ * The charge ID that the funds are originally sourced from. Required if `type` is `charge`.
151
+ */
152
+ charge: string;
153
+ /**
154
+ * The type of object that the funds are originally sourced from. One of `charge`.
155
+ */
156
+ type: 'charge';
157
+ }
158
+ type Type = 'allocated_funds' | 'issuing' | 'payments';
159
+ }
160
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.BalanceTransferResource = void 0;
5
+ const StripeResource_js_1 = require("../StripeResource.js");
6
+ class BalanceTransferResource extends StripeResource_js_1.StripeResource {
7
+ /**
8
+ * Creates a balance transfer. For Issuing use cases, funds will be debited immediately from the source balance and credited to the destination balance immediately (if your account is based in the US) or next-business-day (if your account is based in the EU). For Segregated Separate Charges and Transfers use cases, funds will be debited immediately from the source balance and credited immediately to the destination balance.
9
+ */
10
+ create(params, options) {
11
+ return this._makeRequest('POST', '/v1/balance_transfers', params, options);
12
+ }
13
+ }
14
+ exports.BalanceTransferResource = BalanceTransferResource;
15
+ //# sourceMappingURL=BalanceTransfers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BalanceTransfers.js","sourceRoot":"","sources":["../../src/resources/BalanceTransfers.ts"],"names":[],"mappings":";AAAA,uCAAuC;;;AAEvC,4DAAoD;AAKpD,MAAa,uBAAwB,SAAQ,kCAAc;IACzD;;OAEG;IACH,MAAM,CACJ,MAAmC,EACnC,OAAwB;QAExB,OAAO,IAAI,CAAC,YAAY,CACtB,MAAM,EACN,uBAAuB,EACvB,MAAM,EACN,OAAO,CACD,CAAC;IACX,CAAC;CACF;AAfD,0DAeC"}
@@ -157,7 +157,7 @@ export declare namespace BankAccount {
157
157
  requirement: string;
158
158
  }
159
159
  namespace Error {
160
- type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
160
+ type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_data_not_found' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
161
161
  }
162
162
  }
163
163
  namespace Requirements {
@@ -176,7 +176,7 @@ export declare namespace BankAccount {
176
176
  requirement: string;
177
177
  }
178
178
  namespace Error {
179
- type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
179
+ type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_data_not_found' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
180
180
  }
181
181
  }
182
182
  }
@@ -0,0 +1,40 @@
1
+ import { Alert } from './Alerts.js';
2
+ import { Decimal } from '../../shared.js';
3
+ export interface AlertRecovered {
4
+ /**
5
+ * String representing the object's type. Objects of the same type share the same value.
6
+ */
7
+ object: 'billing.alert_recovered';
8
+ /**
9
+ * A billing alert is a resource that notifies you when a certain usage threshold on a meter is crossed. For example, you might create a billing alert to notify you when a certain user made 100 API requests.
10
+ */
11
+ alert: Alert;
12
+ /**
13
+ * Time at which the object was created. Measured in seconds since the Unix epoch.
14
+ */
15
+ created: number;
16
+ /**
17
+ * Currency for the threshold value
18
+ */
19
+ currency?: string | null;
20
+ /**
21
+ * Custom pricing unit for the threshold value
22
+ */
23
+ custom_pricing_unit?: string | null;
24
+ /**
25
+ * ID of customer for which the alert recovered
26
+ */
27
+ customer: string;
28
+ /**
29
+ * External customer ID for the customer for which the alert recovered
30
+ */
31
+ external_customer_id?: string | null;
32
+ /**
33
+ * If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
34
+ */
35
+ livemode: boolean;
36
+ /**
37
+ * The value at which the alert recovered
38
+ */
39
+ value: Decimal;
40
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=AlertRecovereds.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertRecovereds.js","sourceRoot":"","sources":["../../../src/resources/Billing/AlertRecovereds.ts"],"names":[],"mappings":";AAAA,uCAAuC"}