stripe 16.9.0-beta.2 → 16.10.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 (166) hide show
  1. package/CHANGELOG.md +128 -822
  2. package/README.md +0 -33
  3. package/VERSION +1 -1
  4. package/cjs/RequestSender.js +5 -66
  5. package/cjs/StripeResource.js +1 -1
  6. package/cjs/apiVersion.js +1 -2
  7. package/cjs/multipart.js +1 -1
  8. package/cjs/resources/FinancialConnections/Accounts.js +0 -5
  9. package/cjs/resources/Invoices.js +0 -17
  10. package/cjs/resources/OAuth.js +1 -1
  11. package/cjs/resources/PaymentIntents.js +0 -4
  12. package/cjs/resources/Quotes.js +0 -32
  13. package/cjs/resources/SubscriptionSchedules.js +0 -4
  14. package/cjs/resources/Terminal/Readers.js +0 -12
  15. package/cjs/resources.js +10 -40
  16. package/cjs/stripe.core.js +3 -6
  17. package/cjs/utils.js +3 -30
  18. package/esm/RequestSender.js +6 -67
  19. package/esm/StripeResource.js +2 -2
  20. package/esm/apiVersion.js +0 -1
  21. package/esm/multipart.js +2 -2
  22. package/esm/resources/FinancialConnections/Accounts.js +0 -5
  23. package/esm/resources/Invoices.js +0 -17
  24. package/esm/resources/OAuth.js +2 -2
  25. package/esm/resources/PaymentIntents.js +0 -4
  26. package/esm/resources/Quotes.js +0 -32
  27. package/esm/resources/SubscriptionSchedules.js +0 -4
  28. package/esm/resources/Terminal/Readers.js +0 -12
  29. package/esm/resources.js +0 -26
  30. package/esm/stripe.core.js +3 -6
  31. package/esm/utils.js +1 -27
  32. package/package.json +1 -1
  33. package/types/AccountLinksResource.d.ts +2 -6
  34. package/types/AccountSessions.d.ts +0 -45
  35. package/types/AccountSessionsResource.d.ts +0 -260
  36. package/types/Accounts.d.ts +1 -113
  37. package/types/AccountsResource.d.ts +0 -270
  38. package/types/Billing/AlertsResource.d.ts +10 -0
  39. package/types/Charges.d.ts +0 -71
  40. package/types/ChargesResource.d.ts +0 -1294
  41. package/types/Checkout/Sessions.d.ts +5 -186
  42. package/types/Checkout/SessionsResource.d.ts +6 -350
  43. package/types/ConfirmationTokens.d.ts +0 -67
  44. package/types/Coupons.d.ts +1 -1
  45. package/types/CouponsResource.d.ts +1 -1
  46. package/types/CreditNotes.d.ts +0 -21
  47. package/types/CreditNotesResource.d.ts +0 -51
  48. package/types/CustomersResource.d.ts +0 -3
  49. package/types/Disputes.d.ts +0 -152
  50. package/types/DisputesResource.d.ts +0 -120
  51. package/types/EventTypes.d.ts +0 -460
  52. package/types/Events.d.ts +0 -85
  53. package/types/FileLinksResource.d.ts +1 -1
  54. package/types/Files.d.ts +1 -0
  55. package/types/FilesResource.d.ts +3 -1
  56. package/types/FinancialConnections/Accounts.d.ts +1 -29
  57. package/types/FinancialConnections/AccountsResource.d.ts +3 -35
  58. package/types/FinancialConnections/Sessions.d.ts +1 -49
  59. package/types/FinancialConnections/SessionsResource.d.ts +1 -38
  60. package/types/InvoiceItems.d.ts +0 -5
  61. package/types/InvoiceItemsResource.d.ts +0 -98
  62. package/types/InvoiceLineItems.d.ts +3 -23
  63. package/types/Invoices.d.ts +1 -116
  64. package/types/InvoicesResource.d.ts +1836 -5494
  65. package/types/Issuing/CardholdersResource.d.ts +1 -2
  66. package/types/Issuing/Cards.d.ts +1 -1
  67. package/types/LineItems.d.ts +1 -8
  68. package/types/Mandates.d.ts +0 -77
  69. package/types/PaymentIntents.d.ts +1 -502
  70. package/types/PaymentIntentsResource.d.ts +3467 -7064
  71. package/types/PaymentLinks.d.ts +0 -1
  72. package/types/PaymentLinksResource.d.ts +0 -2
  73. package/types/PaymentMethodConfigurations.d.ts +0 -36
  74. package/types/PaymentMethodConfigurationsResource.d.ts +0 -50
  75. package/types/PaymentMethods.d.ts +0 -67
  76. package/types/PaymentMethodsResource.d.ts +0 -119
  77. package/types/Prices.d.ts +0 -22
  78. package/types/PricesResource.d.ts +0 -22
  79. package/types/Products.d.ts +0 -39
  80. package/types/ProductsResource.d.ts +0 -36
  81. package/types/Quotes.d.ts +1 -596
  82. package/types/QuotesResource.d.ts +199 -2531
  83. package/types/SetupAttempts.d.ts +0 -9
  84. package/types/SetupIntents.d.ts +1 -110
  85. package/types/SetupIntentsResource.d.ts +3 -522
  86. package/types/Sources.d.ts +0 -23
  87. package/types/SubscriptionItems.d.ts +0 -21
  88. package/types/SubscriptionItemsResource.d.ts +0 -109
  89. package/types/SubscriptionSchedules.d.ts +0 -200
  90. package/types/SubscriptionSchedulesResource.d.ts +13 -1231
  91. package/types/Subscriptions.d.ts +1 -82
  92. package/types/SubscriptionsResource.d.ts +2 -347
  93. package/types/Tax/CalculationsResource.d.ts +1 -1
  94. package/types/Terminal/Readers.d.ts +0 -278
  95. package/types/Terminal/ReadersResource.d.ts +4 -212
  96. package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -63
  97. package/types/TestHelpers/TestClocks.d.ts +15 -0
  98. package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
  99. package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
  100. package/types/Transfers.d.ts +1 -1
  101. package/types/Treasury/FinancialAccounts.d.ts +0 -5
  102. package/types/Treasury/FinancialAccountsResource.d.ts +0 -10
  103. package/types/Treasury/OutboundTransfers.d.ts +0 -26
  104. package/types/Treasury/OutboundTransfersResource.d.ts +0 -26
  105. package/types/Treasury/ReceivedCredits.d.ts +0 -26
  106. package/types/Treasury/ReceivedDebits.d.ts +0 -31
  107. package/types/WebhookEndpointsResource.d.ts +0 -54
  108. package/types/index.d.ts +0 -67
  109. package/types/lib.d.ts +0 -12
  110. package/cjs/resources/AccountNotices.js +0 -21
  111. package/cjs/resources/Capital/FinancingOffers.js +0 -21
  112. package/cjs/resources/Capital/FinancingSummary.js +0 -12
  113. package/cjs/resources/Capital/FinancingTransactions.js +0 -17
  114. package/cjs/resources/FinancialConnections/Institutions.js +0 -17
  115. package/cjs/resources/GiftCards/Cards.js +0 -23
  116. package/cjs/resources/GiftCards/Transactions.js +0 -33
  117. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
  118. package/cjs/resources/Margins.js +0 -22
  119. package/cjs/resources/Orders.js +0 -24
  120. package/cjs/resources/QuotePhases.js +0 -22
  121. package/cjs/resources/Tax/Associations.js +0 -9
  122. package/cjs/resources/Tax/Forms.js +0 -20
  123. package/esm/resources/AccountNotices.js +0 -18
  124. package/esm/resources/Capital/FinancingOffers.js +0 -18
  125. package/esm/resources/Capital/FinancingSummary.js +0 -9
  126. package/esm/resources/Capital/FinancingTransactions.js +0 -14
  127. package/esm/resources/FinancialConnections/Institutions.js +0 -14
  128. package/esm/resources/GiftCards/Cards.js +0 -20
  129. package/esm/resources/GiftCards/Transactions.js +0 -30
  130. package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
  131. package/esm/resources/Margins.js +0 -19
  132. package/esm/resources/Orders.js +0 -21
  133. package/esm/resources/QuotePhases.js +0 -19
  134. package/esm/resources/Tax/Associations.js +0 -6
  135. package/esm/resources/Tax/Forms.js +0 -17
  136. package/types/AccountNotices.d.ts +0 -113
  137. package/types/AccountNoticesResource.d.ts +0 -98
  138. package/types/Capital/FinancingOffers.d.ts +0 -188
  139. package/types/Capital/FinancingOffersResource.d.ts +0 -97
  140. package/types/Capital/FinancingSummary.d.ts +0 -106
  141. package/types/Capital/FinancingSummaryResource.d.ts +0 -27
  142. package/types/Capital/FinancingTransactions.d.ts +0 -135
  143. package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
  144. package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
  145. package/types/FinancialConnections/Institutions.d.ts +0 -93
  146. package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
  147. package/types/GiftCards/Cards.d.ts +0 -118
  148. package/types/GiftCards/CardsResource.d.ts +0 -159
  149. package/types/GiftCards/Transactions.d.ts +0 -129
  150. package/types/GiftCards/TransactionsResource.d.ts +0 -201
  151. package/types/InvoicePayments.d.ts +0 -138
  152. package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -446
  153. package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1017
  154. package/types/Margins.d.ts +0 -56
  155. package/types/MarginsResource.d.ts +0 -114
  156. package/types/Orders.d.ts +0 -1084
  157. package/types/OrdersResource.d.ts +0 -2765
  158. package/types/QuoteLines.d.ts +0 -634
  159. package/types/QuotePhases.d.ts +0 -198
  160. package/types/QuotePhasesResource.d.ts +0 -67
  161. package/types/QuotePreviewInvoices.d.ts +0 -1531
  162. package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -814
  163. package/types/Tax/Associations.d.ts +0 -126
  164. package/types/Tax/AssociationsResource.d.ts +0 -29
  165. package/types/Tax/Forms.d.ts +0 -133
  166. package/types/Tax/FormsResource.d.ts +0 -90
