stripe 22.2.0-beta.2 → 22.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (874) hide show
  1. package/CHANGELOG.md +84 -1727
  2. package/OPENAPI_VERSION +1 -1
  3. package/README.md +65 -58
  4. package/VERSION +1 -1
  5. package/cjs/Error.d.ts +0 -50
  6. package/cjs/Error.js +1 -125
  7. package/cjs/Error.js.map +1 -1
  8. package/cjs/RequestSender.d.ts +1 -0
  9. package/cjs/RequestSender.js +10 -2
  10. package/cjs/RequestSender.js.map +1 -1
  11. package/cjs/Types.d.ts +2 -4
  12. package/cjs/Types.js.map +1 -1
  13. package/cjs/apiVersion.d.ts +2 -1
  14. package/cjs/apiVersion.js +3 -2
  15. package/cjs/apiVersion.js.map +1 -1
  16. package/cjs/lib.d.ts +48 -3
  17. package/cjs/net/FetchHttpClient.js.map +1 -1
  18. package/cjs/net/HttpClient.js.map +1 -1
  19. package/cjs/platform/NodePlatformFunctions.d.ts +6 -0
  20. package/cjs/platform/NodePlatformFunctions.js +17 -0
  21. package/cjs/platform/NodePlatformFunctions.js.map +1 -1
  22. package/cjs/platform/PlatformFunctions.d.ts +13 -0
  23. package/cjs/platform/PlatformFunctions.js +21 -0
  24. package/cjs/platform/PlatformFunctions.js.map +1 -1
  25. package/cjs/resources/AccountLinks.d.ts +1 -1
  26. package/cjs/resources/AccountSessions.d.ts +0 -262
  27. package/cjs/resources/AccountSessions.js.map +1 -1
  28. package/cjs/resources/Accounts.d.ts +45 -819
  29. package/cjs/resources/Accounts.js +0 -15
  30. package/cjs/resources/Accounts.js.map +1 -1
  31. package/cjs/resources/Apps/index.d.ts +4 -4
  32. package/cjs/resources/Balance.d.ts +0 -67
  33. package/cjs/resources/BalanceSettings.d.ts +86 -0
  34. package/cjs/resources/BankAccounts.d.ts +2 -2
  35. package/cjs/resources/Billing/AlertTriggereds.d.ts +1 -2
  36. package/cjs/resources/Billing/index.d.ts +24 -27
  37. package/cjs/resources/Billing/index.js +0 -2
  38. package/cjs/resources/Billing/index.js.map +1 -1
  39. package/cjs/resources/BillingPortal/index.d.ts +5 -5
  40. package/cjs/resources/Capabilities.d.ts +2 -2
  41. package/cjs/resources/Cards.d.ts +0 -4
  42. package/cjs/resources/Charges.d.ts +92 -3064
  43. package/cjs/resources/Checkout/Sessions.d.ts +51 -414
  44. package/cjs/resources/Checkout/index.d.ts +6 -6
  45. package/cjs/resources/Climate/index.d.ts +9 -9
  46. package/cjs/resources/ConfirmationTokens.d.ts +7 -67
  47. package/cjs/resources/Coupons.d.ts +0 -47
  48. package/cjs/resources/CreditNoteLineItems.d.ts +1 -15
  49. package/cjs/resources/CreditNotes.d.ts +1 -7
  50. package/cjs/resources/CreditNotes.js +0 -14
  51. package/cjs/resources/CreditNotes.js.map +1 -1
  52. package/cjs/resources/CustomerSessions.d.ts +0 -68
  53. package/cjs/resources/Customers.d.ts +1 -7
  54. package/cjs/resources/Customers.js +0 -15
  55. package/cjs/resources/Customers.js.map +1 -1
  56. package/cjs/resources/Discounts.d.ts +4 -4
  57. package/cjs/resources/Disputes.d.ts +0 -29
  58. package/cjs/resources/Entitlements/index.d.ts +6 -6
  59. package/cjs/resources/Events.d.ts +2 -547
  60. package/cjs/resources/ExternalAccounts.d.ts +1 -212
  61. package/cjs/resources/ExternalAccounts.js +0 -44
  62. package/cjs/resources/ExternalAccounts.js.map +1 -1
  63. package/cjs/resources/Files.d.ts +2 -0
  64. package/cjs/resources/Files.js +5 -0
  65. package/cjs/resources/Files.js.map +1 -1
  66. package/cjs/resources/FinancialConnections/Accounts.d.ts +4 -74
  67. package/cjs/resources/FinancialConnections/Accounts.js +0 -8
  68. package/cjs/resources/FinancialConnections/Accounts.js.map +1 -1
  69. package/cjs/resources/FinancialConnections/Sessions.d.ts +7 -155
  70. package/cjs/resources/FinancialConnections/index.d.ts +13 -28
  71. package/cjs/resources/FinancialConnections/index.js +0 -4
  72. package/cjs/resources/FinancialConnections/index.js.map +1 -1
  73. package/cjs/resources/Forwarding/index.d.ts +3 -3
  74. package/cjs/resources/Identity/index.d.ts +8 -8
  75. package/cjs/resources/InvoiceItems.d.ts +28 -85
  76. package/cjs/resources/InvoiceItems.js.map +1 -1
  77. package/cjs/resources/InvoiceLineItems.d.ts +2 -40
  78. package/cjs/resources/Invoices.d.ts +26 -1348
  79. package/cjs/resources/Invoices.js +0 -70
  80. package/cjs/resources/Invoices.js.map +1 -1
  81. package/cjs/resources/Issuing/Cardholders.d.ts +1 -2
  82. package/cjs/resources/Issuing/Disputes.d.ts +1 -1
  83. package/cjs/resources/Issuing/PersonalizationDesigns.d.ts +1 -1
  84. package/cjs/resources/Issuing/Transactions.d.ts +0 -9
  85. package/cjs/resources/Issuing/Transactions.js.map +1 -1
  86. package/cjs/resources/Issuing/index.d.ts +35 -60
  87. package/cjs/resources/Issuing/index.js +0 -6
  88. package/cjs/resources/Issuing/index.js.map +1 -1
  89. package/cjs/resources/LineItems.d.ts +2 -29
  90. package/cjs/resources/Mandates.d.ts +4 -33
  91. package/cjs/resources/Mandates.js +0 -8
  92. package/cjs/resources/Mandates.js.map +1 -1
  93. package/cjs/resources/OAuth.d.ts +7 -8
  94. package/cjs/resources/PaymentAttemptRecords.d.ts +23 -92
  95. package/cjs/resources/PaymentIntents.d.ts +6510 -17236
  96. package/cjs/resources/PaymentIntents.js +3 -28
  97. package/cjs/resources/PaymentIntents.js.map +1 -1
  98. package/cjs/resources/PaymentLinks.d.ts +88 -20
  99. package/cjs/resources/PaymentMethodConfigurations.d.ts +93 -299
  100. package/cjs/resources/PaymentMethods.d.ts +22 -152
  101. package/cjs/resources/PaymentMethods.js.map +1 -1
  102. package/cjs/resources/PaymentRecords.d.ts +23 -92
  103. package/cjs/resources/Payouts.d.ts +1 -1
  104. package/cjs/resources/Persons.d.ts +2 -2
  105. package/cjs/resources/Plans.d.ts +0 -16
  106. package/cjs/resources/Prices.d.ts +0 -52
  107. package/cjs/resources/Products.d.ts +0 -42
  108. package/cjs/resources/PromotionCodes.d.ts +0 -12
  109. package/cjs/resources/PromotionCodes.js +0 -28
  110. package/cjs/resources/PromotionCodes.js.map +1 -1
  111. package/cjs/resources/Quotes.d.ts +160 -2369
  112. package/cjs/resources/Quotes.js +13 -1181
  113. package/cjs/resources/Quotes.js.map +1 -1
  114. package/cjs/resources/Radar/PaymentEvaluations.d.ts +2 -2
  115. package/cjs/resources/Radar/index.d.ts +12 -12
  116. package/cjs/resources/Refunds.d.ts +3 -11
  117. package/cjs/resources/Reporting/index.d.ts +5 -5
  118. package/cjs/resources/Reserve/Holds.d.ts +1 -53
  119. package/cjs/resources/Reserve/Holds.js +0 -19
  120. package/cjs/resources/Reserve/Holds.js.map +1 -1
  121. package/cjs/resources/Reserve/Plans.d.ts +0 -16
  122. package/cjs/resources/Reserve/Plans.js +0 -11
  123. package/cjs/resources/Reserve/Plans.js.map +1 -1
  124. package/cjs/resources/Reserve/Releases.d.ts +1 -41
  125. package/cjs/resources/Reserve/Releases.js +0 -19
  126. package/cjs/resources/Reserve/Releases.js.map +1 -1
  127. package/cjs/resources/Reserve/index.d.ts +3 -14
  128. package/cjs/resources/Reserve/index.js +2 -10
  129. package/cjs/resources/Reserve/index.js.map +1 -1
  130. package/cjs/resources/SetupAttempts.d.ts +3 -25
  131. package/cjs/resources/SetupIntents.d.ts +77 -336
  132. package/cjs/resources/Sigma/index.d.ts +2 -2
  133. package/cjs/resources/Sources.d.ts +1 -16
  134. package/cjs/resources/SubscriptionItems.d.ts +4 -165
  135. package/cjs/resources/SubscriptionSchedules.d.ts +16 -1174
  136. package/cjs/resources/SubscriptionSchedules.js +0 -48
  137. package/cjs/resources/SubscriptionSchedules.js.map +1 -1
  138. package/cjs/resources/Subscriptions.d.ts +32 -490
  139. package/cjs/resources/Subscriptions.js +2 -31
  140. package/cjs/resources/Subscriptions.js.map +1 -1
  141. package/cjs/resources/Tax/CalculationLineItems.d.ts +2 -6
  142. package/cjs/resources/Tax/Calculations.d.ts +3 -7
  143. package/cjs/resources/Tax/Registrations.d.ts +2 -138
  144. package/cjs/resources/Tax/Transactions.d.ts +2 -2
  145. package/cjs/resources/Tax/index.d.ts +17 -31
  146. package/cjs/resources/Tax/index.js +0 -4
  147. package/cjs/resources/Tax/index.js.map +1 -1
  148. package/cjs/resources/TaxCodes.d.ts +0 -15
  149. package/cjs/resources/Terminal/Configurations.d.ts +108 -27
  150. package/cjs/resources/Terminal/Readers.d.ts +143 -19
  151. package/cjs/resources/Terminal/Readers.js.map +1 -1
  152. package/cjs/resources/Terminal/index.d.ts +25 -30
  153. package/cjs/resources/Terminal/index.js +0 -2
  154. package/cjs/resources/Terminal/index.js.map +1 -1
  155. package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +14 -79
  156. package/cjs/resources/TestHelpers/TestClocks.d.ts +4 -0
  157. package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +0 -22
  158. package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
  159. package/cjs/resources/TestHelpers/index.d.ts +5 -8
  160. package/cjs/resources/TestHelpers/index.js +4 -6
  161. package/cjs/resources/TestHelpers/index.js.map +1 -1
  162. package/cjs/resources/Transfers.d.ts +0 -8
  163. package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +0 -5
  164. package/cjs/resources/Treasury/FinancialAccounts.d.ts +1 -34
  165. package/cjs/resources/Treasury/OutboundPayments.d.ts +0 -8
  166. package/cjs/resources/Treasury/OutboundTransfers.d.ts +0 -44
  167. package/cjs/resources/Treasury/ReceivedCredits.d.ts +0 -22
  168. package/cjs/resources/Treasury/ReceivedDebits.d.ts +0 -26
  169. package/cjs/resources/Treasury/index.d.ts +33 -33
  170. package/cjs/resources/V2/Billing/index.d.ts +6 -45
  171. package/cjs/resources/V2/Billing/index.js +0 -8
  172. package/cjs/resources/V2/Billing/index.js.map +1 -1
  173. package/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +2 -2
  174. package/cjs/resources/V2/Core/AccountLinks.d.ts +4 -4
  175. package/cjs/resources/V2/Core/AccountTokens.d.ts +32 -14
  176. package/cjs/resources/V2/Core/AccountTokens.js +5 -1
  177. package/cjs/resources/V2/Core/AccountTokens.js.map +1 -1
  178. package/cjs/resources/V2/Core/Accounts/Persons.d.ts +2 -2
  179. package/cjs/resources/V2/Core/Accounts.d.ts +233 -1171
  180. package/cjs/resources/V2/Core/Accounts.js +1 -1
  181. package/cjs/resources/V2/Core/EventDestinations.d.ts +2 -2
  182. package/cjs/resources/V2/Core/Events.d.ts +8 -1126
  183. package/cjs/resources/V2/Core/Events.js +2 -1
  184. package/cjs/resources/V2/Core/Events.js.map +1 -1
  185. package/cjs/resources/V2/Core/index.d.ts +19 -29
  186. package/cjs/resources/V2/Core/index.js +0 -4
  187. package/cjs/resources/V2/Core/index.js.map +1 -1
  188. package/cjs/resources/V2/index.d.ts +0 -27
  189. package/cjs/resources/V2/index.js +0 -14
  190. package/cjs/resources/V2/index.js.map +1 -1
  191. package/cjs/resources/WebhookEndpoints.d.ts +3 -3
  192. package/cjs/resources.d.ts +0 -10
  193. package/cjs/resources.js +10 -146
  194. package/cjs/resources.js.map +1 -1
  195. package/cjs/stripe.core.d.ts +30 -69
  196. package/cjs/stripe.core.js +44 -61
  197. package/cjs/stripe.core.js.map +1 -1
  198. package/cjs/utils.d.ts +0 -2
  199. package/cjs/utils.js +1 -16
  200. package/cjs/utils.js.map +1 -1
  201. package/esm/Error.d.ts +0 -50
  202. package/esm/Error.js +0 -109
  203. package/esm/Error.js.map +1 -1
  204. package/esm/RequestSender.d.ts +1 -0
  205. package/esm/RequestSender.js +11 -3
  206. package/esm/RequestSender.js.map +1 -1
  207. package/esm/Types.d.ts +2 -4
  208. package/esm/Types.js.map +1 -1
  209. package/esm/apiVersion.d.ts +2 -1
  210. package/esm/apiVersion.js +2 -1
  211. package/esm/apiVersion.js.map +1 -1
  212. package/esm/lib.d.ts +48 -3
  213. package/esm/net/FetchHttpClient.js.map +1 -1
  214. package/esm/net/HttpClient.js.map +1 -1
  215. package/esm/platform/NodePlatformFunctions.d.ts +6 -0
  216. package/esm/platform/NodePlatformFunctions.js +17 -0
  217. package/esm/platform/NodePlatformFunctions.js.map +1 -1
  218. package/esm/platform/PlatformFunctions.d.ts +13 -0
  219. package/esm/platform/PlatformFunctions.js +21 -0
  220. package/esm/platform/PlatformFunctions.js.map +1 -1
  221. package/esm/resources/AccountLinks.d.ts +1 -1
  222. package/esm/resources/AccountSessions.d.ts +0 -262
  223. package/esm/resources/AccountSessions.js.map +1 -1
  224. package/esm/resources/Accounts.d.ts +45 -819
  225. package/esm/resources/Accounts.js +0 -15
  226. package/esm/resources/Accounts.js.map +1 -1
  227. package/esm/resources/Apps/index.d.ts +4 -4
  228. package/esm/resources/Balance.d.ts +0 -67
  229. package/esm/resources/BalanceSettings.d.ts +86 -0
  230. package/esm/resources/BankAccounts.d.ts +2 -2
  231. package/esm/resources/Billing/AlertTriggereds.d.ts +1 -2
  232. package/esm/resources/Billing/index.d.ts +24 -27
  233. package/esm/resources/Billing/index.js +0 -2
  234. package/esm/resources/Billing/index.js.map +1 -1
  235. package/esm/resources/BillingPortal/index.d.ts +5 -5
  236. package/esm/resources/Capabilities.d.ts +2 -2
  237. package/esm/resources/Cards.d.ts +0 -4
  238. package/esm/resources/Charges.d.ts +92 -3064
  239. package/esm/resources/Checkout/Sessions.d.ts +51 -414
  240. package/esm/resources/Checkout/index.d.ts +6 -6
  241. package/esm/resources/Climate/index.d.ts +9 -9
  242. package/esm/resources/ConfirmationTokens.d.ts +7 -67
  243. package/esm/resources/Coupons.d.ts +0 -47
  244. package/esm/resources/CreditNoteLineItems.d.ts +1 -15
  245. package/esm/resources/CreditNotes.d.ts +1 -7
  246. package/esm/resources/CreditNotes.js +0 -14
  247. package/esm/resources/CreditNotes.js.map +1 -1
  248. package/esm/resources/CustomerSessions.d.ts +0 -68
  249. package/esm/resources/Customers.d.ts +1 -7
  250. package/esm/resources/Customers.js +0 -15
  251. package/esm/resources/Customers.js.map +1 -1
  252. package/esm/resources/Discounts.d.ts +4 -4
  253. package/esm/resources/Disputes.d.ts +0 -29
  254. package/esm/resources/Entitlements/index.d.ts +6 -6
  255. package/esm/resources/Events.d.ts +2 -547
  256. package/esm/resources/ExternalAccounts.d.ts +1 -212
  257. package/esm/resources/ExternalAccounts.js +1 -42
  258. package/esm/resources/ExternalAccounts.js.map +1 -1
  259. package/esm/resources/Files.d.ts +2 -0
  260. package/esm/resources/Files.js +5 -0
  261. package/esm/resources/Files.js.map +1 -1
  262. package/esm/resources/FinancialConnections/Accounts.d.ts +4 -74
  263. package/esm/resources/FinancialConnections/Accounts.js +0 -8
  264. package/esm/resources/FinancialConnections/Accounts.js.map +1 -1
  265. package/esm/resources/FinancialConnections/Sessions.d.ts +7 -155
  266. package/esm/resources/FinancialConnections/index.d.ts +13 -28
  267. package/esm/resources/FinancialConnections/index.js +0 -4
  268. package/esm/resources/FinancialConnections/index.js.map +1 -1
  269. package/esm/resources/Forwarding/index.d.ts +3 -3
  270. package/esm/resources/Identity/index.d.ts +8 -8
  271. package/esm/resources/InvoiceItems.d.ts +28 -85
  272. package/esm/resources/InvoiceItems.js.map +1 -1
  273. package/esm/resources/InvoiceLineItems.d.ts +2 -40
  274. package/esm/resources/Invoices.d.ts +26 -1348
  275. package/esm/resources/Invoices.js +0 -70
  276. package/esm/resources/Invoices.js.map +1 -1
  277. package/esm/resources/Issuing/Cardholders.d.ts +1 -2
  278. package/esm/resources/Issuing/Disputes.d.ts +1 -1
  279. package/esm/resources/Issuing/PersonalizationDesigns.d.ts +1 -1
  280. package/esm/resources/Issuing/Transactions.d.ts +0 -9
  281. package/esm/resources/Issuing/Transactions.js.map +1 -1
  282. package/esm/resources/Issuing/index.d.ts +35 -60
  283. package/esm/resources/Issuing/index.js +0 -6
  284. package/esm/resources/Issuing/index.js.map +1 -1
  285. package/esm/resources/LineItems.d.ts +2 -29
  286. package/esm/resources/Mandates.d.ts +4 -33
  287. package/esm/resources/Mandates.js +0 -8
  288. package/esm/resources/Mandates.js.map +1 -1
  289. package/esm/resources/OAuth.d.ts +7 -8
  290. package/esm/resources/PaymentAttemptRecords.d.ts +23 -92
  291. package/esm/resources/PaymentIntents.d.ts +6510 -17236
  292. package/esm/resources/PaymentIntents.js +3 -28
  293. package/esm/resources/PaymentIntents.js.map +1 -1
  294. package/esm/resources/PaymentLinks.d.ts +88 -20
  295. package/esm/resources/PaymentMethodConfigurations.d.ts +93 -299
  296. package/esm/resources/PaymentMethods.d.ts +22 -152
  297. package/esm/resources/PaymentMethods.js.map +1 -1
  298. package/esm/resources/PaymentRecords.d.ts +23 -92
  299. package/esm/resources/Payouts.d.ts +1 -1
  300. package/esm/resources/Persons.d.ts +2 -2
  301. package/esm/resources/Plans.d.ts +0 -16
  302. package/esm/resources/Prices.d.ts +0 -52
  303. package/esm/resources/Products.d.ts +0 -42
  304. package/esm/resources/PromotionCodes.d.ts +0 -12
  305. package/esm/resources/PromotionCodes.js +0 -28
  306. package/esm/resources/PromotionCodes.js.map +1 -1
  307. package/esm/resources/Quotes.d.ts +160 -2369
  308. package/esm/resources/Quotes.js +13 -1181
  309. package/esm/resources/Quotes.js.map +1 -1
  310. package/esm/resources/Radar/PaymentEvaluations.d.ts +2 -2
  311. package/esm/resources/Radar/index.d.ts +12 -12
  312. package/esm/resources/Refunds.d.ts +3 -11
  313. package/esm/resources/Reporting/index.d.ts +5 -5
  314. package/esm/resources/Reserve/Holds.d.ts +1 -53
  315. package/esm/resources/Reserve/Holds.js +1 -17
  316. package/esm/resources/Reserve/Holds.js.map +1 -1
  317. package/esm/resources/Reserve/Plans.d.ts +0 -16
  318. package/esm/resources/Reserve/Plans.js +1 -9
  319. package/esm/resources/Reserve/Plans.js.map +1 -1
  320. package/esm/resources/Reserve/Releases.d.ts +1 -41
  321. package/esm/resources/Reserve/Releases.js +1 -17
  322. package/esm/resources/Reserve/Releases.js.map +1 -1
  323. package/esm/resources/Reserve/index.d.ts +3 -14
  324. package/esm/resources/Reserve/index.js +2 -10
  325. package/esm/resources/Reserve/index.js.map +1 -1
  326. package/esm/resources/SetupAttempts.d.ts +3 -25
  327. package/esm/resources/SetupIntents.d.ts +77 -336
  328. package/esm/resources/Sigma/index.d.ts +2 -2
  329. package/esm/resources/Sources.d.ts +1 -16
  330. package/esm/resources/SubscriptionItems.d.ts +4 -165
  331. package/esm/resources/SubscriptionSchedules.d.ts +16 -1174
  332. package/esm/resources/SubscriptionSchedules.js +0 -48
  333. package/esm/resources/SubscriptionSchedules.js.map +1 -1
  334. package/esm/resources/Subscriptions.d.ts +32 -490
  335. package/esm/resources/Subscriptions.js +2 -31
  336. package/esm/resources/Subscriptions.js.map +1 -1
  337. package/esm/resources/Tax/CalculationLineItems.d.ts +2 -6
  338. package/esm/resources/Tax/Calculations.d.ts +3 -7
  339. package/esm/resources/Tax/Registrations.d.ts +2 -138
  340. package/esm/resources/Tax/Transactions.d.ts +2 -2
  341. package/esm/resources/Tax/index.d.ts +17 -31
  342. package/esm/resources/Tax/index.js +0 -4
  343. package/esm/resources/Tax/index.js.map +1 -1
  344. package/esm/resources/TaxCodes.d.ts +0 -15
  345. package/esm/resources/Terminal/Configurations.d.ts +108 -27
  346. package/esm/resources/Terminal/Readers.d.ts +143 -19
  347. package/esm/resources/Terminal/Readers.js.map +1 -1
  348. package/esm/resources/Terminal/index.d.ts +25 -30
  349. package/esm/resources/Terminal/index.js +0 -2
  350. package/esm/resources/Terminal/index.js.map +1 -1
  351. package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +14 -79
  352. package/esm/resources/TestHelpers/TestClocks.d.ts +4 -0
  353. package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +0 -22
  354. package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
  355. package/esm/resources/TestHelpers/index.d.ts +5 -8
  356. package/esm/resources/TestHelpers/index.js +0 -2
  357. package/esm/resources/TestHelpers/index.js.map +1 -1
  358. package/esm/resources/Transfers.d.ts +0 -8
  359. package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +0 -5
  360. package/esm/resources/Treasury/FinancialAccounts.d.ts +1 -34
  361. package/esm/resources/Treasury/OutboundPayments.d.ts +0 -8
  362. package/esm/resources/Treasury/OutboundTransfers.d.ts +0 -44
  363. package/esm/resources/Treasury/ReceivedCredits.d.ts +0 -22
  364. package/esm/resources/Treasury/ReceivedDebits.d.ts +0 -26
  365. package/esm/resources/Treasury/index.d.ts +33 -33
  366. package/esm/resources/V2/Billing/index.d.ts +6 -45
  367. package/esm/resources/V2/Billing/index.js +0 -8
  368. package/esm/resources/V2/Billing/index.js.map +1 -1
  369. package/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +2 -2
  370. package/esm/resources/V2/Core/AccountLinks.d.ts +4 -4
  371. package/esm/resources/V2/Core/AccountTokens.d.ts +32 -14
  372. package/esm/resources/V2/Core/AccountTokens.js +5 -1
  373. package/esm/resources/V2/Core/AccountTokens.js.map +1 -1
  374. package/esm/resources/V2/Core/Accounts/Persons.d.ts +2 -2
  375. package/esm/resources/V2/Core/Accounts.d.ts +233 -1171
  376. package/esm/resources/V2/Core/Accounts.js +1 -1
  377. package/esm/resources/V2/Core/EventDestinations.d.ts +2 -2
  378. package/esm/resources/V2/Core/Events.d.ts +8 -1126
  379. package/esm/resources/V2/Core/Events.js +2 -1
  380. package/esm/resources/V2/Core/Events.js.map +1 -1
  381. package/esm/resources/V2/Core/index.d.ts +19 -29
  382. package/esm/resources/V2/Core/index.js +0 -4
  383. package/esm/resources/V2/Core/index.js.map +1 -1
  384. package/esm/resources/V2/index.d.ts +0 -27
  385. package/esm/resources/V2/index.js +0 -14
  386. package/esm/resources/V2/index.js.map +1 -1
  387. package/esm/resources/WebhookEndpoints.d.ts +3 -3
  388. package/esm/resources.d.ts +0 -10
  389. package/esm/resources.js +0 -131
  390. package/esm/resources.js.map +1 -1
  391. package/esm/stripe.core.d.ts +30 -69
  392. package/esm/stripe.core.js +15 -32
  393. package/esm/stripe.core.js.map +1 -1
  394. package/esm/stripe.esm.node.d.ts +30 -70
  395. package/esm/stripe.esm.node.js +15 -32
  396. package/esm/stripe.esm.node.js.map +1 -1
  397. package/esm/utils.d.ts +0 -2
  398. package/esm/utils.js +0 -13
  399. package/esm/utils.js.map +1 -1
  400. package/package.json +1 -1
  401. package/cjs/StripeEventNotificationHandler.d.ts +0 -22
  402. package/cjs/StripeEventNotificationHandler.js +0 -147
  403. package/cjs/StripeEventNotificationHandler.js.map +0 -1
  404. package/cjs/resources/AccountNotices.d.ts +0 -140
  405. package/cjs/resources/AccountNotices.js +0 -29
  406. package/cjs/resources/AccountNotices.js.map +0 -1
  407. package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
  408. package/cjs/resources/Billing/Analytics/MeterUsage.js +0 -15
  409. package/cjs/resources/Billing/Analytics/MeterUsage.js.map +0 -1
  410. package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
  411. package/cjs/resources/Billing/Analytics/MeterUsageRows.js +0 -4
  412. package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
  413. package/cjs/resources/Billing/Analytics/index.d.ts +0 -15
  414. package/cjs/resources/Billing/Analytics/index.js +0 -13
  415. package/cjs/resources/Billing/Analytics/index.js.map +0 -1
  416. package/cjs/resources/Capital/FinancingOffers.d.ts +0 -191
  417. package/cjs/resources/Capital/FinancingOffers.js +0 -30
  418. package/cjs/resources/Capital/FinancingOffers.js.map +0 -1
  419. package/cjs/resources/Capital/FinancingSummary.d.ts +0 -98
  420. package/cjs/resources/Capital/FinancingSummary.js +0 -15
  421. package/cjs/resources/Capital/FinancingSummary.js.map +0 -1
  422. package/cjs/resources/Capital/FinancingTransactions.d.ts +0 -143
  423. package/cjs/resources/Capital/FinancingTransactions.js +0 -24
  424. package/cjs/resources/Capital/FinancingTransactions.js.map +0 -1
  425. package/cjs/resources/Capital/index.d.ts +0 -25
  426. package/cjs/resources/Capital/index.js +0 -17
  427. package/cjs/resources/Capital/index.js.map +0 -1
  428. package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
  429. package/cjs/resources/FinancialConnections/AccountInferredBalances.js +0 -4
  430. package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
  431. package/cjs/resources/FinancialConnections/Authorizations.d.ts +0 -87
  432. package/cjs/resources/FinancialConnections/Authorizations.js +0 -15
  433. package/cjs/resources/FinancialConnections/Authorizations.js.map +0 -1
  434. package/cjs/resources/FinancialConnections/Institutions.d.ts +0 -101
  435. package/cjs/resources/FinancialConnections/Institutions.js +0 -23
  436. package/cjs/resources/FinancialConnections/Institutions.js.map +0 -1
  437. package/cjs/resources/FxQuotes.d.ts +0 -212
  438. package/cjs/resources/FxQuotes.js +0 -29
  439. package/cjs/resources/FxQuotes.js.map +0 -1
  440. package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -640
  441. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -47
  442. package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
  443. package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +0 -95
  444. package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -23
  445. package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
  446. package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
  447. package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -23
  448. package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
  449. package/cjs/resources/Issuing/Settlements.d.ts +0 -85
  450. package/cjs/resources/Issuing/Settlements.js +0 -4
  451. package/cjs/resources/Issuing/Settlements.js.map +0 -1
  452. package/cjs/resources/Margins.d.ts +0 -115
  453. package/cjs/resources/Margins.js +0 -35
  454. package/cjs/resources/Margins.js.map +0 -1
  455. package/cjs/resources/Orders.d.ts +0 -4693
  456. package/cjs/resources/Orders.js +0 -457
  457. package/cjs/resources/Orders.js.map +0 -1
  458. package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -37
  459. package/cjs/resources/Privacy/RedactionJobValidationErrors.js +0 -4
  460. package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
  461. package/cjs/resources/Privacy/RedactionJobs.d.ts +0 -229
  462. package/cjs/resources/Privacy/RedactionJobs.js +0 -73
  463. package/cjs/resources/Privacy/RedactionJobs.js.map +0 -1
  464. package/cjs/resources/Privacy/index.d.ts +0 -22
  465. package/cjs/resources/Privacy/index.js +0 -13
  466. package/cjs/resources/Privacy/index.js.map +0 -1
  467. package/cjs/resources/ProductCatalog/TrialOffers.d.ts +0 -127
  468. package/cjs/resources/ProductCatalog/TrialOffers.js +0 -15
  469. package/cjs/resources/ProductCatalog/TrialOffers.js.map +0 -1
  470. package/cjs/resources/ProductCatalog/index.d.ts +0 -12
  471. package/cjs/resources/ProductCatalog/index.js +0 -13
  472. package/cjs/resources/ProductCatalog/index.js.map +0 -1
  473. package/cjs/resources/QuoteLines.d.ts +0 -507
  474. package/cjs/resources/QuoteLines.js +0 -4
  475. package/cjs/resources/QuoteLines.js.map +0 -1
  476. package/cjs/resources/QuotePreviewInvoices.d.ts +0 -1116
  477. package/cjs/resources/QuotePreviewInvoices.js +0 -4
  478. package/cjs/resources/QuotePreviewInvoices.js.map +0 -1
  479. package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -733
  480. package/cjs/resources/QuotePreviewSubscriptionSchedules.js +0 -4
  481. package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
  482. package/cjs/resources/SharedPayment/GrantedTokens.d.ts +0 -1089
  483. package/cjs/resources/SharedPayment/GrantedTokens.js +0 -15
  484. package/cjs/resources/SharedPayment/GrantedTokens.js.map +0 -1
  485. package/cjs/resources/SharedPayment/IssuedTokens.d.ts +0 -308
  486. package/cjs/resources/SharedPayment/IssuedTokens.js +0 -27
  487. package/cjs/resources/SharedPayment/IssuedTokens.js.map +0 -1
  488. package/cjs/resources/SharedPayment/index.d.ts +0 -19
  489. package/cjs/resources/SharedPayment/index.js +0 -15
  490. package/cjs/resources/SharedPayment/index.js.map +0 -1
  491. package/cjs/resources/Tax/Forms.d.ts +0 -230
  492. package/cjs/resources/Tax/Forms.js +0 -32
  493. package/cjs/resources/Tax/Forms.js.map +0 -1
  494. package/cjs/resources/Tax/Locations.d.ts +0 -108
  495. package/cjs/resources/Tax/Locations.js +0 -33
  496. package/cjs/resources/Tax/Locations.js.map +0 -1
  497. package/cjs/resources/Terminal/ReaderCollectedData.d.ts +0 -52
  498. package/cjs/resources/Terminal/ReaderCollectedData.js +0 -15
  499. package/cjs/resources/Terminal/ReaderCollectedData.js.map +0 -1
  500. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
  501. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -21
  502. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
  503. package/cjs/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
  504. package/cjs/resources/TestHelpers/SharedPayment/index.js +0 -13
  505. package/cjs/resources/TestHelpers/SharedPayment/index.js.map +0 -1
  506. package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +0 -75
  507. package/cjs/resources/V2/Billing/BillSettingVersions.js +0 -4
  508. package/cjs/resources/V2/Billing/BillSettingVersions.js.map +0 -1
  509. package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
  510. package/cjs/resources/V2/Billing/BillSettings/Versions.js +0 -23
  511. package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
  512. package/cjs/resources/V2/Billing/BillSettings.d.ts +0 -284
  513. package/cjs/resources/V2/Billing/BillSettings.js +0 -41
  514. package/cjs/resources/V2/Billing/BillSettings.js.map +0 -1
  515. package/cjs/resources/V2/Billing/Cadences.d.ts +0 -951
  516. package/cjs/resources/V2/Billing/Cadences.js +0 -198
  517. package/cjs/resources/V2/Billing/Cadences.js.map +0 -1
  518. package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -240
  519. package/cjs/resources/V2/Billing/CollectionSettingVersions.js +0 -4
  520. package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
  521. package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
  522. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +0 -70
  523. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
  524. package/cjs/resources/V2/Billing/CollectionSettings.d.ts +0 -779
  525. package/cjs/resources/V2/Billing/CollectionSettings.js +0 -166
  526. package/cjs/resources/V2/Billing/CollectionSettings.js.map +0 -1
  527. package/cjs/resources/V2/Billing/Profiles.d.ts +0 -166
  528. package/cjs/resources/V2/Billing/Profiles.js +0 -35
  529. package/cjs/resources/V2/Billing/Profiles.js.map +0 -1
  530. package/cjs/resources/V2/Core/BatchJobs.d.ts +0 -373
  531. package/cjs/resources/V2/Core/BatchJobs.js +0 -225
  532. package/cjs/resources/V2/Core/BatchJobs.js.map +0 -1
  533. package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -285
  534. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -54
  535. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
  536. package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -254
  537. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -62
  538. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
  539. package/cjs/resources/V2/Core/Vault/index.d.ts +0 -28
  540. package/cjs/resources/V2/Core/Vault/index.js +0 -15
  541. package/cjs/resources/V2/Core/Vault/index.js.map +0 -1
  542. package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -156
  543. package/cjs/resources/V2/Data/Reporting/QueryRuns.js +0 -46
  544. package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
  545. package/cjs/resources/V2/Data/Reporting/index.d.ts +0 -13
  546. package/cjs/resources/V2/Data/Reporting/index.js +0 -13
  547. package/cjs/resources/V2/Data/Reporting/index.js.map +0 -1
  548. package/cjs/resources/V2/Data/index.d.ts +0 -10
  549. package/cjs/resources/V2/Data/index.js +0 -13
  550. package/cjs/resources/V2/Data/index.js.map +0 -1
  551. package/cjs/resources/V2/EventMisc.d.ts +0 -0
  552. package/cjs/resources/V2/EventMisc.js +0 -2
  553. package/cjs/resources/V2/EventMisc.js.map +0 -1
  554. package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +0 -166
  555. package/cjs/resources/V2/Extend/WorkflowRuns.js +0 -23
  556. package/cjs/resources/V2/Extend/WorkflowRuns.js.map +0 -1
  557. package/cjs/resources/V2/Extend/Workflows.d.ts +0 -123
  558. package/cjs/resources/V2/Extend/Workflows.js +0 -30
  559. package/cjs/resources/V2/Extend/Workflows.js.map +0 -1
  560. package/cjs/resources/V2/Extend/index.d.ts +0 -20
  561. package/cjs/resources/V2/Extend/index.js +0 -15
  562. package/cjs/resources/V2/Extend/index.js.map +0 -1
  563. package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
  564. package/cjs/resources/V2/FinancialAddressCreditSimulations.js +0 -4
  565. package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
  566. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
  567. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -4
  568. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
  569. package/cjs/resources/V2/Iam/ActivityLogs.d.ts +0 -204
  570. package/cjs/resources/V2/Iam/ActivityLogs.js +0 -17
  571. package/cjs/resources/V2/Iam/ActivityLogs.js.map +0 -1
  572. package/cjs/resources/V2/Iam/index.d.ts +0 -12
  573. package/cjs/resources/V2/Iam/index.js +0 -13
  574. package/cjs/resources/V2/Iam/index.js.map +0 -1
  575. package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +0 -135
  576. package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -23
  577. package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
  578. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -244
  579. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -44
  580. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
  581. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -215
  582. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -31
  583. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
  584. package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -254
  585. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -30
  586. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
  587. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -212
  588. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -22
  589. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
  590. package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -388
  591. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -41
  592. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
  593. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -299
  594. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -49
  595. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
  596. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -330
  597. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -39
  598. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
  599. package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -243
  600. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -44
  601. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
  602. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -96
  603. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -17
  604. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
  605. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -292
  606. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -23
  607. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
  608. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -161
  609. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -23
  610. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
  611. package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -165
  612. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -23
  613. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
  614. package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +0 -196
  615. package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -23
  616. package/cjs/resources/V2/MoneyManagement/Transactions.js.map +0 -1
  617. package/cjs/resources/V2/MoneyManagement/index.d.ts +0 -104
  618. package/cjs/resources/V2/MoneyManagement/index.js +0 -39
  619. package/cjs/resources/V2/MoneyManagement/index.js.map +0 -1
  620. package/cjs/resources/V2/Network/BusinessProfiles.d.ts +0 -96
  621. package/cjs/resources/V2/Network/BusinessProfiles.js +0 -21
  622. package/cjs/resources/V2/Network/BusinessProfiles.js.map +0 -1
  623. package/cjs/resources/V2/Network/index.d.ts +0 -13
  624. package/cjs/resources/V2/Network/index.js +0 -13
  625. package/cjs/resources/V2/Network/index.js.map +0 -1
  626. package/cjs/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -147
  627. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js +0 -41
  628. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
  629. package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
  630. package/cjs/resources/V2/OrchestratedCommerce/index.js +0 -13
  631. package/cjs/resources/V2/OrchestratedCommerce/index.js.map +0 -1
  632. package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
  633. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -23
  634. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
  635. package/cjs/resources/V2/TestHelpers/index.d.ts +0 -8
  636. package/cjs/resources/V2/TestHelpers/index.js +0 -13
  637. package/cjs/resources/V2/TestHelpers/index.js.map +0 -1
  638. package/esm/StripeEventNotificationHandler.d.ts +0 -22
  639. package/esm/StripeEventNotificationHandler.js +0 -143
  640. package/esm/StripeEventNotificationHandler.js.map +0 -1
  641. package/esm/resources/AccountNotices.d.ts +0 -140
  642. package/esm/resources/AccountNotices.js +0 -25
  643. package/esm/resources/AccountNotices.js.map +0 -1
  644. package/esm/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
  645. package/esm/resources/Billing/Analytics/MeterUsage.js +0 -11
  646. package/esm/resources/Billing/Analytics/MeterUsage.js.map +0 -1
  647. package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
  648. package/esm/resources/Billing/Analytics/MeterUsageRows.js +0 -3
  649. package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
  650. package/esm/resources/Billing/Analytics/index.d.ts +0 -15
  651. package/esm/resources/Billing/Analytics/index.js +0 -9
  652. package/esm/resources/Billing/Analytics/index.js.map +0 -1
  653. package/esm/resources/Capital/FinancingOffers.d.ts +0 -191
  654. package/esm/resources/Capital/FinancingOffers.js +0 -26
  655. package/esm/resources/Capital/FinancingOffers.js.map +0 -1
  656. package/esm/resources/Capital/FinancingSummary.d.ts +0 -98
  657. package/esm/resources/Capital/FinancingSummary.js +0 -11
  658. package/esm/resources/Capital/FinancingSummary.js.map +0 -1
  659. package/esm/resources/Capital/FinancingTransactions.d.ts +0 -143
  660. package/esm/resources/Capital/FinancingTransactions.js +0 -20
  661. package/esm/resources/Capital/FinancingTransactions.js.map +0 -1
  662. package/esm/resources/Capital/index.d.ts +0 -25
  663. package/esm/resources/Capital/index.js +0 -13
  664. package/esm/resources/Capital/index.js.map +0 -1
  665. package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
  666. package/esm/resources/FinancialConnections/AccountInferredBalances.js +0 -3
  667. package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
  668. package/esm/resources/FinancialConnections/Authorizations.d.ts +0 -87
  669. package/esm/resources/FinancialConnections/Authorizations.js +0 -11
  670. package/esm/resources/FinancialConnections/Authorizations.js.map +0 -1
  671. package/esm/resources/FinancialConnections/Institutions.d.ts +0 -101
  672. package/esm/resources/FinancialConnections/Institutions.js +0 -19
  673. package/esm/resources/FinancialConnections/Institutions.js.map +0 -1
  674. package/esm/resources/FxQuotes.d.ts +0 -212
  675. package/esm/resources/FxQuotes.js +0 -25
  676. package/esm/resources/FxQuotes.js.map +0 -1
  677. package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -640
  678. package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -43
  679. package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
  680. package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +0 -95
  681. package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -19
  682. package/esm/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
  683. package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
  684. package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -19
  685. package/esm/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
  686. package/esm/resources/Issuing/Settlements.d.ts +0 -85
  687. package/esm/resources/Issuing/Settlements.js +0 -3
  688. package/esm/resources/Issuing/Settlements.js.map +0 -1
  689. package/esm/resources/Margins.d.ts +0 -115
  690. package/esm/resources/Margins.js +0 -31
  691. package/esm/resources/Margins.js.map +0 -1
  692. package/esm/resources/Orders.d.ts +0 -4693
  693. package/esm/resources/Orders.js +0 -453
  694. package/esm/resources/Orders.js.map +0 -1
  695. package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -37
  696. package/esm/resources/Privacy/RedactionJobValidationErrors.js +0 -3
  697. package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
  698. package/esm/resources/Privacy/RedactionJobs.d.ts +0 -229
  699. package/esm/resources/Privacy/RedactionJobs.js +0 -69
  700. package/esm/resources/Privacy/RedactionJobs.js.map +0 -1
  701. package/esm/resources/Privacy/index.d.ts +0 -22
  702. package/esm/resources/Privacy/index.js +0 -9
  703. package/esm/resources/Privacy/index.js.map +0 -1
  704. package/esm/resources/ProductCatalog/TrialOffers.d.ts +0 -127
  705. package/esm/resources/ProductCatalog/TrialOffers.js +0 -11
  706. package/esm/resources/ProductCatalog/TrialOffers.js.map +0 -1
  707. package/esm/resources/ProductCatalog/index.d.ts +0 -12
  708. package/esm/resources/ProductCatalog/index.js +0 -9
  709. package/esm/resources/ProductCatalog/index.js.map +0 -1
  710. package/esm/resources/QuoteLines.d.ts +0 -507
  711. package/esm/resources/QuoteLines.js +0 -3
  712. package/esm/resources/QuoteLines.js.map +0 -1
  713. package/esm/resources/QuotePreviewInvoices.d.ts +0 -1116
  714. package/esm/resources/QuotePreviewInvoices.js +0 -3
  715. package/esm/resources/QuotePreviewInvoices.js.map +0 -1
  716. package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -733
  717. package/esm/resources/QuotePreviewSubscriptionSchedules.js +0 -3
  718. package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
  719. package/esm/resources/SharedPayment/GrantedTokens.d.ts +0 -1089
  720. package/esm/resources/SharedPayment/GrantedTokens.js +0 -11
  721. package/esm/resources/SharedPayment/GrantedTokens.js.map +0 -1
  722. package/esm/resources/SharedPayment/IssuedTokens.d.ts +0 -308
  723. package/esm/resources/SharedPayment/IssuedTokens.js +0 -23
  724. package/esm/resources/SharedPayment/IssuedTokens.js.map +0 -1
  725. package/esm/resources/SharedPayment/index.d.ts +0 -19
  726. package/esm/resources/SharedPayment/index.js +0 -11
  727. package/esm/resources/SharedPayment/index.js.map +0 -1
  728. package/esm/resources/Tax/Forms.d.ts +0 -230
  729. package/esm/resources/Tax/Forms.js +0 -28
  730. package/esm/resources/Tax/Forms.js.map +0 -1
  731. package/esm/resources/Tax/Locations.d.ts +0 -108
  732. package/esm/resources/Tax/Locations.js +0 -29
  733. package/esm/resources/Tax/Locations.js.map +0 -1
  734. package/esm/resources/Terminal/ReaderCollectedData.d.ts +0 -52
  735. package/esm/resources/Terminal/ReaderCollectedData.js +0 -11
  736. package/esm/resources/Terminal/ReaderCollectedData.js.map +0 -1
  737. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
  738. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -17
  739. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
  740. package/esm/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
  741. package/esm/resources/TestHelpers/SharedPayment/index.js +0 -9
  742. package/esm/resources/TestHelpers/SharedPayment/index.js.map +0 -1
  743. package/esm/resources/V2/Billing/BillSettingVersions.d.ts +0 -75
  744. package/esm/resources/V2/Billing/BillSettingVersions.js +0 -3
  745. package/esm/resources/V2/Billing/BillSettingVersions.js.map +0 -1
  746. package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
  747. package/esm/resources/V2/Billing/BillSettings/Versions.js +0 -19
  748. package/esm/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
  749. package/esm/resources/V2/Billing/BillSettings.d.ts +0 -284
  750. package/esm/resources/V2/Billing/BillSettings.js +0 -37
  751. package/esm/resources/V2/Billing/BillSettings.js.map +0 -1
  752. package/esm/resources/V2/Billing/Cadences.d.ts +0 -951
  753. package/esm/resources/V2/Billing/Cadences.js +0 -194
  754. package/esm/resources/V2/Billing/Cadences.js.map +0 -1
  755. package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -240
  756. package/esm/resources/V2/Billing/CollectionSettingVersions.js +0 -3
  757. package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
  758. package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
  759. package/esm/resources/V2/Billing/CollectionSettings/Versions.js +0 -66
  760. package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
  761. package/esm/resources/V2/Billing/CollectionSettings.d.ts +0 -779
  762. package/esm/resources/V2/Billing/CollectionSettings.js +0 -162
  763. package/esm/resources/V2/Billing/CollectionSettings.js.map +0 -1
  764. package/esm/resources/V2/Billing/Profiles.d.ts +0 -166
  765. package/esm/resources/V2/Billing/Profiles.js +0 -31
  766. package/esm/resources/V2/Billing/Profiles.js.map +0 -1
  767. package/esm/resources/V2/Core/BatchJobs.d.ts +0 -373
  768. package/esm/resources/V2/Core/BatchJobs.js +0 -221
  769. package/esm/resources/V2/Core/BatchJobs.js.map +0 -1
  770. package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -285
  771. package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -50
  772. package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
  773. package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -254
  774. package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -58
  775. package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
  776. package/esm/resources/V2/Core/Vault/index.d.ts +0 -28
  777. package/esm/resources/V2/Core/Vault/index.js +0 -11
  778. package/esm/resources/V2/Core/Vault/index.js.map +0 -1
  779. package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -156
  780. package/esm/resources/V2/Data/Reporting/QueryRuns.js +0 -42
  781. package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
  782. package/esm/resources/V2/Data/Reporting/index.d.ts +0 -13
  783. package/esm/resources/V2/Data/Reporting/index.js +0 -9
  784. package/esm/resources/V2/Data/Reporting/index.js.map +0 -1
  785. package/esm/resources/V2/Data/index.d.ts +0 -10
  786. package/esm/resources/V2/Data/index.js +0 -9
  787. package/esm/resources/V2/Data/index.js.map +0 -1
  788. package/esm/resources/V2/EventMisc.d.ts +0 -0
  789. package/esm/resources/V2/EventMisc.js +0 -2
  790. package/esm/resources/V2/EventMisc.js.map +0 -1
  791. package/esm/resources/V2/Extend/WorkflowRuns.d.ts +0 -166
  792. package/esm/resources/V2/Extend/WorkflowRuns.js +0 -19
  793. package/esm/resources/V2/Extend/WorkflowRuns.js.map +0 -1
  794. package/esm/resources/V2/Extend/Workflows.d.ts +0 -123
  795. package/esm/resources/V2/Extend/Workflows.js +0 -26
  796. package/esm/resources/V2/Extend/Workflows.js.map +0 -1
  797. package/esm/resources/V2/Extend/index.d.ts +0 -20
  798. package/esm/resources/V2/Extend/index.js +0 -11
  799. package/esm/resources/V2/Extend/index.js.map +0 -1
  800. package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
  801. package/esm/resources/V2/FinancialAddressCreditSimulations.js +0 -3
  802. package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
  803. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
  804. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -3
  805. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
  806. package/esm/resources/V2/Iam/ActivityLogs.d.ts +0 -204
  807. package/esm/resources/V2/Iam/ActivityLogs.js +0 -13
  808. package/esm/resources/V2/Iam/ActivityLogs.js.map +0 -1
  809. package/esm/resources/V2/Iam/index.d.ts +0 -12
  810. package/esm/resources/V2/Iam/index.js +0 -9
  811. package/esm/resources/V2/Iam/index.js.map +0 -1
  812. package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +0 -135
  813. package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -19
  814. package/esm/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
  815. package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -244
  816. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -40
  817. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
  818. package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -215
  819. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -27
  820. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
  821. package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -254
  822. package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -26
  823. package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
  824. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -212
  825. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -18
  826. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
  827. package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -388
  828. package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -37
  829. package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
  830. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -299
  831. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -45
  832. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
  833. package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -330
  834. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -35
  835. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
  836. package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -243
  837. package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -40
  838. package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
  839. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -96
  840. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -13
  841. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
  842. package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -292
  843. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -19
  844. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
  845. package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -161
  846. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -19
  847. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
  848. package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -165
  849. package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -19
  850. package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
  851. package/esm/resources/V2/MoneyManagement/Transactions.d.ts +0 -196
  852. package/esm/resources/V2/MoneyManagement/Transactions.js +0 -19
  853. package/esm/resources/V2/MoneyManagement/Transactions.js.map +0 -1
  854. package/esm/resources/V2/MoneyManagement/index.d.ts +0 -104
  855. package/esm/resources/V2/MoneyManagement/index.js +0 -35
  856. package/esm/resources/V2/MoneyManagement/index.js.map +0 -1
  857. package/esm/resources/V2/Network/BusinessProfiles.d.ts +0 -96
  858. package/esm/resources/V2/Network/BusinessProfiles.js +0 -17
  859. package/esm/resources/V2/Network/BusinessProfiles.js.map +0 -1
  860. package/esm/resources/V2/Network/index.d.ts +0 -13
  861. package/esm/resources/V2/Network/index.js +0 -9
  862. package/esm/resources/V2/Network/index.js.map +0 -1
  863. package/esm/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -147
  864. package/esm/resources/V2/OrchestratedCommerce/Agreements.js +0 -37
  865. package/esm/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
  866. package/esm/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
  867. package/esm/resources/V2/OrchestratedCommerce/index.js +0 -9
  868. package/esm/resources/V2/OrchestratedCommerce/index.js.map +0 -1
  869. package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
  870. package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -19
  871. package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
  872. package/esm/resources/V2/TestHelpers/index.d.ts +0 -8
  873. package/esm/resources/V2/TestHelpers/index.js +0 -9
  874. package/esm/resources/V2/TestHelpers/index.js.map +0 -1
