stripe 19.3.0-beta.1 → 19.3.1
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.
- package/CHANGELOG.md +22 -1466
- package/OPENAPI_VERSION +1 -1
- package/README.md +2 -1
- package/VERSION +1 -1
- package/cjs/Error.js +1 -115
- package/cjs/RequestSender.js +1 -1
- package/cjs/apiVersion.js +3 -2
- package/cjs/resources/FinancialConnections/Accounts.js +0 -5
- package/cjs/resources/Mandates.js +0 -5
- package/cjs/resources/PaymentIntents.js +0 -8
- package/cjs/resources/Quotes.js +0 -32
- package/cjs/resources/SubscriptionSchedules.js +0 -4
- package/cjs/resources/Subscriptions.js +0 -4
- package/cjs/resources.js +8 -106
- package/cjs/stripe.core.js +1 -1
- package/esm/Error.js +0 -100
- package/esm/RequestSender.js +1 -1
- package/esm/apiVersion.js +2 -1
- package/esm/resources/FinancialConnections/Accounts.js +0 -5
- package/esm/resources/Mandates.js +0 -5
- package/esm/resources/PaymentIntents.js +0 -8
- package/esm/resources/Quotes.js +0 -32
- package/esm/resources/SubscriptionSchedules.js +0 -4
- package/esm/resources/Subscriptions.js +0 -4
- package/esm/resources.js +0 -93
- package/esm/stripe.core.js +1 -1
- package/package.json +1 -1
- package/types/AccountLinksResource.d.ts +1 -5
- package/types/AccountSessions.d.ts +0 -45
- package/types/AccountSessionsResource.d.ts +0 -264
- package/types/Accounts.d.ts +2 -215
- package/types/AccountsResource.d.ts +2 -546
- package/types/BankAccounts.d.ts +0 -2
- package/types/Billing/AlertTriggereds.d.ts +1 -1
- package/types/Billing/CreditBalanceSummary.d.ts +0 -5
- package/types/Billing/CreditBalanceSummaryResource.d.ts +3 -8
- package/types/Billing/CreditBalanceTransactionsResource.d.ts +4 -12
- package/types/Billing/CreditGrants.d.ts +0 -5
- package/types/Billing/CreditGrantsResource.d.ts +3 -13
- package/types/BillingPortal/Sessions.d.ts +0 -5
- package/types/BillingPortal/SessionsResource.d.ts +4 -12
- package/types/Capabilities.d.ts +0 -2
- package/types/Cards.d.ts +0 -5
- package/types/CashBalances.d.ts +0 -5
- package/types/Charges.d.ts +0 -176
- package/types/ChargesResource.d.ts +0 -1418
- package/types/Checkout/Sessions.d.ts +2 -369
- package/types/Checkout/SessionsResource.d.ts +2 -632
- package/types/ConfirmationTokens.d.ts +0 -125
- package/types/Coupons.d.ts +0 -33
- package/types/CouponsResource.d.ts +0 -21
- package/types/CreditNoteLineItems.d.ts +0 -17
- package/types/CreditNotes.d.ts +0 -5
- package/types/CreditNotesResource.d.ts +0 -5
- package/types/CustomerBalanceTransactions.d.ts +0 -2
- package/types/CustomerCashBalanceTransactions.d.ts +0 -2
- package/types/CustomerSessions.d.ts +0 -46
- package/types/CustomerSessionsResource.d.ts +2 -48
- package/types/Customers.d.ts +0 -2
- package/types/CustomersResource.d.ts +0 -8
- package/types/Discounts.d.ts +0 -10
- package/types/Disputes.d.ts +0 -40
- package/types/DisputesResource.d.ts +0 -11
- package/types/Errors.d.ts +0 -85
- package/types/EventTypes.d.ts +0 -630
- package/types/Events.d.ts +0 -95
- package/types/FinancialConnections/Accounts.d.ts +1 -36
- package/types/FinancialConnections/AccountsResource.d.ts +3 -40
- package/types/FinancialConnections/Sessions.d.ts +1 -51
- package/types/FinancialConnections/SessionsResource.d.ts +1 -43
- package/types/Identity/VerificationSessions.d.ts +0 -5
- package/types/Identity/VerificationSessionsResource.d.ts +0 -7
- package/types/InvoiceItems.d.ts +0 -10
- package/types/InvoiceItemsResource.d.ts +6 -117
- package/types/InvoiceLineItems.d.ts +1 -45
- package/types/InvoicePayments.d.ts +1 -1
- package/types/Invoices.d.ts +5 -204
- package/types/InvoicesResource.d.ts +4 -1622
- package/types/Issuing/CardholdersResource.d.ts +1 -2
- package/types/Issuing/Transactions.d.ts +0 -5
- package/types/Issuing/TransactionsResource.d.ts +0 -5
- package/types/LineItems.d.ts +0 -49
- package/types/Mandates.d.ts +1 -135
- package/types/MandatesResource.d.ts +0 -31
- package/types/PaymentAttemptRecords.d.ts +0 -141
- package/types/PaymentIntents.d.ts +13 -774
- package/types/PaymentIntentsResource.d.ts +4680 -9470
- package/types/PaymentLinks.d.ts +0 -6
- package/types/PaymentLinksResource.d.ts +0 -12
- package/types/PaymentMethodConfigurations.d.ts +0 -216
- package/types/PaymentMethodConfigurationsResource.d.ts +0 -300
- package/types/PaymentMethods.d.ts +0 -130
- package/types/PaymentMethodsResource.d.ts +2 -167
- package/types/PaymentRecords.d.ts +0 -141
- package/types/Persons.d.ts +0 -2
- package/types/Prices.d.ts +0 -22
- package/types/PricesResource.d.ts +0 -22
- package/types/PromotionCodes.d.ts +0 -5
- package/types/PromotionCodesResource.d.ts +0 -10
- package/types/Quotes.d.ts +1 -594
- package/types/QuotesResource.d.ts +290 -2635
- package/types/Refunds.d.ts +0 -14
- package/types/SetupAttempts.d.ts +1 -51
- package/types/SetupIntents.d.ts +5 -219
- package/types/SetupIntentsResource.d.ts +3 -953
- package/types/Sources.d.ts +0 -29
- package/types/SubscriptionItems.d.ts +0 -26
- package/types/SubscriptionItemsResource.d.ts +0 -109
- package/types/SubscriptionSchedules.d.ts +0 -205
- package/types/SubscriptionSchedulesResource.d.ts +4 -1232
- package/types/Subscriptions.d.ts +1 -262
- package/types/SubscriptionsResource.d.ts +8 -745
- package/types/TaxIds.d.ts +0 -10
- package/types/TaxIdsResource.d.ts +0 -10
- package/types/Terminal/Configurations.d.ts +0 -9
- package/types/Terminal/ConfigurationsResource.d.ts +18 -46
- package/types/Terminal/Readers.d.ts +0 -20
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -126
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
- package/types/Transfers.d.ts +0 -5
- package/types/TransfersResource.d.ts +0 -5
- package/types/Treasury/FinancialAccountFeatures.d.ts +0 -7
- package/types/Treasury/FinancialAccounts.d.ts +0 -5
- package/types/Treasury/FinancialAccountsResource.d.ts +0 -37
- package/types/Treasury/OutboundTransfers.d.ts +0 -26
- package/types/Treasury/OutboundTransfersResource.d.ts +0 -26
- package/types/Treasury/ReceivedCredits.d.ts +0 -26
- package/types/Treasury/ReceivedDebits.d.ts +0 -31
- package/types/V2/Billing/MeterEvents.d.ts +2 -1
- package/types/V2/Core/EventTypes.d.ts +10 -1624
- package/types/WebhookEndpointsResource.d.ts +0 -74
- package/types/apiVersion.d.ts +2 -1
- package/types/index.d.ts +0 -153
- package/types/lib.d.ts +0 -10
- package/cjs/resources/AccountNotices.js +0 -21
- package/cjs/resources/Billing/Analytics/MeterUsage.js +0 -12
- package/cjs/resources/Capital/FinancingOffers.js +0 -21
- package/cjs/resources/Capital/FinancingSummary.js +0 -12
- package/cjs/resources/Capital/FinancingTransactions.js +0 -17
- package/cjs/resources/ExternalAccounts.js +0 -23
- package/cjs/resources/FinancialConnections/Institutions.js +0 -17
- package/cjs/resources/FxQuotes.js +0 -15
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -17
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -17
- package/cjs/resources/Margins.js +0 -22
- package/cjs/resources/Orders.js +0 -24
- package/cjs/resources/Privacy/RedactionJobs.js +0 -42
- package/cjs/resources/Tax/Associations.js +0 -9
- package/cjs/resources/Tax/Forms.js +0 -20
- package/cjs/resources/Terminal/OnboardingLinks.js +0 -12
- package/cjs/resources/Terminal/ReaderCollectedData.js +0 -12
- package/cjs/resources/V2/Billing/BillSettings/Versions.js +0 -17
- package/cjs/resources/V2/Billing/BillSettings.js +0 -27
- package/cjs/resources/V2/Billing/Cadences.js +0 -23
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +0 -17
- package/cjs/resources/V2/Billing/CollectionSettings.js +0 -30
- package/cjs/resources/V2/Billing/Profiles.js +0 -19
- package/cjs/resources/V2/Core/AccountLinks.js +0 -9
- package/cjs/resources/V2/Core/Accounts/Persons.js +0 -29
- package/cjs/resources/V2/Core/Accounts.js +0 -25
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -33
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -37
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -17
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -29
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -21
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -21
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -16
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -25
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -29
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -12
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -17
- package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -17
- package/cjs/resources/V2/Payments/OffSessionPayments.js +0 -29
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -16
- package/esm/resources/AccountNotices.js +0 -18
- package/esm/resources/Billing/Analytics/MeterUsage.js +0 -9
- package/esm/resources/Capital/FinancingOffers.js +0 -18
- package/esm/resources/Capital/FinancingSummary.js +0 -9
- package/esm/resources/Capital/FinancingTransactions.js +0 -14
- package/esm/resources/ExternalAccounts.js +0 -20
- package/esm/resources/FinancialConnections/Institutions.js +0 -14
- package/esm/resources/FxQuotes.js +0 -12
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
- package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -14
- package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -14
- package/esm/resources/Margins.js +0 -19
- package/esm/resources/Orders.js +0 -21
- package/esm/resources/Privacy/RedactionJobs.js +0 -39
- package/esm/resources/Tax/Associations.js +0 -6
- package/esm/resources/Tax/Forms.js +0 -17
- package/esm/resources/Terminal/OnboardingLinks.js +0 -9
- package/esm/resources/Terminal/ReaderCollectedData.js +0 -9
- package/esm/resources/V2/Billing/BillSettings/Versions.js +0 -14
- package/esm/resources/V2/Billing/BillSettings.js +0 -24
- package/esm/resources/V2/Billing/Cadences.js +0 -20
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js +0 -14
- package/esm/resources/V2/Billing/CollectionSettings.js +0 -27
- package/esm/resources/V2/Billing/Profiles.js +0 -16
- package/esm/resources/V2/Core/AccountLinks.js +0 -6
- package/esm/resources/V2/Core/Accounts/Persons.js +0 -26
- package/esm/resources/V2/Core/Accounts.js +0 -22
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -30
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -34
- package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -14
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -26
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -18
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -18
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -13
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -22
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -26
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -9
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -14
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -14
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -14
- package/esm/resources/V2/MoneyManagement/Transactions.js +0 -14
- package/esm/resources/V2/Payments/OffSessionPayments.js +0 -26
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -13
- package/types/AccountNotices.d.ts +0 -113
- package/types/AccountNoticesResource.d.ts +0 -98
- package/types/Billing/Analytics/MeterUsage.d.ts +0 -31
- package/types/Billing/Analytics/MeterUsageResource.d.ts +0 -689
- package/types/Billing/Analytics/MeterUsageRows.d.ts +0 -51
- package/types/Capital/FinancingOffers.d.ts +0 -188
- package/types/Capital/FinancingOffersResource.d.ts +0 -97
- package/types/Capital/FinancingSummary.d.ts +0 -106
- package/types/Capital/FinancingSummaryResource.d.ts +0 -27
- package/types/Capital/FinancingTransactions.d.ts +0 -135
- package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
- package/types/ExternalAccountsResource.d.ts +0 -304
- package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
- package/types/FinancialConnections/Institutions.d.ts +0 -98
- package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
- package/types/FxQuotes.d.ts +0 -155
- package/types/FxQuotesResource.d.ts +0 -130
- package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -451
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1032
- package/types/Issuing/DisputeSettlementDetails.d.ts +0 -85
- package/types/Issuing/DisputeSettlementDetailsResource.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebits.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +0 -52
- package/types/Issuing/Settlements.d.ts +0 -113
- package/types/Margins.d.ts +0 -56
- package/types/MarginsResource.d.ts +0 -114
- package/types/Orders.d.ts +0 -1163
- package/types/OrdersResource.d.ts +0 -3139
- package/types/Privacy/RedactionJobValidationErrors.d.ts +0 -60
- package/types/Privacy/RedactionJobs.d.ts +0 -111
- package/types/Privacy/RedactionJobsResource.d.ts +0 -230
- package/types/QuoteLines.d.ts +0 -634
- package/types/QuotePreviewInvoices.d.ts +0 -1771
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -908
- package/types/Tax/Associations.d.ts +0 -82
- package/types/Tax/AssociationsResource.d.ts +0 -29
- package/types/Tax/Forms.d.ts +0 -220
- package/types/Tax/FormsResource.d.ts +0 -107
- package/types/Terminal/OnboardingLinks.d.ts +0 -57
- package/types/Terminal/OnboardingLinksResource.d.ts +0 -62
- package/types/Terminal/ReaderCollectedData.d.ts +0 -51
- package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
- package/types/V2/Billing/BillSettingVersions.d.ts +0 -97
- package/types/V2/Billing/BillSettings/VersionsResource.d.ts +0 -58
- package/types/V2/Billing/BillSettings.d.ts +0 -120
- package/types/V2/Billing/BillSettingsResource.d.ts +0 -241
- package/types/V2/Billing/Cadences.d.ts +0 -686
- package/types/V2/Billing/CadencesResource.d.ts +0 -487
- package/types/V2/Billing/CollectionSettingVersions.d.ts +0 -314
- package/types/V2/Billing/CollectionSettings/VersionsResource.d.ts +0 -62
- package/types/V2/Billing/CollectionSettings.d.ts +0 -337
- package/types/V2/Billing/CollectionSettingsResource.d.ts +0 -675
- package/types/V2/Billing/Profiles.d.ts +0 -70
- package/types/V2/Billing/ProfilesResource.d.ts +0 -150
- package/types/V2/Core/AccountLinks.d.ts +0 -168
- package/types/V2/Core/AccountLinksResource.d.ts +0 -152
- package/types/V2/Core/AccountPersons.d.ts +0 -615
- package/types/V2/Core/Accounts/PersonsResource.d.ts +0 -1153
- package/types/V2/Core/Accounts.d.ts +0 -6010
- package/types/V2/Core/AccountsResource.d.ts +0 -5104
- package/types/V2/Core/Vault/GbBankAccounts.d.ts +0 -160
- package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +0 -194
- package/types/V2/Core/Vault/UsBankAccounts.d.ts +0 -116
- package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +0 -198
- package/types/V2/FinancialAddressCreditSimulations.d.ts +0 -27
- package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -32
- package/types/V2/MoneyManagement/Adjustments.d.ts +0 -110
- package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +0 -83
- package/types/V2/MoneyManagement/FinancialAccounts.d.ts +0 -148
- package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -172
- package/types/V2/MoneyManagement/FinancialAddresses.d.ts +0 -178
- package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +0 -112
- package/types/V2/MoneyManagement/InboundTransfers.d.ts +0 -206
- package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +0 -144
- package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -170
- package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +0 -115
- package/types/V2/MoneyManagement/OutboundPayments.d.ts +0 -278
- package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +0 -242
- package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -97
- package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +0 -296
- package/types/V2/MoneyManagement/OutboundTransfers.d.ts +0 -251
- package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +0 -208
- package/types/V2/MoneyManagement/PayoutMethods.d.ts +0 -160
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -93
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +0 -41
- package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +0 -113
- package/types/V2/MoneyManagement/ReceivedCredits.d.ts +0 -302
- package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +0 -78
- package/types/V2/MoneyManagement/ReceivedDebits.d.ts +0 -176
- package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +0 -48
- package/types/V2/MoneyManagement/TransactionEntries.d.ts +0 -162
- package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +0 -82
- package/types/V2/MoneyManagement/Transactions.d.ts +0 -177
- package/types/V2/MoneyManagement/TransactionsResource.d.ts +0 -83
- package/types/V2/Payments/OffSessionPayments.d.ts +0 -326
- package/types/V2/Payments/OffSessionPaymentsResource.d.ts +0 -401
- package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +0 -68
|
@@ -167,8 +167,6 @@ declare module 'stripe' {
|
|
|
167
167
|
| 'account.external_account.deleted'
|
|
168
168
|
| 'account.external_account.updated'
|
|
169
169
|
| 'account.updated'
|
|
170
|
-
| 'account_notice.created'
|
|
171
|
-
| 'account_notice.updated'
|
|
172
170
|
| 'application_fee.created'
|
|
173
171
|
| 'application_fee.refund.updated'
|
|
174
172
|
| 'application_fee.refunded'
|
|
@@ -179,15 +177,6 @@ declare module 'stripe' {
|
|
|
179
177
|
| 'billing_portal.configuration.updated'
|
|
180
178
|
| 'billing_portal.session.created'
|
|
181
179
|
| 'capability.updated'
|
|
182
|
-
| 'capital.financing_offer.accepted'
|
|
183
|
-
| 'capital.financing_offer.canceled'
|
|
184
|
-
| 'capital.financing_offer.created'
|
|
185
|
-
| 'capital.financing_offer.expired'
|
|
186
|
-
| 'capital.financing_offer.fully_repaid'
|
|
187
|
-
| 'capital.financing_offer.paid_out'
|
|
188
|
-
| 'capital.financing_offer.rejected'
|
|
189
|
-
| 'capital.financing_offer.replacement_created'
|
|
190
|
-
| 'capital.financing_transaction.created'
|
|
191
180
|
| 'cash_balance.funds_available'
|
|
192
181
|
| 'charge.captured'
|
|
193
182
|
| 'charge.dispute.closed'
|
|
@@ -228,15 +217,11 @@ declare module 'stripe' {
|
|
|
228
217
|
| 'customer.source.deleted'
|
|
229
218
|
| 'customer.source.expiring'
|
|
230
219
|
| 'customer.source.updated'
|
|
231
|
-
| 'customer.subscription.collection_paused'
|
|
232
|
-
| 'customer.subscription.collection_resumed'
|
|
233
220
|
| 'customer.subscription.created'
|
|
234
|
-
| 'customer.subscription.custom_event'
|
|
235
221
|
| 'customer.subscription.deleted'
|
|
236
222
|
| 'customer.subscription.paused'
|
|
237
223
|
| 'customer.subscription.pending_update_applied'
|
|
238
224
|
| 'customer.subscription.pending_update_expired'
|
|
239
|
-
| 'customer.subscription.price_migration_failed'
|
|
240
225
|
| 'customer.subscription.resumed'
|
|
241
226
|
| 'customer.subscription.trial_will_end'
|
|
242
227
|
| 'customer.subscription.updated'
|
|
@@ -252,11 +237,8 @@ declare module 'stripe' {
|
|
|
252
237
|
| 'financial_connections.account.disconnected'
|
|
253
238
|
| 'financial_connections.account.reactivated'
|
|
254
239
|
| 'financial_connections.account.refreshed_balance'
|
|
255
|
-
| 'financial_connections.account.refreshed_inferred_balances'
|
|
256
240
|
| 'financial_connections.account.refreshed_ownership'
|
|
257
241
|
| 'financial_connections.account.refreshed_transactions'
|
|
258
|
-
| 'financial_connections.session.updated'
|
|
259
|
-
| 'fx_quote.expired'
|
|
260
242
|
| 'identity.verification_session.canceled'
|
|
261
243
|
| 'identity.verification_session.created'
|
|
262
244
|
| 'identity.verification_session.processing'
|
|
@@ -271,7 +253,6 @@ declare module 'stripe' {
|
|
|
271
253
|
| 'invoice.overdue'
|
|
272
254
|
| 'invoice.overpaid'
|
|
273
255
|
| 'invoice.paid'
|
|
274
|
-
| 'invoice.payment.overpaid'
|
|
275
256
|
| 'invoice.payment_action_required'
|
|
276
257
|
| 'invoice.payment_attempt_required'
|
|
277
258
|
| 'invoice.payment_failed'
|
|
@@ -297,15 +278,10 @@ declare module 'stripe' {
|
|
|
297
278
|
| 'issuing_dispute.funds_rescinded'
|
|
298
279
|
| 'issuing_dispute.submitted'
|
|
299
280
|
| 'issuing_dispute.updated'
|
|
300
|
-
| 'issuing_dispute_settlement_detail.created'
|
|
301
|
-
| 'issuing_dispute_settlement_detail.updated'
|
|
302
|
-
| 'issuing_fraud_liability_debit.created'
|
|
303
281
|
| 'issuing_personalization_design.activated'
|
|
304
282
|
| 'issuing_personalization_design.deactivated'
|
|
305
283
|
| 'issuing_personalization_design.rejected'
|
|
306
284
|
| 'issuing_personalization_design.updated'
|
|
307
|
-
| 'issuing_settlement.created'
|
|
308
|
-
| 'issuing_settlement.updated'
|
|
309
285
|
| 'issuing_token.created'
|
|
310
286
|
| 'issuing_token.updated'
|
|
311
287
|
| 'issuing_transaction.created'
|
|
@@ -341,26 +317,15 @@ declare module 'stripe' {
|
|
|
341
317
|
| 'price.created'
|
|
342
318
|
| 'price.deleted'
|
|
343
319
|
| 'price.updated'
|
|
344
|
-
| 'privacy.redaction_job.canceled'
|
|
345
|
-
| 'privacy.redaction_job.created'
|
|
346
|
-
| 'privacy.redaction_job.ready'
|
|
347
|
-
| 'privacy.redaction_job.succeeded'
|
|
348
|
-
| 'privacy.redaction_job.validation_error'
|
|
349
320
|
| 'product.created'
|
|
350
321
|
| 'product.deleted'
|
|
351
322
|
| 'product.updated'
|
|
352
323
|
| 'promotion_code.created'
|
|
353
324
|
| 'promotion_code.updated'
|
|
354
|
-
| 'quote.accept_failed'
|
|
355
325
|
| 'quote.accepted'
|
|
356
|
-
| 'quote.accepting'
|
|
357
326
|
| 'quote.canceled'
|
|
358
327
|
| 'quote.created'
|
|
359
|
-
| 'quote.draft'
|
|
360
328
|
| 'quote.finalized'
|
|
361
|
-
| 'quote.reestimate_failed'
|
|
362
|
-
| 'quote.reestimated'
|
|
363
|
-
| 'quote.stale'
|
|
364
329
|
| 'radar.early_fraud_warning.created'
|
|
365
330
|
| 'radar.early_fraud_warning.updated'
|
|
366
331
|
| 'refund.created'
|
|
@@ -389,10 +354,8 @@ declare module 'stripe' {
|
|
|
389
354
|
| 'subscription_schedule.completed'
|
|
390
355
|
| 'subscription_schedule.created'
|
|
391
356
|
| 'subscription_schedule.expiring'
|
|
392
|
-
| 'subscription_schedule.price_migration_failed'
|
|
393
357
|
| 'subscription_schedule.released'
|
|
394
358
|
| 'subscription_schedule.updated'
|
|
395
|
-
| 'tax.form.updated'
|
|
396
359
|
| 'tax.settings.updated'
|
|
397
360
|
| 'tax_rate.created'
|
|
398
361
|
| 'tax_rate.updated'
|
|
@@ -499,8 +462,6 @@ declare module 'stripe' {
|
|
|
499
462
|
| 'account.external_account.deleted'
|
|
500
463
|
| 'account.external_account.updated'
|
|
501
464
|
| 'account.updated'
|
|
502
|
-
| 'account_notice.created'
|
|
503
|
-
| 'account_notice.updated'
|
|
504
465
|
| 'application_fee.created'
|
|
505
466
|
| 'application_fee.refund.updated'
|
|
506
467
|
| 'application_fee.refunded'
|
|
@@ -511,15 +472,6 @@ declare module 'stripe' {
|
|
|
511
472
|
| 'billing_portal.configuration.updated'
|
|
512
473
|
| 'billing_portal.session.created'
|
|
513
474
|
| 'capability.updated'
|
|
514
|
-
| 'capital.financing_offer.accepted'
|
|
515
|
-
| 'capital.financing_offer.canceled'
|
|
516
|
-
| 'capital.financing_offer.created'
|
|
517
|
-
| 'capital.financing_offer.expired'
|
|
518
|
-
| 'capital.financing_offer.fully_repaid'
|
|
519
|
-
| 'capital.financing_offer.paid_out'
|
|
520
|
-
| 'capital.financing_offer.rejected'
|
|
521
|
-
| 'capital.financing_offer.replacement_created'
|
|
522
|
-
| 'capital.financing_transaction.created'
|
|
523
475
|
| 'cash_balance.funds_available'
|
|
524
476
|
| 'charge.captured'
|
|
525
477
|
| 'charge.dispute.closed'
|
|
@@ -560,15 +512,11 @@ declare module 'stripe' {
|
|
|
560
512
|
| 'customer.source.deleted'
|
|
561
513
|
| 'customer.source.expiring'
|
|
562
514
|
| 'customer.source.updated'
|
|
563
|
-
| 'customer.subscription.collection_paused'
|
|
564
|
-
| 'customer.subscription.collection_resumed'
|
|
565
515
|
| 'customer.subscription.created'
|
|
566
|
-
| 'customer.subscription.custom_event'
|
|
567
516
|
| 'customer.subscription.deleted'
|
|
568
517
|
| 'customer.subscription.paused'
|
|
569
518
|
| 'customer.subscription.pending_update_applied'
|
|
570
519
|
| 'customer.subscription.pending_update_expired'
|
|
571
|
-
| 'customer.subscription.price_migration_failed'
|
|
572
520
|
| 'customer.subscription.resumed'
|
|
573
521
|
| 'customer.subscription.trial_will_end'
|
|
574
522
|
| 'customer.subscription.updated'
|
|
@@ -584,11 +532,8 @@ declare module 'stripe' {
|
|
|
584
532
|
| 'financial_connections.account.disconnected'
|
|
585
533
|
| 'financial_connections.account.reactivated'
|
|
586
534
|
| 'financial_connections.account.refreshed_balance'
|
|
587
|
-
| 'financial_connections.account.refreshed_inferred_balances'
|
|
588
535
|
| 'financial_connections.account.refreshed_ownership'
|
|
589
536
|
| 'financial_connections.account.refreshed_transactions'
|
|
590
|
-
| 'financial_connections.session.updated'
|
|
591
|
-
| 'fx_quote.expired'
|
|
592
537
|
| 'identity.verification_session.canceled'
|
|
593
538
|
| 'identity.verification_session.created'
|
|
594
539
|
| 'identity.verification_session.processing'
|
|
@@ -603,7 +548,6 @@ declare module 'stripe' {
|
|
|
603
548
|
| 'invoice.overdue'
|
|
604
549
|
| 'invoice.overpaid'
|
|
605
550
|
| 'invoice.paid'
|
|
606
|
-
| 'invoice.payment.overpaid'
|
|
607
551
|
| 'invoice.payment_action_required'
|
|
608
552
|
| 'invoice.payment_attempt_required'
|
|
609
553
|
| 'invoice.payment_failed'
|
|
@@ -629,15 +573,10 @@ declare module 'stripe' {
|
|
|
629
573
|
| 'issuing_dispute.funds_rescinded'
|
|
630
574
|
| 'issuing_dispute.submitted'
|
|
631
575
|
| 'issuing_dispute.updated'
|
|
632
|
-
| 'issuing_dispute_settlement_detail.created'
|
|
633
|
-
| 'issuing_dispute_settlement_detail.updated'
|
|
634
|
-
| 'issuing_fraud_liability_debit.created'
|
|
635
576
|
| 'issuing_personalization_design.activated'
|
|
636
577
|
| 'issuing_personalization_design.deactivated'
|
|
637
578
|
| 'issuing_personalization_design.rejected'
|
|
638
579
|
| 'issuing_personalization_design.updated'
|
|
639
|
-
| 'issuing_settlement.created'
|
|
640
|
-
| 'issuing_settlement.updated'
|
|
641
580
|
| 'issuing_token.created'
|
|
642
581
|
| 'issuing_token.updated'
|
|
643
582
|
| 'issuing_transaction.created'
|
|
@@ -673,26 +612,15 @@ declare module 'stripe' {
|
|
|
673
612
|
| 'price.created'
|
|
674
613
|
| 'price.deleted'
|
|
675
614
|
| 'price.updated'
|
|
676
|
-
| 'privacy.redaction_job.canceled'
|
|
677
|
-
| 'privacy.redaction_job.created'
|
|
678
|
-
| 'privacy.redaction_job.ready'
|
|
679
|
-
| 'privacy.redaction_job.succeeded'
|
|
680
|
-
| 'privacy.redaction_job.validation_error'
|
|
681
615
|
| 'product.created'
|
|
682
616
|
| 'product.deleted'
|
|
683
617
|
| 'product.updated'
|
|
684
618
|
| 'promotion_code.created'
|
|
685
619
|
| 'promotion_code.updated'
|
|
686
|
-
| 'quote.accept_failed'
|
|
687
620
|
| 'quote.accepted'
|
|
688
|
-
| 'quote.accepting'
|
|
689
621
|
| 'quote.canceled'
|
|
690
622
|
| 'quote.created'
|
|
691
|
-
| 'quote.draft'
|
|
692
623
|
| 'quote.finalized'
|
|
693
|
-
| 'quote.reestimate_failed'
|
|
694
|
-
| 'quote.reestimated'
|
|
695
|
-
| 'quote.stale'
|
|
696
624
|
| 'radar.early_fraud_warning.created'
|
|
697
625
|
| 'radar.early_fraud_warning.updated'
|
|
698
626
|
| 'refund.created'
|
|
@@ -721,10 +649,8 @@ declare module 'stripe' {
|
|
|
721
649
|
| 'subscription_schedule.completed'
|
|
722
650
|
| 'subscription_schedule.created'
|
|
723
651
|
| 'subscription_schedule.expiring'
|
|
724
|
-
| 'subscription_schedule.price_migration_failed'
|
|
725
652
|
| 'subscription_schedule.released'
|
|
726
653
|
| 'subscription_schedule.updated'
|
|
727
|
-
| 'tax.form.updated'
|
|
728
654
|
| 'tax.settings.updated'
|
|
729
655
|
| 'tax_rate.created'
|
|
730
656
|
| 'tax_rate.updated'
|
package/types/apiVersion.d.ts
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
///<reference path='./crypto/crypto.d.ts' />
|
|
12
12
|
// Imports: The beginning of the section generated from our OpenAPI spec
|
|
13
13
|
///<reference path='./AccountLinksResource.d.ts' />
|
|
14
|
-
///<reference path='./AccountNoticesResource.d.ts' />
|
|
15
14
|
///<reference path='./AccountSessionsResource.d.ts' />
|
|
16
15
|
///<reference path='./AccountsResource.d.ts' />
|
|
17
16
|
///<reference path='./ApplePayDomainsResource.d.ts' />
|
|
@@ -21,7 +20,6 @@
|
|
|
21
20
|
///<reference path='./BalanceSettingsResource.d.ts' />
|
|
22
21
|
///<reference path='./BalanceTransactionsResource.d.ts' />
|
|
23
22
|
///<reference path='./Billing/AlertsResource.d.ts' />
|
|
24
|
-
///<reference path='./Billing/Analytics/MeterUsageResource.d.ts' />
|
|
25
23
|
///<reference path='./Billing/CreditBalanceSummaryResource.d.ts' />
|
|
26
24
|
///<reference path='./Billing/CreditBalanceTransactionsResource.d.ts' />
|
|
27
25
|
///<reference path='./Billing/CreditGrantsResource.d.ts' />
|
|
@@ -30,9 +28,6 @@
|
|
|
30
28
|
///<reference path='./Billing/MetersResource.d.ts' />
|
|
31
29
|
///<reference path='./BillingPortal/ConfigurationsResource.d.ts' />
|
|
32
30
|
///<reference path='./BillingPortal/SessionsResource.d.ts' />
|
|
33
|
-
///<reference path='./Capital/FinancingOffersResource.d.ts' />
|
|
34
|
-
///<reference path='./Capital/FinancingSummaryResource.d.ts' />
|
|
35
|
-
///<reference path='./Capital/FinancingTransactionsResource.d.ts' />
|
|
36
31
|
///<reference path='./ChargesResource.d.ts' />
|
|
37
32
|
///<reference path='./Checkout/SessionsResource.d.ts' />
|
|
38
33
|
///<reference path='./Climate/OrdersResource.d.ts' />
|
|
@@ -50,15 +45,12 @@
|
|
|
50
45
|
///<reference path='./EphemeralKeysResource.d.ts' />
|
|
51
46
|
///<reference path='./EventsResource.d.ts' />
|
|
52
47
|
///<reference path='./ExchangeRatesResource.d.ts' />
|
|
53
|
-
///<reference path='./ExternalAccountsResource.d.ts' />
|
|
54
48
|
///<reference path='./FileLinksResource.d.ts' />
|
|
55
49
|
///<reference path='./FilesResource.d.ts' />
|
|
56
50
|
///<reference path='./FinancialConnections/AccountsResource.d.ts' />
|
|
57
|
-
///<reference path='./FinancialConnections/InstitutionsResource.d.ts' />
|
|
58
51
|
///<reference path='./FinancialConnections/SessionsResource.d.ts' />
|
|
59
52
|
///<reference path='./FinancialConnections/TransactionsResource.d.ts' />
|
|
60
53
|
///<reference path='./Forwarding/RequestsResource.d.ts' />
|
|
61
|
-
///<reference path='./FxQuotesResource.d.ts' />
|
|
62
54
|
///<reference path='./Identity/VerificationReportsResource.d.ts' />
|
|
63
55
|
///<reference path='./Identity/VerificationSessionsResource.d.ts' />
|
|
64
56
|
///<reference path='./InvoiceItemsResource.d.ts' />
|
|
@@ -68,17 +60,12 @@
|
|
|
68
60
|
///<reference path='./Issuing/AuthorizationsResource.d.ts' />
|
|
69
61
|
///<reference path='./Issuing/CardholdersResource.d.ts' />
|
|
70
62
|
///<reference path='./Issuing/CardsResource.d.ts' />
|
|
71
|
-
///<reference path='./Issuing/CreditUnderwritingRecordsResource.d.ts' />
|
|
72
|
-
///<reference path='./Issuing/DisputeSettlementDetailsResource.d.ts' />
|
|
73
63
|
///<reference path='./Issuing/DisputesResource.d.ts' />
|
|
74
|
-
///<reference path='./Issuing/FraudLiabilityDebitsResource.d.ts' />
|
|
75
64
|
///<reference path='./Issuing/PersonalizationDesignsResource.d.ts' />
|
|
76
65
|
///<reference path='./Issuing/PhysicalBundlesResource.d.ts' />
|
|
77
66
|
///<reference path='./Issuing/TokensResource.d.ts' />
|
|
78
67
|
///<reference path='./Issuing/TransactionsResource.d.ts' />
|
|
79
68
|
///<reference path='./MandatesResource.d.ts' />
|
|
80
|
-
///<reference path='./MarginsResource.d.ts' />
|
|
81
|
-
///<reference path='./OrdersResource.d.ts' />
|
|
82
69
|
///<reference path='./PaymentAttemptRecordsResource.d.ts' />
|
|
83
70
|
///<reference path='./PaymentIntentsResource.d.ts' />
|
|
84
71
|
///<reference path='./PaymentLinksResource.d.ts' />
|
|
@@ -89,7 +76,6 @@
|
|
|
89
76
|
///<reference path='./PayoutsResource.d.ts' />
|
|
90
77
|
///<reference path='./PlansResource.d.ts' />
|
|
91
78
|
///<reference path='./PricesResource.d.ts' />
|
|
92
|
-
///<reference path='./Privacy/RedactionJobsResource.d.ts' />
|
|
93
79
|
///<reference path='./ProductsResource.d.ts' />
|
|
94
80
|
///<reference path='./PromotionCodesResource.d.ts' />
|
|
95
81
|
///<reference path='./QuotesResource.d.ts' />
|
|
@@ -108,9 +94,7 @@
|
|
|
108
94
|
///<reference path='./SubscriptionItemsResource.d.ts' />
|
|
109
95
|
///<reference path='./SubscriptionSchedulesResource.d.ts' />
|
|
110
96
|
///<reference path='./SubscriptionsResource.d.ts' />
|
|
111
|
-
///<reference path='./Tax/AssociationsResource.d.ts' />
|
|
112
97
|
///<reference path='./Tax/CalculationsResource.d.ts' />
|
|
113
|
-
///<reference path='./Tax/FormsResource.d.ts' />
|
|
114
98
|
///<reference path='./Tax/RegistrationsResource.d.ts' />
|
|
115
99
|
///<reference path='./Tax/SettingsResource.d.ts' />
|
|
116
100
|
///<reference path='./Tax/TransactionsResource.d.ts' />
|
|
@@ -120,8 +104,6 @@
|
|
|
120
104
|
///<reference path='./Terminal/ConfigurationsResource.d.ts' />
|
|
121
105
|
///<reference path='./Terminal/ConnectionTokensResource.d.ts' />
|
|
122
106
|
///<reference path='./Terminal/LocationsResource.d.ts' />
|
|
123
|
-
///<reference path='./Terminal/OnboardingLinksResource.d.ts' />
|
|
124
|
-
///<reference path='./Terminal/ReaderCollectedDataResource.d.ts' />
|
|
125
107
|
///<reference path='./Terminal/ReadersResource.d.ts' />
|
|
126
108
|
///<reference path='./TestHelpers/ConfirmationTokensResource.d.ts' />
|
|
127
109
|
///<reference path='./TestHelpers/CustomersResource.d.ts' />
|
|
@@ -150,42 +132,14 @@
|
|
|
150
132
|
///<reference path='./Treasury/ReceivedDebitsResource.d.ts' />
|
|
151
133
|
///<reference path='./Treasury/TransactionEntriesResource.d.ts' />
|
|
152
134
|
///<reference path='./Treasury/TransactionsResource.d.ts' />
|
|
153
|
-
///<reference path='./V2/Billing/BillSettings/VersionsResource.d.ts' />
|
|
154
|
-
///<reference path='./V2/Billing/BillSettingsResource.d.ts' />
|
|
155
|
-
///<reference path='./V2/Billing/CadencesResource.d.ts' />
|
|
156
|
-
///<reference path='./V2/Billing/CollectionSettings/VersionsResource.d.ts' />
|
|
157
|
-
///<reference path='./V2/Billing/CollectionSettingsResource.d.ts' />
|
|
158
135
|
///<reference path='./V2/Billing/MeterEventAdjustmentsResource.d.ts' />
|
|
159
136
|
///<reference path='./V2/Billing/MeterEventSessionResource.d.ts' />
|
|
160
137
|
///<reference path='./V2/Billing/MeterEventStreamResource.d.ts' />
|
|
161
138
|
///<reference path='./V2/Billing/MeterEventsResource.d.ts' />
|
|
162
|
-
///<reference path='./V2/Billing/ProfilesResource.d.ts' />
|
|
163
|
-
///<reference path='./V2/Core/AccountLinksResource.d.ts' />
|
|
164
|
-
///<reference path='./V2/Core/Accounts/PersonsResource.d.ts' />
|
|
165
|
-
///<reference path='./V2/Core/AccountsResource.d.ts' />
|
|
166
139
|
///<reference path='./V2/Core/EventDestinationsResource.d.ts' />
|
|
167
140
|
///<reference path='./V2/Core/EventsResource.d.ts' />
|
|
168
|
-
///<reference path='./V2/Core/Vault/GbBankAccountsResource.d.ts' />
|
|
169
|
-
///<reference path='./V2/Core/Vault/UsBankAccountsResource.d.ts' />
|
|
170
|
-
///<reference path='./V2/MoneyManagement/AdjustmentsResource.d.ts' />
|
|
171
|
-
///<reference path='./V2/MoneyManagement/FinancialAccountsResource.d.ts' />
|
|
172
|
-
///<reference path='./V2/MoneyManagement/FinancialAddressesResource.d.ts' />
|
|
173
|
-
///<reference path='./V2/MoneyManagement/InboundTransfersResource.d.ts' />
|
|
174
|
-
///<reference path='./V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts' />
|
|
175
|
-
///<reference path='./V2/MoneyManagement/OutboundPaymentsResource.d.ts' />
|
|
176
|
-
///<reference path='./V2/MoneyManagement/OutboundSetupIntentsResource.d.ts' />
|
|
177
|
-
///<reference path='./V2/MoneyManagement/OutboundTransfersResource.d.ts' />
|
|
178
|
-
///<reference path='./V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts' />
|
|
179
|
-
///<reference path='./V2/MoneyManagement/PayoutMethodsResource.d.ts' />
|
|
180
|
-
///<reference path='./V2/MoneyManagement/ReceivedCreditsResource.d.ts' />
|
|
181
|
-
///<reference path='./V2/MoneyManagement/ReceivedDebitsResource.d.ts' />
|
|
182
|
-
///<reference path='./V2/MoneyManagement/TransactionEntriesResource.d.ts' />
|
|
183
|
-
///<reference path='./V2/MoneyManagement/TransactionsResource.d.ts' />
|
|
184
|
-
///<reference path='./V2/Payments/OffSessionPaymentsResource.d.ts' />
|
|
185
|
-
///<reference path='./V2/TestHelpers/FinancialAddressesResource.d.ts' />
|
|
186
141
|
///<reference path='./WebhookEndpointsResource.d.ts' />
|
|
187
142
|
///<reference path='./AccountLinks.d.ts' />
|
|
188
|
-
///<reference path='./AccountNotices.d.ts' />
|
|
189
143
|
///<reference path='./AccountSessions.d.ts' />
|
|
190
144
|
///<reference path='./Accounts.d.ts' />
|
|
191
145
|
///<reference path='./ApplePayDomains.d.ts' />
|
|
@@ -199,8 +153,6 @@
|
|
|
199
153
|
///<reference path='./BankAccounts.d.ts' />
|
|
200
154
|
///<reference path='./Billing/AlertTriggereds.d.ts' />
|
|
201
155
|
///<reference path='./Billing/Alerts.d.ts' />
|
|
202
|
-
///<reference path='./Billing/Analytics/MeterUsage.d.ts' />
|
|
203
|
-
///<reference path='./Billing/Analytics/MeterUsageRows.d.ts' />
|
|
204
156
|
///<reference path='./Billing/CreditBalanceSummary.d.ts' />
|
|
205
157
|
///<reference path='./Billing/CreditBalanceTransactions.d.ts' />
|
|
206
158
|
///<reference path='./Billing/CreditGrants.d.ts' />
|
|
@@ -211,9 +163,6 @@
|
|
|
211
163
|
///<reference path='./BillingPortal/Configurations.d.ts' />
|
|
212
164
|
///<reference path='./BillingPortal/Sessions.d.ts' />
|
|
213
165
|
///<reference path='./Capabilities.d.ts' />
|
|
214
|
-
///<reference path='./Capital/FinancingOffers.d.ts' />
|
|
215
|
-
///<reference path='./Capital/FinancingSummary.d.ts' />
|
|
216
|
-
///<reference path='./Capital/FinancingTransactions.d.ts' />
|
|
217
166
|
///<reference path='./Cards.d.ts' />
|
|
218
167
|
///<reference path='./CashBalances.d.ts' />
|
|
219
168
|
///<reference path='./Charges.d.ts' />
|
|
@@ -244,16 +193,13 @@
|
|
|
244
193
|
///<reference path='./FeeRefunds.d.ts' />
|
|
245
194
|
///<reference path='./FileLinks.d.ts' />
|
|
246
195
|
///<reference path='./Files.d.ts' />
|
|
247
|
-
///<reference path='./FinancialConnections/AccountInferredBalances.d.ts' />
|
|
248
196
|
///<reference path='./FinancialConnections/AccountOwners.d.ts' />
|
|
249
197
|
///<reference path='./FinancialConnections/AccountOwnerships.d.ts' />
|
|
250
198
|
///<reference path='./FinancialConnections/Accounts.d.ts' />
|
|
251
|
-
///<reference path='./FinancialConnections/Institutions.d.ts' />
|
|
252
199
|
///<reference path='./FinancialConnections/Sessions.d.ts' />
|
|
253
200
|
///<reference path='./FinancialConnections/Transactions.d.ts' />
|
|
254
201
|
///<reference path='./Forwarding/Requests.d.ts' />
|
|
255
202
|
///<reference path='./FundingInstructions.d.ts' />
|
|
256
|
-
///<reference path='./FxQuotes.d.ts' />
|
|
257
203
|
///<reference path='./Identity/VerificationReports.d.ts' />
|
|
258
204
|
///<reference path='./Identity/VerificationSessions.d.ts' />
|
|
259
205
|
///<reference path='./InvoiceItems.d.ts' />
|
|
@@ -264,20 +210,14 @@
|
|
|
264
210
|
///<reference path='./Issuing/Authorizations.d.ts' />
|
|
265
211
|
///<reference path='./Issuing/Cardholders.d.ts' />
|
|
266
212
|
///<reference path='./Issuing/Cards.d.ts' />
|
|
267
|
-
///<reference path='./Issuing/CreditUnderwritingRecords.d.ts' />
|
|
268
|
-
///<reference path='./Issuing/DisputeSettlementDetails.d.ts' />
|
|
269
213
|
///<reference path='./Issuing/Disputes.d.ts' />
|
|
270
|
-
///<reference path='./Issuing/FraudLiabilityDebits.d.ts' />
|
|
271
214
|
///<reference path='./Issuing/PersonalizationDesigns.d.ts' />
|
|
272
215
|
///<reference path='./Issuing/PhysicalBundles.d.ts' />
|
|
273
|
-
///<reference path='./Issuing/Settlements.d.ts' />
|
|
274
216
|
///<reference path='./Issuing/Tokens.d.ts' />
|
|
275
217
|
///<reference path='./Issuing/Transactions.d.ts' />
|
|
276
218
|
///<reference path='./LineItems.d.ts' />
|
|
277
219
|
///<reference path='./LoginLinks.d.ts' />
|
|
278
220
|
///<reference path='./Mandates.d.ts' />
|
|
279
|
-
///<reference path='./Margins.d.ts' />
|
|
280
|
-
///<reference path='./Orders.d.ts' />
|
|
281
221
|
///<reference path='./PaymentAttemptRecords.d.ts' />
|
|
282
222
|
///<reference path='./PaymentIntentAmountDetailsLineItems.d.ts' />
|
|
283
223
|
///<reference path='./PaymentIntents.d.ts' />
|
|
@@ -290,14 +230,9 @@
|
|
|
290
230
|
///<reference path='./Persons.d.ts' />
|
|
291
231
|
///<reference path='./Plans.d.ts' />
|
|
292
232
|
///<reference path='./Prices.d.ts' />
|
|
293
|
-
///<reference path='./Privacy/RedactionJobValidationErrors.d.ts' />
|
|
294
|
-
///<reference path='./Privacy/RedactionJobs.d.ts' />
|
|
295
233
|
///<reference path='./ProductFeatures.d.ts' />
|
|
296
234
|
///<reference path='./Products.d.ts' />
|
|
297
235
|
///<reference path='./PromotionCodes.d.ts' />
|
|
298
|
-
///<reference path='./QuoteLines.d.ts' />
|
|
299
|
-
///<reference path='./QuotePreviewInvoices.d.ts' />
|
|
300
|
-
///<reference path='./QuotePreviewSubscriptionSchedules.d.ts' />
|
|
301
236
|
///<reference path='./Quotes.d.ts' />
|
|
302
237
|
///<reference path='./Radar/EarlyFraudWarnings.d.ts' />
|
|
303
238
|
///<reference path='./Radar/ValueListItems.d.ts' />
|
|
@@ -317,10 +252,8 @@
|
|
|
317
252
|
///<reference path='./SubscriptionItems.d.ts' />
|
|
318
253
|
///<reference path='./SubscriptionSchedules.d.ts' />
|
|
319
254
|
///<reference path='./Subscriptions.d.ts' />
|
|
320
|
-
///<reference path='./Tax/Associations.d.ts' />
|
|
321
255
|
///<reference path='./Tax/CalculationLineItems.d.ts' />
|
|
322
256
|
///<reference path='./Tax/Calculations.d.ts' />
|
|
323
|
-
///<reference path='./Tax/Forms.d.ts' />
|
|
324
257
|
///<reference path='./Tax/Registrations.d.ts' />
|
|
325
258
|
///<reference path='./Tax/Settings.d.ts' />
|
|
326
259
|
///<reference path='./Tax/TransactionLineItems.d.ts' />
|
|
@@ -332,8 +265,6 @@
|
|
|
332
265
|
///<reference path='./Terminal/Configurations.d.ts' />
|
|
333
266
|
///<reference path='./Terminal/ConnectionTokens.d.ts' />
|
|
334
267
|
///<reference path='./Terminal/Locations.d.ts' />
|
|
335
|
-
///<reference path='./Terminal/OnboardingLinks.d.ts' />
|
|
336
|
-
///<reference path='./Terminal/ReaderCollectedData.d.ts' />
|
|
337
268
|
///<reference path='./Terminal/Readers.d.ts' />
|
|
338
269
|
///<reference path='./TestHelpers/TestClocks.d.ts' />
|
|
339
270
|
///<reference path='./Tokens.d.ts' />
|
|
@@ -351,40 +282,12 @@
|
|
|
351
282
|
///<reference path='./Treasury/ReceivedDebits.d.ts' />
|
|
352
283
|
///<reference path='./Treasury/TransactionEntries.d.ts' />
|
|
353
284
|
///<reference path='./Treasury/Transactions.d.ts' />
|
|
354
|
-
///<reference path='./V2/Billing/BillSettingVersions.d.ts' />
|
|
355
|
-
///<reference path='./V2/Billing/BillSettings.d.ts' />
|
|
356
|
-
///<reference path='./V2/Billing/Cadences.d.ts' />
|
|
357
|
-
///<reference path='./V2/Billing/CollectionSettingVersions.d.ts' />
|
|
358
|
-
///<reference path='./V2/Billing/CollectionSettings.d.ts' />
|
|
359
285
|
///<reference path='./V2/Billing/MeterEventAdjustments.d.ts' />
|
|
360
286
|
///<reference path='./V2/Billing/MeterEventSessions.d.ts' />
|
|
361
287
|
///<reference path='./V2/Billing/MeterEvents.d.ts' />
|
|
362
|
-
///<reference path='./V2/Billing/Profiles.d.ts' />
|
|
363
|
-
///<reference path='./V2/Core/AccountLinks.d.ts' />
|
|
364
|
-
///<reference path='./V2/Core/AccountPersons.d.ts' />
|
|
365
|
-
///<reference path='./V2/Core/Accounts.d.ts' />
|
|
366
288
|
///<reference path='./V2/Core/EventDestinations.d.ts' />
|
|
367
289
|
///<reference path='./V2/Core/Events.d.ts' />
|
|
368
|
-
///<reference path='./V2/Core/Vault/GbBankAccounts.d.ts' />
|
|
369
|
-
///<reference path='./V2/Core/Vault/UsBankAccounts.d.ts' />
|
|
370
290
|
///<reference path='./V2/DeletedObject.d.ts' />
|
|
371
|
-
///<reference path='./V2/FinancialAddressCreditSimulations.d.ts' />
|
|
372
|
-
///<reference path='./V2/FinancialAddressGeneratedMicrodeposits.d.ts' />
|
|
373
|
-
///<reference path='./V2/MoneyManagement/Adjustments.d.ts' />
|
|
374
|
-
///<reference path='./V2/MoneyManagement/FinancialAccounts.d.ts' />
|
|
375
|
-
///<reference path='./V2/MoneyManagement/FinancialAddresses.d.ts' />
|
|
376
|
-
///<reference path='./V2/MoneyManagement/InboundTransfers.d.ts' />
|
|
377
|
-
///<reference path='./V2/MoneyManagement/OutboundPaymentQuotes.d.ts' />
|
|
378
|
-
///<reference path='./V2/MoneyManagement/OutboundPayments.d.ts' />
|
|
379
|
-
///<reference path='./V2/MoneyManagement/OutboundSetupIntents.d.ts' />
|
|
380
|
-
///<reference path='./V2/MoneyManagement/OutboundTransfers.d.ts' />
|
|
381
|
-
///<reference path='./V2/MoneyManagement/PayoutMethods.d.ts' />
|
|
382
|
-
///<reference path='./V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts' />
|
|
383
|
-
///<reference path='./V2/MoneyManagement/ReceivedCredits.d.ts' />
|
|
384
|
-
///<reference path='./V2/MoneyManagement/ReceivedDebits.d.ts' />
|
|
385
|
-
///<reference path='./V2/MoneyManagement/TransactionEntries.d.ts' />
|
|
386
|
-
///<reference path='./V2/MoneyManagement/Transactions.d.ts' />
|
|
387
|
-
///<reference path='./V2/Payments/OffSessionPayments.d.ts' />
|
|
388
291
|
///<reference path='./WebhookEndpoints.d.ts' />
|
|
389
292
|
// Imports: The end of the section generated from our OpenAPI spec
|
|
390
293
|
|
|
@@ -407,7 +310,6 @@ declare module 'stripe' {
|
|
|
407
310
|
|
|
408
311
|
// Fields: The beginning of the section generated from our OpenAPI spec
|
|
409
312
|
accountLinks: Stripe.AccountLinksResource;
|
|
410
|
-
accountNotices: Stripe.AccountNoticesResource;
|
|
411
313
|
accountSessions: Stripe.AccountSessionsResource;
|
|
412
314
|
accounts: Stripe.AccountsResource;
|
|
413
315
|
applePayDomains: Stripe.ApplePayDomainsResource;
|
|
@@ -426,17 +328,13 @@ declare module 'stripe' {
|
|
|
426
328
|
ephemeralKeys: Stripe.EphemeralKeysResource;
|
|
427
329
|
events: Stripe.EventsResource;
|
|
428
330
|
exchangeRates: Stripe.ExchangeRatesResource;
|
|
429
|
-
externalAccounts: Stripe.ExternalAccountsResource;
|
|
430
331
|
fileLinks: Stripe.FileLinksResource;
|
|
431
332
|
files: Stripe.FilesResource;
|
|
432
|
-
fxQuotes: Stripe.FxQuotesResource;
|
|
433
333
|
invoiceItems: Stripe.InvoiceItemsResource;
|
|
434
334
|
invoicePayments: Stripe.InvoicePaymentsResource;
|
|
435
335
|
invoiceRenderingTemplates: Stripe.InvoiceRenderingTemplatesResource;
|
|
436
336
|
invoices: Stripe.InvoicesResource;
|
|
437
337
|
mandates: Stripe.MandatesResource;
|
|
438
|
-
margins: Stripe.MarginsResource;
|
|
439
|
-
orders: Stripe.OrdersResource;
|
|
440
338
|
paymentAttemptRecords: Stripe.PaymentAttemptRecordsResource;
|
|
441
339
|
paymentIntents: Stripe.PaymentIntentsResource;
|
|
442
340
|
paymentLinks: Stripe.PaymentLinksResource;
|
|
@@ -477,19 +375,11 @@ declare module 'stripe' {
|
|
|
477
375
|
meters: Stripe.Billing.MetersResource;
|
|
478
376
|
meterEvents: Stripe.Billing.MeterEventsResource;
|
|
479
377
|
meterEventAdjustments: Stripe.Billing.MeterEventAdjustmentsResource;
|
|
480
|
-
analytics: {
|
|
481
|
-
meterUsage: Stripe.Billing.Analytics.MeterUsageResource;
|
|
482
|
-
};
|
|
483
378
|
};
|
|
484
379
|
billingPortal: {
|
|
485
380
|
configurations: Stripe.BillingPortal.ConfigurationsResource;
|
|
486
381
|
sessions: Stripe.BillingPortal.SessionsResource;
|
|
487
382
|
};
|
|
488
|
-
capital: {
|
|
489
|
-
financingOffers: Stripe.Capital.FinancingOffersResource;
|
|
490
|
-
financingSummary: Stripe.Capital.FinancingSummaryResource;
|
|
491
|
-
financingTransactions: Stripe.Capital.FinancingTransactionsResource;
|
|
492
|
-
};
|
|
493
383
|
checkout: {
|
|
494
384
|
sessions: Stripe.Checkout.SessionsResource;
|
|
495
385
|
};
|
|
@@ -504,7 +394,6 @@ declare module 'stripe' {
|
|
|
504
394
|
};
|
|
505
395
|
financialConnections: {
|
|
506
396
|
accounts: Stripe.FinancialConnections.AccountsResource;
|
|
507
|
-
institutions: Stripe.FinancialConnections.InstitutionsResource;
|
|
508
397
|
sessions: Stripe.FinancialConnections.SessionsResource;
|
|
509
398
|
transactions: Stripe.FinancialConnections.TransactionsResource;
|
|
510
399
|
};
|
|
@@ -519,18 +408,12 @@ declare module 'stripe' {
|
|
|
519
408
|
authorizations: Stripe.Issuing.AuthorizationsResource;
|
|
520
409
|
cards: Stripe.Issuing.CardsResource;
|
|
521
410
|
cardholders: Stripe.Issuing.CardholdersResource;
|
|
522
|
-
creditUnderwritingRecords: Stripe.Issuing.CreditUnderwritingRecordsResource;
|
|
523
411
|
disputes: Stripe.Issuing.DisputesResource;
|
|
524
|
-
disputeSettlementDetails: Stripe.Issuing.DisputeSettlementDetailsResource;
|
|
525
|
-
fraudLiabilityDebits: Stripe.Issuing.FraudLiabilityDebitsResource;
|
|
526
412
|
personalizationDesigns: Stripe.Issuing.PersonalizationDesignsResource;
|
|
527
413
|
physicalBundles: Stripe.Issuing.PhysicalBundlesResource;
|
|
528
414
|
tokens: Stripe.Issuing.TokensResource;
|
|
529
415
|
transactions: Stripe.Issuing.TransactionsResource;
|
|
530
416
|
};
|
|
531
|
-
privacy: {
|
|
532
|
-
redactionJobs: Stripe.Privacy.RedactionJobsResource;
|
|
533
|
-
};
|
|
534
417
|
radar: {
|
|
535
418
|
earlyFraudWarnings: Stripe.Radar.EarlyFraudWarningsResource;
|
|
536
419
|
valueLists: Stripe.Radar.ValueListsResource;
|
|
@@ -544,9 +427,7 @@ declare module 'stripe' {
|
|
|
544
427
|
scheduledQueryRuns: Stripe.Sigma.ScheduledQueryRunsResource;
|
|
545
428
|
};
|
|
546
429
|
tax: {
|
|
547
|
-
associations: Stripe.Tax.AssociationsResource;
|
|
548
430
|
calculations: Stripe.Tax.CalculationsResource;
|
|
549
|
-
forms: Stripe.Tax.FormsResource;
|
|
550
431
|
registrations: Stripe.Tax.RegistrationsResource;
|
|
551
432
|
settings: Stripe.Tax.SettingsResource;
|
|
552
433
|
transactions: Stripe.Tax.TransactionsResource;
|
|
@@ -555,9 +436,7 @@ declare module 'stripe' {
|
|
|
555
436
|
configurations: Stripe.Terminal.ConfigurationsResource;
|
|
556
437
|
connectionTokens: Stripe.Terminal.ConnectionTokensResource;
|
|
557
438
|
locations: Stripe.Terminal.LocationsResource;
|
|
558
|
-
onboardingLinks: Stripe.Terminal.OnboardingLinksResource;
|
|
559
439
|
readers: Stripe.Terminal.ReadersResource;
|
|
560
|
-
readerCollectedData: Stripe.Terminal.ReaderCollectedDataResource;
|
|
561
440
|
};
|
|
562
441
|
testHelpers: {
|
|
563
442
|
confirmationTokens: Stripe.TestHelpers.ConfirmationTokensResource;
|
|
@@ -595,46 +474,14 @@ declare module 'stripe' {
|
|
|
595
474
|
};
|
|
596
475
|
v2: {
|
|
597
476
|
billing: {
|
|
598
|
-
billSettings: Stripe.V2.Billing.BillSettingsResource;
|
|
599
|
-
cadences: Stripe.V2.Billing.CadencesResource;
|
|
600
|
-
collectionSettings: Stripe.V2.Billing.CollectionSettingsResource;
|
|
601
477
|
meterEvents: Stripe.V2.Billing.MeterEventsResource;
|
|
602
478
|
meterEventAdjustments: Stripe.V2.Billing.MeterEventAdjustmentsResource;
|
|
603
479
|
meterEventSession: Stripe.V2.Billing.MeterEventSessionResource;
|
|
604
480
|
meterEventStream: Stripe.V2.Billing.MeterEventStreamResource;
|
|
605
|
-
profiles: Stripe.V2.Billing.ProfilesResource;
|
|
606
481
|
};
|
|
607
482
|
core: {
|
|
608
|
-
accounts: Stripe.V2.Core.AccountsResource;
|
|
609
|
-
accountLinks: Stripe.V2.Core.AccountLinksResource;
|
|
610
483
|
events: Stripe.V2.Core.EventsResource;
|
|
611
484
|
eventDestinations: Stripe.V2.Core.EventDestinationsResource;
|
|
612
|
-
vault: {
|
|
613
|
-
gbBankAccounts: Stripe.V2.Core.Vault.GbBankAccountsResource;
|
|
614
|
-
usBankAccounts: Stripe.V2.Core.Vault.UsBankAccountsResource;
|
|
615
|
-
};
|
|
616
|
-
};
|
|
617
|
-
moneyManagement: {
|
|
618
|
-
adjustments: Stripe.V2.MoneyManagement.AdjustmentsResource;
|
|
619
|
-
financialAccounts: Stripe.V2.MoneyManagement.FinancialAccountsResource;
|
|
620
|
-
financialAddresses: Stripe.V2.MoneyManagement.FinancialAddressesResource;
|
|
621
|
-
inboundTransfers: Stripe.V2.MoneyManagement.InboundTransfersResource;
|
|
622
|
-
outboundPayments: Stripe.V2.MoneyManagement.OutboundPaymentsResource;
|
|
623
|
-
outboundPaymentQuotes: Stripe.V2.MoneyManagement.OutboundPaymentQuotesResource;
|
|
624
|
-
outboundSetupIntents: Stripe.V2.MoneyManagement.OutboundSetupIntentsResource;
|
|
625
|
-
outboundTransfers: Stripe.V2.MoneyManagement.OutboundTransfersResource;
|
|
626
|
-
payoutMethods: Stripe.V2.MoneyManagement.PayoutMethodsResource;
|
|
627
|
-
payoutMethodsBankAccountSpec: Stripe.V2.MoneyManagement.PayoutMethodsBankAccountSpecResource;
|
|
628
|
-
receivedCredits: Stripe.V2.MoneyManagement.ReceivedCreditsResource;
|
|
629
|
-
receivedDebits: Stripe.V2.MoneyManagement.ReceivedDebitsResource;
|
|
630
|
-
transactions: Stripe.V2.MoneyManagement.TransactionsResource;
|
|
631
|
-
transactionEntries: Stripe.V2.MoneyManagement.TransactionEntriesResource;
|
|
632
|
-
};
|
|
633
|
-
payment: {
|
|
634
|
-
offSessionPayments: Stripe.V2.Payments.OffSessionPaymentsResource;
|
|
635
|
-
};
|
|
636
|
-
testHelper: {
|
|
637
|
-
financialAddresses: Stripe.V2.TestHelpers.FinancialAddressesResource;
|
|
638
485
|
};
|
|
639
486
|
};
|
|
640
487
|
// Fields: The end of the section generated from our OpenAPI spec
|
package/types/lib.d.ts
CHANGED
|
@@ -317,15 +317,5 @@ declare module 'stripe' {
|
|
|
317
317
|
name?: string;
|
|
318
318
|
type?: string;
|
|
319
319
|
}
|
|
320
|
-
|
|
321
|
-
namespace V2 {
|
|
322
|
-
/**
|
|
323
|
-
* Represents a monetary amount with associated currency
|
|
324
|
-
*/
|
|
325
|
-
export interface Amount {
|
|
326
|
-
value: number;
|
|
327
|
-
currency: string;
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
320
|
}
|
|
331
321
|
}
|