stripe 16.9.0-beta.2 → 16.9.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 (164) hide show
  1. package/CHANGELOG.md +123 -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/Charges.d.ts +0 -71
  39. package/types/ChargesResource.d.ts +0 -1294
  40. package/types/Checkout/Sessions.d.ts +4 -185
  41. package/types/Checkout/SessionsResource.d.ts +5 -349
  42. package/types/ConfirmationTokens.d.ts +0 -67
  43. package/types/Coupons.d.ts +1 -1
  44. package/types/CouponsResource.d.ts +1 -1
  45. package/types/CreditNotes.d.ts +0 -21
  46. package/types/CreditNotesResource.d.ts +0 -51
  47. package/types/CustomersResource.d.ts +0 -3
  48. package/types/Disputes.d.ts +0 -152
  49. package/types/DisputesResource.d.ts +0 -120
  50. package/types/EventTypes.d.ts +0 -460
  51. package/types/Events.d.ts +0 -85
  52. package/types/FileLinksResource.d.ts +1 -1
  53. package/types/Files.d.ts +1 -0
  54. package/types/FilesResource.d.ts +3 -1
  55. package/types/FinancialConnections/Accounts.d.ts +1 -29
  56. package/types/FinancialConnections/AccountsResource.d.ts +3 -35
  57. package/types/FinancialConnections/Sessions.d.ts +1 -49
  58. package/types/FinancialConnections/SessionsResource.d.ts +1 -38
  59. package/types/InvoiceItems.d.ts +0 -5
  60. package/types/InvoiceItemsResource.d.ts +0 -98
  61. package/types/InvoiceLineItems.d.ts +3 -23
  62. package/types/Invoices.d.ts +1 -116
  63. package/types/InvoicesResource.d.ts +1835 -5493
  64. package/types/Issuing/CardholdersResource.d.ts +1 -2
  65. package/types/Issuing/Cards.d.ts +1 -1
  66. package/types/LineItems.d.ts +1 -8
  67. package/types/Mandates.d.ts +0 -77
  68. package/types/PaymentIntents.d.ts +1 -502
  69. package/types/PaymentIntentsResource.d.ts +3464 -7064
  70. package/types/PaymentLinks.d.ts +0 -1
  71. package/types/PaymentLinksResource.d.ts +0 -2
  72. package/types/PaymentMethodConfigurations.d.ts +0 -36
  73. package/types/PaymentMethodConfigurationsResource.d.ts +0 -50
  74. package/types/PaymentMethods.d.ts +0 -67
  75. package/types/PaymentMethodsResource.d.ts +0 -119
  76. package/types/Prices.d.ts +0 -22
  77. package/types/PricesResource.d.ts +0 -22
  78. package/types/Products.d.ts +0 -39
  79. package/types/ProductsResource.d.ts +0 -36
  80. package/types/Quotes.d.ts +1 -596
  81. package/types/QuotesResource.d.ts +199 -2531
  82. package/types/SetupAttempts.d.ts +0 -9
  83. package/types/SetupIntents.d.ts +1 -110
  84. package/types/SetupIntentsResource.d.ts +3 -522
  85. package/types/Sources.d.ts +0 -23
  86. package/types/SubscriptionItems.d.ts +0 -21
  87. package/types/SubscriptionItemsResource.d.ts +0 -109
  88. package/types/SubscriptionSchedules.d.ts +0 -200
  89. package/types/SubscriptionSchedulesResource.d.ts +13 -1231
  90. package/types/Subscriptions.d.ts +1 -82
  91. package/types/SubscriptionsResource.d.ts +2 -347
  92. package/types/Tax/CalculationsResource.d.ts +1 -1
  93. package/types/Terminal/Readers.d.ts +0 -278
  94. package/types/Terminal/ReadersResource.d.ts +0 -208
  95. package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -63
  96. package/types/TestHelpers/TestClocks.d.ts +15 -0
  97. package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
  98. package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
  99. package/types/Treasury/FinancialAccounts.d.ts +0 -5
  100. package/types/Treasury/FinancialAccountsResource.d.ts +0 -10
  101. package/types/Treasury/OutboundTransfers.d.ts +0 -26
  102. package/types/Treasury/OutboundTransfersResource.d.ts +0 -26
  103. package/types/Treasury/ReceivedCredits.d.ts +0 -26
  104. package/types/Treasury/ReceivedDebits.d.ts +0 -31
  105. package/types/WebhookEndpointsResource.d.ts +0 -54
  106. package/types/index.d.ts +0 -67
  107. package/types/lib.d.ts +0 -12
  108. package/cjs/resources/AccountNotices.js +0 -21
  109. package/cjs/resources/Capital/FinancingOffers.js +0 -21
  110. package/cjs/resources/Capital/FinancingSummary.js +0 -12
  111. package/cjs/resources/Capital/FinancingTransactions.js +0 -17
  112. package/cjs/resources/FinancialConnections/Institutions.js +0 -17
  113. package/cjs/resources/GiftCards/Cards.js +0 -23
  114. package/cjs/resources/GiftCards/Transactions.js +0 -33
  115. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
  116. package/cjs/resources/Margins.js +0 -22
  117. package/cjs/resources/Orders.js +0 -24
  118. package/cjs/resources/QuotePhases.js +0 -22
  119. package/cjs/resources/Tax/Associations.js +0 -9
  120. package/cjs/resources/Tax/Forms.js +0 -20
  121. package/esm/resources/AccountNotices.js +0 -18
  122. package/esm/resources/Capital/FinancingOffers.js +0 -18
  123. package/esm/resources/Capital/FinancingSummary.js +0 -9
  124. package/esm/resources/Capital/FinancingTransactions.js +0 -14
  125. package/esm/resources/FinancialConnections/Institutions.js +0 -14
  126. package/esm/resources/GiftCards/Cards.js +0 -20
  127. package/esm/resources/GiftCards/Transactions.js +0 -30
  128. package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
  129. package/esm/resources/Margins.js +0 -19
  130. package/esm/resources/Orders.js +0 -21
  131. package/esm/resources/QuotePhases.js +0 -19
  132. package/esm/resources/Tax/Associations.js +0 -6
  133. package/esm/resources/Tax/Forms.js +0 -17
  134. package/types/AccountNotices.d.ts +0 -113
  135. package/types/AccountNoticesResource.d.ts +0 -98
  136. package/types/Capital/FinancingOffers.d.ts +0 -188
  137. package/types/Capital/FinancingOffersResource.d.ts +0 -97
  138. package/types/Capital/FinancingSummary.d.ts +0 -106
  139. package/types/Capital/FinancingSummaryResource.d.ts +0 -27
  140. package/types/Capital/FinancingTransactions.d.ts +0 -135
  141. package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
  142. package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
  143. package/types/FinancialConnections/Institutions.d.ts +0 -93
  144. package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
  145. package/types/GiftCards/Cards.d.ts +0 -118
  146. package/types/GiftCards/CardsResource.d.ts +0 -159
  147. package/types/GiftCards/Transactions.d.ts +0 -129
  148. package/types/GiftCards/TransactionsResource.d.ts +0 -201
  149. package/types/InvoicePayments.d.ts +0 -138
  150. package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -446
  151. package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1017
  152. package/types/Margins.d.ts +0 -56
  153. package/types/MarginsResource.d.ts +0 -114
  154. package/types/Orders.d.ts +0 -1084
  155. package/types/OrdersResource.d.ts +0 -2765
  156. package/types/QuoteLines.d.ts +0 -634
  157. package/types/QuotePhases.d.ts +0 -198
  158. package/types/QuotePhasesResource.d.ts +0 -67
  159. package/types/QuotePreviewInvoices.d.ts +0 -1531
  160. package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -814
  161. package/types/Tax/Associations.d.ts +0 -126
  162. package/types/Tax/AssociationsResource.d.ts +0 -29
  163. package/types/Tax/Forms.d.ts +0 -133
  164. package/types/Tax/FormsResource.d.ts +0 -90
