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
@@ -45,10 +45,6 @@ export interface EventBase {
45
45
  * Number of webhooks that haven't been successfully delivered (for example, to return a 20x response) to the URLs you specify.
46
46
  */
47
47
  pending_webhooks: number;
48
- /**
49
- * Information about the action that causes the event. Only present when the event is triggered by an API request or an [Automation](https://docs.stripe.com/billing/automations) action.
50
- */
51
- reason?: Event.Reason | null;
52
48
  /**
53
49
  * Information on the API request that triggers the event.
54
50
  */
@@ -69,14 +65,6 @@ export declare namespace Event {
69
65
  */
70
66
  previous_attributes?: Data.PreviousAttributes;
71
67
  }
72
- interface Reason {
73
- automation_action?: Reason.AutomationAction;
74
- request?: Reason.Request;
75
- /**
76
- * The type of the reason for the event.
77
- */
78
- type: Reason.Type;
79
- }
80
68
  interface Request {
81
69
  /**
82
70
  * ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API.
@@ -87,48 +75,13 @@ export declare namespace Event {
87
75
  */
88
76
  idempotency_key: string | null;
89
77
  }
90
- type Type = 'account.application.authorized' | 'account.application.deauthorized' | 'account.external_account.created' | 'account.external_account.deleted' | 'account.external_account.updated' | 'account.updated' | 'account_notice.created' | 'account_notice.updated' | 'application_fee.created' | 'application_fee.refund.updated' | 'application_fee.refunded' | 'balance.available' | 'balance_settings.updated' | 'billing.alert.triggered' | 'billing.credit_grant.created' | 'billing_portal.configuration.created' | 'billing_portal.configuration.updated' | 'billing_portal.session.created' | 'capability.updated' | 'capital.financing_offer.accepted' | 'capital.financing_offer.accepted_other_offer' | 'capital.financing_offer.canceled' | 'capital.financing_offer.created' | 'capital.financing_offer.expired' | 'capital.financing_offer.fully_repaid' | 'capital.financing_offer.paid_out' | 'capital.financing_offer.rejected' | 'capital.financing_offer.replacement_created' | 'capital.financing_summary.line_of_credit_update' | 'capital.financing_transaction.created' | 'cash_balance.funds_available' | 'charge.captured' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'charge.expired' | 'charge.failed' | 'charge.pending' | 'charge.refund.updated' | 'charge.refunded' | 'charge.succeeded' | 'charge.updated' | 'checkout.session.async_payment_failed' | 'checkout.session.async_payment_succeeded' | 'checkout.session.completed' | 'checkout.session.expired' | 'climate.order.canceled' | 'climate.order.created' | 'climate.order.delayed' | 'climate.order.delivered' | 'climate.order.product_substituted' | 'climate.product.created' | 'climate.product.pricing_updated' | 'coupon.created' | 'coupon.deleted' | 'coupon.updated' | 'credit_note.created' | 'credit_note.updated' | 'credit_note.voided' | 'customer.created' | 'customer.deleted' | 'customer.discount.created' | 'customer.discount.deleted' | 'customer.discount.updated' | 'customer.source.created' | 'customer.source.deleted' | 'customer.source.expiring' | 'customer.source.updated' | 'customer.subscription.collection_paused' | 'customer.subscription.collection_resumed' | 'customer.subscription.created' | 'customer.subscription.custom_event' | 'customer.subscription.deleted' | 'customer.subscription.paused' | 'customer.subscription.pending_update_applied' | 'customer.subscription.pending_update_expired' | 'customer.subscription.price_migration_failed' | 'customer.subscription.resumed' | 'customer.subscription.trial_will_end' | 'customer.subscription.updated' | 'customer.tax_id.created' | 'customer.tax_id.deleted' | 'customer.tax_id.updated' | 'customer.updated' | 'customer_cash_balance_transaction.created' | 'entitlements.active_entitlement_summary.updated' | 'file.created' | 'financial_connections.account.account_numbers_updated' | 'financial_connections.account.created' | 'financial_connections.account.deactivated' | 'financial_connections.account.disconnected' | 'financial_connections.account.reactivated' | 'financial_connections.account.refreshed_balance' | 'financial_connections.account.refreshed_inferred_balances' | 'financial_connections.account.refreshed_ownership' | 'financial_connections.account.refreshed_transactions' | 'financial_connections.account.upcoming_account_number_expiry' | 'financial_connections.session.updated' | 'fx_quote.expired' | 'identity.verification_session.canceled' | 'identity.verification_session.created' | 'identity.verification_session.processing' | 'identity.verification_session.redacted' | 'identity.verification_session.requires_input' | 'identity.verification_session.verified' | 'invoice.created' | 'invoice.deleted' | 'invoice.finalization_failed' | 'invoice.finalized' | 'invoice.marked_uncollectible' | 'invoice.overdue' | 'invoice.overpaid' | 'invoice.paid' | 'invoice.payment.overpaid' | 'invoice.payment_action_required' | 'invoice.payment_attempt_required' | 'invoice.payment_failed' | 'invoice.payment_succeeded' | 'invoice.sent' | 'invoice.upcoming' | 'invoice.updated' | 'invoice.voided' | 'invoice.will_be_due' | 'invoice_payment.paid' | 'invoiceitem.created' | 'invoiceitem.deleted' | 'issuing_authorization.created' | 'issuing_authorization.request' | 'issuing_authorization.updated' | 'issuing_card.created' | 'issuing_card.updated' | 'issuing_cardholder.created' | 'issuing_cardholder.updated' | 'issuing_dispute.closed' | 'issuing_dispute.created' | 'issuing_dispute.funds_reinstated' | 'issuing_dispute.funds_rescinded' | 'issuing_dispute.submitted' | 'issuing_dispute.updated' | 'issuing_dispute_settlement_detail.created' | 'issuing_dispute_settlement_detail.updated' | 'issuing_fraud_liability_debit.created' | 'issuing_personalization_design.activated' | 'issuing_personalization_design.deactivated' | 'issuing_personalization_design.rejected' | 'issuing_personalization_design.updated' | 'issuing_settlement.created' | 'issuing_settlement.updated' | 'issuing_token.created' | 'issuing_token.updated' | 'issuing_transaction.created' | 'issuing_transaction.purchase_details_receipt_updated' | 'issuing_transaction.updated' | 'mandate.updated' | 'payment_intent.amount_capturable_updated' | 'payment_intent.canceled' | 'payment_intent.created' | 'payment_intent.partially_funded' | 'payment_intent.payment_failed' | 'payment_intent.processing' | 'payment_intent.requires_action' | 'payment_intent.succeeded' | 'payment_link.created' | 'payment_link.updated' | 'payment_method.attached' | 'payment_method.automatically_updated' | 'payment_method.detached' | 'payment_method.updated' | 'payout.canceled' | 'payout.created' | 'payout.failed' | 'payout.paid' | 'payout.reconciliation_completed' | 'payout.updated' | 'person.created' | 'person.deleted' | 'person.updated' | 'plan.created' | 'plan.deleted' | 'plan.updated' | 'price.created' | 'price.deleted' | 'price.updated' | 'privacy.redaction_job.canceled' | 'privacy.redaction_job.created' | 'privacy.redaction_job.ready' | 'privacy.redaction_job.succeeded' | 'privacy.redaction_job.validation_error' | 'product.created' | 'product.deleted' | 'product.updated' | 'promotion_code.created' | 'promotion_code.updated' | 'quote.accept_failed' | 'quote.accepted' | 'quote.accepting' | 'quote.canceled' | 'quote.created' | 'quote.draft' | 'quote.finalized' | 'quote.reestimate_failed' | 'quote.reestimated' | 'quote.stale' | 'radar.early_fraud_warning.created' | 'radar.early_fraud_warning.updated' | 'refund.created' | 'refund.failed' | 'refund.updated' | 'reporting.report_run.failed' | 'reporting.report_run.succeeded' | 'reporting.report_type.updated' | 'reserve.hold.created' | 'reserve.hold.updated' | 'reserve.plan.created' | 'reserve.plan.disabled' | 'reserve.plan.expired' | 'reserve.plan.updated' | 'reserve.release.created' | 'review.closed' | 'review.opened' | 'setup_intent.canceled' | 'setup_intent.created' | 'setup_intent.requires_action' | 'setup_intent.setup_failed' | 'setup_intent.succeeded' | 'sigma.scheduled_query_run.created' | 'source.canceled' | 'source.chargeable' | 'source.failed' | 'source.mandate_notification' | 'source.refund_attributes_required' | 'source.transaction.created' | 'source.transaction.updated' | 'subscription_schedule.aborted' | 'subscription_schedule.canceled' | 'subscription_schedule.completed' | 'subscription_schedule.created' | 'subscription_schedule.expiring' | 'subscription_schedule.price_migration_failed' | 'subscription_schedule.released' | 'subscription_schedule.updated' | 'tax.form.updated' | 'tax.settings.updated' | 'tax_rate.created' | 'tax_rate.updated' | 'terminal.reader.action_failed' | 'terminal.reader.action_succeeded' | 'terminal.reader.action_updated' | 'test_helpers.test_clock.advancing' | 'test_helpers.test_clock.created' | 'test_helpers.test_clock.deleted' | 'test_helpers.test_clock.internal_failure' | 'test_helpers.test_clock.ready' | 'topup.canceled' | 'topup.created' | 'topup.failed' | 'topup.reversed' | 'topup.succeeded' | 'transfer.created' | 'transfer.reversed' | 'transfer.updated' | 'treasury.credit_reversal.created' | 'treasury.credit_reversal.posted' | 'treasury.debit_reversal.completed' | 'treasury.debit_reversal.created' | 'treasury.debit_reversal.initial_credit_granted' | 'treasury.financial_account.closed' | 'treasury.financial_account.created' | 'treasury.financial_account.features_status_updated' | 'treasury.inbound_transfer.canceled' | 'treasury.inbound_transfer.created' | 'treasury.inbound_transfer.failed' | 'treasury.inbound_transfer.succeeded' | 'treasury.outbound_payment.canceled' | 'treasury.outbound_payment.created' | 'treasury.outbound_payment.expected_arrival_date_updated' | 'treasury.outbound_payment.failed' | 'treasury.outbound_payment.posted' | 'treasury.outbound_payment.returned' | 'treasury.outbound_payment.tracking_details_updated' | 'treasury.outbound_transfer.canceled' | 'treasury.outbound_transfer.created' | 'treasury.outbound_transfer.expected_arrival_date_updated' | 'treasury.outbound_transfer.failed' | 'treasury.outbound_transfer.posted' | 'treasury.outbound_transfer.returned' | 'treasury.outbound_transfer.tracking_details_updated' | 'treasury.received_credit.created' | 'treasury.received_credit.failed' | 'treasury.received_credit.succeeded' | 'treasury.received_debit.created' | 'invoice_payment.detached' | 'billing.credit_balance_transaction.created' | 'billing.credit_grant.updated' | 'billing.meter.created' | 'billing.meter.deactivated' | 'billing.meter.reactivated' | 'billing.meter.updated';
78
+ type Type = 'account.application.authorized' | 'account.application.deauthorized' | 'account.external_account.created' | 'account.external_account.deleted' | 'account.external_account.updated' | 'account.updated' | 'application_fee.created' | 'application_fee.refund.updated' | 'application_fee.refunded' | 'balance.available' | 'balance_settings.updated' | 'billing.alert.triggered' | 'billing.credit_grant.created' | 'billing_portal.configuration.created' | 'billing_portal.configuration.updated' | 'billing_portal.session.created' | 'capability.updated' | 'cash_balance.funds_available' | 'charge.captured' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'charge.expired' | 'charge.failed' | 'charge.pending' | 'charge.refund.updated' | 'charge.refunded' | 'charge.succeeded' | 'charge.updated' | 'checkout.session.async_payment_failed' | 'checkout.session.async_payment_succeeded' | 'checkout.session.completed' | 'checkout.session.expired' | 'climate.order.canceled' | 'climate.order.created' | 'climate.order.delayed' | 'climate.order.delivered' | 'climate.order.product_substituted' | 'climate.product.created' | 'climate.product.pricing_updated' | 'coupon.created' | 'coupon.deleted' | 'coupon.updated' | 'credit_note.created' | 'credit_note.updated' | 'credit_note.voided' | 'customer.created' | 'customer.deleted' | 'customer.discount.created' | 'customer.discount.deleted' | 'customer.discount.updated' | 'customer.source.created' | 'customer.source.deleted' | 'customer.source.expiring' | 'customer.source.updated' | 'customer.subscription.created' | 'customer.subscription.deleted' | 'customer.subscription.paused' | 'customer.subscription.pending_update_applied' | 'customer.subscription.pending_update_expired' | 'customer.subscription.resumed' | 'customer.subscription.trial_will_end' | 'customer.subscription.updated' | 'customer.tax_id.created' | 'customer.tax_id.deleted' | 'customer.tax_id.updated' | 'customer.updated' | 'customer_cash_balance_transaction.created' | 'entitlements.active_entitlement_summary.updated' | 'file.created' | 'financial_connections.account.account_numbers_updated' | 'financial_connections.account.created' | 'financial_connections.account.deactivated' | 'financial_connections.account.disconnected' | 'financial_connections.account.reactivated' | 'financial_connections.account.refreshed_balance' | 'financial_connections.account.refreshed_ownership' | 'financial_connections.account.refreshed_transactions' | 'financial_connections.account.upcoming_account_number_expiry' | 'identity.verification_session.canceled' | 'identity.verification_session.created' | 'identity.verification_session.processing' | 'identity.verification_session.redacted' | 'identity.verification_session.requires_input' | 'identity.verification_session.verified' | 'invoice.created' | 'invoice.deleted' | 'invoice.finalization_failed' | 'invoice.finalized' | 'invoice.marked_uncollectible' | 'invoice.overdue' | 'invoice.overpaid' | 'invoice.paid' | 'invoice.payment_action_required' | 'invoice.payment_attempt_required' | 'invoice.payment_failed' | 'invoice.payment_succeeded' | 'invoice.sent' | 'invoice.upcoming' | 'invoice.updated' | 'invoice.voided' | 'invoice.will_be_due' | 'invoice_payment.paid' | 'invoiceitem.created' | 'invoiceitem.deleted' | 'issuing_authorization.created' | 'issuing_authorization.request' | 'issuing_authorization.updated' | 'issuing_card.created' | 'issuing_card.updated' | 'issuing_cardholder.created' | 'issuing_cardholder.updated' | 'issuing_dispute.closed' | 'issuing_dispute.created' | 'issuing_dispute.funds_reinstated' | 'issuing_dispute.funds_rescinded' | 'issuing_dispute.submitted' | 'issuing_dispute.updated' | 'issuing_personalization_design.activated' | 'issuing_personalization_design.deactivated' | 'issuing_personalization_design.rejected' | 'issuing_personalization_design.updated' | 'issuing_token.created' | 'issuing_token.updated' | 'issuing_transaction.created' | 'issuing_transaction.purchase_details_receipt_updated' | 'issuing_transaction.updated' | 'mandate.updated' | 'payment_intent.amount_capturable_updated' | 'payment_intent.canceled' | 'payment_intent.created' | 'payment_intent.partially_funded' | 'payment_intent.payment_failed' | 'payment_intent.processing' | 'payment_intent.requires_action' | 'payment_intent.succeeded' | 'payment_link.created' | 'payment_link.updated' | 'payment_method.attached' | 'payment_method.automatically_updated' | 'payment_method.detached' | 'payment_method.updated' | 'payout.canceled' | 'payout.created' | 'payout.failed' | 'payout.paid' | 'payout.reconciliation_completed' | 'payout.updated' | 'person.created' | 'person.deleted' | 'person.updated' | 'plan.created' | 'plan.deleted' | 'plan.updated' | 'price.created' | 'price.deleted' | 'price.updated' | 'product.created' | 'product.deleted' | 'product.updated' | 'promotion_code.created' | 'promotion_code.updated' | 'quote.accepted' | 'quote.canceled' | 'quote.created' | 'quote.finalized' | 'radar.early_fraud_warning.created' | 'radar.early_fraud_warning.updated' | 'refund.created' | 'refund.failed' | 'refund.updated' | 'reporting.report_run.failed' | 'reporting.report_run.succeeded' | 'reporting.report_type.updated' | 'reserve.hold.created' | 'reserve.hold.updated' | 'reserve.plan.created' | 'reserve.plan.disabled' | 'reserve.plan.expired' | 'reserve.plan.updated' | 'reserve.release.created' | 'review.closed' | 'review.opened' | 'setup_intent.canceled' | 'setup_intent.created' | 'setup_intent.requires_action' | 'setup_intent.setup_failed' | 'setup_intent.succeeded' | 'sigma.scheduled_query_run.created' | 'source.canceled' | 'source.chargeable' | 'source.failed' | 'source.mandate_notification' | 'source.refund_attributes_required' | 'source.transaction.created' | 'source.transaction.updated' | 'subscription_schedule.aborted' | 'subscription_schedule.canceled' | 'subscription_schedule.completed' | 'subscription_schedule.created' | 'subscription_schedule.expiring' | 'subscription_schedule.released' | 'subscription_schedule.updated' | 'tax.settings.updated' | 'tax_rate.created' | 'tax_rate.updated' | 'terminal.reader.action_failed' | 'terminal.reader.action_succeeded' | 'terminal.reader.action_updated' | 'test_helpers.test_clock.advancing' | 'test_helpers.test_clock.created' | 'test_helpers.test_clock.deleted' | 'test_helpers.test_clock.internal_failure' | 'test_helpers.test_clock.ready' | 'topup.canceled' | 'topup.created' | 'topup.failed' | 'topup.reversed' | 'topup.succeeded' | 'transfer.created' | 'transfer.reversed' | 'transfer.updated' | 'treasury.credit_reversal.created' | 'treasury.credit_reversal.posted' | 'treasury.debit_reversal.completed' | 'treasury.debit_reversal.created' | 'treasury.debit_reversal.initial_credit_granted' | 'treasury.financial_account.closed' | 'treasury.financial_account.created' | 'treasury.financial_account.features_status_updated' | 'treasury.inbound_transfer.canceled' | 'treasury.inbound_transfer.created' | 'treasury.inbound_transfer.failed' | 'treasury.inbound_transfer.succeeded' | 'treasury.outbound_payment.canceled' | 'treasury.outbound_payment.created' | 'treasury.outbound_payment.expected_arrival_date_updated' | 'treasury.outbound_payment.failed' | 'treasury.outbound_payment.posted' | 'treasury.outbound_payment.returned' | 'treasury.outbound_payment.tracking_details_updated' | 'treasury.outbound_transfer.canceled' | 'treasury.outbound_transfer.created' | 'treasury.outbound_transfer.expected_arrival_date_updated' | 'treasury.outbound_transfer.failed' | 'treasury.outbound_transfer.posted' | 'treasury.outbound_transfer.returned' | 'treasury.outbound_transfer.tracking_details_updated' | 'treasury.received_credit.created' | 'treasury.received_credit.failed' | 'treasury.received_credit.succeeded' | 'treasury.received_debit.created' | 'billing.credit_balance_transaction.created' | 'billing.credit_grant.updated' | 'billing.meter.created' | 'billing.meter.deactivated' | 'billing.meter.reactivated' | 'billing.meter.updated';
91
79
  namespace Data {
92
80
  interface Object {
93
81
  }
94
82
  interface PreviousAttributes {
95
83
  }
96
84
  }
97
- namespace Reason {
98
- interface AutomationAction {
99
- stripe_send_webhook_custom_event?: AutomationAction.StripeSendWebhookCustomEvent;
100
- /**
101
- * The trigger name of the automation that triggered this action.
102
- * Please visit [Revenue and retention automations](https://docs.stripe.com/billing/automations#choose-a-trigger) for all possible trigger names.
103
- */
104
- trigger: string;
105
- /**
106
- * The type of the `automation_action`.
107
- */
108
- type: 'stripe_send_webhook_custom_event';
109
- }
110
- interface Request {
111
- /**
112
- * ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API.
113
- */
114
- id: string | null;
115
- /**
116
- * The idempotency key transmitted during the request, if any. *Note: This property is populated only for events on or after May 23, 2017*.
117
- */
118
- idempotency_key: string | null;
119
- }
120
- type Type = 'automation_action' | 'request';
121
- namespace AutomationAction {
122
- interface StripeSendWebhookCustomEvent {
123
- /**
124
- * Set of key-value pairs attached to the action when creating an Automation.
125
- */
126
- custom_data: {
127
- [key: string]: string;
128
- } | null;
129
- }
130
- }
131
- }
132
85
  }