@@ -34,16 +34,10 @@ export interface Session {
34
34
  */
35
35
  client_secret: string | null;
36
36
  filters?: FinancialConnections.Session.Filters;
37
- /**
38
- * Settings for the Hosted UI mode.
39
- */
40
- hosted?: FinancialConnections.Session.Hosted | null;
41
- limits?: FinancialConnections.Session.Limits;
42
37
  /**
43
38
  * If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
44
39
  */
45
40
  livemode: boolean;
46
- manual_entry?: FinancialConnections.Session.ManualEntry;
47
41
  /**
48
42
  * Permissions requested for accounts collected during this session.
49
43
  */
@@ -52,25 +46,10 @@ export interface Session {
52
46
  * Data features requested to be retrieved upon account creation.
53
47
  */
54
48
  prefetch: Array<FinancialConnections.Session.Prefetch> | null;
55
- relink_options?: FinancialConnections.Session.RelinkOptions;
56
- relink_result?: FinancialConnections.Session.RelinkResult;
57
49
  /**
58
50
  * For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
59
51
  */
60
52
  return_url?: string;
61
- /**
62
- * The current state of the session.
63
- */
64
- status?: FinancialConnections.Session.Status;
65
- status_details?: FinancialConnections.Session.StatusDetails;
66
- /**
67
- * The UI mode for this session.
68
- */
69
- ui_mode?: FinancialConnections.Session.UiMode;
70
- /**
71
- * The hosted URL for this Session. Redirect customers to this URL to take them to the hosted authentication flow. This value is only present when the Session is active and the `ui_mode` is `hosted`.
72
- */
73
- url?: string | null;
74
53
  }
75
54
  export declare namespace FinancialConnections {
76
55
  namespace Session {
@@ -98,97 +77,29 @@ export declare namespace FinancialConnections {
98
77
  * List of countries from which to filter accounts.
99
78
  */
100
79
  countries: Array<string> | null;
101
- /**
102
- * Stripe ID of the institution with which the customer should be directed to log in.
103
- */
104
- institution?: string;
105
- }
106
- interface Hosted {
107
- /**
108
- * How the user enters the hosted flow. You can only use the values `email` and `url` if you provide `relink_options`.
109
- */
110
- delivery_method?: Hosted.DeliveryMethod;
111
- /**
112
- * The URL to redirect your customer back to after they link their accounts or cancel this Session. This parameter is required if `ui_mode` is `hosted`.
113
- */
114
- return_url: string | null;
115
- }
116
- interface Limits {
117
- /**
118
- * The number of accounts that can be linked in this Session.
119
- */
120
- accounts: number;
121
- }
122
- interface ManualEntry {
123
80
  }
124
81
  type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
125
- type Prefetch = 'balances' | 'inferred_balances' | 'ownership' | 'transactions';
126
- interface RelinkOptions {
127
- /**
128
- * Requires the end user to repair this specific account during the authentication flow instead of connecting a different one.
129
- */
130
- account?: string | null;
131
- /**
132
- * The authorization to relink in the Session.
133
- */
134
- authorization: string;
135
- }
136
- interface RelinkResult {
137
- /**
138
- * The account relinked in the Session. Only present if `relink_options[account]` is set and relink is successful.
139
- */
140
- account: string | null;
141
- /**
142
- * The authorization relinked in the Session. Only present if relink is successful.
143
- */
144
- authorization: string | null;
145
- /**
146
- * Reason for why relink failed. One of `no_authorization`, `no_account`, or `other`.
147
- */
148
- failure_reason: RelinkResult.FailureReason | null;
149
- }
150
- type Status = 'cancelled' | 'failed' | 'pending' | 'succeeded';
151
- interface StatusDetails {
152
- cancelled?: StatusDetails.Cancelled;
153
- }
154
- type UiMode = 'hosted' | 'modal';
82
+ type Prefetch = 'balances' | 'ownership' | 'transactions';
155
83
  namespace AccountHolder {
156
84
  type Type = 'account' | 'customer';
157
85
  }
158
86
  namespace Filters {
159
87
  type AccountSubcategory = 'checking' | 'credit_card' | 'line_of_credit' | 'mortgage' | 'savings';
160
88
  }
161
- namespace Hosted {
162
- type DeliveryMethod = 'email' | 'url';
163
- }
164
- namespace RelinkResult {
165
- type FailureReason = 'no_account' | 'no_authorization' | 'other';
166
- }
167
- namespace StatusDetails {
168
- interface Cancelled {
169
- /**
170
- * The reason for the Session being cancelled.
171
- */
172
- reason: Cancelled.Reason;
173
- }
174
- namespace Cancelled {
175
- type Reason = 'custom_manual_entry' | 'other';
176
- }
177
- }
178
89
  }
179
90
  }
180
91
  export declare namespace FinancialConnections {
181
92
  interface SessionCreateParams {
93
+ /**
94
+ * The account holder to link accounts for.
95
+ */
96
+ account_holder: SessionCreateParams.AccountHolder;
182
97
  /**
183
98
  * List of data features that you would like to request access to.
184
99
  *
185
100
  * Possible values are `balances`, `transactions`, `ownership`, and `payment_method`.
186
101
  */
187
102
  permissions: Array<SessionCreateParams.Permission>;
188
- /**
189
- * The account holder to link accounts for.
190
- */
191
- account_holder?: SessionCreateParams.AccountHolder;
192
103
  /**
193
104
  * Specifies which fields in the response should be expanded.
194
105
  */
@@ -197,37 +108,16 @@ export declare namespace FinancialConnections {
197
108
  * Filters to restrict the kinds of accounts to collect.
198
109
  */
199
110
  filters?: SessionCreateParams.Filters;
200
- /**
201
- * Settings for hosted Sessions. Required if `ui_mode` is `hosted`.
202
- */
203
- hosted?: SessionCreateParams.Hosted;
204
- /**
205
- * Settings for configuring Session-specific limits.
206
- */
207
- limits?: SessionCreateParams.Limits;
208
- /**
209
- * Customize manual entry behavior
210
- */
211
- manual_entry?: SessionCreateParams.ManualEntry;
212
111
  /**
213
112
  * List of data features that you would like to retrieve upon account creation.
214
113
  */
215
114
  prefetch?: Array<SessionCreateParams.Prefetch>;
216
- /**
217
- * Options for specifying a Session targeted to relinking an authorization.
218
- */
219
- relink_options?: SessionCreateParams.RelinkOptions;
220
115
  /**
221
116
  * For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
222
117
  */
223
118
  return_url?: string;
224
- /**
225
- * The UI mode of the Session. Defaults to `modal`.
226
- */
227
- ui_mode?: SessionCreateParams.UiMode;
228
119
  }
229
120
  namespace SessionCreateParams {
230
- type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
231
121
  interface AccountHolder {
232
122
  /**
233
123
  * The ID of the Stripe account whose accounts you will retrieve. Only available when `type` is `account`.
@@ -246,6 +136,7 @@ export declare namespace FinancialConnections {
246
136
  */
247
137
  type: AccountHolder.Type;
248
138
  }
139
+ type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
249
140
  interface Filters {
250
141
  /**
251
142
  * Restricts the Session to subcategories of accounts that can be linked. Valid subcategories are: `checking`, `savings`, `mortgage`, `line_of_credit`, `credit_card`.
@@ -255,53 +146,14 @@ export declare namespace FinancialConnections {
255
146
  * List of countries from which to collect accounts.
256
147
  */
257
148
  countries?: Array<string>;
258
- /**
259
- * Stripe ID of the institution with which the customer should be directed to log in.
260
- */
261
- institution?: string;
262
- }
263
- interface Hosted {
264
- /**
265
- * How the user should enter the hosted flow. The values `email` and `url` can only be used if `relink_options` is provided.
266
- */
267
- delivery_method?: Hosted.DeliveryMethod;
268
- }
269
- interface Limits {
270
- /**
271
- * The number of accounts that can be linked in this Session.
272
- */
273
- accounts: number;
274
- }
275
- interface ManualEntry {
276
- /**
277
- * How manual entry should be handled.
278
- */
279
- mode?: ManualEntry.Mode;
280
149
  }
281
- type Prefetch = 'balances' | 'inferred_balances' | 'ownership' | 'transactions';
282
- interface RelinkOptions {
283
- /**
284
- * The account to relink. Must belong to the authorization specified in `authorization`.
285
- */
286
- account?: string;
287
- /**
288
- * The authorization to relink.
289
- */
290
- authorization: string;
291
- }
292
- type UiMode = 'hosted' | 'modal';
150
+ type Prefetch = 'balances' | 'ownership' | 'transactions';
293
151
  namespace AccountHolder {
294
152
  type Type = 'account' | 'customer';
295
153
  }
296
154
  namespace Filters {
297
155
  type AccountSubcategory = 'checking' | 'credit_card' | 'line_of_credit' | 'mortgage' | 'savings';
298
156
  }
299
- namespace Hosted {
300
- type DeliveryMethod = 'email' | 'url';
301
- }
302
- namespace ManualEntry {
303
- type Mode = 'automatic' | 'custom';
304
- }
305
157
  }
306
158
  }
307
159
  export declare namespace FinancialConnections {
@@ -1,51 +1,36 @@
1
1
  import { Stripe } from '../../stripe.core.js';
2
2
  import { FinancialConnections as FinancialConnectionsNamespace0, Account, AccountResource } from './Accounts.js';
3
- import { FinancialConnections as FinancialConnectionsNamespace1, Authorization, AuthorizationResource } from './Authorizations.js';
4
- import { FinancialConnections as FinancialConnectionsNamespace2, Institution, InstitutionResource } from './Institutions.js';
5
- import { FinancialConnections as FinancialConnectionsNamespace3, Session, SessionResource } from './Sessions.js';
6
- import { FinancialConnections as FinancialConnectionsNamespace4, Transaction, TransactionResource } from './Transactions.js';
3
+ import { FinancialConnections as FinancialConnectionsNamespace1, Session, SessionResource } from './Sessions.js';
4
+ import { FinancialConnections as FinancialConnectionsNamespace2, Transaction, TransactionResource } from './Transactions.js';
7
5
  import { AccountOwner } from './AccountOwners.js';
8
6
  import { AccountOwnership } from './AccountOwnerships.js';
9
- import { AccountInferredBalance } from './AccountInferredBalances.js';
10
7
  export { Account } from './Accounts.js';
11
- export { Authorization } from './Authorizations.js';
12
- export { Institution } from './Institutions.js';
13
8
  export { Session } from './Sessions.js';
14
9
  export { Transaction } from './Transactions.js';
15
10
  export { AccountOwner } from './AccountOwners.js';
16
11
  export { AccountOwnership } from './AccountOwnerships.js';
17
- export { AccountInferredBalance } from './AccountInferredBalances.js';
18
12
  export declare class FinancialConnections {
19
13
  private readonly stripe;
20
14
  accounts: AccountResource;
21
- authorizations: AuthorizationResource;
22
- institutions: InstitutionResource;
23
15
  sessions: SessionResource;
24
16
  transactions: TransactionResource;
25
17
  constructor(stripe: Stripe);
26
18
  }
27
19
  export declare namespace FinancialConnections {
28
- export type AccountListParams = FinancialConnectionsNamespace0.AccountListParams;
29
- export type AccountRetrieveParams = FinancialConnectionsNamespace0.AccountRetrieveParams;
30
- export type AccountDisconnectParams = FinancialConnectionsNamespace0.AccountDisconnectParams;
31
- export type AccountRefreshParams = FinancialConnectionsNamespace0.AccountRefreshParams;
32
- export type AccountSubscribeParams = FinancialConnectionsNamespace0.AccountSubscribeParams;
33
- export type AccountUnsubscribeParams = FinancialConnectionsNamespace0.AccountUnsubscribeParams;
34
- export type AccountListInferredBalancesParams = FinancialConnectionsNamespace0.AccountListInferredBalancesParams;
35
- export type AccountListOwnersParams = FinancialConnectionsNamespace0.AccountListOwnersParams;
20
+ export import AccountListParams = FinancialConnectionsNamespace0.AccountListParams;
21
+ export import AccountRetrieveParams = FinancialConnectionsNamespace0.AccountRetrieveParams;
22
+ export import AccountDisconnectParams = FinancialConnectionsNamespace0.AccountDisconnectParams;
23
+ export import AccountRefreshParams = FinancialConnectionsNamespace0.AccountRefreshParams;
24
+ export import AccountSubscribeParams = FinancialConnectionsNamespace0.AccountSubscribeParams;
25
+ export import AccountUnsubscribeParams = FinancialConnectionsNamespace0.AccountUnsubscribeParams;
26
+ export import AccountListOwnersParams = FinancialConnectionsNamespace0.AccountListOwnersParams;
36
27
  export { Account };
37
- export type AuthorizationRetrieveParams = FinancialConnectionsNamespace1.AuthorizationRetrieveParams;
38
- export { Authorization };
39
- export type InstitutionListParams = FinancialConnectionsNamespace2.InstitutionListParams;
40
- export type InstitutionRetrieveParams = FinancialConnectionsNamespace2.InstitutionRetrieveParams;
41
- export { Institution };
42
- export type SessionRetrieveParams = FinancialConnectionsNamespace3.SessionRetrieveParams;
43
- export type SessionCreateParams = FinancialConnectionsNamespace3.SessionCreateParams;
28
+ export import SessionRetrieveParams = FinancialConnectionsNamespace1.SessionRetrieveParams;
29
+ export import SessionCreateParams = FinancialConnectionsNamespace1.SessionCreateParams;
44
30
  export { Session };
45
- export type TransactionListParams = FinancialConnectionsNamespace4.TransactionListParams;
46
- export type TransactionRetrieveParams = FinancialConnectionsNamespace4.TransactionRetrieveParams;
31
+ export import TransactionListParams = FinancialConnectionsNamespace2.TransactionListParams;
32
+ export import TransactionRetrieveParams = FinancialConnectionsNamespace2.TransactionRetrieveParams;
47
33
  export { Transaction };
48
34
  export { AccountOwner };
49
35
  export { AccountOwnership };
50
- export { AccountInferredBalance };
51
36
  }
@@ -3,16 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.FinancialConnections = void 0;
5
5
  const Accounts_js_1 = require("./Accounts.js");
6
- const Authorizations_js_1 = require("./Authorizations.js");
7
- const Institutions_js_1 = require("./Institutions.js");
8
6
  const Sessions_js_1 = require("./Sessions.js");
9
7
  const Transactions_js_1 = require("./Transactions.js");
10
8
  class FinancialConnections {
11
9
  constructor(stripe) {
12
10
  this.stripe = stripe;
13
11
  this.accounts = new Accounts_js_1.AccountResource(stripe);
14
- this.authorizations = new Authorizations_js_1.AuthorizationResource(stripe);
15
- this.institutions = new Institutions_js_1.InstitutionResource(stripe);
16
12
  this.sessions = new Sessions_js_1.SessionResource(stripe);
17
13
  this.transactions = new Transactions_js_1.TransactionResource(stripe);
18
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/FinancialConnections/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;;;AAGvC,+CAIuB;AACvB,2DAI6B;AAC7B,uDAI2B;AAC3B,+CAIuB;AACvB,uDAI2B;AAc3B,MAAa,oBAAoB;IAO/B,YAA6B,MAAc;QAAd,WAAM,GAAN,MAAM,CAAQ;QACzC,IAAI,CAAC,QAAQ,GAAG,IAAI,6BAAe,CAAC,MAAM,CAAC,CAAC;QAC5C,IAAI,CAAC,cAAc,GAAG,IAAI,yCAAqB,CAAC,MAAM,CAAC,CAAC;QACxD,IAAI,CAAC,YAAY,GAAG,IAAI,qCAAmB,CAAC,MAAM,CAAC,CAAC;QACpD,IAAI,CAAC,QAAQ,GAAG,IAAI,6BAAe,CAAC,MAAM,CAAC,CAAC;QAC5C,IAAI,CAAC,YAAY,GAAG,IAAI,qCAAmB,CAAC,MAAM,CAAC,CAAC;IACtD,CAAC;CACF;AAdD,oDAcC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/FinancialConnections/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;;;AAGvC,+CAIuB;AACvB,+CAIuB;AACvB,uDAI2B;AAU3B,MAAa,oBAAoB;IAK/B,YAA6B,MAAc;QAAd,WAAM,GAAN,MAAM,CAAQ;QACzC,IAAI,CAAC,QAAQ,GAAG,IAAI,6BAAe,CAAC,MAAM,CAAC,CAAC;QAC5C,IAAI,CAAC,QAAQ,GAAG,IAAI,6BAAe,CAAC,MAAM,CAAC,CAAC;QAC5C,IAAI,CAAC,YAAY,GAAG,IAAI,qCAAmB,CAAC,MAAM,CAAC,CAAC;IACtD,CAAC;CACF;AAVD,oDAUC"}
@@ -7,8 +7,8 @@ export declare class Forwarding {
7
7
  constructor(stripe: Stripe);
8
8
  }
9
9
  export declare namespace Forwarding {
10
- export type RequestListParams = ForwardingNamespace0.RequestListParams;
11
- export type RequestCreateParams = ForwardingNamespace0.RequestCreateParams;
12
- export type RequestRetrieveParams = ForwardingNamespace0.RequestRetrieveParams;
10
+ export import RequestListParams = ForwardingNamespace0.RequestListParams;
11
+ export import RequestCreateParams = ForwardingNamespace0.RequestCreateParams;
12
+ export import RequestRetrieveParams = ForwardingNamespace0.RequestRetrieveParams;
13
13
  export { Request };
14
14
  }
@@ -10,14 +10,14 @@ export declare class Identity {
10
10
  constructor(stripe: Stripe);
11
11
  }
12
12
  export declare namespace Identity {
13
- export type VerificationReportListParams = IdentityNamespace0.VerificationReportListParams;
14
- export type VerificationReportRetrieveParams = IdentityNamespace0.VerificationReportRetrieveParams;
13
+ export import VerificationReportListParams = IdentityNamespace0.VerificationReportListParams;
14
+ export import VerificationReportRetrieveParams = IdentityNamespace0.VerificationReportRetrieveParams;
15
15
  export { VerificationReport };
16
- export type VerificationSessionListParams = IdentityNamespace1.VerificationSessionListParams;
17
- export type VerificationSessionCreateParams = IdentityNamespace1.VerificationSessionCreateParams;
18
- export type VerificationSessionRetrieveParams = IdentityNamespace1.VerificationSessionRetrieveParams;
19
- export type VerificationSessionUpdateParams = IdentityNamespace1.VerificationSessionUpdateParams;
20
- export type VerificationSessionCancelParams = IdentityNamespace1.VerificationSessionCancelParams;
21
- export type VerificationSessionRedactParams = IdentityNamespace1.VerificationSessionRedactParams;
16
+ export import VerificationSessionListParams = IdentityNamespace1.VerificationSessionListParams;
17
+ export import VerificationSessionCreateParams = IdentityNamespace1.VerificationSessionCreateParams;
18
+ export import VerificationSessionRetrieveParams = IdentityNamespace1.VerificationSessionRetrieveParams;
19
+ export import VerificationSessionUpdateParams = IdentityNamespace1.VerificationSessionUpdateParams;
20
+ export import VerificationSessionCancelParams = IdentityNamespace1.VerificationSessionCancelParams;
21
+ export import VerificationSessionRedactParams = IdentityNamespace1.VerificationSessionRedactParams;
22
22
  export { VerificationSession };
23
23
  }
@@ -2,7 +2,6 @@ import { StripeResource } from '../StripeResource.js';
2
2
  import { Discount, DeletedDiscount } from './Discounts.js';
3
3
  import { Customer, DeletedCustomer } from './Customers.js';
4
4
  import { Invoice } from './Invoices.js';
5
- import { Margin } from './Margins.js';
6
5
  import { TaxRate } from './TaxRates.js';
7
6
  import { Price } from './Prices.js';
8
7
  import * as TestHelpers from './TestHelpers/index.js';
@@ -83,10 +82,6 @@ export interface InvoiceItem {
83
82
  * If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
84
83
  */
85
84
  livemode: boolean;
86
- /**
87
- * The margins which apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
88
- */
89
- margins?: Array<string | Margin> | null;
90
85
  /**
91
86
  * 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.
92
87
  */
@@ -173,6 +168,10 @@ export declare namespace InvoiceItem {
173
168
  unit_amount_decimal: Decimal | null;
174
169
  }
175
170
  interface ProrationDetails {
171
+ /**
172
+ * For a credit proration, links to the debit invoice line items or invoice item that the credit applies to.
173
+ */
174
+ credited_items: ProrationDetails.CreditedItems | null;
176
175
  /**
177
176
  * Discount amounts applied when the proration was created.
178
177
  */
@@ -203,6 +202,17 @@ export declare namespace InvoiceItem {
203
202
  }
204
203
  }
205
204
  namespace ProrationDetails {
205
+ interface CreditedItems {
206
+ /**
207
+ * When `type` is `invoice_item`, the invoice item id for the debited invoice item corresponding to this credit proration.
208
+ */
209
+ invoice_item?: string;
210
+ invoice_line_item_details?: CreditedItems.InvoiceLineItemDetails;
211
+ /**
212
+ * Whether the credit references a pending invoice item or one or more invoice line items on an invoice.
213
+ */
214
+ type: CreditedItems.Type;
215
+ }
206
216
  interface DiscountAmount {
207
217
  /**
208
218
  * The amount, in cents (or local equivalent), of the discount.
@@ -213,6 +223,19 @@ export declare namespace InvoiceItem {
213
223
  */
214
224
  discount: string | Discount | DeletedDiscount;
215
225
  }
226
+ namespace CreditedItems {
227
+ interface InvoiceLineItemDetails {
228
+ /**
229
+ * The invoice id for the debited line item(s).
230
+ */
231
+ invoice: string;
232
+ /**
233
+ * IDs of the debited invoice line item(s) on the invoice that correspond to the credit proration.
234
+ */
235
+ invoice_line_items: Array<string>;
236
+ }
237
+ type Type = 'invoice_item' | 'invoice_line_items';
238
+ }
216
239
  }
217
240
  }
218
241
  export interface InvoiceItemCreateParams {
@@ -252,10 +275,6 @@ export interface InvoiceItemCreateParams {
252
275
  * The ID of an existing invoice to add this invoice item to. For subscription invoices, when left blank, the invoice item will be added to the next upcoming scheduled invoice. For standalone invoices, the invoice item won't be automatically added unless you pass `pending_invoice_item_behavior: 'include'` when creating the invoice. This is useful when adding invoice items in response to an invoice.created webhook. You can only add invoice items to draft invoices and there is a maximum of 250 items per invoice.
253
276
  */
254
277
  invoice?: string;
255
- /**
256
- * The ids of the margins to apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
257
- */
258
- margins?: Array<string>;
259
278
  /**
260
279
  * 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`.
261
280
  */
@@ -311,10 +330,6 @@ export declare namespace InvoiceItemCreateParams {
311
330
  * ID of an existing discount on the object (or one of its ancestors) to reuse.
312
331
  */
313
332
  discount?: string;
314
- /**
315
- * Details to determine how long the discount should be applied for.
316
- */
317
- discount_end?: Discount.DiscountEnd;
318
333
  /**
319
334
  * ID of the promotion code to create a new discount for.
320
335
  */
@@ -359,38 +374,6 @@ export declare namespace InvoiceItemCreateParams {
359
374
  price?: string;
360
375
  }
361
376
  type TaxBehavior = 'exclusive' | 'inclusive' | 'unspecified';
362
- namespace Discount {
363
- interface DiscountEnd {
364
- /**
365
- * Time span for the redeemed discount.
366
- */
367
- duration?: DiscountEnd.Duration;
368
- /**
369
- * A precise Unix timestamp for the discount to end. Must be in the future.
370
- */
371
- timestamp?: number;
372
- /**
373
- * The type of calculation made to determine when the discount ends.
374
- */
375
- type: DiscountEnd.Type;
376
- }
377
- namespace DiscountEnd {
378
- interface Duration {
379
- /**
380
- * Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
381
- */
382
- interval: Duration.Interval;
383
- /**
384
- * The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
385
- */
386
- interval_count: number;
387
- }
388
- type Type = 'duration' | 'timestamp';
389
- namespace Duration {
390
- type Interval = 'day' | 'month' | 'week' | 'year';
391
- }
392
- }
393
- }
394
377
  namespace PriceData {
395
378
  type TaxBehavior = 'exclusive' | 'inclusive' | 'unspecified';
396
379
  }
@@ -422,10 +405,6 @@ export interface InvoiceItemUpdateParams {
422
405
  * Specifies which fields in the response should be expanded.
423
406
  */
424
407
  expand?: Array<string>;
425
- /**
426
- * The ids of the margins to apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
427
- */
428
- margins?: Emptyable<Array<string>>;
429
408
  /**
430
409
  * 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`.
431
410
  */
@@ -477,10 +456,6 @@ export declare namespace InvoiceItemUpdateParams {
477
456
  * ID of an existing discount on the object (or one of its ancestors) to reuse.
478
457
  */
479
458
  discount?: string;
480
- /**
481
- * Details to determine how long the discount should be applied for.
482
- */
483
- discount_end?: Discount.DiscountEnd;
484
459
  /**
485
460
  * ID of the promotion code to create a new discount for.
486
461
  */
@@ -525,38 +500,6 @@ export declare namespace InvoiceItemUpdateParams {
525
500
  price?: string;
526
501
  }
527
502
  type TaxBehavior = 'exclusive' | 'inclusive' | 'unspecified';
528
- namespace Discount {
529
- interface DiscountEnd {
530
- /**
531
- * Time span for the redeemed discount.
532
- */
533
- duration?: DiscountEnd.Duration;
534
- /**
535
- * A precise Unix timestamp for the discount to end. Must be in the future.
536
- */
537
- timestamp?: number;
538
- /**
539
- * The type of calculation made to determine when the discount ends.
540
- */
541
- type: DiscountEnd.Type;
542
- }
543
- namespace DiscountEnd {
544
- interface Duration {
545
- /**
546
- * Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
547
- */
548
- interval: Duration.Interval;
549
- /**
550
- * The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
551
- */
552
- interval_count: number;
553
- }
554
- type Type = 'duration' | 'timestamp';
555
- namespace Duration {
556
- type Interval = 'day' | 'month' | 'week' | 'year';
557
- }
558
- }
559
- }
560
503
  namespace PriceData {
561
504
  type TaxBehavior = 'exclusive' | 'inclusive' | 'unspecified';
562
505
  }
@@ -1 +1 @@
1
- {"version":3,"file":"InvoiceItems.js","sourceRoot":"","sources":["../../src/resources/InvoiceItems.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"InvoiceItems.js","sourceRoot":"","sources":["../../src/resources/InvoiceItems.ts"],"names":[],"mappings":"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"}