package/types/Events.d.ts CHANGED
@@ -21,59 +21,6 @@ declare module 'stripe' {
21
21
  interface PreviousAttributes {}
22
22
  }
23
23
 
24
- interface Reason {
25
- automation_action?: Reason.AutomationAction;
26
-
27
- request?: Reason.Request;
28
-
29
- /**
30
- * The type of the reason for the event.
31
- */
32
- type: Reason.Type;
33
- }
34
-
35
- namespace Reason {
36
- interface AutomationAction {
37
- stripe_send_webhook_custom_event?: AutomationAction.StripeSendWebhookCustomEvent;
38
-
39
- /**
40
- * The trigger name of the automation that triggered this action.
41
- * Please visit [Revenue and retention automations](https://docs.stripe.com/billing/automations#choose-a-trigger) for all possible trigger names.
42
- */
43
- trigger: string;
44
-
45
- /**
46
- * The type of the `automation_action`.
47
- */
48
- type: 'stripe_send_webhook_custom_event';
49
- }
50
-
51
- namespace AutomationAction {
52
- interface StripeSendWebhookCustomEvent {
53
- /**
54
- * Set of key-value pairs attached to the action when creating an Automation.
55
- */
56
- custom_data: {
57
- [key: string]: string;
58
- } | null;
59
- }
60
- }
61
-
62
- interface Request {
63
- /**
64
- * 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.
65
- */
66
- id: string | null;
67
-
68
- /**
69
- * The idempotency key transmitted during the request, if any. *Note: This property is populated only for events on or after May 23, 2017*.
70
- */
71
- idempotency_key: string | null;
72
- }
73
-
74
- type Type = 'automation_action' | 'request';
75
- }
76
-
77
24
  interface Request {
78
25
  /**
79
26
  * 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.
@@ -93,8 +40,6 @@ declare module 'stripe' {
93
40
  | 'account.external_account.deleted'
94
41
  | 'account.external_account.updated'
95
42
  | 'account.updated'
96
- | 'account_notice.created'
97
- | 'account_notice.updated'
98
43
  | 'application_fee.created'
99
44
  | 'application_fee.refund.updated'
100
45
  | 'application_fee.refunded'
@@ -104,15 +49,6 @@ declare module 'stripe' {
104
49
  | 'billing_portal.configuration.updated'
105
50
  | 'billing_portal.session.created'
106
51
  | 'capability.updated'
107
- | 'capital.financing_offer.accepted'
108
- | 'capital.financing_offer.canceled'
109
- | 'capital.financing_offer.created'
110
- | 'capital.financing_offer.expired'
111
- | 'capital.financing_offer.fully_repaid'
112
- | 'capital.financing_offer.paid_out'
113
- | 'capital.financing_offer.rejected'
114
- | 'capital.financing_offer.replacement_created'
115
- | 'capital.financing_transaction.created'
116
52
  | 'cash_balance.funds_available'
117
53
  | 'charge.captured'
118
54
  | 'charge.dispute.closed'
@@ -153,15 +89,11 @@ declare module 'stripe' {
153
89
  | 'customer.source.deleted'
154
90
  | 'customer.source.expiring'
155
91
  | 'customer.source.updated'
156
- | 'customer.subscription.collection_paused'
157
- | 'customer.subscription.collection_resumed'
158
92
  | 'customer.subscription.created'
159
- | 'customer.subscription.custom_event'
160
93
  | 'customer.subscription.deleted'
161
94
  | 'customer.subscription.paused'
162
95
  | 'customer.subscription.pending_update_applied'
163
96
  | 'customer.subscription.pending_update_expired'
164
- | 'customer.subscription.price_migration_failed'
165
97
  | 'customer.subscription.resumed'
166
98
  | 'customer.subscription.trial_will_end'
167
99
  | 'customer.subscription.updated'
@@ -177,10 +109,8 @@ declare module 'stripe' {
177
109
  | 'financial_connections.account.disconnected'
178
110
  | 'financial_connections.account.reactivated'
179
111
  | 'financial_connections.account.refreshed_balance'
180
- | 'financial_connections.account.refreshed_inferred_balances'
181
112
  | 'financial_connections.account.refreshed_ownership'
182
113
  | 'financial_connections.account.refreshed_transactions'
183
- | 'financial_connections.session.updated'
184
114
  | 'identity.verification_session.canceled'
185
115
  | 'identity.verification_session.created'
186
116
  | 'identity.verification_session.processing'
@@ -194,7 +124,6 @@ declare module 'stripe' {
194
124
  | 'invoice.marked_uncollectible'
195
125
  | 'invoice.overdue'
196
126
  | 'invoice.paid'
197
- | 'invoice.payment.overpaid'
198
127
  | 'invoice.payment_action_required'
199
128
  | 'invoice.payment_failed'
200
129
  | 'invoice.payment_succeeded'
@@ -261,16 +190,10 @@ declare module 'stripe' {
261
190
  | 'product.updated'
262
191
  | 'promotion_code.created'
263
192
  | 'promotion_code.updated'
264
- | 'quote.accept_failed'
265
193
  | 'quote.accepted'
266
- | 'quote.accepting'
267
194
  | 'quote.canceled'
268
195
  | 'quote.created'
269
- | 'quote.draft'
270
196
  | 'quote.finalized'
271
- | 'quote.reestimate_failed'
272
- | 'quote.reestimated'
273
- | 'quote.stale'
274
197
  | 'radar.early_fraud_warning.created'
275
198
  | 'radar.early_fraud_warning.updated'
276
199
  | 'refund.created'
@@ -298,16 +221,13 @@ declare module 'stripe' {
298
221
  | 'subscription_schedule.completed'
299
222
  | 'subscription_schedule.created'
300
223
  | 'subscription_schedule.expiring'
301
- | 'subscription_schedule.price_migration_failed'
302
224
  | 'subscription_schedule.released'
303
225
  | 'subscription_schedule.updated'
304
- | 'tax.form.updated'
305
226
  | 'tax.settings.updated'
306
227
  | 'tax_rate.created'
307
228
  | 'tax_rate.updated'
308
229
  | 'terminal.reader.action_failed'
309
230
  | 'terminal.reader.action_succeeded'
310
- | 'terminal.reader.action_updated'
311
231
  | 'test_helpers.test_clock.advancing'
312
232
  | 'test_helpers.test_clock.created'
313
233
  | 'test_helpers.test_clock.deleted'
@@ -423,11 +343,6 @@ declare module 'stripe' {
423
343
  */
424
344
  pending_webhooks: number;
425
345
 
426
- /**
427
- * 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.
428
- */
429
- reason?: Event.Reason | null;
430
-
431
346
  /**
432
347
  * Information on the API request that triggers the event.
433
348
  */
@@ -4,7 +4,7 @@ declare module 'stripe' {
4
4
  namespace Stripe {
5
5
  interface FileLinkCreateParams {
6
6
  /**
7
- * The ID of the file. The file's `purpose` must be one of the following: `business_icon`, `business_logo`, `customer_signature`, `dispute_evidence`, `finance_report_run`, `identity_document_downloadable`, `pci_document`, `selfie`, `sigma_scheduled_query`, `tax_document_user_upload`, or `terminal_reader_splashscreen`.
7
+ * The ID of the file. The file's `purpose` must be one of the following: `business_icon`, `business_logo`, `customer_signature`, `dispute_evidence`, `finance_report_run`, `identity_document_downloadable`, `issuing_regulatory_reporting`, `pci_document`, `selfie`, `sigma_scheduled_query`, `tax_document_user_upload`, or `terminal_reader_splashscreen`.
8
8
  */
9
9
  file: string;
10
10
 
package/types/Files.d.ts CHANGED
@@ -80,6 +80,7 @@ declare module 'stripe' {
80
80
  | 'finance_report_run'
81
81
  | 'identity_document'
82
82
  | 'identity_document_downloadable'
83
+ | 'issuing_regulatory_reporting'
83
84
  | 'pci_document'
84
85
  | 'selfie'
85
86
  | 'sigma_scheduled_query'
@@ -27,7 +27,7 @@ declare module 'stripe' {
27
27
  namespace FileCreateParams {
28
28
  interface FileLinkData {
29
29
  /**
30
- * Set this to `true` to create a file link for the newly created file. Creating a link is only possible when the file's `purpose` is one of the following: `business_icon`, `business_logo`, `customer_signature`, `dispute_evidence`, `pci_document`, `tax_document_user_upload`, or `terminal_reader_splashscreen`.
30
+ * Set this to `true` to create a file link for the newly created file. Creating a link is only possible when the file's `purpose` is one of the following: `business_icon`, `business_logo`, `customer_signature`, `dispute_evidence`, `issuing_regulatory_reporting`, `pci_document`, `tax_document_user_upload`, or `terminal_reader_splashscreen`.
31
31
  */
32
32
  create: boolean;
33
33
 
@@ -50,6 +50,7 @@ declare module 'stripe' {
50
50
  | 'customer_signature'
51
51
  | 'dispute_evidence'
52
52
  | 'identity_document'
53
+ | 'issuing_regulatory_reporting'
53
54
  | 'pci_document'
54
55
  | 'tax_document_user_upload'
55
56
  | 'terminal_reader_splashscreen';
@@ -91,6 +92,7 @@ declare module 'stripe' {
91
92
  | 'finance_report_run'
92
93
  | 'identity_document'
93
94
  | 'identity_document_downloadable'
95
+ | 'issuing_regulatory_reporting'
94
96
  | 'pci_document'
95
97
  | 'selfie'
96
98
  | 'sigma_scheduled_query'
@@ -47,11 +47,6 @@ declare module 'stripe' {
47
47
  */
48
48
  display_name: string | null;
49
49
 
50
- /**
51
- * The state of the most recent attempt to refresh the account's inferred balance history.
52
- */
53
- inferred_balances_refresh?: Account.InferredBalancesRefresh | null;
54
-
55
50
  /**
56
51
  * The name of the institution that holds this account.
57
52
  */
@@ -108,7 +103,7 @@ declare module 'stripe' {
108
103
  /**
109
104
  * The list of data refresh subscriptions requested on this account.
110
105
  */
111
- subscriptions: Array<Account.Subscription> | null;
106
+ subscriptions: Array<'transactions'> | null;
112
107
 
113
108
  /**
114
109
  * The [PaymentMethod type](https://stripe.com/docs/api/payment_methods/object#payment_method_object-type)(s) that can be created from this account.
@@ -225,27 +220,6 @@ declare module 'stripe' {
225
220
 
226
221
  type Category = 'cash' | 'credit' | 'investment' | 'other';
227
222
 
228
- interface InferredBalancesRefresh {
229
- /**
230
- * The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.
231
- */
232
- last_attempted_at: number;
233
-
234
- /**
235
- * Time at which the next inferred balance refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.
236
- */
237
- next_refresh_available_at: number | null;
238
-
239
- /**
240
- * The status of the last refresh attempt.
241
- */
242
- status: InferredBalancesRefresh.Status;
243
- }
244
-
245
- namespace InferredBalancesRefresh {
246
- type Status = 'failed' | 'pending' | 'succeeded';
247
- }
248
-
249
223
  interface OwnershipRefresh {
250
224
  /**
251
225
  * The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.
@@ -283,8 +257,6 @@ declare module 'stripe' {
283
257
  | 'other'
284
258
  | 'savings';
285
259
 
286
- type Subscription = 'balance' | 'inferred_balances' | 'transactions';
287
-
288
260
  type SupportedPaymentMethodType = 'link' | 'us_bank_account';
289
261
 
290
262
  interface TransactionRefresh {
@@ -48,13 +48,6 @@ declare module 'stripe' {
48
48
  expand?: Array<string>;
49
49
  }
50
50
 
51
- interface AccountListInferredBalancesParams extends PaginationParams {
52
- /**
53
- * Specifies which fields in the response should be expanded.
54
- */
55
- expand?: Array<string>;
56
- }
57
-
58
51
  interface AccountListOwnersParams extends PaginationParams {
59
52
  /**
60
53
  * The ID of the ownership object to fetch owners from.
@@ -80,18 +73,14 @@ declare module 'stripe' {
80
73
  }
81
74
 
82
75
  namespace AccountRefreshParams {
83
- type Feature =
84
- | 'balance'
85
- | 'inferred_balances'
86
- | 'ownership'
87
- | 'transactions';
76
+ type Feature = 'balance' | 'ownership' | 'transactions';
88
77
  }
89
78
 
90
79
  interface AccountSubscribeParams {
91
80
  /**
92
81
  * The list of account features to which you would like to subscribe.
93
82
  */
94
- features: Array<AccountSubscribeParams.Feature>;
83
+ features: Array<'transactions'>;
95
84
 
96
85
  /**
97
86
  * Specifies which fields in the response should be expanded.
@@ -99,15 +88,11 @@ declare module 'stripe' {
99
88
  expand?: Array<string>;
100
89
  }
101
90
 
102
- namespace AccountSubscribeParams {
103
- type Feature = 'balance' | 'inferred_balances' | 'transactions';
104
- }
105
-
106
91
  interface AccountUnsubscribeParams {
107
92
  /**
108
93
  * The list of account features from which you would like to unsubscribe.
109
94
  */
110
- features: Array<AccountUnsubscribeParams.Feature>;
95
+ features: Array<'transactions'>;
111
96
 
112
97
  /**
113
98
  * Specifies which fields in the response should be expanded.
@@ -115,10 +100,6 @@ declare module 'stripe' {
115
100
  expand?: Array<string>;
116
101
  }
117
102
 
118
- namespace AccountUnsubscribeParams {
119
- type Feature = 'balance' | 'inferred_balances' | 'transactions';
120
- }
121
-
122
103
  class AccountsResource {
123
104
  /**
124
105
  * Retrieves the details of an Financial Connections Account.
@@ -157,19 +138,6 @@ declare module 'stripe' {
157
138
  options?: RequestOptions
158
139
  ): Promise<Stripe.Response<Stripe.FinancialConnections.Account>>;
159
140
 
160
- /**
161
- * Lists the recorded inferred balances for a Financial Connections Account.
162
- */
163
- listInferredBalances(
164
- id: string,
165
- params?: AccountListInferredBalancesParams,
166
- options?: RequestOptions
167
- ): ApiListPromise<Stripe.FinancialConnections.AccountInferredBalance>;
168
- listInferredBalances(
169
- id: string,
170
- options?: RequestOptions
171
- ): ApiListPromise<Stripe.FinancialConnections.AccountInferredBalance>;
172
-
173
141
  /**
174
142
  * Lists all owners for a given Account
175
143
  */
@@ -34,15 +34,11 @@ declare module 'stripe' {
34
34
 
35
35
  filters?: Session.Filters;
36
36
 
37
- limits?: Session.Limits;
38
-
39
37
  /**
40
38
  * Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
41
39
  */
42
40
  livemode: boolean;
43
41
 
44
- manual_entry?: Session.ManualEntry;
45
-
46
42
  /**
47
43
  * Permissions requested for accounts collected during this session.
48
44
  */
@@ -57,13 +53,6 @@ declare module 'stripe' {
57
53
  * For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
58
54
  */
59
55
  return_url?: string;
60
-
61
- /**
62
- * The current state of the session.
63
- */
64
- status?: Session.Status;
65
-
66
- status_details?: Session.StatusDetails;
67
56
  }
68
57
 
69
58
  namespace Session {
@@ -98,11 +87,6 @@ declare module 'stripe' {
98
87
  * List of countries from which to filter accounts.
99
88
  */
100
89
  countries: Array<string> | null;
101
-
102
- /**
103
- * Stripe ID of the institution with which the customer should be directed to log in.
104
- */
105
- institution?: string;
106
90
  }
107
91
 
108
92
  namespace Filters {
@@ -114,45 +98,13 @@ declare module 'stripe' {
114
98
  | 'savings';
115
99
  }
116
100
 
117
- interface Limits {
118
- /**
119
- * The number of accounts that can be linked in this Session.
120
- */
121
- accounts: number;
122
- }
123
-
124
- interface ManualEntry {}
125
-
126
101
  type Permission =
127
102
  | 'balances'
128
103
  | 'ownership'
129
104
  | 'payment_method'
130
105
  | 'transactions';
131
106
 
132
- type Prefetch =
133
- | 'balances'
134
- | 'inferred_balances'
135
- | 'ownership'
136
- | 'transactions';
137
-
138
- type Status = 'cancelled' | 'failed' | 'pending' | 'succeeded';
139
-
140
- interface StatusDetails {
141
- cancelled?: StatusDetails.Cancelled;
142
- }
143
-
144
- namespace StatusDetails {
145
- interface Cancelled {
146
- /**
147
- * The reason for the Session being cancelled.
148
- */
149
- reason: Cancelled.Reason;
150
- }
151
-
152
- namespace Cancelled {
153
- type Reason = 'custom_manual_entry' | 'other';
154
- }
155
- }
107
+ type Prefetch = 'balances' | 'ownership' | 'transactions';
156
108
  }
157
109
  }
158
110
  }
@@ -26,16 +26,6 @@ declare module 'stripe' {
26
26
  */
27
27
  filters?: SessionCreateParams.Filters;
28
28
 
29
- /**
30
- * Settings for configuring Session-specific limits.
31
- */
32
- limits?: SessionCreateParams.Limits;
33
-
34
- /**
35
- * Settings for configuring manual entry of account details for this Session.
36
- */
37
- manual_entry?: SessionCreateParams.ManualEntry;
38
-
39
29
  /**
40
30
  * List of data features that you would like to retrieve upon account creation.
41
31
  */
@@ -79,11 +69,6 @@ declare module 'stripe' {
79
69
  * List of countries from which to collect accounts.
80
70
  */
81
71
  countries?: Array<string>;
82
-
83
- /**
84
- * Stripe ID of the institution with which the customer should be directed to log in.
85
- */
86
- institution?: string;
87
72
  }
88
73
 
89
74
  namespace Filters {
@@ -95,35 +80,13 @@ declare module 'stripe' {
95
80
  | 'savings';
96
81
  }
97
82
 
98
- interface Limits {
99
- /**
100
- * The number of accounts that can be linked in this Session.
101
- */
102
- accounts: number;
103
- }
104
-
105
- interface ManualEntry {
106
- /**
107
- * Whether manual entry will be handled by Stripe during the Session.
108
- */
109
- mode?: ManualEntry.Mode;
110
- }
111
-
112
- namespace ManualEntry {
113
- type Mode = 'automatic' | 'custom';
114
- }
115
-
116
83
  type Permission =
117
84
  | 'balances'
118
85
  | 'ownership'
119
86
  | 'payment_method'
120
87
  | 'transactions';
121
88
 
122
- type Prefetch =
123
- | 'balances'
124
- | 'inferred_balances'
125
- | 'ownership'
126
- | 'transactions';
89
+ type Prefetch = 'balances' | 'ownership' | 'transactions';
127
90
  }
128
91
 
129
92
  interface SessionRetrieveParams {
@@ -96,11 +96,6 @@ declare module 'stripe' {
96
96
  */
97
97
  livemode: boolean;
98
98
 
99
- /**
100
- * The margins which apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
101
- */
102
- margins?: Array<string | Stripe.Margin> | null;
103
-
104
99
  /**
105
100
  * Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
106
101
  */
@@ -43,11 +43,6 @@ declare module 'stripe' {
43
43
  */
44
44
  invoice?: string;
45
45
 
46
- /**
47
- * The ids of the margins to apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
48
- */
49
- margins?: Array<string>;
50
-
51
46
  /**
52
47
  * Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
53
48
  */
@@ -116,56 +111,12 @@ declare module 'stripe' {
116
111
  */
117
112
  discount?: string;
118
113
 
119
- /**
120
- * Details to determine how long the discount should be applied for.
121
- */
122
- discount_end?: Discount.DiscountEnd;
123
-
124
114
  /**
125
115
  * ID of the promotion code to create a new discount for.
126
116
  */
127
117
  promotion_code?: string;
128
118
  }
129
119
 
130
- namespace Discount {
131
- interface DiscountEnd {
132
- /**
133
- * Time span for the redeemed discount.
134
- */
135
- duration?: DiscountEnd.Duration;
136
-
137
- /**
138
- * A precise Unix timestamp for the discount to end. Must be in the future.
139
- */
140
- timestamp?: number;
141
-
142
- /**
143
- * The type of calculation made to determine when the discount ends.
144
- */
145
- type: DiscountEnd.Type;
146
- }
147
-
148
- namespace DiscountEnd {
149
- interface Duration {
150
- /**
151
- * Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
152
- */
153
- interval: Duration.Interval;
154
-
155
- /**
156
- * The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
157
- */
158
- interval_count: number;
159
- }
160
-
161
- namespace Duration {
162
- type Interval = 'day' | 'month' | 'week' | 'year';
163
- }
164
-
165
- type Type = 'duration' | 'timestamp';
166
- }
167
- }
168
-
169
120
  interface Period {
170
121
  /**
171
122
  * The end of the period, which must be greater than or equal to the start. This value is inclusive.
@@ -245,11 +196,6 @@ declare module 'stripe' {
245
196
  */
246
197
  expand?: Array<string>;
247
198
 
248
- /**
249
- * The ids of the margins to apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
250
- */
251
- margins?: Stripe.Emptyable<Array<string>>;
252
-
253
199
  /**
254
200
  * Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
255
201
  */
@@ -313,56 +259,12 @@ declare module 'stripe' {
313
259
  */
314
260
  discount?: string;
315
261
 
316
- /**
317
- * Details to determine how long the discount should be applied for.
318
- */
319
- discount_end?: Discount.DiscountEnd;
320
-
321
262
  /**
322
263
  * ID of the promotion code to create a new discount for.
323
264
  */
324
265
  promotion_code?: string;
325
266
  }
326
267
 
327
- namespace Discount {
328
- interface DiscountEnd {
329
- /**
330
- * Time span for the redeemed discount.
331
- */
332
- duration?: DiscountEnd.Duration;
333
-
334
- /**
335
- * A precise Unix timestamp for the discount to end. Must be in the future.
336
- */
337
- timestamp?: number;
338
-
339
- /**
340
- * The type of calculation made to determine when the discount ends.
341
- */
342
- type: DiscountEnd.Type;
343
- }
344
-
345
- namespace DiscountEnd {
346
- interface Duration {
347
- /**
348
- * Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
349
- */
350
- interval: Duration.Interval;
351
-
352
- /**
353
- * The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
354
- */
355
- interval_count: number;
356
- }
357
-
358
- namespace Duration {
359
- type Interval = 'day' | 'month' | 'week' | 'year';
360
- }
361
-
362
- type Type = 'duration' | 'timestamp';
363
- }
364
- }
365
-
366
268
  interface Period {
367
269
  /**
368
270
  * The end of the period, which must be greater than or equal to the start. This value is inclusive.