stripe 17.4.0-beta.1 → 17.4.0-beta.3
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 +78 -36
- package/VERSION +1 -1
- package/cjs/apiVersion.js +1 -1
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +17 -0
- package/cjs/resources/PaymentAttemptRecords.js +17 -0
- package/cjs/resources/PaymentRecords.js +29 -0
- package/cjs/resources/TestHelpers/Issuing/Authorizations.js +4 -0
- package/cjs/resources.js +28 -6
- package/cjs/stripe.core.js +1 -1
- package/esm/apiVersion.js +1 -1
- package/esm/resources/Issuing/FraudLiabilityDebits.js +14 -0
- package/esm/resources/PaymentAttemptRecords.js +14 -0
- package/esm/resources/PaymentRecords.js +26 -0
- package/esm/resources/TestHelpers/Issuing/Authorizations.js +4 -0
- package/esm/resources.js +22 -1
- package/esm/stripe.core.js +1 -1
- package/package.json +1 -1
- package/types/AccountSessions.d.ts +5 -5
- package/types/AccountSessionsResource.d.ts +29 -6
- package/types/Accounts.d.ts +39 -5
- package/types/AccountsResource.d.ts +15 -0
- package/types/Billing/CreditBalanceSummaryResource.d.ts +1 -1
- package/types/Billing/CreditGrants.d.ts +5 -6
- package/types/Billing/CreditGrantsResource.d.ts +11 -11
- package/types/Billing/MeterEventsResource.d.ts +1 -1
- package/types/Capabilities.d.ts +1 -1
- package/types/Charges.d.ts +5 -5
- package/types/Checkout/Sessions.d.ts +60 -3
- package/types/Checkout/SessionsResource.d.ts +91 -5
- package/types/ConfirmationTokens.d.ts +4 -4
- package/types/CustomersResource.d.ts +4 -2
- package/types/Disputes.d.ts +1 -1
- package/types/EventTypes.d.ts +34 -0
- package/types/Events.d.ts +2 -0
- package/types/FileLinksResource.d.ts +1 -1
- package/types/Files.d.ts +1 -0
- package/types/FilesResource.d.ts +1 -0
- package/types/FundingInstructions.d.ts +49 -0
- package/types/Identity/VerificationReports.d.ts +1 -1
- package/types/Identity/VerificationSessions.d.ts +1 -1
- package/types/Identity/VerificationSessionsResource.d.ts +1 -1
- package/types/InvoicePayments.d.ts +10 -35
- package/types/Invoices.d.ts +9 -2
- package/types/InvoicesResource.d.ts +24 -11
- package/types/Issuing/Authorizations.d.ts +41 -1
- package/types/Issuing/Cardholders.d.ts +1 -1
- package/types/Issuing/Cards.d.ts +2 -2
- package/types/Issuing/FraudLiabilityDebits.d.ts +52 -0
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +52 -0
- package/types/Orders.d.ts +2 -1
- package/types/OrdersResource.d.ts +4 -2
- package/types/PaymentAttemptRecords.d.ts +242 -0
- package/types/PaymentAttemptRecordsResource.d.ts +47 -0
- package/types/PaymentIntents.d.ts +52 -2
- package/types/PaymentIntentsResource.d.ts +9 -6
- package/types/PaymentLinks.d.ts +1 -1
- package/types/PaymentLinksResource.d.ts +10 -3
- package/types/PaymentMethods.d.ts +4 -4
- package/types/PaymentRecords.d.ts +259 -0
- package/types/PaymentRecordsResource.d.ts +455 -0
- package/types/Payouts.d.ts +17 -0
- package/types/Persons.d.ts +5 -0
- package/types/QuoteLines.d.ts +1 -1
- package/types/QuotePreviewInvoices.d.ts +9 -2
- package/types/QuotePreviewSubscriptionSchedules.d.ts +1 -1
- package/types/Refunds.d.ts +10 -0
- package/types/SetupAttempts.d.ts +2 -2
- package/types/SetupIntents.d.ts +2 -1
- package/types/SetupIntentsResource.d.ts +7 -4
- package/types/SubscriptionSchedules.d.ts +1 -1
- package/types/SubscriptionSchedulesResource.d.ts +2 -2
- package/types/Subscriptions.d.ts +4 -2
- package/types/SubscriptionsResource.d.ts +6 -2
- package/types/Tax/CalculationLineItems.d.ts +1 -0
- package/types/Tax/Calculations.d.ts +4 -1
- package/types/Tax/CalculationsResource.d.ts +2 -1
- package/types/Tax/Transactions.d.ts +3 -1
- package/types/TaxIds.d.ts +2 -1
- package/types/TaxIdsResource.d.ts +2 -1
- package/types/TaxRates.d.ts +1 -0
- package/types/TaxRatesResource.d.ts +2 -0
- package/types/TestHelpers/Issuing/AuthorizationsResource.d.ts +37 -4
- package/types/TokensResource.d.ts +5 -0
- package/types/Treasury/InboundTransfers.d.ts +1 -1
- package/types/WebhookEndpointsResource.d.ts +6 -1
- package/types/index.d.ts +21 -4
- package/types/lib.d.ts +1 -1
- package/types/test/typescriptTest.ts +3 -3
- package/cjs/resources/V2/Billing.js +0 -18
- package/cjs/resources/V2/Core.js +0 -14
- package/cjs/resources/V2.js +0 -14
- package/esm/resources/V2/Billing.js +0 -15
- package/esm/resources/V2/Core.js +0 -11
- package/esm/resources/V2.js +0 -11
- package/types/V2/BillingResource.d.ts +0 -14
- package/types/V2/CoreResource.d.ts +0 -12
- package/types/V2Resource.d.ts +0 -10
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec
|
|
2
|
-
|
|
3
|
-
declare module 'stripe' {
|
|
4
|
-
namespace Stripe {
|
|
5
|
-
namespace V2 {
|
|
6
|
-
class BillingResource {
|
|
7
|
-
meterEventSession: Stripe.V2.Billing.MeterEventSessionResource;
|
|
8
|
-
meterEventAdjustments: Stripe.V2.Billing.MeterEventAdjustmentsResource;
|
|
9
|
-
meterEventStream: Stripe.V2.Billing.MeterEventStreamResource;
|
|
10
|
-
meterEvents: Stripe.V2.Billing.MeterEventsResource;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|