133
86
  export interface EventRetrieveParams {
134
87
  /**
@@ -160,14 +113,12 @@ export interface EventListParams extends PaginationParams {
160
113
  }
161
114
  import { Billing } from './Billing/index.js';
162
115
  import { BillingPortal } from './BillingPortal/index.js';
163
- import { Capital } from './Capital/index.js';
164
116
  import { Checkout } from './Checkout/index.js';
165
117
  import { Climate } from './Climate/index.js';
166
118
  import { Entitlements } from './Entitlements/index.js';
167
119
  import { FinancialConnections } from './FinancialConnections/index.js';
168
120
  import { Identity } from './Identity/index.js';
169
121
  import { Issuing } from './Issuing/index.js';
170
- import { Privacy } from './Privacy/index.js';
171
122
  import { Radar } from './Radar/index.js';
172
123
  import { Reporting } from './Reporting/index.js';
173
124
  import { Reserve } from './Reserve/index.js';
@@ -179,7 +130,6 @@ import { Treasury } from './Treasury/index.js';
179
130
  import { Application } from './Applications.js';
180
131
  import { ExternalAccount } from './ExternalAccounts.js';
181
132
  import { Account } from './Accounts.js';
182
- import { AccountNotice } from './AccountNotices.js';
183
133
  import { ApplicationFee } from './ApplicationFees.js';
184
134
  import { FeeRefund } from './FeeRefunds.js';
185
135
  import { Balance } from './Balance.js';
@@ -198,7 +148,6 @@ import { Subscription } from './Subscriptions.js';
198
148
  import { TaxId } from './TaxIds.js';
199
149
  import { CustomerCashBalanceTransaction } from './CustomerCashBalanceTransactions.js';
200
150
  import { File } from './Files.js';
201
- import { FxQuote } from './FxQuotes.js';
202
151
  import { Invoice } from './Invoices.js';
203
152
  import { InvoicePayment } from './InvoicePayments.js';
204
153
  import { InvoiceItem } from './InvoiceItems.js';
@@ -222,7 +171,7 @@ import { SubscriptionSchedule } from './SubscriptionSchedules.js';
222
171
  import { TaxRate } from './TaxRates.js';
223
172
  import { Topup } from './Topups.js';
224
173
  import { Transfer } from './Transfers.js';
225
- export type Event = AccountApplicationAuthorizedEvent | AccountApplicationDeauthorizedEvent | AccountExternalAccountCreatedEvent | AccountExternalAccountDeletedEvent | AccountExternalAccountUpdatedEvent | AccountUpdatedEvent | AccountNoticeCreatedEvent | AccountNoticeUpdatedEvent | ApplicationFeeCreatedEvent | ApplicationFeeRefundUpdatedEvent | ApplicationFeeRefundedEvent | BalanceAvailableEvent | BalanceSettingsUpdatedEvent | BillingAlertTriggeredEvent | BillingCreditBalanceTransactionCreatedEvent | BillingCreditGrantCreatedEvent | BillingCreditGrantUpdatedEvent | BillingMeterCreatedEvent | BillingMeterDeactivatedEvent | BillingMeterReactivatedEvent | BillingMeterUpdatedEvent | BillingPortalConfigurationCreatedEvent | BillingPortalConfigurationUpdatedEvent | BillingPortalSessionCreatedEvent | CapabilityUpdatedEvent | CapitalFinancingOfferAcceptedEvent | CapitalFinancingOfferCanceledEvent | CapitalFinancingOfferCreatedEvent | CapitalFinancingOfferExpiredEvent | CapitalFinancingOfferFullyRepaidEvent | CapitalFinancingOfferPaidOutEvent | CapitalFinancingOfferRejectedEvent | CapitalFinancingOfferReplacementCreatedEvent | CapitalFinancingTransactionCreatedEvent | CashBalanceFundsAvailableEvent | ChargeCapturedEvent | ChargeDisputeClosedEvent | ChargeDisputeCreatedEvent | ChargeDisputeFundsReinstatedEvent | ChargeDisputeFundsWithdrawnEvent | ChargeDisputeUpdatedEvent | ChargeExpiredEvent | ChargeFailedEvent | ChargePendingEvent | ChargeRefundUpdatedEvent | ChargeRefundedEvent | ChargeSucceededEvent | ChargeUpdatedEvent | CheckoutSessionAsyncPaymentFailedEvent | CheckoutSessionAsyncPaymentSucceededEvent | CheckoutSessionCompletedEvent | CheckoutSessionExpiredEvent | ClimateOrderCanceledEvent | ClimateOrderCreatedEvent | ClimateOrderDelayedEvent | ClimateOrderDeliveredEvent | ClimateOrderProductSubstitutedEvent | ClimateProductCreatedEvent | ClimateProductPricingUpdatedEvent | CouponCreatedEvent | CouponDeletedEvent | CouponUpdatedEvent | CreditNoteCreatedEvent | CreditNoteUpdatedEvent | CreditNoteVoidedEvent | CustomerCreatedEvent | CustomerDeletedEvent | CustomerDiscountCreatedEvent | CustomerDiscountDeletedEvent | CustomerDiscountUpdatedEvent | CustomerSourceCreatedEvent | CustomerSourceDeletedEvent | CustomerSourceExpiringEvent | CustomerSourceUpdatedEvent | CustomerSubscriptionCollectionPausedEvent | CustomerSubscriptionCollectionResumedEvent | CustomerSubscriptionCreatedEvent | CustomerSubscriptionCustomEventEvent | CustomerSubscriptionDeletedEvent | CustomerSubscriptionPausedEvent | CustomerSubscriptionPendingUpdateAppliedEvent | CustomerSubscriptionPendingUpdateExpiredEvent | CustomerSubscriptionPriceMigrationFailedEvent | CustomerSubscriptionResumedEvent | CustomerSubscriptionTrialWillEndEvent | CustomerSubscriptionUpdatedEvent | CustomerTaxIdCreatedEvent | CustomerTaxIdDeletedEvent | CustomerTaxIdUpdatedEvent | CustomerUpdatedEvent | CustomerCashBalanceTransactionCreatedEvent | EntitlementsActiveEntitlementSummaryUpdatedEvent | FileCreatedEvent | FinancialConnectionsAccountAccountNumbersUpdatedEvent | FinancialConnectionsAccountCreatedEvent | FinancialConnectionsAccountDeactivatedEvent | FinancialConnectionsAccountDisconnectedEvent | FinancialConnectionsAccountReactivatedEvent | FinancialConnectionsAccountRefreshedBalanceEvent | FinancialConnectionsAccountRefreshedInferredBalancesEvent | FinancialConnectionsAccountRefreshedOwnershipEvent | FinancialConnectionsAccountRefreshedTransactionsEvent | FinancialConnectionsAccountUpcomingAccountNumberExpiryEvent | FinancialConnectionsSessionUpdatedEvent | FxQuoteExpiredEvent | IdentityVerificationSessionCanceledEvent | IdentityVerificationSessionCreatedEvent | IdentityVerificationSessionProcessingEvent | IdentityVerificationSessionRedactedEvent | IdentityVerificationSessionRequiresInputEvent | IdentityVerificationSessionVerifiedEvent | InvoiceCreatedEvent | InvoiceDeletedEvent | InvoiceFinalizationFailedEvent | InvoiceFinalizedEvent | InvoiceMarkedUncollectibleEvent | InvoiceOverdueEvent | InvoiceOverpaidEvent | InvoicePaidEvent | InvoicePaymentOverpaidEvent | InvoicePaymentActionRequiredEvent | InvoicePaymentAttemptRequiredEvent | InvoicePaymentFailedEvent | InvoicePaymentSucceededEvent | InvoiceSentEvent | InvoiceUpcomingEvent | InvoiceUpdatedEvent | InvoiceVoidedEvent | InvoiceWillBeDueEvent | InvoicePaymentDetachedEvent | InvoicePaymentPaidEvent | InvoiceItemCreatedEvent | InvoiceItemDeletedEvent | IssuingAuthorizationCreatedEvent | IssuingAuthorizationRequestEvent | IssuingAuthorizationUpdatedEvent | IssuingCardCreatedEvent | IssuingCardUpdatedEvent | IssuingCardholderCreatedEvent | IssuingCardholderUpdatedEvent | IssuingDisputeClosedEvent | IssuingDisputeCreatedEvent | IssuingDisputeFundsReinstatedEvent | IssuingDisputeFundsRescindedEvent | IssuingDisputeSubmittedEvent | IssuingDisputeUpdatedEvent | IssuingDisputeSettlementDetailCreatedEvent | IssuingDisputeSettlementDetailUpdatedEvent | IssuingFraudLiabilityDebitCreatedEvent | IssuingPersonalizationDesignActivatedEvent | IssuingPersonalizationDesignDeactivatedEvent | IssuingPersonalizationDesignRejectedEvent | IssuingPersonalizationDesignUpdatedEvent | IssuingSettlementCreatedEvent | IssuingSettlementUpdatedEvent | IssuingTokenCreatedEvent | IssuingTokenUpdatedEvent | IssuingTransactionCreatedEvent | IssuingTransactionPurchaseDetailsReceiptUpdatedEvent | IssuingTransactionUpdatedEvent | MandateUpdatedEvent | PaymentIntentAmountCapturableUpdatedEvent | PaymentIntentCanceledEvent | PaymentIntentCreatedEvent | PaymentIntentPartiallyFundedEvent | PaymentIntentPaymentFailedEvent | PaymentIntentProcessingEvent | PaymentIntentRequiresActionEvent | PaymentIntentSucceededEvent | PaymentLinkCreatedEvent | PaymentLinkUpdatedEvent | PaymentMethodAttachedEvent | PaymentMethodAutomaticallyUpdatedEvent | PaymentMethodDetachedEvent | PaymentMethodUpdatedEvent | PayoutCanceledEvent | PayoutCreatedEvent | PayoutFailedEvent | PayoutPaidEvent | PayoutReconciliationCompletedEvent | PayoutUpdatedEvent | PersonCreatedEvent | PersonDeletedEvent | PersonUpdatedEvent | PlanCreatedEvent | PlanDeletedEvent | PlanUpdatedEvent | PriceCreatedEvent | PriceDeletedEvent | PriceUpdatedEvent | PrivacyRedactionJobCanceledEvent | PrivacyRedactionJobCreatedEvent | PrivacyRedactionJobReadyEvent | PrivacyRedactionJobSucceededEvent | PrivacyRedactionJobValidationErrorEvent | ProductCreatedEvent | ProductDeletedEvent | ProductUpdatedEvent | PromotionCodeCreatedEvent | PromotionCodeUpdatedEvent | QuoteAcceptFailedEvent | QuoteAcceptedEvent | QuoteAcceptingEvent | QuoteCanceledEvent | QuoteCreatedEvent | QuoteDraftEvent | QuoteFinalizedEvent | QuoteReestimateFailedEvent | QuoteReestimatedEvent | QuoteStaleEvent | RadarEarlyFraudWarningCreatedEvent | RadarEarlyFraudWarningUpdatedEvent | RefundCreatedEvent | RefundFailedEvent | RefundUpdatedEvent | ReportingReportRunFailedEvent | ReportingReportRunSucceededEvent | ReportingReportTypeUpdatedEvent | ReserveHoldCreatedEvent | ReserveHoldUpdatedEvent | ReservePlanCreatedEvent | ReservePlanDisabledEvent | ReservePlanExpiredEvent | ReservePlanUpdatedEvent | ReserveReleaseCreatedEvent | ReviewClosedEvent | ReviewOpenedEvent | SetupIntentCanceledEvent | SetupIntentCreatedEvent | SetupIntentRequiresActionEvent | SetupIntentSetupFailedEvent | SetupIntentSucceededEvent | SigmaScheduledQueryRunCreatedEvent | SourceCanceledEvent | SourceChargeableEvent | SourceFailedEvent | SourceMandateNotificationEvent | SourceRefundAttributesRequiredEvent | SourceTransactionCreatedEvent | SourceTransactionUpdatedEvent | SubscriptionScheduleAbortedEvent | SubscriptionScheduleCanceledEvent | SubscriptionScheduleCompletedEvent | SubscriptionScheduleCreatedEvent | SubscriptionScheduleExpiringEvent | SubscriptionSchedulePriceMigrationFailedEvent | SubscriptionScheduleReleasedEvent | SubscriptionScheduleUpdatedEvent | TaxFormUpdatedEvent | TaxSettingsUpdatedEvent | TaxRateCreatedEvent | TaxRateUpdatedEvent | TerminalReaderActionFailedEvent | TerminalReaderActionSucceededEvent | TerminalReaderActionUpdatedEvent | TestHelpersTestClockAdvancingEvent | TestHelpersTestClockCreatedEvent | TestHelpersTestClockDeletedEvent | TestHelpersTestClockInternalFailureEvent | TestHelpersTestClockReadyEvent | TopupCanceledEvent | TopupCreatedEvent | TopupFailedEvent | TopupReversedEvent | TopupSucceededEvent | TransferCreatedEvent | TransferReversedEvent | TransferUpdatedEvent | TreasuryCreditReversalCreatedEvent | TreasuryCreditReversalPostedEvent | TreasuryDebitReversalCompletedEvent | TreasuryDebitReversalCreatedEvent | TreasuryDebitReversalInitialCreditGrantedEvent | TreasuryFinancialAccountClosedEvent | TreasuryFinancialAccountCreatedEvent | TreasuryFinancialAccountFeaturesStatusUpdatedEvent | TreasuryInboundTransferCanceledEvent | TreasuryInboundTransferCreatedEvent | TreasuryInboundTransferFailedEvent | TreasuryInboundTransferSucceededEvent | TreasuryOutboundPaymentCanceledEvent | TreasuryOutboundPaymentCreatedEvent | TreasuryOutboundPaymentExpectedArrivalDateUpdatedEvent | TreasuryOutboundPaymentFailedEvent | TreasuryOutboundPaymentPostedEvent | TreasuryOutboundPaymentReturnedEvent | TreasuryOutboundPaymentTrackingDetailsUpdatedEvent | TreasuryOutboundTransferCanceledEvent | TreasuryOutboundTransferCreatedEvent | TreasuryOutboundTransferExpectedArrivalDateUpdatedEvent | TreasuryOutboundTransferFailedEvent | TreasuryOutboundTransferPostedEvent | TreasuryOutboundTransferReturnedEvent | TreasuryOutboundTransferTrackingDetailsUpdatedEvent | TreasuryReceivedCreditCreatedEvent | TreasuryReceivedCreditFailedEvent | TreasuryReceivedCreditSucceededEvent | TreasuryReceivedDebitCreatedEvent;
174
+ export type Event = AccountApplicationAuthorizedEvent | AccountApplicationDeauthorizedEvent | AccountExternalAccountCreatedEvent | AccountExternalAccountDeletedEvent | AccountExternalAccountUpdatedEvent | AccountUpdatedEvent | ApplicationFeeCreatedEvent | ApplicationFeeRefundUpdatedEvent | ApplicationFeeRefundedEvent | BalanceAvailableEvent | BalanceSettingsUpdatedEvent | BillingAlertTriggeredEvent | BillingCreditBalanceTransactionCreatedEvent | BillingCreditGrantCreatedEvent | BillingCreditGrantUpdatedEvent | BillingMeterCreatedEvent | BillingMeterDeactivatedEvent | BillingMeterReactivatedEvent | BillingMeterUpdatedEvent | BillingPortalConfigurationCreatedEvent | BillingPortalConfigurationUpdatedEvent | BillingPortalSessionCreatedEvent | CapabilityUpdatedEvent | CashBalanceFundsAvailableEvent | ChargeCapturedEvent | ChargeDisputeClosedEvent | ChargeDisputeCreatedEvent | ChargeDisputeFundsReinstatedEvent | ChargeDisputeFundsWithdrawnEvent | ChargeDisputeUpdatedEvent | ChargeExpiredEvent | ChargeFailedEvent | ChargePendingEvent | ChargeRefundUpdatedEvent | ChargeRefundedEvent | ChargeSucceededEvent | ChargeUpdatedEvent | CheckoutSessionAsyncPaymentFailedEvent | CheckoutSessionAsyncPaymentSucceededEvent | CheckoutSessionCompletedEvent | CheckoutSessionExpiredEvent | ClimateOrderCanceledEvent | ClimateOrderCreatedEvent | ClimateOrderDelayedEvent | ClimateOrderDeliveredEvent | ClimateOrderProductSubstitutedEvent | ClimateProductCreatedEvent | ClimateProductPricingUpdatedEvent | CouponCreatedEvent | CouponDeletedEvent | CouponUpdatedEvent | CreditNoteCreatedEvent | CreditNoteUpdatedEvent | CreditNoteVoidedEvent | CustomerCreatedEvent | CustomerDeletedEvent | CustomerDiscountCreatedEvent | CustomerDiscountDeletedEvent | CustomerDiscountUpdatedEvent | CustomerSourceCreatedEvent | CustomerSourceDeletedEvent | CustomerSourceExpiringEvent | CustomerSourceUpdatedEvent | CustomerSubscriptionCreatedEvent | CustomerSubscriptionDeletedEvent | CustomerSubscriptionPausedEvent | CustomerSubscriptionPendingUpdateAppliedEvent | CustomerSubscriptionPendingUpdateExpiredEvent | CustomerSubscriptionResumedEvent | CustomerSubscriptionTrialWillEndEvent | CustomerSubscriptionUpdatedEvent | CustomerTaxIdCreatedEvent | CustomerTaxIdDeletedEvent | CustomerTaxIdUpdatedEvent | CustomerUpdatedEvent | CustomerCashBalanceTransactionCreatedEvent | EntitlementsActiveEntitlementSummaryUpdatedEvent | FileCreatedEvent | FinancialConnectionsAccountAccountNumbersUpdatedEvent | FinancialConnectionsAccountCreatedEvent | FinancialConnectionsAccountDeactivatedEvent | FinancialConnectionsAccountDisconnectedEvent | FinancialConnectionsAccountReactivatedEvent | FinancialConnectionsAccountRefreshedBalanceEvent | FinancialConnectionsAccountRefreshedOwnershipEvent | FinancialConnectionsAccountRefreshedTransactionsEvent | FinancialConnectionsAccountUpcomingAccountNumberExpiryEvent | IdentityVerificationSessionCanceledEvent | IdentityVerificationSessionCreatedEvent | IdentityVerificationSessionProcessingEvent | IdentityVerificationSessionRedactedEvent | IdentityVerificationSessionRequiresInputEvent | IdentityVerificationSessionVerifiedEvent | InvoiceCreatedEvent | InvoiceDeletedEvent | InvoiceFinalizationFailedEvent | InvoiceFinalizedEvent | InvoiceMarkedUncollectibleEvent | InvoiceOverdueEvent | InvoiceOverpaidEvent | InvoicePaidEvent | InvoicePaymentActionRequiredEvent | InvoicePaymentAttemptRequiredEvent | InvoicePaymentFailedEvent | InvoicePaymentSucceededEvent | InvoiceSentEvent | InvoiceUpcomingEvent | InvoiceUpdatedEvent | InvoiceVoidedEvent | InvoiceWillBeDueEvent | InvoicePaymentPaidEvent | InvoiceItemCreatedEvent | InvoiceItemDeletedEvent | IssuingAuthorizationCreatedEvent | IssuingAuthorizationRequestEvent | IssuingAuthorizationUpdatedEvent | IssuingCardCreatedEvent | IssuingCardUpdatedEvent | IssuingCardholderCreatedEvent | IssuingCardholderUpdatedEvent | IssuingDisputeClosedEvent | IssuingDisputeCreatedEvent | IssuingDisputeFundsReinstatedEvent | IssuingDisputeFundsRescindedEvent | IssuingDisputeSubmittedEvent | IssuingDisputeUpdatedEvent | IssuingPersonalizationDesignActivatedEvent | IssuingPersonalizationDesignDeactivatedEvent | IssuingPersonalizationDesignRejectedEvent | IssuingPersonalizationDesignUpdatedEvent | IssuingTokenCreatedEvent | IssuingTokenUpdatedEvent | IssuingTransactionCreatedEvent | IssuingTransactionPurchaseDetailsReceiptUpdatedEvent | IssuingTransactionUpdatedEvent | MandateUpdatedEvent | PaymentIntentAmountCapturableUpdatedEvent | PaymentIntentCanceledEvent | PaymentIntentCreatedEvent | PaymentIntentPartiallyFundedEvent | PaymentIntentPaymentFailedEvent | PaymentIntentProcessingEvent | PaymentIntentRequiresActionEvent | PaymentIntentSucceededEvent | PaymentLinkCreatedEvent | PaymentLinkUpdatedEvent | PaymentMethodAttachedEvent | PaymentMethodAutomaticallyUpdatedEvent | PaymentMethodDetachedEvent | PaymentMethodUpdatedEvent | PayoutCanceledEvent | PayoutCreatedEvent | PayoutFailedEvent | PayoutPaidEvent | PayoutReconciliationCompletedEvent | PayoutUpdatedEvent | PersonCreatedEvent | PersonDeletedEvent | PersonUpdatedEvent | PlanCreatedEvent | PlanDeletedEvent | PlanUpdatedEvent | PriceCreatedEvent | PriceDeletedEvent | PriceUpdatedEvent | ProductCreatedEvent | ProductDeletedEvent | ProductUpdatedEvent | PromotionCodeCreatedEvent | PromotionCodeUpdatedEvent | QuoteAcceptedEvent | QuoteCanceledEvent | QuoteCreatedEvent | QuoteFinalizedEvent | RadarEarlyFraudWarningCreatedEvent | RadarEarlyFraudWarningUpdatedEvent | RefundCreatedEvent | RefundFailedEvent | RefundUpdatedEvent | ReportingReportRunFailedEvent | ReportingReportRunSucceededEvent | ReportingReportTypeUpdatedEvent | ReserveHoldCreatedEvent | ReserveHoldUpdatedEvent | ReservePlanCreatedEvent | ReservePlanDisabledEvent | ReservePlanExpiredEvent | ReservePlanUpdatedEvent | ReserveReleaseCreatedEvent | ReviewClosedEvent | ReviewOpenedEvent | SetupIntentCanceledEvent | SetupIntentCreatedEvent | SetupIntentRequiresActionEvent | SetupIntentSetupFailedEvent | SetupIntentSucceededEvent | SigmaScheduledQueryRunCreatedEvent | SourceCanceledEvent | SourceChargeableEvent | SourceFailedEvent | SourceMandateNotificationEvent | SourceRefundAttributesRequiredEvent | SourceTransactionCreatedEvent | SourceTransactionUpdatedEvent | SubscriptionScheduleAbortedEvent | SubscriptionScheduleCanceledEvent | SubscriptionScheduleCompletedEvent | SubscriptionScheduleCreatedEvent | SubscriptionScheduleExpiringEvent | SubscriptionScheduleReleasedEvent | SubscriptionScheduleUpdatedEvent | TaxSettingsUpdatedEvent | TaxRateCreatedEvent | TaxRateUpdatedEvent | TerminalReaderActionFailedEvent | TerminalReaderActionSucceededEvent | TerminalReaderActionUpdatedEvent | TestHelpersTestClockAdvancingEvent | TestHelpersTestClockCreatedEvent | TestHelpersTestClockDeletedEvent | TestHelpersTestClockInternalFailureEvent | TestHelpersTestClockReadyEvent | TopupCanceledEvent | TopupCreatedEvent | TopupFailedEvent | TopupReversedEvent | TopupSucceededEvent | TransferCreatedEvent | TransferReversedEvent | TransferUpdatedEvent | TreasuryCreditReversalCreatedEvent | TreasuryCreditReversalPostedEvent | TreasuryDebitReversalCompletedEvent | TreasuryDebitReversalCreatedEvent | TreasuryDebitReversalInitialCreditGrantedEvent | TreasuryFinancialAccountClosedEvent | TreasuryFinancialAccountCreatedEvent | TreasuryFinancialAccountFeaturesStatusUpdatedEvent | TreasuryInboundTransferCanceledEvent | TreasuryInboundTransferCreatedEvent | TreasuryInboundTransferFailedEvent | TreasuryInboundTransferSucceededEvent | TreasuryOutboundPaymentCanceledEvent | TreasuryOutboundPaymentCreatedEvent | TreasuryOutboundPaymentExpectedArrivalDateUpdatedEvent | TreasuryOutboundPaymentFailedEvent | TreasuryOutboundPaymentPostedEvent | TreasuryOutboundPaymentReturnedEvent | TreasuryOutboundPaymentTrackingDetailsUpdatedEvent | TreasuryOutboundTransferCanceledEvent | TreasuryOutboundTransferCreatedEvent | TreasuryOutboundTransferExpectedArrivalDateUpdatedEvent | TreasuryOutboundTransferFailedEvent | TreasuryOutboundTransferPostedEvent | TreasuryOutboundTransferReturnedEvent | TreasuryOutboundTransferTrackingDetailsUpdatedEvent | TreasuryReceivedCreditCreatedEvent | TreasuryReceivedCreditFailedEvent | TreasuryReceivedCreditSucceededEvent | TreasuryReceivedDebitCreatedEvent;
226
175
  /**
227
176
  * Occurs whenever a user authorizes an application. Sent to the related application only.
228
177
  */
@@ -301,32 +250,6 @@ export declare namespace AccountUpdatedEvent {
301
250
  previous_attributes?: Partial<Account>;
302
251
  }
303
252
  }