@@ -39,11 +39,6 @@ declare module 'stripe' {
39
39
  * Initiating payment method details for the object.
40
40
  */
41
41
  initiating_payment_method_details?: ReceivedCreditCreateParams.InitiatingPaymentMethodDetails;
42
-
43
- /**
44
- * Details about the network used for the ReceivedCredit.
45
- */
46
- network_details?: ReceivedCreditCreateParams.NetworkDetails;
47
42
  }
48
43
 
49
44
  namespace ReceivedCreditCreateParams {
@@ -79,27 +74,6 @@ declare module 'stripe' {
79
74
  }
80
75
 
81
76
  type Network = 'ach' | 'us_domestic_wire';
82
-
83
- interface NetworkDetails {
84
- /**
85
- * Optional fields for `ach`.
86
- */
87
- ach?: NetworkDetails.Ach;
88
-
89
- /**
90
- * The type of flow that originated the ReceivedCredit.
91
- */
92
- type: 'ach';
93
- }
94
-
95
- namespace NetworkDetails {
96
- interface Ach {
97
- /**
98
- * ACH Addenda record
99
- */
100
- addenda?: string;
101
- }
102
- }
103
77
  }
104
78
  }
105
79
 
@@ -39,11 +39,6 @@ declare module 'stripe' {
39
39
  * Initiating payment method details for the object.
40
40
  */
41
41
  initiating_payment_method_details?: ReceivedDebitCreateParams.InitiatingPaymentMethodDetails;
42
-
43
- /**
44
- * Details about the network used for the ReceivedDebit.
45
- */
46
- network_details?: ReceivedDebitCreateParams.NetworkDetails;
47
42
  }