304
- /**
305
- * Occurs whenever an AccountNotice is created.
306
- */
307
- export interface AccountNoticeCreatedEvent extends EventBase {
308
- type: 'account_notice.created';
309
- data: AccountNoticeCreatedEvent.Data;
310
- }
311
- export declare namespace AccountNoticeCreatedEvent {
312
- interface Data extends Event.Data {
313
- object: AccountNotice;
314
- previous_attributes?: Partial<AccountNotice>;
315
- }
316
- }
317
- /**
318
- * Occurs whenever an AccountNotice is updated.
319
- */
320
- export interface AccountNoticeUpdatedEvent extends EventBase {
321
- type: 'account_notice.updated';
322
- data: AccountNoticeUpdatedEvent.Data;
323
- }
324
- export declare namespace AccountNoticeUpdatedEvent {
325
- interface Data extends Event.Data {
326
- object: AccountNotice;
327
- previous_attributes?: Partial<AccountNotice>;
328
- }
329
- }
330
253
  /**
331
254
  * Occurs whenever an application fee is created on a charge.
332
255
  */
@@ -548,123 +471,6 @@ export declare namespace CapabilityUpdatedEvent {
548
471
  previous_attributes?: Partial<Capability>;
549
472
  }
550
473
  }
551
- /**
552
- * Occurs whenever a connected account accepts a financing offer.
553
- */
554
- export interface CapitalFinancingOfferAcceptedEvent extends EventBase {
555
- type: 'capital.financing_offer.accepted';
556
- data: CapitalFinancingOfferAcceptedEvent.Data;
557
- }
558
- export declare namespace CapitalFinancingOfferAcceptedEvent {
559
- interface Data extends Event.Data {
560
- object: Capital.FinancingOffer;
561
- previous_attributes?: Partial<Capital.FinancingOffer>;
562
- }
563
- }
564
- /**
565
- * Occurs whenever a financing offer is canceled.
566
- */
567
- export interface CapitalFinancingOfferCanceledEvent extends EventBase {
568
- type: 'capital.financing_offer.canceled';
569
- data: CapitalFinancingOfferCanceledEvent.Data;
570
- }
571
- export declare namespace CapitalFinancingOfferCanceledEvent {
572
- interface Data extends Event.Data {
573
- object: Capital.FinancingOffer;
574
- previous_attributes?: Partial<Capital.FinancingOffer>;
575
- }
576
- }
577
- /**
578
- * Occurs whenever a new financing offer is created for a connected account.
579
- */
580
- export interface CapitalFinancingOfferCreatedEvent extends EventBase {
581
- type: 'capital.financing_offer.created';
582
- data: CapitalFinancingOfferCreatedEvent.Data;
583
- }
584
- export declare namespace CapitalFinancingOfferCreatedEvent {
585
- interface Data extends Event.Data {
586
- object: Capital.FinancingOffer;
587
- previous_attributes?: Partial<Capital.FinancingOffer>;
588
- }
589
- }
590
- /**
591
- * Occurs whenever a financing offer expires.
592
- */
593
- export interface CapitalFinancingOfferExpiredEvent extends EventBase {
594
- type: 'capital.financing_offer.expired';
595
- data: CapitalFinancingOfferExpiredEvent.Data;
596
- }
597
- export declare namespace CapitalFinancingOfferExpiredEvent {
598
- interface Data extends Event.Data {
599
- object: Capital.FinancingOffer;
600
- previous_attributes?: Partial<Capital.FinancingOffer>;
601
- }
602
- }
603
- /**
604
- * Occurs whenever a financing offer is fully repaid.
605
- */
606
- export interface CapitalFinancingOfferFullyRepaidEvent extends EventBase {
607
- type: 'capital.financing_offer.fully_repaid';
608
- data: CapitalFinancingOfferFullyRepaidEvent.Data;
609
- }
610
- export declare namespace CapitalFinancingOfferFullyRepaidEvent {
611
- interface Data extends Event.Data {
612
- object: Capital.FinancingOffer;
613
- previous_attributes?: Partial<Capital.FinancingOffer>;
614
- }
615
- }
616
- /**
617
- * Occurs whenever a financing offer is paid out.
618
- */
619
- export interface CapitalFinancingOfferPaidOutEvent extends EventBase {
620
- type: 'capital.financing_offer.paid_out';
621
- data: CapitalFinancingOfferPaidOutEvent.Data;
622
- }
623
- export declare namespace CapitalFinancingOfferPaidOutEvent {
624
- interface Data extends Event.Data {
625
- object: Capital.FinancingOffer;
626
- previous_attributes?: Partial<Capital.FinancingOffer>;
627
- }
628
- }
629
- /**
630
- * Occurs whenever a financing offer is rejected.
631
- */
632
- export interface CapitalFinancingOfferRejectedEvent extends EventBase {
633
- type: 'capital.financing_offer.rejected';
634
- data: CapitalFinancingOfferRejectedEvent.Data;
635
- }
636
- export declare namespace CapitalFinancingOfferRejectedEvent {
637
- interface Data extends Event.Data {
638
- object: Capital.FinancingOffer;
639
- previous_attributes?: Partial<Capital.FinancingOffer>;
640
- }
641
- }
642
- /**
643
- * Occurs whenever a replacement for a financing offer has been created. More details can be [found here](https://docs.stripe.com/capital/replacements).
644
- */
645
- export interface CapitalFinancingOfferReplacementCreatedEvent extends EventBase {
646
- type: 'capital.financing_offer.replacement_created';
647
- data: CapitalFinancingOfferReplacementCreatedEvent.Data;
648
- }
649
- export declare namespace CapitalFinancingOfferReplacementCreatedEvent {
650
- interface Data extends Event.Data {
651
- object: Capital.FinancingOffer;
652
- previous_attributes?: Partial<Capital.FinancingOffer>;
653
- }
654
- }
655
- /**
656
- * Occurs whenever a financing transaction is created.
657
- */
658
- export interface CapitalFinancingTransactionCreatedEvent extends EventBase {
659
- type: 'capital.financing_transaction.created';
660
- data: CapitalFinancingTransactionCreatedEvent.Data;
661
- }
662
- export declare namespace CapitalFinancingTransactionCreatedEvent {
663
- interface Data extends Event.Data {
664
- object: Capital.FinancingTransaction;
665
- previous_attributes?: Partial<Capital.FinancingTransaction>;
666
- }
667
- }
668
474
  /**
669
475
  * Occurs whenever there is a positive remaining cash balance after Stripe automatically reconciles new funds into the cash balance. If you enabled manual reconciliation, this webhook will fire whenever there are new funds into the cash balance.
670
476
  */