48
43
 
49
44
  namespace ReceivedDebitCreateParams {
@@ -77,27 +72,6 @@ declare module 'stripe' {
77
72
  routing_number?: string;
78
73
  }
79
74
  }
80
-
81
- interface NetworkDetails {
82
- /**
83
- * Optional fields for `ach`.
84
- */
85
- ach?: NetworkDetails.Ach;
86
-
87
- /**
88
- * The type of flow that originated the ReceivedDebit.
89
- */
90
- type: 'ach';
91
- }
92
-
93
- namespace NetworkDetails {
94
- interface Ach {
95
- /**
96
- * Addenda record data associated with this ReceivedDebit.
97
- */
98
- addenda?: string;
99
- }
100
- }
101
75
  }
102
76
  }
103
77
 
@@ -86,7 +86,7 @@ declare module 'stripe' {
86
86
  reversed: boolean;
87
87
 
88
88
  /**
89
- * ID of the charge or payment that was used to fund the transfer. If null, the transfer was funded from the available balance.
89
+ * ID of the charge that was used to fund the transfer. If null, the transfer was funded from the available balance.
90
90
  */
91
91
  source_transaction: string | Stripe.Charge | null;
92
92
 
@@ -38,11 +38,6 @@ declare module 'stripe' {
38
38
  */
39
39
  created: number;
40
40
 
41
- /**
42
- * The display name for the FinancialAccount. Use this field to customize the names of the FinancialAccounts for your connected accounts. Unlike the `nickname` field, `display_name` is not internal metadata and will be exposed to connected accounts.
43
- */
44
- display_name?: string | null;
45
-
46
41
  /**
47
42
  * Encodes whether a FinancialAccount has access to a particular Feature, with a `status` enum and associated `status_details`.
48
43
  * Stripe or the platform can control Features via the requested field.
@@ -9,11 +9,6 @@ declare module 'stripe' {
9
9
  */
10
10
  supported_currencies: Array<string>;
11
11
 
12
- /**
13
- * The display name for the FinancialAccount. Use this field to customize the names of the FinancialAccounts for your connected accounts. Unlike the `nickname` field, `display_name` is not internal metadata and will be exposed to connected accounts.
14
- */
15
- display_name?: Stripe.Emptyable<string>;
16
-
17
12
  /**
18
13
  * Specifies which fields in the response should be expanded.
19
14
  */
@@ -211,11 +206,6 @@ declare module 'stripe' {
211
206
  }
212
207
 
213
208
  interface FinancialAccountUpdateParams {
214
- /**
215
- * The display name for the FinancialAccount. Use this field to customize the names of the FinancialAccounts for your connected accounts. Unlike the `nickname` field, `display_name` is not internal metadata and will be exposed to connected accounts.
216
- */
217
- display_name?: Stripe.Emptyable<string>;
218
-
219
209
  /**
220
210
  * Specifies which fields in the response should be expanded.
221
211
  */
@@ -78,11 +78,6 @@ declare module 'stripe' {
78
78
  */
79
79
  metadata: Stripe.Metadata;
80
80
 
81
- /**
82
- * Details about the network used for the OutboundTransfer.
83
- */
84
- network_details?: OutboundTransfer.NetworkDetails | null;
85
-
86
81
  /**
87
82
  * Details about a returned OutboundTransfer. Only set when the status is `returned`.
88
83
  */
@@ -189,27 +184,6 @@ declare module 'stripe' {
189
184
  }
190
185
  }
191
186
 
192
- interface NetworkDetails {
193
- /**
194
- * Details about an ACH transaction.
195
- */
196
- ach?: NetworkDetails.Ach | null;
197
-
198
- /**
199
- * The type of flow that originated the OutboundTransfer.
200
- */
201
- type: 'ach';
202
- }
203
-
204
- namespace NetworkDetails {
205
- interface Ach {
206
- /**
207
- * ACH Addenda record
208
- */
209
- addenda: string | null;
210
- }
211
- }
212
-
213
187
  interface ReturnedDetails {
214
188
  /**
215
189
  * Reason for the return.
@@ -44,11 +44,6 @@ declare module 'stripe' {
44
44
  */
45
45
  metadata?: Stripe.MetadataParam;
46
46
 
47
- /**
48
- * Details about the network used for the OutboundTransfer.
49
- */
50
- network_details?: OutboundTransferCreateParams.NetworkDetails;
51
-
52
47
  /**
53
48
  * Statement descriptor to be shown on the receiving end of an OutboundTransfer. Maximum 10 characters for `ach` transfers or 140 characters for `us_domestic_wire` transfers. The default value is "transfer".
54
49
  */
@@ -77,27 +72,6 @@ declare module 'stripe' {
77
72
  type Network = 'ach' | 'us_domestic_wire';
78
73
  }
79
74
  }
80
-
81
- interface NetworkDetails {
82
- /**
83
- * Optional fields for `ach`.
84
- */
85
- ach?: NetworkDetails.Ach;
86
-
87
- /**
88
- * The type of flow that originated the OutboundTransfer.
89
- */
90
- type: 'ach';
91
- }
92
-
93
- namespace NetworkDetails {
94
- interface Ach {
95
- /**
96
- * Addenda record data associated with this OutboundTransfer.
97
- */
98
- addenda?: string;
99
- }
100
- }
101
75
  }
102
76
 
103
77
  interface OutboundTransferRetrieveParams {
@@ -66,11 +66,6 @@ declare module 'stripe' {
66
66
  */
67
67
  network: ReceivedCredit.Network;
68
68
 
69
- /**
70
- * Details specific to the money movement rails.
71
- */
72
- network_details?: ReceivedCredit.NetworkDetails | null;
73
-
74
69
  /**
75
70
  * Details describing when a ReceivedCredit may be reversed.
76
71
  */
@@ -242,27 +237,6 @@ declare module 'stripe' {
242
237
 
243
238
  type Network = 'ach' | 'card' | 'stripe' | 'us_domestic_wire';
244
239
 
245
- interface NetworkDetails {
246
- /**
247
- * Details about an ACH transaction.
248
- */
249
- ach?: NetworkDetails.Ach | null;
250
-
251
- /**
252
- * The type of flow that originated the ReceivedCredit.
253
- */
254
- type: 'ach';
255
- }
256
-
257
- namespace NetworkDetails {
258
- interface Ach {
259
- /**
260
- * ACH Addenda record
261
- */
262
- addenda: string | null;
263
- }
264
- }
265
-
266
240
  interface ReversalDetails {
267
241
  /**
268
242
  * Time before which a ReceivedCredit can be reversed.
@@ -66,11 +66,6 @@ declare module 'stripe' {
66
66
  */
67
67
  network: ReceivedDebit.Network;
68
68
 
69
- /**
70
- * Details specific to the money movement rails.
71
- */
72
- network_details?: ReceivedDebit.NetworkDetails | null;
73
-
74
69
  /**
75
70
  * Details describing when a ReceivedDebit might be reversed.
76
71
  */
@@ -194,36 +189,10 @@ declare module 'stripe' {
194
189
  * Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.
195
190
  */
196
191
  payout: string | null;
197
-
198
- /**
199
- * The ReceivedCredit that Capital withheld from
200
- */
201
- received_credit_capital_withholding?: string | null;
202
192
  }
203
193
 
204
194
  type Network = 'ach' | 'card' | 'stripe';
205
195
 
206
- interface NetworkDetails {
207
- /**
208
- * Details about an ACH transaction.
209
- */
210
- ach?: NetworkDetails.Ach | null;
211
-
212
- /**
213
- * The type of flow that originated the ReceivedDebit.
214
- */
215
- type: 'ach';
216
- }
217
-
218
- namespace NetworkDetails {
219
- interface Ach {
220
- /**
221
- * ACH Addenda record
222
- */
223
- addenda: string | null;
224
- }
225
- }
226
-
227
196
  interface ReversalDetails {
228
197
  /**
229
198
  * Time before which a ReceivedDebit can be reversed.
@@ -152,8 +152,6 @@ declare module 'stripe' {
152
152
  | 'account.external_account.deleted'
153
153
  | 'account.external_account.updated'
154
154
  | 'account.updated'
155
- | 'account_notice.created'
156
- | 'account_notice.updated'
157
155
  | 'application_fee.created'
158
156
  | 'application_fee.refund.updated'
159
157
  | 'application_fee.refunded'
@@ -163,15 +161,6 @@ declare module 'stripe' {
163
161
  | 'billing_portal.configuration.updated'
164
162
  | 'billing_portal.session.created'
165
163
  | 'capability.updated'
166
- | 'capital.financing_offer.accepted'
167
- | 'capital.financing_offer.canceled'
168
- | 'capital.financing_offer.created'
169
- | 'capital.financing_offer.expired'
170
- | 'capital.financing_offer.fully_repaid'
171
- | 'capital.financing_offer.paid_out'
172
- | 'capital.financing_offer.rejected'
173
- | 'capital.financing_offer.replacement_created'
174
- | 'capital.financing_transaction.created'
175
164
  | 'cash_balance.funds_available'
176
165
  | 'charge.captured'
177
166
  | 'charge.dispute.closed'
@@ -212,15 +201,11 @@ declare module 'stripe' {
212
201
  | 'customer.source.deleted'
213
202
  | 'customer.source.expiring'
214
203
  | 'customer.source.updated'
215
- | 'customer.subscription.collection_paused'
216
- | 'customer.subscription.collection_resumed'
217
204
  | 'customer.subscription.created'
218
- | 'customer.subscription.custom_event'
219
205
  | 'customer.subscription.deleted'
220
206
  | 'customer.subscription.paused'
221
207
  | 'customer.subscription.pending_update_applied'
222
208
  | 'customer.subscription.pending_update_expired'
223
- | 'customer.subscription.price_migration_failed'
224
209
  | 'customer.subscription.resumed'
225
210
  | 'customer.subscription.trial_will_end'
226
211
  | 'customer.subscription.updated'
@@ -236,10 +221,8 @@ declare module 'stripe' {
236
221
  | 'financial_connections.account.disconnected'
237
222
  | 'financial_connections.account.reactivated'
238
223
  | 'financial_connections.account.refreshed_balance'
239
- | 'financial_connections.account.refreshed_inferred_balances'
240
224
  | 'financial_connections.account.refreshed_ownership'
241
225
  | 'financial_connections.account.refreshed_transactions'
242
- | 'financial_connections.session.updated'
243
226
  | 'identity.verification_session.canceled'
244
227
  | 'identity.verification_session.created'
245
228
  | 'identity.verification_session.processing'
@@ -253,7 +236,6 @@ declare module 'stripe' {
253
236
  | 'invoice.marked_uncollectible'
254
237
  | 'invoice.overdue'
255
238
  | 'invoice.paid'
256
- | 'invoice.payment.overpaid'
257
239
  | 'invoice.payment_action_required'
258
240
  | 'invoice.payment_failed'
259
241
  | 'invoice.payment_succeeded'
@@ -320,16 +302,10 @@ declare module 'stripe' {
320
302
  | 'product.updated'
321
303
  | 'promotion_code.created'
322
304
  | 'promotion_code.updated'
323
- | 'quote.accept_failed'
324
305
  | 'quote.accepted'
325
- | 'quote.accepting'
326
306
  | 'quote.canceled'
327
307
  | 'quote.created'
328
- | 'quote.draft'
329
308
  | 'quote.finalized'
330
- | 'quote.reestimate_failed'
331
- | 'quote.reestimated'
332
- | 'quote.stale'
333
309
  | 'radar.early_fraud_warning.created'
334
310
  | 'radar.early_fraud_warning.updated'
335
311
  | 'refund.created'
@@ -357,16 +333,13 @@ declare module 'stripe' {
357
333
  | 'subscription_schedule.completed'
358
334
  | 'subscription_schedule.created'
359
335
  | 'subscription_schedule.expiring'
360
- | 'subscription_schedule.price_migration_failed'
361
336
  | 'subscription_schedule.released'
362
337
  | 'subscription_schedule.updated'
363
- | 'tax.form.updated'
364
338
  | 'tax.settings.updated'
365
339
  | 'tax_rate.created'
366
340
  | 'tax_rate.updated'
367
341
  | 'terminal.reader.action_failed'
368
342
  | 'terminal.reader.action_succeeded'
369
- | 'terminal.reader.action_updated'
370
343
  | 'test_helpers.test_clock.advancing'
371
344
  | 'test_helpers.test_clock.created'
372
345
  | 'test_helpers.test_clock.deleted'
@@ -460,8 +433,6 @@ declare module 'stripe' {
460
433
  | 'account.external_account.deleted'
461
434
  | 'account.external_account.updated'
462
435
  | 'account.updated'
463
- | 'account_notice.created'
464
- | 'account_notice.updated'
465
436
  | 'application_fee.created'
466
437
  | 'application_fee.refund.updated'
467
438
  | 'application_fee.refunded'
@@ -471,15 +442,6 @@ declare module 'stripe' {
471
442
  | 'billing_portal.configuration.updated'
472
443
  | 'billing_portal.session.created'
473
444
  | 'capability.updated'
474
- | 'capital.financing_offer.accepted'
475
- | 'capital.financing_offer.canceled'
476
- | 'capital.financing_offer.created'
477
- | 'capital.financing_offer.expired'
478
- | 'capital.financing_offer.fully_repaid'
479
- | 'capital.financing_offer.paid_out'
480
- | 'capital.financing_offer.rejected'
481
- | 'capital.financing_offer.replacement_created'
482
- | 'capital.financing_transaction.created'
483
445
  | 'cash_balance.funds_available'
484
446
  | 'charge.captured'
485
447
  | 'charge.dispute.closed'
@@ -520,15 +482,11 @@ declare module 'stripe' {
520
482
  | 'customer.source.deleted'
521
483
  | 'customer.source.expiring'
522
484
  | 'customer.source.updated'
523
- | 'customer.subscription.collection_paused'
524
- | 'customer.subscription.collection_resumed'
525
485
  | 'customer.subscription.created'
526
- | 'customer.subscription.custom_event'
527
486
  | 'customer.subscription.deleted'
528
487
  | 'customer.subscription.paused'
529
488
  | 'customer.subscription.pending_update_applied'
530
489
  | 'customer.subscription.pending_update_expired'
531
- | 'customer.subscription.price_migration_failed'
532
490
  | 'customer.subscription.resumed'
533
491
  | 'customer.subscription.trial_will_end'
534
492
  | 'customer.subscription.updated'
@@ -544,10 +502,8 @@ declare module 'stripe' {
544
502
  | 'financial_connections.account.disconnected'
545
503
  | 'financial_connections.account.reactivated'
546
504
  | 'financial_connections.account.refreshed_balance'
547
- | 'financial_connections.account.refreshed_inferred_balances'
548
505
  | 'financial_connections.account.refreshed_ownership'
549
506
  | 'financial_connections.account.refreshed_transactions'
550
- | 'financial_connections.session.updated'
551
507
  | 'identity.verification_session.canceled'
552
508
  | 'identity.verification_session.created'
553
509
  | 'identity.verification_session.processing'
@@ -561,7 +517,6 @@ declare module 'stripe' {
561
517
  | 'invoice.marked_uncollectible'
562
518
  | 'invoice.overdue'
563
519
  | 'invoice.paid'
564
- | 'invoice.payment.overpaid'
565
520
  | 'invoice.payment_action_required'
566
521
  | 'invoice.payment_failed'
567
522
  | 'invoice.payment_succeeded'
@@ -628,16 +583,10 @@ declare module 'stripe' {
628
583
  | 'product.updated'
629
584
  | 'promotion_code.created'
630
585
  | 'promotion_code.updated'
631
- | 'quote.accept_failed'
632
586
  | 'quote.accepted'
633
- | 'quote.accepting'
634
587
  | 'quote.canceled'
635
588
  | 'quote.created'
636
- | 'quote.draft'
637
589
  | 'quote.finalized'
638
- | 'quote.reestimate_failed'
639
- | 'quote.reestimated'
640
- | 'quote.stale'
641
590
  | 'radar.early_fraud_warning.created'
642
591
  | 'radar.early_fraud_warning.updated'
643
592
  | 'refund.created'
@@ -665,16 +614,13 @@ declare module 'stripe' {
665
614
  | 'subscription_schedule.completed'
666
615
  | 'subscription_schedule.created'
667
616
  | 'subscription_schedule.expiring'
668
- | 'subscription_schedule.price_migration_failed'
669
617
  | 'subscription_schedule.released'
670
618
  | 'subscription_schedule.updated'
671
- | 'tax.form.updated'
672
619
  | 'tax.settings.updated'
673
620
  | 'tax_rate.created'
674
621
  | 'tax_rate.updated'
675
622
  | 'terminal.reader.action_failed'
676
623
  | 'terminal.reader.action_succeeded'
677
- | 'terminal.reader.action_updated'
678
624
  | 'test_helpers.test_clock.advancing'
679
625
  | 'test_helpers.test_clock.created'
680
626
  | 'test_helpers.test_clock.deleted'