@@ -1185,32 +991,6 @@ export declare namespace CustomerSourceUpdatedEvent {
1185
991
  previous_attributes?: Partial<CustomerSource>;
1186
992
  }
1187
993
  }
1188
- /**
1189
- * Occurs whenever collection is paused on a customer's subscription. Only applies when [payment collection](https://docs.stripe.com/billing/subscriptions/pause) is paused, not when subscriptions enter `status=paused`.
1190
- */
1191
- export interface CustomerSubscriptionCollectionPausedEvent extends EventBase {
1192
- type: 'customer.subscription.collection_paused';
1193
- data: CustomerSubscriptionCollectionPausedEvent.Data;
1194
- }
1195
- export declare namespace CustomerSubscriptionCollectionPausedEvent {
1196
- interface Data extends Event.Data {
1197
- object: Subscription;
1198
- previous_attributes?: Partial<Subscription>;
1199
- }
1200
- }
1201
- /**
1202
- * Occurs whenever collection is resumed on a customer's subscription that is currently paused. Only applies when [payment collection](https://docs.stripe.com/billing/subscriptions/pause) is resumed, not when subscriptions exit `status=paused`.
1203
- */
1204
- export interface CustomerSubscriptionCollectionResumedEvent extends EventBase {
1205
- type: 'customer.subscription.collection_resumed';
1206
- data: CustomerSubscriptionCollectionResumedEvent.Data;
1207
- }
1208
- export declare namespace CustomerSubscriptionCollectionResumedEvent {
1209
- interface Data extends Event.Data {
1210
- object: Subscription;
1211
- previous_attributes?: Partial<Subscription>;
1212
- }
1213
- }
1214
994
  /**
1215
995
  * Occurs whenever a customer is signed up for a new plan.
1216
996
  */
@@ -1224,19 +1004,6 @@ export declare namespace CustomerSubscriptionCreatedEvent {
1224
1004
  previous_attributes?: Partial<Subscription>;
1225
1005
  }
1226
1006
  }
1227
- /**
1228
- * An ad-hoc custom event that is sent based on user configured [Automation](https://docs.stripe.com/billing/automations#send-custom-webhook-event-action).
1229
- */
1230
- export interface CustomerSubscriptionCustomEventEvent extends EventBase {
1231
- type: 'customer.subscription.custom_event';
1232
- data: CustomerSubscriptionCustomEventEvent.Data;
1233
- }
1234
- export declare namespace CustomerSubscriptionCustomEventEvent {
1235
- interface Data extends Event.Data {
1236
- object: Subscription;
1237
- previous_attributes?: Partial<Subscription>;
1238
- }
1239
- }
1240
1007
  /**
1241
1008
  * Occurs whenever a customer's subscription ends.
1242
1009
  */
@@ -1289,19 +1056,6 @@ export declare namespace CustomerSubscriptionPendingUpdateExpiredEvent {
1289
1056
  previous_attributes?: Partial<Subscription>;
1290
1057
  }
1291
1058
  }
1292
- /**
1293
- * Occurs whenever a price migration failed to transition prices on a subscription.
1294
- */
1295
- export interface CustomerSubscriptionPriceMigrationFailedEvent extends EventBase {
1296
- type: 'customer.subscription.price_migration_failed';
1297
- data: CustomerSubscriptionPriceMigrationFailedEvent.Data;
1298
- }
1299
- export declare namespace CustomerSubscriptionPriceMigrationFailedEvent {
1300
- interface Data extends Event.Data {
1301
- object: Subscription;
1302
- previous_attributes?: Partial<Subscription>;
1303
- }
1304
- }
1305
1059
  /**
1306
1060
  * Occurs whenever a customer's subscription is no longer paused. Only applies when a `status=paused` subscription is [resumed](https://docs.stripe.com/api/subscriptions/resume), not when [payment collection](https://docs.stripe.com/billing/subscriptions/pause) is resumed.
1307
1061
  */
@@ -1510,19 +1264,6 @@ export declare namespace FinancialConnectionsAccountRefreshedBalanceEvent {
1510
1264
  previous_attributes?: Partial<FinancialConnections.Account>;
1511
1265
  }
1512
1266
  }
1513
- /**
1514
- * Occurs when an Account’s `inferred_balances_refresh` status transitions from `pending` to either `succeeded` or `failed`.
1515
- */
1516
- export interface FinancialConnectionsAccountRefreshedInferredBalancesEvent extends EventBase {
1517
- type: 'financial_connections.account.refreshed_inferred_balances';
1518
- data: FinancialConnectionsAccountRefreshedInferredBalancesEvent.Data;
1519
- }
1520
- export declare namespace FinancialConnectionsAccountRefreshedInferredBalancesEvent {
1521
- interface Data extends Event.Data {
1522
- object: FinancialConnections.Account;
1523
- previous_attributes?: Partial<FinancialConnections.Account>;
1524
- }
1525
- }
1526
1267
  /**
1527
1268
  * Occurs when an Account’s `ownership_refresh` status transitions from `pending` to either `succeeded` or `failed`.
1528
1269
  */
@@ -1562,32 +1303,6 @@ export declare namespace FinancialConnectionsAccountUpcomingAccountNumberExpiryE
1562
1303
  previous_attributes?: Partial<FinancialConnections.Account>;
1563
1304
  }
1564
1305
  }
1565
- /**
1566
- * Occurs when a Financial Connections Session `status` transitions from `pending` to `failed`, `cancelled`, or `completed`.
1567
- */
1568
- export interface FinancialConnectionsSessionUpdatedEvent extends EventBase {
1569
- type: 'financial_connections.session.updated';
1570
- data: FinancialConnectionsSessionUpdatedEvent.Data;
1571
- }
1572
- export declare namespace FinancialConnectionsSessionUpdatedEvent {
1573
- interface Data extends Event.Data {
1574
- object: FinancialConnections.Session;
1575
- previous_attributes?: Partial<FinancialConnections.Session>;
1576
- }
1577
- }
1578
- /**
1579
- * Occurs when FX Quote's lock_status field transitions to 'Expired'.
1580
- */
1581
- export interface FxQuoteExpiredEvent extends EventBase {
1582
- type: 'fx_quote.expired';
1583
- data: FxQuoteExpiredEvent.Data;
1584
- }
1585
- export declare namespace FxQuoteExpiredEvent {
1586
- interface Data extends Event.Data {
1587
- object: FxQuote;
1588
- previous_attributes?: Partial<FxQuote>;
1589
- }
1590
- }
1591
1306
  /**
1592
1307
  * Occurs whenever a VerificationSession is canceled
1593
1308
  */
@@ -1770,19 +1485,6 @@ export declare namespace InvoicePaidEvent {
1770
1485
  previous_attributes?: Partial<Invoice>;
1771
1486
  }
1772
1487
  }
1773
- /**
1774
- * Occurs when an InvoicePayment transitions to paid with a non-zero amount_overpaid.
1775
- */
1776
- export interface InvoicePaymentOverpaidEvent extends EventBase {
1777
- type: 'invoice.payment.overpaid';
1778
- data: InvoicePaymentOverpaidEvent.Data;
1779
- }
1780
- export declare namespace InvoicePaymentOverpaidEvent {
1781
- interface Data extends Event.Data {
1782
- object: InvoicePayment;
1783
- previous_attributes?: Partial<InvoicePayment>;
1784
- }
1785
- }
1786
1488
  /**
1787
1489
  * Occurs whenever an invoice payment attempt requires further user action to complete.
1788
1490
  */
@@ -1900,19 +1602,6 @@ export declare namespace InvoiceWillBeDueEvent {
1900
1602
  previous_attributes?: Partial<Invoice>;
1901
1603
  }
1902
1604
  }
1903
- /**
1904
- * Occurs when an InvoicePayment is detached from an invoice.
1905
- */
1906
- export interface InvoicePaymentDetachedEvent extends EventBase {
1907
- type: 'invoice_payment.detached';
1908
- data: InvoicePaymentDetachedEvent.Data;
1909
- }
1910
- export declare namespace InvoicePaymentDetachedEvent {
1911
- interface Data extends Event.Data {
1912
- object: InvoicePayment;
1913
- previous_attributes?: Partial<InvoicePayment>;
1914
- }
1915
- }
1916
1605
  /**
1917
1606
  * Occurs when an InvoicePayment is successfully paid.
1918
1607
  */
@@ -2121,45 +1810,6 @@ export declare namespace IssuingDisputeUpdatedEvent {
2121
1810
  previous_attributes?: Partial<Issuing.Dispute>;
2122
1811
  }
2123
1812
  }
2124
- /**
2125
- * Emitted when the DisputeSettlementDetail object is created
2126
- */
2127
- export interface IssuingDisputeSettlementDetailCreatedEvent extends EventBase {
2128
- type: 'issuing_dispute_settlement_detail.created';
2129
- data: IssuingDisputeSettlementDetailCreatedEvent.Data;
2130
- }
2131
- export declare namespace IssuingDisputeSettlementDetailCreatedEvent {
2132
- interface Data extends Event.Data {
2133
- object: Issuing.DisputeSettlementDetail;
2134
- previous_attributes?: Partial<Issuing.DisputeSettlementDetail>;
2135
- }
2136
- }
2137
- /**
2138
- * Emitted when the DisputeSettlementDetail object is updated
2139
- */
2140
- export interface IssuingDisputeSettlementDetailUpdatedEvent extends EventBase {
2141
- type: 'issuing_dispute_settlement_detail.updated';
2142
- data: IssuingDisputeSettlementDetailUpdatedEvent.Data;
2143
- }
2144
- export declare namespace IssuingDisputeSettlementDetailUpdatedEvent {
2145
- interface Data extends Event.Data {
2146
- object: Issuing.DisputeSettlementDetail;
2147
- previous_attributes?: Partial<Issuing.DisputeSettlementDetail>;
2148
- }
2149
- }
2150
- /**
2151
- * Occurs whenever funds are deducted from your account for fraud dispute loss liability.
2152
- */
2153
- export interface IssuingFraudLiabilityDebitCreatedEvent extends EventBase {
2154
- type: 'issuing_fraud_liability_debit.created';
2155
- data: IssuingFraudLiabilityDebitCreatedEvent.Data;
2156
- }
2157
- export declare namespace IssuingFraudLiabilityDebitCreatedEvent {
2158
- interface Data extends Event.Data {
2159
- object: Issuing.FraudLiabilityDebit;
2160
- previous_attributes?: Partial<Issuing.FraudLiabilityDebit>;
2161
- }
2162
- }
2163
1813
  /**
2164
1814
  * Occurs whenever a personalization design is activated following the activation of the physical bundle that belongs to it.
2165
1815
  */
@@ -2212,32 +1862,6 @@ export declare namespace IssuingPersonalizationDesignUpdatedEvent {
2212
1862
  previous_attributes?: Partial<Issuing.PersonalizationDesign>;
2213
1863
  }
2214
1864
  }
2215
- /**
2216
- * Occurs whenever an issuing settlement is created.
2217
- */
2218
- export interface IssuingSettlementCreatedEvent extends EventBase {
2219
- type: 'issuing_settlement.created';
2220
- data: IssuingSettlementCreatedEvent.Data;
2221
- }
2222
- export declare namespace IssuingSettlementCreatedEvent {
2223
- interface Data extends Event.Data {
2224
- object: Issuing.Settlement;
2225
- previous_attributes?: Partial<Issuing.Settlement>;
2226
- }
2227
- }
2228
- /**
2229
- * Occurs whenever an issuing settlement is updated.
2230
- */
2231
- export interface IssuingSettlementUpdatedEvent extends EventBase {
2232
- type: 'issuing_settlement.updated';
2233
- data: IssuingSettlementUpdatedEvent.Data;
2234
- }
2235
- export declare namespace IssuingSettlementUpdatedEvent {
2236
- interface Data extends Event.Data {
2237
- object: Issuing.Settlement;
2238
- previous_attributes?: Partial<Issuing.Settlement>;
2239
- }
2240
- }
2241
1865
  /**
2242
1866
  * Occurs whenever an issuing digital wallet token is created.
2243
1867
  */
@@ -2693,71 +2317,6 @@ export declare namespace PriceUpdatedEvent {
2693
2317
  previous_attributes?: Partial<Price>;
2694
2318
  }
2695
2319
  }
2696
- /**
2697
- * Occurs whenever a redaction job is canceled.
2698
- */
2699
- export interface PrivacyRedactionJobCanceledEvent extends EventBase {
2700
- type: 'privacy.redaction_job.canceled';
2701
- data: PrivacyRedactionJobCanceledEvent.Data;
2702
- }
2703
- export declare namespace PrivacyRedactionJobCanceledEvent {
2704
- interface Data extends Event.Data {
2705
- object: Privacy.RedactionJob;
2706
- previous_attributes?: Partial<Privacy.RedactionJob>;
2707
- }
2708
- }
2709
- /**
2710
- * Occurs whenever a redaction job is created.
2711
- */
2712
- export interface PrivacyRedactionJobCreatedEvent extends EventBase {
2713
- type: 'privacy.redaction_job.created';
2714
- data: PrivacyRedactionJobCreatedEvent.Data;
2715
- }
2716
- export declare namespace PrivacyRedactionJobCreatedEvent {
2717
- interface Data extends Event.Data {
2718
- object: Privacy.RedactionJob;
2719
- previous_attributes?: Partial<Privacy.RedactionJob>;
2720
- }
2721
- }
2722
- /**
2723
- * Occurs whenever a redaction job has been successfully validated and is ready to run.
2724
- */
2725
- export interface PrivacyRedactionJobReadyEvent extends EventBase {
2726
- type: 'privacy.redaction_job.ready';
2727
- data: PrivacyRedactionJobReadyEvent.Data;
2728
- }
2729
- export declare namespace PrivacyRedactionJobReadyEvent {
2730
- interface Data extends Event.Data {
2731
- object: Privacy.RedactionJob;
2732
- previous_attributes?: Partial<Privacy.RedactionJob>;
2733
- }
2734
- }
2735
- /**
2736
- * Occurs whenever a redaction job finishes running.
2737
- */
2738
- export interface PrivacyRedactionJobSucceededEvent extends EventBase {
2739
- type: 'privacy.redaction_job.succeeded';
2740
- data: PrivacyRedactionJobSucceededEvent.Data;
2741
- }
2742
- export declare namespace PrivacyRedactionJobSucceededEvent {
2743
- interface Data extends Event.Data {
2744
- object: Privacy.RedactionJob;
2745
- previous_attributes?: Partial<Privacy.RedactionJob>;
2746
- }
2747
- }
2748
- /**
2749
- * Occurs whenever a redaction job fails validation.
2750
- */
2751
- export interface PrivacyRedactionJobValidationErrorEvent extends EventBase {
2752
- type: 'privacy.redaction_job.validation_error';
2753
- data: PrivacyRedactionJobValidationErrorEvent.Data;
2754
- }
2755
- export declare namespace PrivacyRedactionJobValidationErrorEvent {
2756
- interface Data extends Event.Data {
2757
- object: Privacy.RedactionJob;
2758
- previous_attributes?: Partial<Privacy.RedactionJob>;
2759
- }
2760
- }
2761
2320
  /**
2762
2321
  * Occurs whenever a product is created.
2763
2322
  */
@@ -2823,19 +2382,6 @@ export declare namespace PromotionCodeUpdatedEvent {
2823
2382
  previous_attributes?: Partial<PromotionCode>;
2824
2383
  }
2825
2384
  }
2826
- /**
2827
- * Occurs whenever a quote acceptance fails
2828
- */
2829
- export interface QuoteAcceptFailedEvent extends EventBase {
2830
- type: 'quote.accept_failed';
2831
- data: QuoteAcceptFailedEvent.Data;
2832
- }
2833
- export declare namespace QuoteAcceptFailedEvent {
2834
- interface Data extends Event.Data {
2835
- object: Quote;
2836
- previous_attributes?: Partial<Quote>;
2837
- }
2838
- }
2839
2385
  /**
2840
2386
  * Occurs whenever a quote is accepted.
2841
2387
  */
@@ -2849,19 +2395,6 @@ export declare namespace QuoteAcceptedEvent {
2849
2395
  previous_attributes?: Partial<Quote>;
2850
2396
  }
2851
2397
  }
2852
- /**
2853
- * Occurs whenever a quote's status changes to accepting
2854
- */
2855
- export interface QuoteAcceptingEvent extends EventBase {
2856
- type: 'quote.accepting';
2857
- data: QuoteAcceptingEvent.Data;
2858
- }
2859
- export declare namespace QuoteAcceptingEvent {
2860
- interface Data extends Event.Data {
2861
- object: Quote;
2862
- previous_attributes?: Partial<Quote>;
2863
- }
2864
- }
2865
2398
  /**
2866
2399
  * Occurs whenever a quote is canceled.
2867
2400
  */
@@ -2888,19 +2421,6 @@ export declare namespace QuoteCreatedEvent {
2888
2421
  previous_attributes?: Partial<Quote>;
2889
2422
  }
2890
2423
  }
2891
- /**
2892
- * Occurs when a quote's status changes from stale to draft
2893
- */
2894
- export interface QuoteDraftEvent extends EventBase {
2895
- type: 'quote.draft';
2896
- data: QuoteDraftEvent.Data;
2897
- }
2898
- export declare namespace QuoteDraftEvent {
2899
- interface Data extends Event.Data {
2900
- object: Quote;
2901
- previous_attributes?: Partial<Quote>;
2902
- }
2903
- }
2904
2424
  /**
2905
2425
  * Occurs whenever a quote is finalized.
2906
2426
  */
@@ -2914,45 +2434,6 @@ export declare namespace QuoteFinalizedEvent {
2914
2434
  previous_attributes?: Partial<Quote>;
2915
2435
  }
2916
2436
  }
2917
- /**
2918
- * Occurs whenever a quote reestimate fails
2919
- */
2920
- export interface QuoteReestimateFailedEvent extends EventBase {
2921
- type: 'quote.reestimate_failed';
2922
- data: QuoteReestimateFailedEvent.Data;
2923
- }
2924
- export declare namespace QuoteReestimateFailedEvent {
2925
- interface Data extends Event.Data {
2926
- object: Quote;
2927
- previous_attributes?: Partial<Quote>;
2928
- }
2929
- }
2930
- /**
2931
- * Occurs whenever an async job to compute preview subscription schedules/upcoming invoices for the quote has completed.
2932
- */
2933
- export interface QuoteReestimatedEvent extends EventBase {
2934
- type: 'quote.reestimated';
2935
- data: QuoteReestimatedEvent.Data;
2936
- }
2937
- export declare namespace QuoteReestimatedEvent {
2938
- interface Data extends Event.Data {
2939
- object: Quote;
2940
- previous_attributes?: Partial<Quote>;
2941
- }
2942
- }
2943
- /**
2944
- * Occurs whenever a quote's status changes to stale
2945
- */
2946
- export interface QuoteStaleEvent extends EventBase {
2947
- type: 'quote.stale';
2948
- data: QuoteStaleEvent.Data;
2949
- }
2950
- export declare namespace QuoteStaleEvent {
2951
- interface Data extends Event.Data {
2952
- object: Quote;
2953
- previous_attributes?: Partial<Quote>;
2954
- }
2955
- }
2956
2437
  /**
2957
2438
  * Occurs whenever an early fraud warning is created.
2958
2439
  */
@@ -3408,19 +2889,6 @@ export declare namespace SubscriptionScheduleExpiringEvent {
3408
2889
  previous_attributes?: Partial<SubscriptionSchedule>;
3409
2890
  }
3410
2891
  }
3411
- /**
3412
- * Occurs whenever a price migration failed to transition prices on a subscription schedule.
3413
- */
3414
- export interface SubscriptionSchedulePriceMigrationFailedEvent extends EventBase {
3415
- type: 'subscription_schedule.price_migration_failed';
3416
- data: SubscriptionSchedulePriceMigrationFailedEvent.Data;
3417
- }
3418
- export declare namespace SubscriptionSchedulePriceMigrationFailedEvent {
3419
- interface Data extends Event.Data {
3420
- object: SubscriptionSchedule;
3421
- previous_attributes?: Partial<SubscriptionSchedule>;
3422
- }
3423
- }
3424
2892
  /**
3425
2893
  * Occurs whenever a new subscription schedule is released.
3426
2894
  */
@@ -3447,19 +2915,6 @@ export declare namespace SubscriptionScheduleUpdatedEvent {
3447
2915
  previous_attributes?: Partial<SubscriptionSchedule>;
3448
2916
  }
3449
2917
  }
3450
- /**
3451
- * Occurs when a tax form is updated.
3452
- */
3453
- export interface TaxFormUpdatedEvent extends EventBase {
3454
- type: 'tax.form.updated';
3455
- data: TaxFormUpdatedEvent.Data;
3456
- }
3457
- export declare namespace TaxFormUpdatedEvent {
3458
- interface Data extends Event.Data {
3459
- object: Tax.Form;
3460
- previous_attributes?: Partial<Tax.Form>;
3461
- }
3462
- }
3463
2918
  /**
3464
2919
  * Occurs whenever tax settings is updated.
3465
2920
  */