stripe 21.1.0-beta.2 → 22.1.0-beta.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 +8 -2
- package/VERSION +1 -1
- package/cjs/Decimal.d.ts +532 -0
- package/cjs/Decimal.js +1 -0
- package/cjs/Decimal.js.map +1 -0
- package/cjs/Error.d.ts +206 -0
- package/cjs/Error.js +2 -0
- package/cjs/Error.js.map +1 -0
- package/cjs/RequestSender.d.ts +59 -0
- package/cjs/RequestSender.js +29 -38
- package/cjs/RequestSender.js.map +1 -0
- package/cjs/ResourceNamespace.d.ts +6 -0
- package/cjs/ResourceNamespace.js +1 -0
- package/cjs/ResourceNamespace.js.map +1 -0
- package/cjs/StripeContext.d.ts +32 -0
- package/cjs/StripeContext.js +1 -0
- package/cjs/StripeContext.js.map +1 -0
- package/cjs/StripeEmitter.d.ts +23 -0
- package/cjs/StripeEmitter.js +1 -0
- package/cjs/StripeEmitter.js.map +1 -0
- package/cjs/StripeEventNotificationHandler.d.ts +22 -0
- package/cjs/StripeEventNotificationHandler.js +1 -1
- package/cjs/StripeEventNotificationHandler.js.map +1 -0
- package/cjs/StripeResource.d.ts +18 -0
- package/cjs/StripeResource.js +64 -155
- package/cjs/StripeResource.js.map +1 -0
- package/cjs/Types.d.ts +190 -0
- package/cjs/Types.js +10 -0
- package/cjs/Types.js.map +1 -0
- package/cjs/V2Coercion.d.ts +17 -0
- package/cjs/V2Coercion.js +1 -0
- package/cjs/V2Coercion.js.map +1 -0
- package/cjs/Webhooks.d.ts +27 -0
- package/cjs/Webhooks.js +3 -0
- package/cjs/Webhooks.js.map +1 -0
- package/cjs/apiVersion.d.ts +1 -0
- package/cjs/apiVersion.js +1 -0
- package/cjs/apiVersion.js.map +1 -0
- package/cjs/autoPagination.d.ts +25 -0
- package/cjs/autoPagination.js +36 -28
- package/cjs/autoPagination.js.map +1 -0
- package/cjs/crypto/CryptoProvider.d.ts +44 -0
- package/cjs/crypto/CryptoProvider.js +5 -0
- package/cjs/crypto/CryptoProvider.js.map +1 -0
- package/cjs/crypto/NodeCryptoProvider.d.ts +12 -0
- package/cjs/crypto/NodeCryptoProvider.js +1 -0
- package/cjs/crypto/NodeCryptoProvider.js.map +1 -0
- package/cjs/crypto/SubtleCryptoProvider.d.ts +16 -0
- package/cjs/crypto/SubtleCryptoProvider.js +1 -0
- package/cjs/crypto/SubtleCryptoProvider.js.map +1 -0
- package/cjs/lib.d.ts +261 -0
- package/cjs/lib.js +3 -0
- package/cjs/lib.js.map +1 -0
- package/cjs/multipart.d.ts +5 -0
- package/cjs/multipart.js +1 -0
- package/cjs/multipart.js.map +1 -0
- package/cjs/net/FetchHttpClient.d.ts +27 -0
- package/cjs/net/FetchHttpClient.js +1 -0
- package/cjs/net/FetchHttpClient.js.map +1 -0
- package/cjs/net/HttpClient.d.ts +63 -0
- package/cjs/net/HttpClient.js +1 -0
- package/cjs/net/HttpClient.js.map +1 -0
- package/cjs/net/NodeHttpClient.d.ts +24 -0
- package/cjs/net/NodeHttpClient.js +1 -0
- package/cjs/net/NodeHttpClient.js.map +1 -0
- package/cjs/platform/NodePlatformFunctions.d.ts +33 -0
- package/cjs/platform/NodePlatformFunctions.js +1 -0
- package/cjs/platform/NodePlatformFunctions.js.map +1 -0
- package/cjs/platform/PlatformFunctions.d.ts +64 -0
- package/cjs/platform/PlatformFunctions.js +1 -0
- package/cjs/platform/PlatformFunctions.js.map +1 -0
- package/cjs/platform/WebPlatformFunctions.d.ts +22 -0
- package/cjs/platform/WebPlatformFunctions.js +1 -0
- package/cjs/platform/WebPlatformFunctions.js.map +1 -0
- package/cjs/resources/AccountLinks.d.ts +76 -0
- package/cjs/resources/AccountLinks.js +11 -5
- package/cjs/resources/AccountLinks.js.map +1 -0
- package/cjs/resources/AccountNotices.d.ts +140 -0
- package/cjs/resources/AccountNotices.js +25 -17
- package/cjs/resources/AccountNotices.js.map +1 -0
- package/cjs/resources/AccountSessions.d.ts +1277 -0
- package/cjs/resources/AccountSessions.js +11 -5
- package/cjs/resources/AccountSessions.js.map +1 -0
- package/cjs/resources/Accounts.d.ts +6020 -0
- package/cjs/resources/Accounts.js +175 -94
- package/cjs/resources/Accounts.js.map +1 -0
- package/cjs/resources/ApplePayDomains.d.ts +80 -0
- package/cjs/resources/ApplePayDomains.js +31 -18
- package/cjs/resources/ApplePayDomains.js.map +1 -0
- package/cjs/resources/ApplicationFees.d.ts +181 -0
- package/cjs/resources/ApplicationFees.js +55 -30
- package/cjs/resources/ApplicationFees.js.map +1 -0
- package/cjs/resources/Applications.d.ts +36 -0
- package/cjs/resources/Applications.js +4 -0
- package/cjs/resources/Applications.js.map +1 -0
- package/cjs/resources/Apps/Secrets.d.ts +201 -0
- package/cjs/resources/Apps/Secrets.js +31 -15
- package/cjs/resources/Apps/Secrets.js.map +1 -0
- package/cjs/resources/Apps/index.d.ts +11 -0
- package/cjs/resources/Apps/index.js +13 -0
- package/cjs/resources/Apps/index.js.map +1 -0
- package/cjs/resources/Balance.d.ts +352 -0
- package/cjs/resources/Balance.js +12 -5
- package/cjs/resources/Balance.js.map +1 -0
- package/cjs/resources/BalanceSettings.d.ts +164 -0
- package/cjs/resources/BalanceSettings.js +19 -6
- package/cjs/resources/BalanceSettings.js.map +1 -0
- package/cjs/resources/BalanceTransactionSources.d.ts +15 -0
- package/cjs/resources/BalanceTransactionSources.js +4 -0
- package/cjs/resources/BalanceTransactionSources.js.map +1 -0
- package/cjs/resources/BalanceTransactions.d.ts +142 -0
- package/cjs/resources/BalanceTransactions.js +23 -13
- package/cjs/resources/BalanceTransactions.js.map +1 -0
- package/cjs/resources/BankAccounts.d.ts +182 -0
- package/cjs/resources/BankAccounts.js +4 -0
- package/cjs/resources/BankAccounts.js.map +1 -0
- package/cjs/resources/Billing/AlertTriggereds.d.ts +28 -0
- package/cjs/resources/Billing/AlertTriggereds.js +4 -0
- package/cjs/resources/Billing/AlertTriggereds.js.map +1 -0
- package/cjs/resources/Billing/Alerts.d.ts +193 -0
- package/cjs/resources/Billing/Alerts.js +43 -23
- package/cjs/resources/Billing/Alerts.js.map +1 -0
- package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +84 -0
- package/cjs/resources/Billing/Analytics/MeterUsage.js +11 -8
- package/cjs/resources/Billing/Analytics/MeterUsage.js.map +1 -0
- package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +32 -0
- package/cjs/resources/Billing/Analytics/MeterUsageRows.js +4 -0
- package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
- package/cjs/resources/Billing/Analytics/index.d.ts +13 -0
- package/cjs/resources/Billing/Analytics/index.js +13 -0
- package/cjs/resources/Billing/Analytics/index.js.map +1 -0
- package/cjs/resources/Billing/CreditBalanceSummary.d.ts +142 -0
- package/cjs/resources/Billing/CreditBalanceSummary.js +11 -8
- package/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -0
- package/cjs/resources/Billing/CreditBalanceTransactions.d.ts +183 -0
- package/cjs/resources/Billing/CreditBalanceTransactions.js +19 -13
- package/cjs/resources/Billing/CreditBalanceTransactions.js.map +1 -0
- package/cjs/resources/Billing/CreditGrants.d.ts +300 -0
- package/cjs/resources/Billing/CreditGrants.js +43 -26
- package/cjs/resources/Billing/CreditGrants.js.map +1 -0
- package/cjs/resources/Billing/MeterEventAdjustments.d.ts +73 -0
- package/cjs/resources/Billing/MeterEventAdjustments.js +11 -8
- package/cjs/resources/Billing/MeterEventAdjustments.js.map +1 -0
- package/cjs/resources/Billing/MeterEventSummaries.d.ts +30 -0
- package/cjs/resources/Billing/MeterEventSummaries.js +4 -0
- package/cjs/resources/Billing/MeterEventSummaries.js.map +1 -0
- package/cjs/resources/Billing/MeterEvents.d.ts +66 -0
- package/cjs/resources/Billing/MeterEvents.js +11 -5
- package/cjs/resources/Billing/MeterEvents.js.map +1 -0
- package/cjs/resources/Billing/Meters.d.ts +251 -0
- package/cjs/resources/Billing/Meters.js +51 -25
- package/cjs/resources/Billing/Meters.js.map +1 -0
- package/cjs/resources/Billing/index.d.ts +42 -0
- package/cjs/resources/Billing/index.js +27 -0
- package/cjs/resources/Billing/index.js.map +1 -0
- package/cjs/resources/BillingPortal/Configurations.d.ts +728 -0
- package/cjs/resources/BillingPortal/Configurations.js +31 -21
- package/cjs/resources/BillingPortal/Configurations.js.map +1 -0
- package/cjs/resources/BillingPortal/Sessions.d.ts +360 -0
- package/cjs/resources/BillingPortal/Sessions.js +11 -8
- package/cjs/resources/BillingPortal/Sessions.js.map +1 -0
- package/cjs/resources/BillingPortal/index.d.ts +15 -0
- package/cjs/resources/BillingPortal/index.js +15 -0
- package/cjs/resources/BillingPortal/index.js.map +1 -0
- package/cjs/resources/Capabilities.d.ts +160 -0
- package/cjs/resources/Capabilities.js +4 -0
- package/cjs/resources/Capabilities.js.map +1 -0
- package/cjs/resources/Capital/FinancingOffers.d.ts +191 -0
- package/cjs/resources/Capital/FinancingOffers.js +26 -17
- package/cjs/resources/Capital/FinancingOffers.js.map +1 -0
- package/cjs/resources/Capital/FinancingSummary.d.ts +98 -0
- package/cjs/resources/Capital/FinancingSummary.js +11 -8
- package/cjs/resources/Capital/FinancingSummary.js.map +1 -0
- package/cjs/resources/Capital/FinancingTransactions.d.ts +143 -0
- package/cjs/resources/Capital/FinancingTransactions.js +20 -13
- package/cjs/resources/Capital/FinancingTransactions.js.map +1 -0
- package/cjs/resources/Capital/index.d.ts +19 -0
- package/cjs/resources/Capital/index.js +17 -0
- package/cjs/resources/Capital/index.js.map +1 -0
- package/cjs/resources/Cards.d.ts +174 -0
- package/cjs/resources/Cards.js +4 -0
- package/cjs/resources/Cards.js.map +1 -0
- package/cjs/resources/CashBalances.d.ts +40 -0
- package/cjs/resources/CashBalances.js +4 -0
- package/cjs/resources/CashBalances.js.map +1 -0
- package/cjs/resources/Charges.d.ts +5285 -0
- package/cjs/resources/Charges.js +54 -21
- package/cjs/resources/Charges.js.map +1 -0
- package/cjs/resources/Checkout/Sessions.d.ts +5359 -0
- package/cjs/resources/Checkout/Sessions.js +442 -407
- package/cjs/resources/Checkout/Sessions.js.map +1 -0
- package/cjs/resources/Checkout/index.d.ts +11 -0
- package/cjs/resources/Checkout/index.js +13 -0
- package/cjs/resources/Checkout/index.js.map +1 -0
- package/cjs/resources/Climate/Orders.d.ts +265 -0
- package/cjs/resources/Climate/Orders.js +75 -54
- package/cjs/resources/Climate/Orders.js.map +1 -0
- package/cjs/resources/Climate/Products.d.ts +90 -0
- package/cjs/resources/Climate/Products.js +33 -26
- package/cjs/resources/Climate/Products.js.map +1 -0
- package/cjs/resources/Climate/Suppliers.d.ts +86 -0
- package/cjs/resources/Climate/Suppliers.js +19 -13
- package/cjs/resources/Climate/Suppliers.js.map +1 -0
- package/cjs/resources/Climate/index.d.ts +19 -0
- package/cjs/resources/Climate/index.js +17 -0
- package/cjs/resources/Climate/index.js.map +1 -0
- package/cjs/resources/ConfirmationTokens.d.ts +1278 -0
- package/cjs/resources/ConfirmationTokens.js +11 -8
- package/cjs/resources/ConfirmationTokens.js.map +1 -0
- package/cjs/resources/ConnectCollectionTransfers.d.ts +27 -0
- package/cjs/resources/ConnectCollectionTransfers.js +4 -0
- package/cjs/resources/ConnectCollectionTransfers.js.map +1 -0
- package/cjs/resources/CountrySpecs.d.ts +86 -0
- package/cjs/resources/CountrySpecs.js +19 -13
- package/cjs/resources/CountrySpecs.js.map +1 -0
- package/cjs/resources/Coupons.d.ts +293 -0
- package/cjs/resources/Coupons.js +39 -13
- package/cjs/resources/Coupons.js.map +1 -0
- package/cjs/resources/CreditNoteLineItems.d.ts +154 -0
- package/cjs/resources/CreditNoteLineItems.js +4 -0
- package/cjs/resources/CreditNoteLineItems.js.map +1 -0
- package/cjs/resources/CreditNotes.d.ts +879 -0
- package/cjs/resources/CreditNotes.js +226 -189
- package/cjs/resources/CreditNotes.js.map +1 -0
- package/cjs/resources/CustomerBalanceTransactions.d.ts +70 -0
- package/cjs/resources/CustomerBalanceTransactions.js +4 -0
- package/cjs/resources/CustomerBalanceTransactions.js.map +1 -0
- package/cjs/resources/CustomerCashBalanceTransactions.d.ts +166 -0
- package/cjs/resources/CustomerCashBalanceTransactions.js +4 -0
- package/cjs/resources/CustomerCashBalanceTransactions.js.map +1 -0
- package/cjs/resources/CustomerSessions.d.ts +471 -0
- package/cjs/resources/CustomerSessions.js +11 -5
- package/cjs/resources/CustomerSessions.js.map +1 -0
- package/cjs/resources/CustomerSources.d.ts +6 -0
- package/cjs/resources/CustomerSources.js +4 -0
- package/cjs/resources/CustomerSources.js.map +1 -0
- package/cjs/resources/Customers.d.ts +1121 -0
- package/cjs/resources/Customers.js +544 -461
- package/cjs/resources/Customers.js.map +1 -0
- package/cjs/resources/Discounts.d.ts +133 -0
- package/cjs/resources/Discounts.js +4 -0
- package/cjs/resources/Discounts.js.map +1 -0
- package/cjs/resources/Disputes.d.ts +711 -0
- package/cjs/resources/Disputes.js +35 -15
- package/cjs/resources/Disputes.js.map +1 -0
- package/cjs/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
- package/cjs/resources/Entitlements/ActiveEntitlementSummaries.js +4 -0
- package/cjs/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
- package/cjs/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
- package/cjs/resources/Entitlements/ActiveEntitlements.js +19 -13
- package/cjs/resources/Entitlements/ActiveEntitlements.js.map +1 -0
- package/cjs/resources/Entitlements/Features.d.ts +115 -0
- package/cjs/resources/Entitlements/Features.js +31 -18
- package/cjs/resources/Entitlements/Features.js.map +1 -0
- package/cjs/resources/Entitlements/index.d.ts +17 -0
- package/cjs/resources/Entitlements/index.js +15 -0
- package/cjs/resources/Entitlements/index.js.map +1 -0
- package/cjs/resources/EphemeralKeys.d.ts +63 -0
- package/cjs/resources/EphemeralKeys.js +20 -14
- package/cjs/resources/EphemeralKeys.js.map +1 -0
- package/cjs/resources/Events.d.ts +4099 -0
- package/cjs/resources/Events.js +19 -10
- package/cjs/resources/Events.js.map +1 -0
- package/cjs/resources/ExchangeRates.d.ts +47 -0
- package/cjs/resources/ExchangeRates.js +25 -13
- package/cjs/resources/ExchangeRates.js.map +1 -0
- package/cjs/resources/ExternalAccounts.d.ts +215 -0
- package/cjs/resources/ExternalAccounts.js +44 -19
- package/cjs/resources/ExternalAccounts.js.map +1 -0
- package/cjs/resources/FeeRefunds.d.ts +37 -0
- package/cjs/resources/FeeRefunds.js +4 -0
- package/cjs/resources/FeeRefunds.js.map +1 -0
- package/cjs/resources/FileLinks.d.ts +116 -0
- package/cjs/resources/FileLinks.js +31 -12
- package/cjs/resources/FileLinks.js.map +1 -0
- package/cjs/resources/Files.d.ts +127 -0
- package/cjs/resources/Files.js +32 -20
- package/cjs/resources/Files.js.map +1 -0
- package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
- package/cjs/resources/FinancialConnections/AccountInferredBalances.js +4 -0
- package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
- package/cjs/resources/FinancialConnections/AccountOwners.d.ts +34 -0
- package/cjs/resources/FinancialConnections/AccountOwners.js +4 -0
- package/cjs/resources/FinancialConnections/AccountOwners.js.map +1 -0
- package/cjs/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
- package/cjs/resources/FinancialConnections/AccountOwnerships.js +4 -0
- package/cjs/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
- package/cjs/resources/FinancialConnections/Accounts.d.ts +453 -0
- package/cjs/resources/FinancialConnections/Accounts.js +59 -39
- package/cjs/resources/FinancialConnections/Accounts.js.map +1 -0
- package/cjs/resources/FinancialConnections/Authorizations.d.ts +87 -0
- package/cjs/resources/FinancialConnections/Authorizations.js +11 -8
- package/cjs/resources/FinancialConnections/Authorizations.js.map +1 -0
- package/cjs/resources/FinancialConnections/Institutions.d.ts +101 -0
- package/cjs/resources/FinancialConnections/Institutions.js +19 -13
- package/cjs/resources/FinancialConnections/Institutions.js.map +1 -0
- package/cjs/resources/FinancialConnections/Sessions.d.ts +314 -0
- package/cjs/resources/FinancialConnections/Sessions.js +17 -12
- package/cjs/resources/FinancialConnections/Sessions.js.map +1 -0
- package/cjs/resources/FinancialConnections/Transactions.d.ts +111 -0
- package/cjs/resources/FinancialConnections/Transactions.js +19 -13
- package/cjs/resources/FinancialConnections/Transactions.js.map +1 -0
- package/cjs/resources/FinancialConnections/index.d.ts +33 -0
- package/cjs/resources/FinancialConnections/index.js +21 -0
- package/cjs/resources/FinancialConnections/index.js.map +1 -0
- package/cjs/resources/Forwarding/Requests.d.ts +203 -0
- package/cjs/resources/Forwarding/Requests.js +25 -14
- package/cjs/resources/Forwarding/Requests.js.map +1 -0
- package/cjs/resources/Forwarding/index.d.ts +11 -0
- package/cjs/resources/Forwarding/index.js +13 -0
- package/cjs/resources/Forwarding/index.js.map +1 -0
- package/cjs/resources/FundingInstructions.d.ts +213 -0
- package/cjs/resources/FundingInstructions.js +4 -0
- package/cjs/resources/FundingInstructions.js.map +1 -0
- package/cjs/resources/FxQuotes.d.ts +212 -0
- package/cjs/resources/FxQuotes.js +25 -11
- package/cjs/resources/FxQuotes.js.map +1 -0
- package/cjs/resources/Identity/VerificationReports.d.ts +414 -0
- package/cjs/resources/Identity/VerificationReports.js +19 -13
- package/cjs/resources/Identity/VerificationReports.js.map +1 -0
- package/cjs/resources/Identity/VerificationSessions.d.ts +532 -0
- package/cjs/resources/Identity/VerificationSessions.js +75 -29
- package/cjs/resources/Identity/VerificationSessions.js.map +1 -0
- package/cjs/resources/Identity/index.d.ts +15 -0
- package/cjs/resources/Identity/index.js +15 -0
- package/cjs/resources/Identity/index.js.map +1 -0
- package/cjs/resources/InvoiceItems.d.ts +591 -0
- package/cjs/resources/InvoiceItems.js +119 -104
- package/cjs/resources/InvoiceItems.js.map +1 -0
- package/cjs/resources/InvoiceLineItems.d.ts +317 -0
- package/cjs/resources/InvoiceLineItems.js +4 -0
- package/cjs/resources/InvoiceLineItems.js.map +1 -0
- package/cjs/resources/InvoicePayments.d.ts +142 -0
- package/cjs/resources/InvoicePayments.js +19 -13
- package/cjs/resources/InvoicePayments.js.map +1 -0
- package/cjs/resources/InvoiceRenderingTemplates.d.ts +87 -0
- package/cjs/resources/InvoiceRenderingTemplates.js +31 -21
- package/cjs/resources/InvoiceRenderingTemplates.js.map +1 -0
- package/cjs/resources/Invoices.d.ts +5543 -0
- package/cjs/resources/Invoices.js +703 -608
- package/cjs/resources/Invoices.js.map +1 -0
- package/cjs/resources/Issuing/Authorizations.d.ts +606 -0
- package/cjs/resources/Issuing/Authorizations.js +673 -645
- package/cjs/resources/Issuing/Authorizations.js.map +1 -0
- package/cjs/resources/Issuing/Cardholders.d.ts +719 -0
- package/cjs/resources/Issuing/Cardholders.js +31 -18
- package/cjs/resources/Issuing/Cardholders.js.map +1 -0
- package/cjs/resources/Issuing/Cards.d.ts +764 -0
- package/cjs/resources/Issuing/Cards.js +31 -12
- package/cjs/resources/Issuing/Cards.js.map +1 -0
- package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +640 -0
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +43 -29
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
- package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +95 -0
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +19 -13
- package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
- package/cjs/resources/Issuing/Disputes.d.ts +862 -0
- package/cjs/resources/Issuing/Disputes.js +37 -22
- package/cjs/resources/Issuing/Disputes.js.map +1 -0
- package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +19 -13
- package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
- package/cjs/resources/Issuing/PersonalizationDesigns.d.ts +291 -0
- package/cjs/resources/Issuing/PersonalizationDesigns.js +31 -21
- package/cjs/resources/Issuing/PersonalizationDesigns.js.map +1 -0
- package/cjs/resources/Issuing/PhysicalBundles.d.ts +93 -0
- package/cjs/resources/Issuing/PhysicalBundles.js +19 -13
- package/cjs/resources/Issuing/PhysicalBundles.js.map +1 -0
- package/cjs/resources/Issuing/Settlements.d.ts +85 -0
- package/cjs/resources/Issuing/Settlements.js +4 -0
- package/cjs/resources/Issuing/Settlements.js.map +1 -0
- package/cjs/resources/Issuing/Tokens.d.ts +250 -0
- package/cjs/resources/Issuing/Tokens.js +25 -17
- package/cjs/resources/Issuing/Tokens.js.map +1 -0
- package/cjs/resources/Issuing/Transactions.d.ts +460 -0
- package/cjs/resources/Issuing/Transactions.js +221 -211
- package/cjs/resources/Issuing/Transactions.js.map +1 -0
- package/cjs/resources/Issuing/index.d.ts +53 -0
- package/cjs/resources/Issuing/index.js +33 -0
- package/cjs/resources/Issuing/index.js.map +1 -0
- package/cjs/resources/LineItems.d.ts +128 -0
- package/cjs/resources/LineItems.js +4 -0
- package/cjs/resources/LineItems.js.map +1 -0
- package/cjs/resources/LoginLinks.d.ts +14 -0
- package/cjs/resources/LoginLinks.js +4 -0
- package/cjs/resources/LoginLinks.js.map +1 -0
- package/cjs/resources/Mandates.d.ts +351 -0
- package/cjs/resources/Mandates.js +19 -10
- package/cjs/resources/Mandates.js.map +1 -0
- package/cjs/resources/Margins.d.ts +115 -0
- package/cjs/resources/Margins.js +31 -18
- package/cjs/resources/Margins.js.map +1 -0
- package/cjs/resources/OAuth.d.ts +280 -0
- package/cjs/resources/OAuth.js +24 -22
- package/cjs/resources/OAuth.js.map +1 -0
- package/cjs/resources/Orders.d.ts +4693 -0
- package/cjs/resources/Orders.js +356 -340
- package/cjs/resources/Orders.js.map +1 -0
- package/cjs/resources/PaymentAttemptRecords.d.ts +1895 -0
- package/cjs/resources/PaymentAttemptRecords.js +19 -13
- package/cjs/resources/PaymentAttemptRecords.js.map +1 -0
- package/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
- package/cjs/resources/PaymentIntentAmountDetailsLineItems.js +4 -0
- package/cjs/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
- package/cjs/resources/PaymentIntents.d.ts +22129 -0
- package/cjs/resources/PaymentIntents.js +192 -60
- package/cjs/resources/PaymentIntents.js.map +1 -0
- package/cjs/resources/PaymentLinks.d.ts +2077 -0
- package/cjs/resources/PaymentLinks.js +328 -312
- package/cjs/resources/PaymentLinks.js.map +1 -0
- package/cjs/resources/PaymentMethodConfigurations.d.ts +4389 -0
- package/cjs/resources/PaymentMethodConfigurations.js +31 -21
- package/cjs/resources/PaymentMethodConfigurations.js.map +1 -0
- package/cjs/resources/PaymentMethodDomains.d.ts +246 -0
- package/cjs/resources/PaymentMethodDomains.js +42 -25
- package/cjs/resources/PaymentMethodDomains.js.map +1 -0
- package/cjs/resources/PaymentMethods.d.ts +2064 -0
- package/cjs/resources/PaymentMethods.js +57 -26
- package/cjs/resources/PaymentMethods.js.map +1 -0
- package/cjs/resources/PaymentRecords.d.ts +2365 -0
- package/cjs/resources/PaymentRecords.js +60 -33
- package/cjs/resources/PaymentRecords.js.map +1 -0
- package/cjs/resources/Payouts.d.ts +262 -0
- package/cjs/resources/Payouts.js +49 -20
- package/cjs/resources/Payouts.js.map +1 -0
- package/cjs/resources/Persons.d.ts +474 -0
- package/cjs/resources/Persons.js +4 -0
- package/cjs/resources/Persons.js.map +1 -0
- package/cjs/resources/Plans.d.ts +379 -0
- package/cjs/resources/Plans.js +130 -112
- package/cjs/resources/Plans.js.map +1 -0
- package/cjs/resources/Prices.d.ts +773 -0
- package/cjs/resources/Prices.js +296 -277
- package/cjs/resources/Prices.js.map +1 -0
- package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +37 -0
- package/cjs/resources/Privacy/RedactionJobValidationErrors.js +4 -0
- package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
- package/cjs/resources/Privacy/RedactionJobs.d.ts +225 -0
- package/cjs/resources/Privacy/RedactionJobs.js +69 -38
- package/cjs/resources/Privacy/RedactionJobs.js.map +1 -0
- package/cjs/resources/Privacy/index.d.ts +13 -0
- package/cjs/resources/Privacy/index.js +13 -0
- package/cjs/resources/Privacy/index.js.map +1 -0
- package/cjs/resources/ProductCatalog/TrialOffers.d.ts +127 -0
- package/cjs/resources/ProductCatalog/TrialOffers.js +11 -8
- package/cjs/resources/ProductCatalog/TrialOffers.js.map +1 -0
- package/cjs/resources/ProductCatalog/index.d.ts +11 -0
- package/cjs/resources/ProductCatalog/index.js +13 -0
- package/cjs/resources/ProductCatalog/index.js.map +1 -0
- package/cjs/resources/ProductFeatures.d.ts +38 -0
- package/cjs/resources/ProductFeatures.js +4 -0
- package/cjs/resources/ProductFeatures.js.map +1 -0
- package/cjs/resources/Products.d.ts +603 -0
- package/cjs/resources/Products.js +96 -59
- package/cjs/resources/Products.js.map +1 -0
- package/cjs/resources/PromotionCodes.d.ts +283 -0
- package/cjs/resources/PromotionCodes.js +33 -20
- package/cjs/resources/PromotionCodes.js.map +1 -0
- package/cjs/resources/QuoteLines.d.ts +507 -0
- package/cjs/resources/QuoteLines.js +4 -0
- package/cjs/resources/QuoteLines.js.map +1 -0
- package/cjs/resources/QuotePreviewInvoices.d.ts +1110 -0
- package/cjs/resources/QuotePreviewInvoices.js +4 -0
- package/cjs/resources/QuotePreviewInvoices.js.map +1 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +733 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js +4 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
- package/cjs/resources/Quotes.d.ts +3411 -0
- package/cjs/resources/Quotes.js +1481 -1405
- package/cjs/resources/Quotes.js.map +1 -0
- package/cjs/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
- package/cjs/resources/Radar/EarlyFraudWarnings.js +21 -13
- package/cjs/resources/Radar/EarlyFraudWarnings.js.map +1 -0
- package/cjs/resources/Radar/PaymentEvaluations.d.ts +581 -0
- package/cjs/resources/Radar/PaymentEvaluations.js +11 -8
- package/cjs/resources/Radar/PaymentEvaluations.js.map +1 -0
- package/cjs/resources/Radar/ValueListItems.d.ts +119 -0
- package/cjs/resources/Radar/ValueListItems.js +31 -21
- package/cjs/resources/Radar/ValueListItems.js.map +1 -0
- package/cjs/resources/Radar/ValueLists.d.ts +170 -0
- package/cjs/resources/Radar/ValueLists.js +37 -22
- package/cjs/resources/Radar/ValueLists.js.map +1 -0
- package/cjs/resources/Radar/index.d.ts +23 -0
- package/cjs/resources/Radar/index.js +19 -0
- package/cjs/resources/Radar/index.js.map +1 -0
- package/cjs/resources/Refunds.d.ts +513 -0
- package/cjs/resources/Refunds.js +51 -16
- package/cjs/resources/Refunds.js.map +1 -0
- package/cjs/resources/Reporting/ReportRuns.d.ts +176 -0
- package/cjs/resources/Reporting/ReportRuns.js +25 -14
- package/cjs/resources/Reporting/ReportRuns.js.map +1 -0
- package/cjs/resources/Reporting/ReportTypes.d.ts +66 -0
- package/cjs/resources/Reporting/ReportTypes.js +19 -13
- package/cjs/resources/Reporting/ReportTypes.js.map +1 -0
- package/cjs/resources/Reporting/index.d.ts +15 -0
- package/cjs/resources/Reporting/index.js +15 -0
- package/cjs/resources/Reporting/index.js.map +1 -0
- package/cjs/resources/Reserve/Holds.d.ts +131 -0
- package/cjs/resources/Reserve/Holds.js +19 -10
- package/cjs/resources/Reserve/Holds.js.map +1 -0
- package/cjs/resources/Reserve/Plans.d.ts +92 -0
- package/cjs/resources/Reserve/Plans.js +11 -5
- package/cjs/resources/Reserve/Plans.js.map +1 -0
- package/cjs/resources/Reserve/Releases.d.ts +119 -0
- package/cjs/resources/Reserve/Releases.js +19 -13
- package/cjs/resources/Reserve/Releases.js.map +1 -0
- package/cjs/resources/Reserve/index.d.ts +19 -0
- package/cjs/resources/Reserve/index.js +17 -0
- package/cjs/resources/Reserve/index.js.map +1 -0
- package/cjs/resources/ReserveTransactions.d.ts +19 -0
- package/cjs/resources/ReserveTransactions.js +4 -0
- package/cjs/resources/ReserveTransactions.js.map +1 -0
- package/cjs/resources/Reviews.d.ts +143 -0
- package/cjs/resources/Reviews.js +25 -14
- package/cjs/resources/Reviews.js.map +1 -0
- package/cjs/resources/SetupAttempts.d.ts +563 -0
- package/cjs/resources/SetupAttempts.js +13 -9
- package/cjs/resources/SetupAttempts.js.map +1 -0
- package/cjs/resources/SetupIntents.d.ts +4801 -0
- package/cjs/resources/SetupIntents.js +71 -30
- package/cjs/resources/SetupIntents.js.map +1 -0
- package/cjs/resources/ShippingRates.d.ts +319 -0
- package/cjs/resources/ShippingRates.js +31 -18
- package/cjs/resources/ShippingRates.js.map +1 -0
- package/cjs/resources/Sigma/ScheduledQueryRuns.d.ts +83 -0
- package/cjs/resources/Sigma/ScheduledQueryRuns.js +19 -13
- package/cjs/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
- package/cjs/resources/Sigma/index.d.ts +11 -0
- package/cjs/resources/Sigma/index.js +13 -0
- package/cjs/resources/Sigma/index.js.map +1 -0
- package/cjs/resources/SourceMandateNotifications.d.ts +79 -0
- package/cjs/resources/SourceMandateNotifications.js +4 -0
- package/cjs/resources/SourceMandateNotifications.js.map +1 -0
- package/cjs/resources/SourceTransactions.d.ts +140 -0
- package/cjs/resources/SourceTransactions.js +4 -0
- package/cjs/resources/SourceTransactions.js.map +1 -0
- package/cjs/resources/Sources.d.ts +933 -0
- package/cjs/resources/Sources.js +39 -16
- package/cjs/resources/Sources.js.map +1 -0
- package/cjs/resources/SubscriptionItems.d.ts +564 -0
- package/cjs/resources/SubscriptionItems.js +330 -306
- package/cjs/resources/SubscriptionItems.js.map +1 -0
- package/cjs/resources/SubscriptionSchedules.d.ts +2947 -0
- package/cjs/resources/SubscriptionSchedules.js +118 -92
- package/cjs/resources/SubscriptionSchedules.js.map +1 -0
- package/cjs/resources/Subscriptions.d.ts +3126 -0
- package/cjs/resources/Subscriptions.js +755 -695
- package/cjs/resources/Subscriptions.js.map +1 -0
- package/cjs/resources/Tax/Associations.d.ts +75 -0
- package/cjs/resources/Tax/Associations.js +11 -5
- package/cjs/resources/Tax/Associations.js.map +1 -0
- package/cjs/resources/Tax/CalculationLineItems.d.ts +125 -0
- package/cjs/resources/Tax/CalculationLineItems.js +4 -0
- package/cjs/resources/Tax/CalculationLineItems.js.map +1 -0
- package/cjs/resources/Tax/Calculations.d.ts +491 -0
- package/cjs/resources/Tax/Calculations.js +25 -14
- package/cjs/resources/Tax/Calculations.js.map +1 -0
- package/cjs/resources/Tax/Forms.d.ts +230 -0
- package/cjs/resources/Tax/Forms.js +28 -16
- package/cjs/resources/Tax/Forms.js.map +1 -0
- package/cjs/resources/Tax/Locations.d.ts +108 -0
- package/cjs/resources/Tax/Locations.js +29 -14
- package/cjs/resources/Tax/Locations.js.map +1 -0
- package/cjs/resources/Tax/Registrations.d.ts +3356 -0
- package/cjs/resources/Tax/Registrations.js +33 -18
- package/cjs/resources/Tax/Registrations.js.map +1 -0
- package/cjs/resources/Tax/Settings.d.ts +118 -0
- package/cjs/resources/Tax/Settings.js +17 -6
- package/cjs/resources/Tax/Settings.js.map +1 -0
- package/cjs/resources/Tax/TransactionLineItems.d.ts +67 -0
- package/cjs/resources/Tax/TransactionLineItems.js +4 -0
- package/cjs/resources/Tax/TransactionLineItems.js.map +1 -0
- package/cjs/resources/Tax/Transactions.d.ts +347 -0
- package/cjs/resources/Tax/Transactions.js +31 -21
- package/cjs/resources/Tax/Transactions.js.map +1 -0
- package/cjs/resources/Tax/index.d.ts +39 -0
- package/cjs/resources/Tax/index.js +25 -0
- package/cjs/resources/Tax/index.js.map +1 -0
- package/cjs/resources/TaxCodes.d.ts +58 -0
- package/cjs/resources/TaxCodes.js +19 -10
- package/cjs/resources/TaxCodes.js.map +1 -0
- package/cjs/resources/TaxDeductedAtSources.d.ts +22 -0
- package/cjs/resources/TaxDeductedAtSources.js +4 -0
- package/cjs/resources/TaxDeductedAtSources.js.map +1 -0
- package/cjs/resources/TaxIds.d.ts +216 -0
- package/cjs/resources/TaxIds.js +31 -12
- package/cjs/resources/TaxIds.js.map +1 -0
- package/cjs/resources/TaxRates.d.ts +226 -0
- package/cjs/resources/TaxRates.js +31 -12
- package/cjs/resources/TaxRates.js.map +1 -0
- package/cjs/resources/Terminal/Configurations.d.ts +1682 -0
- package/cjs/resources/Terminal/Configurations.js +37 -25
- package/cjs/resources/Terminal/Configurations.js.map +1 -0
- package/cjs/resources/Terminal/ConnectionTokens.d.ts +34 -0
- package/cjs/resources/Terminal/ConnectionTokens.js +11 -8
- package/cjs/resources/Terminal/ConnectionTokens.js.map +1 -0
- package/cjs/resources/Terminal/Locations.d.ts +285 -0
- package/cjs/resources/Terminal/Locations.js +38 -22
- package/cjs/resources/Terminal/Locations.js.map +1 -0
- package/cjs/resources/Terminal/OnboardingLinks.d.ts +89 -0
- package/cjs/resources/Terminal/OnboardingLinks.js +11 -8
- package/cjs/resources/Terminal/OnboardingLinks.js.map +1 -0
- package/cjs/resources/Terminal/ReaderCollectedData.d.ts +52 -0
- package/cjs/resources/Terminal/ReaderCollectedData.js +11 -8
- package/cjs/resources/Terminal/ReaderCollectedData.js.map +1 -0
- package/cjs/resources/Terminal/Readers.d.ts +1029 -0
- package/cjs/resources/Terminal/Readers.js +85 -54
- package/cjs/resources/Terminal/Readers.js.map +1 -0
- package/cjs/resources/Terminal/index.d.ts +31 -0
- package/cjs/resources/Terminal/index.js +23 -0
- package/cjs/resources/Terminal/index.js.map +1 -0
- package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +724 -0
- package/cjs/resources/TestHelpers/ConfirmationTokens.js +11 -8
- package/cjs/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
- package/cjs/resources/TestHelpers/Customers.d.ts +29 -0
- package/cjs/resources/TestHelpers/Customers.js +11 -8
- package/cjs/resources/TestHelpers/Customers.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
- package/cjs/resources/TestHelpers/Issuing/Authorizations.js +980 -954
- package/cjs/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
- package/cjs/resources/TestHelpers/Issuing/Cards.js +35 -24
- package/cjs/resources/TestHelpers/Issuing/Cards.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
- package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js +23 -16
- package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
- package/cjs/resources/TestHelpers/Issuing/Transactions.js +291 -273
- package/cjs/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/index.d.ts +14 -0
- package/cjs/resources/TestHelpers/Issuing/index.js +19 -0
- package/cjs/resources/TestHelpers/Issuing/index.js.map +1 -0
- package/cjs/resources/TestHelpers/Refunds.d.ts +17 -0
- package/cjs/resources/TestHelpers/Refunds.js +11 -8
- package/cjs/resources/TestHelpers/Refunds.js.map +1 -0
- package/cjs/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
- package/cjs/resources/TestHelpers/Terminal/Readers.js +23 -16
- package/cjs/resources/TestHelpers/Terminal/Readers.js.map +1 -0
- package/cjs/resources/TestHelpers/Terminal/index.d.ts +8 -0
- package/cjs/resources/TestHelpers/Terminal/index.js +13 -0
- package/cjs/resources/TestHelpers/Terminal/index.js.map +1 -0
- package/cjs/resources/TestHelpers/TestClocks.d.ts +142 -0
- package/cjs/resources/TestHelpers/TestClocks.js +37 -25
- package/cjs/resources/TestHelpers/TestClocks.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
- package/cjs/resources/TestHelpers/Treasury/InboundTransfers.js +23 -16
- package/cjs/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
- package/cjs/resources/TestHelpers/Treasury/OutboundPayments.js +29 -20
- package/cjs/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
- package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js +29 -20
- package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +94 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js +11 -8
- package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +93 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js +11 -8
- package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/index.d.ts +16 -0
- package/cjs/resources/TestHelpers/Treasury/index.js +21 -0
- package/cjs/resources/TestHelpers/Treasury/index.js.map +1 -0
- package/cjs/resources/TestHelpers/index.d.ts +26 -0
- package/cjs/resources/TestHelpers/index.js +25 -0
- package/cjs/resources/TestHelpers/index.js.map +1 -0
- package/cjs/resources/Tokens.d.ts +874 -0
- package/cjs/resources/Tokens.js +18 -6
- package/cjs/resources/Tokens.js.map +1 -0
- package/cjs/resources/Topups.d.ts +177 -0
- package/cjs/resources/Topups.js +37 -13
- package/cjs/resources/Topups.js.map +1 -0
- package/cjs/resources/TransferReversals.d.ts +46 -0
- package/cjs/resources/TransferReversals.js +4 -0
- package/cjs/resources/TransferReversals.js.map +1 -0
- package/cjs/resources/Transfers.d.ts +250 -0
- package/cjs/resources/Transfers.js +65 -29
- package/cjs/resources/Transfers.js.map +1 -0
- package/cjs/resources/Treasury/CreditReversals.d.ts +132 -0
- package/cjs/resources/Treasury/CreditReversals.js +25 -17
- package/cjs/resources/Treasury/CreditReversals.js.map +1 -0
- package/cjs/resources/Treasury/DebitReversals.d.ts +147 -0
- package/cjs/resources/Treasury/DebitReversals.js +25 -17
- package/cjs/resources/Treasury/DebitReversals.js.map +1 -0
- package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +407 -0
- package/cjs/resources/Treasury/FinancialAccountFeatures.js +4 -0
- package/cjs/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
- package/cjs/resources/Treasury/FinancialAccounts.d.ts +789 -0
- package/cjs/resources/Treasury/FinancialAccounts.js +49 -33
- package/cjs/resources/Treasury/FinancialAccounts.js.map +1 -0
- package/cjs/resources/Treasury/InboundTransfers.d.ts +263 -0
- package/cjs/resources/Treasury/InboundTransfers.js +31 -21
- package/cjs/resources/Treasury/InboundTransfers.js.map +1 -0
- package/cjs/resources/Treasury/OutboundPayments.d.ts +452 -0
- package/cjs/resources/Treasury/OutboundPayments.js +31 -21
- package/cjs/resources/Treasury/OutboundPayments.js.map +1 -0
- package/cjs/resources/Treasury/OutboundTransfers.d.ts +390 -0
- package/cjs/resources/Treasury/OutboundTransfers.js +31 -21
- package/cjs/resources/Treasury/OutboundTransfers.js.map +1 -0
- package/cjs/resources/Treasury/ReceivedCredits.d.ts +283 -0
- package/cjs/resources/Treasury/ReceivedCredits.js +19 -13
- package/cjs/resources/Treasury/ReceivedCredits.js.map +1 -0
- package/cjs/resources/Treasury/ReceivedDebits.d.ts +228 -0
- package/cjs/resources/Treasury/ReceivedDebits.js +19 -13
- package/cjs/resources/Treasury/ReceivedDebits.js.map +1 -0
- package/cjs/resources/Treasury/TransactionEntries.d.ts +187 -0
- package/cjs/resources/Treasury/TransactionEntries.js +315 -306
- package/cjs/resources/Treasury/TransactionEntries.js.map +1 -0
- package/cjs/resources/Treasury/Transactions.d.ts +212 -0
- package/cjs/resources/Treasury/Transactions.js +349 -342
- package/cjs/resources/Treasury/Transactions.js.map +1 -0
- package/cjs/resources/Treasury/index.d.ts +49 -0
- package/cjs/resources/Treasury/index.js +31 -0
- package/cjs/resources/Treasury/index.js.map +1 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +75 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.js +4 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.js +19 -13
- package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/BillSettings.d.ts +284 -0
- package/cjs/resources/V2/Billing/BillSettings.js +36 -22
- package/cjs/resources/V2/Billing/BillSettings.js.map +1 -0
- package/cjs/resources/V2/Billing/Cadences.d.ts +953 -0
- package/cjs/resources/V2/Billing/Cadences.js +127 -111
- package/cjs/resources/V2/Billing/Cadences.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +242 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js +4 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +45 -38
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettings.d.ts +785 -0
- package/cjs/resources/V2/Billing/CollectionSettings.js +116 -102
- package/cjs/resources/V2/Billing/CollectionSettings.js.map +1 -0
- package/cjs/resources/V2/Billing/MeterEventAdjustments.d.ts +81 -0
- package/cjs/resources/V2/Billing/MeterEventAdjustments.js +11 -8
- package/cjs/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
- package/cjs/resources/V2/Billing/MeterEventSession.d.ts +41 -0
- package/cjs/resources/V2/Billing/MeterEventSession.js +11 -8
- package/cjs/resources/V2/Billing/MeterEventSession.js.map +1 -0
- package/cjs/resources/V2/Billing/MeterEventStream.d.ts +48 -0
- package/cjs/resources/V2/Billing/MeterEventStream.js +14 -9
- package/cjs/resources/V2/Billing/MeterEventStream.js.map +1 -0
- package/cjs/resources/V2/Billing/MeterEvents.d.ts +75 -0
- package/cjs/resources/V2/Billing/MeterEvents.js +11 -5
- package/cjs/resources/V2/Billing/MeterEvents.js.map +1 -0
- package/cjs/resources/V2/Billing/Profiles.d.ts +166 -0
- package/cjs/resources/V2/Billing/Profiles.js +31 -15
- package/cjs/resources/V2/Billing/Profiles.js.map +1 -0
- package/cjs/resources/V2/Billing/index.d.ts +41 -0
- package/cjs/resources/V2/Billing/index.js +27 -0
- package/cjs/resources/V2/Billing/index.js.map +1 -0
- package/cjs/resources/V2/Core/AccountLinks.d.ts +235 -0
- package/cjs/resources/V2/Core/AccountLinks.js +12 -5
- package/cjs/resources/V2/Core/AccountLinks.js.map +1 -0
- package/cjs/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
- package/cjs/resources/V2/Core/AccountPersonTokens.js +4 -0
- package/cjs/resources/V2/Core/AccountPersonTokens.js.map +1 -0
- package/cjs/resources/V2/Core/AccountPersons.d.ts +473 -0
- package/cjs/resources/V2/Core/AccountPersons.js +4 -0
- package/cjs/resources/V2/Core/AccountPersons.js.map +1 -0
- package/cjs/resources/V2/Core/AccountTokens.d.ts +788 -0
- package/cjs/resources/V2/Core/AccountTokens.js +33 -25
- package/cjs/resources/V2/Core/AccountTokens.js.map +1 -0
- package/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +378 -0
- package/cjs/resources/V2/Core/Accounts/PersonTokens.js +27 -19
- package/cjs/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
- package/cjs/resources/V2/Core/Accounts/Persons.d.ts +884 -0
- package/cjs/resources/V2/Core/Accounts/Persons.js +93 -73
- package/cjs/resources/V2/Core/Accounts/Persons.js.map +1 -0
- package/cjs/resources/V2/Core/Accounts.d.ts +7961 -0
- package/cjs/resources/V2/Core/Accounts.js +142 -120
- package/cjs/resources/V2/Core/Accounts.js.map +1 -0
- package/cjs/resources/V2/Core/BatchJobs.d.ts +372 -0
- package/cjs/resources/V2/Core/BatchJobs.js +182 -172
- package/cjs/resources/V2/Core/BatchJobs.js.map +1 -0
- package/cjs/resources/V2/Core/EventDestinations.d.ts +374 -0
- package/cjs/resources/V2/Core/EventDestinations.js +55 -37
- package/cjs/resources/V2/Core/EventDestinations.js.map +1 -0
- package/cjs/resources/V2/Core/Events.d.ts +1429 -0
- package/cjs/resources/V2/Core/Events.js +31 -39
- package/cjs/resources/V2/Core/Events.js.map +1 -0
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +285 -0
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +50 -29
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +254 -0
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +58 -33
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
- package/cjs/resources/V2/Core/Vault/index.d.ts +15 -0
- package/cjs/resources/V2/Core/Vault/index.js +15 -0
- package/cjs/resources/V2/Core/Vault/index.js.map +1 -0
- package/cjs/resources/V2/Core/index.d.ts +38 -0
- package/cjs/resources/V2/Core/index.js +25 -0
- package/cjs/resources/V2/Core/index.js.map +1 -0
- package/cjs/resources/V2/DeletedObject.d.ts +10 -0
- package/cjs/resources/V2/DeletedObject.js +4 -0
- package/cjs/resources/V2/DeletedObject.js.map +1 -0
- package/cjs/resources/V2/EventMisc.d.ts +0 -0
- package/cjs/resources/V2/EventMisc.js +2 -0
- package/cjs/resources/V2/EventMisc.js.map +1 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js +4 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +4 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +135 -0
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +19 -13
- package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +244 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +40 -25
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +215 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +27 -17
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +257 -0
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +26 -17
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +212 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +18 -12
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +388 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +37 -21
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +299 -0
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +45 -25
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +330 -0
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +35 -21
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +242 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +39 -21
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +96 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +13 -8
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +292 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +19 -13
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +161 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +19 -13
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +165 -0
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +19 -13
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +196 -0
- package/cjs/resources/V2/MoneyManagement/Transactions.js +19 -13
- package/cjs/resources/V2/MoneyManagement/Transactions.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/index.d.ts +63 -0
- package/cjs/resources/V2/MoneyManagement/index.js +39 -0
- package/cjs/resources/V2/MoneyManagement/index.js.map +1 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +19 -12
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
- package/cjs/resources/V2/TestHelpers/index.d.ts +8 -0
- package/cjs/resources/V2/TestHelpers/index.js +13 -0
- package/cjs/resources/V2/TestHelpers/index.js.map +1 -0
- package/cjs/resources/V2/V2Amounts.d.ts +4 -0
- package/cjs/resources/V2/V2Amounts.js +3 -0
- package/cjs/resources/V2/V2Amounts.js.map +1 -0
- package/cjs/resources/V2/index.d.ts +25 -0
- package/cjs/resources/V2/index.js +19 -0
- package/cjs/resources/V2/index.js.map +1 -0
- package/cjs/resources/WebhookEndpoints.d.ts +170 -0
- package/cjs/resources/WebhookEndpoints.js +37 -22
- package/cjs/resources/WebhookEndpoints.js.map +1 -0
- package/cjs/resources.d.ts +85 -0
- package/cjs/resources.js +193 -190
- package/cjs/resources.js.map +1 -0
- package/cjs/shared.d.ts +152 -0
- package/cjs/shared.js +6 -0
- package/cjs/shared.js.map +1 -0
- package/cjs/stripe.cjs.node.d.ts +6 -0
- package/cjs/stripe.cjs.node.js +28 -10
- package/cjs/stripe.cjs.node.js.map +1 -0
- package/cjs/stripe.cjs.worker.d.ts +3 -0
- package/cjs/stripe.cjs.worker.js +28 -10
- package/cjs/stripe.cjs.worker.js.map +1 -0
- package/cjs/stripe.core.d.ts +474 -0
- package/cjs/stripe.core.js +496 -324
- package/cjs/stripe.core.js.map +1 -0
- package/cjs/utils.d.ts +74 -0
- package/cjs/utils.js +57 -130
- package/cjs/utils.js.map +1 -0
- package/esm/Decimal.d.ts +532 -0
- package/esm/Decimal.js +1 -0
- package/esm/Decimal.js.map +1 -0
- package/esm/Error.d.ts +206 -0
- package/esm/Error.js +2 -0
- package/esm/Error.js.map +1 -0
- package/esm/RequestSender.d.ts +59 -0
- package/esm/RequestSender.js +30 -39
- package/esm/RequestSender.js.map +1 -0
- package/esm/ResourceNamespace.d.ts +6 -0
- package/esm/ResourceNamespace.js +1 -0
- package/esm/ResourceNamespace.js.map +1 -0
- package/esm/StripeContext.d.ts +32 -0
- package/esm/StripeContext.js +1 -0
- package/esm/StripeContext.js.map +1 -0
- package/esm/StripeEmitter.d.ts +23 -0
- package/esm/StripeEmitter.js +1 -0
- package/esm/StripeEmitter.js.map +1 -0
- package/esm/StripeEventNotificationHandler.d.ts +22 -0
- package/esm/StripeEventNotificationHandler.js +1 -1
- package/esm/StripeEventNotificationHandler.js.map +1 -0
- package/esm/StripeResource.d.ts +18 -0
- package/esm/StripeResource.js +64 -155
- package/esm/StripeResource.js.map +1 -0
- package/esm/Types.d.ts +190 -0
- package/esm/Types.js +7 -0
- package/esm/Types.js.map +1 -0
- package/esm/V2Coercion.d.ts +17 -0
- package/esm/V2Coercion.js +1 -0
- package/esm/V2Coercion.js.map +1 -0
- package/esm/Webhooks.d.ts +27 -0
- package/esm/Webhooks.js +3 -0
- package/esm/Webhooks.js.map +1 -0
- package/esm/apiVersion.d.ts +1 -0
- package/esm/apiVersion.js +1 -0
- package/esm/apiVersion.js.map +1 -0
- package/esm/autoPagination.d.ts +25 -0
- package/esm/autoPagination.js +37 -29
- package/esm/autoPagination.js.map +1 -0
- package/esm/crypto/CryptoProvider.d.ts +44 -0
- package/esm/crypto/CryptoProvider.js +5 -0
- package/esm/crypto/CryptoProvider.js.map +1 -0
- package/esm/crypto/NodeCryptoProvider.d.ts +12 -0
- package/esm/crypto/NodeCryptoProvider.js +1 -0
- package/esm/crypto/NodeCryptoProvider.js.map +1 -0
- package/esm/crypto/SubtleCryptoProvider.d.ts +16 -0
- package/esm/crypto/SubtleCryptoProvider.js +1 -0
- package/esm/crypto/SubtleCryptoProvider.js.map +1 -0
- package/esm/lib.d.ts +261 -0
- package/esm/lib.js +2 -0
- package/esm/lib.js.map +1 -0
- package/esm/multipart.d.ts +5 -0
- package/esm/multipart.js +1 -0
- package/esm/multipart.js.map +1 -0
- package/esm/net/FetchHttpClient.d.ts +27 -0
- package/esm/net/FetchHttpClient.js +1 -0
- package/esm/net/FetchHttpClient.js.map +1 -0
- package/esm/net/HttpClient.d.ts +63 -0
- package/esm/net/HttpClient.js +1 -0
- package/esm/net/HttpClient.js.map +1 -0
- package/esm/net/NodeHttpClient.d.ts +24 -0
- package/esm/net/NodeHttpClient.js +1 -0
- package/esm/net/NodeHttpClient.js.map +1 -0
- package/esm/platform/NodePlatformFunctions.d.ts +33 -0
- package/esm/platform/NodePlatformFunctions.js +1 -0
- package/esm/platform/NodePlatformFunctions.js.map +1 -0
- package/esm/platform/PlatformFunctions.d.ts +64 -0
- package/esm/platform/PlatformFunctions.js +1 -0
- package/esm/platform/PlatformFunctions.js.map +1 -0
- package/esm/platform/WebPlatformFunctions.d.ts +22 -0
- package/esm/platform/WebPlatformFunctions.js +1 -0
- package/esm/platform/WebPlatformFunctions.js.map +1 -0
- package/esm/resources/AccountLinks.d.ts +76 -0
- package/esm/resources/AccountLinks.js +9 -4
- package/esm/resources/AccountLinks.js.map +1 -0
- package/esm/resources/AccountNotices.d.ts +140 -0
- package/esm/resources/AccountNotices.js +23 -16
- package/esm/resources/AccountNotices.js.map +1 -0
- package/esm/resources/AccountSessions.d.ts +1277 -0
- package/esm/resources/AccountSessions.js +9 -4
- package/esm/resources/AccountSessions.js.map +1 -0
- package/esm/resources/Accounts.d.ts +6020 -0
- package/esm/resources/Accounts.js +173 -93
- package/esm/resources/Accounts.js.map +1 -0
- package/esm/resources/ApplePayDomains.d.ts +80 -0
- package/esm/resources/ApplePayDomains.js +29 -17
- package/esm/resources/ApplePayDomains.js.map +1 -0
- package/esm/resources/ApplicationFees.d.ts +181 -0
- package/esm/resources/ApplicationFees.js +53 -29
- package/esm/resources/ApplicationFees.js.map +1 -0
- package/esm/resources/Applications.d.ts +36 -0
- package/esm/resources/Applications.js +3 -0
- package/esm/resources/Applications.js.map +1 -0
- package/esm/resources/Apps/Secrets.d.ts +201 -0
- package/esm/resources/Apps/Secrets.js +29 -14
- package/esm/resources/Apps/Secrets.js.map +1 -0
- package/esm/resources/Apps/index.d.ts +11 -0
- package/esm/resources/Apps/index.js +9 -0
- package/esm/resources/Apps/index.js.map +1 -0
- package/esm/resources/Balance.d.ts +352 -0
- package/esm/resources/Balance.js +10 -4
- package/esm/resources/Balance.js.map +1 -0
- package/esm/resources/BalanceSettings.d.ts +164 -0
- package/esm/resources/BalanceSettings.js +17 -5
- package/esm/resources/BalanceSettings.js.map +1 -0
- package/esm/resources/BalanceTransactionSources.d.ts +15 -0
- package/esm/resources/BalanceTransactionSources.js +3 -0
- package/esm/resources/BalanceTransactionSources.js.map +1 -0
- package/esm/resources/BalanceTransactions.d.ts +142 -0
- package/esm/resources/BalanceTransactions.js +21 -12
- package/esm/resources/BalanceTransactions.js.map +1 -0
- package/esm/resources/BankAccounts.d.ts +182 -0
- package/esm/resources/BankAccounts.js +3 -0
- package/esm/resources/BankAccounts.js.map +1 -0
- package/esm/resources/Billing/AlertTriggereds.d.ts +28 -0
- package/esm/resources/Billing/AlertTriggereds.js +3 -0
- package/esm/resources/Billing/AlertTriggereds.js.map +1 -0
- package/esm/resources/Billing/Alerts.d.ts +193 -0
- package/esm/resources/Billing/Alerts.js +41 -22
- package/esm/resources/Billing/Alerts.js.map +1 -0
- package/esm/resources/Billing/Analytics/MeterUsage.d.ts +84 -0
- package/esm/resources/Billing/Analytics/MeterUsage.js +9 -7
- package/esm/resources/Billing/Analytics/MeterUsage.js.map +1 -0
- package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +32 -0
- package/esm/resources/Billing/Analytics/MeterUsageRows.js +3 -0
- package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
- package/esm/resources/Billing/Analytics/index.d.ts +13 -0
- package/esm/resources/Billing/Analytics/index.js +9 -0
- package/esm/resources/Billing/Analytics/index.js.map +1 -0
- package/esm/resources/Billing/CreditBalanceSummary.d.ts +142 -0
- package/esm/resources/Billing/CreditBalanceSummary.js +9 -7
- package/esm/resources/Billing/CreditBalanceSummary.js.map +1 -0
- package/esm/resources/Billing/CreditBalanceTransactions.d.ts +183 -0
- package/esm/resources/Billing/CreditBalanceTransactions.js +17 -12
- package/esm/resources/Billing/CreditBalanceTransactions.js.map +1 -0
- package/esm/resources/Billing/CreditGrants.d.ts +300 -0
- package/esm/resources/Billing/CreditGrants.js +41 -25
- package/esm/resources/Billing/CreditGrants.js.map +1 -0
- package/esm/resources/Billing/MeterEventAdjustments.d.ts +73 -0
- package/esm/resources/Billing/MeterEventAdjustments.js +9 -7
- package/esm/resources/Billing/MeterEventAdjustments.js.map +1 -0
- package/esm/resources/Billing/MeterEventSummaries.d.ts +30 -0
- package/esm/resources/Billing/MeterEventSummaries.js +3 -0
- package/esm/resources/Billing/MeterEventSummaries.js.map +1 -0
- package/esm/resources/Billing/MeterEvents.d.ts +66 -0
- package/esm/resources/Billing/MeterEvents.js +9 -4
- package/esm/resources/Billing/MeterEvents.js.map +1 -0
- package/esm/resources/Billing/Meters.d.ts +251 -0
- package/esm/resources/Billing/Meters.js +49 -24
- package/esm/resources/Billing/Meters.js.map +1 -0
- package/esm/resources/Billing/index.d.ts +42 -0
- package/esm/resources/Billing/index.js +23 -0
- package/esm/resources/Billing/index.js.map +1 -0
- package/esm/resources/BillingPortal/Configurations.d.ts +728 -0
- package/esm/resources/BillingPortal/Configurations.js +29 -20
- package/esm/resources/BillingPortal/Configurations.js.map +1 -0
- package/esm/resources/BillingPortal/Sessions.d.ts +360 -0
- package/esm/resources/BillingPortal/Sessions.js +9 -7
- package/esm/resources/BillingPortal/Sessions.js.map +1 -0
- package/esm/resources/BillingPortal/index.d.ts +15 -0
- package/esm/resources/BillingPortal/index.js +11 -0
- package/esm/resources/BillingPortal/index.js.map +1 -0
- package/esm/resources/Capabilities.d.ts +160 -0
- package/esm/resources/Capabilities.js +3 -0
- package/esm/resources/Capabilities.js.map +1 -0
- package/esm/resources/Capital/FinancingOffers.d.ts +191 -0
- package/esm/resources/Capital/FinancingOffers.js +24 -16
- package/esm/resources/Capital/FinancingOffers.js.map +1 -0
- package/esm/resources/Capital/FinancingSummary.d.ts +98 -0
- package/esm/resources/Capital/FinancingSummary.js +9 -7
- package/esm/resources/Capital/FinancingSummary.js.map +1 -0
- package/esm/resources/Capital/FinancingTransactions.d.ts +143 -0
- package/esm/resources/Capital/FinancingTransactions.js +18 -12
- package/esm/resources/Capital/FinancingTransactions.js.map +1 -0
- package/esm/resources/Capital/index.d.ts +19 -0
- package/esm/resources/Capital/index.js +13 -0
- package/esm/resources/Capital/index.js.map +1 -0
- package/esm/resources/Cards.d.ts +174 -0
- package/esm/resources/Cards.js +3 -0
- package/esm/resources/Cards.js.map +1 -0
- package/esm/resources/CashBalances.d.ts +40 -0
- package/esm/resources/CashBalances.js +3 -0
- package/esm/resources/CashBalances.js.map +1 -0
- package/esm/resources/Charges.d.ts +5285 -0
- package/esm/resources/Charges.js +52 -20
- package/esm/resources/Charges.js.map +1 -0
- package/esm/resources/Checkout/Sessions.d.ts +5359 -0
- package/esm/resources/Checkout/Sessions.js +440 -406
- package/esm/resources/Checkout/Sessions.js.map +1 -0
- package/esm/resources/Checkout/index.d.ts +11 -0
- package/esm/resources/Checkout/index.js +9 -0
- package/esm/resources/Checkout/index.js.map +1 -0
- package/esm/resources/Climate/Orders.d.ts +265 -0
- package/esm/resources/Climate/Orders.js +73 -53
- package/esm/resources/Climate/Orders.js.map +1 -0
- package/esm/resources/Climate/Products.d.ts +90 -0
- package/esm/resources/Climate/Products.js +31 -25
- package/esm/resources/Climate/Products.js.map +1 -0
- package/esm/resources/Climate/Suppliers.d.ts +86 -0
- package/esm/resources/Climate/Suppliers.js +17 -12
- package/esm/resources/Climate/Suppliers.js.map +1 -0
- package/esm/resources/Climate/index.d.ts +19 -0
- package/esm/resources/Climate/index.js +13 -0
- package/esm/resources/Climate/index.js.map +1 -0
- package/esm/resources/ConfirmationTokens.d.ts +1278 -0
- package/esm/resources/ConfirmationTokens.js +9 -7
- package/esm/resources/ConfirmationTokens.js.map +1 -0
- package/esm/resources/ConnectCollectionTransfers.d.ts +27 -0
- package/esm/resources/ConnectCollectionTransfers.js +3 -0
- package/esm/resources/ConnectCollectionTransfers.js.map +1 -0
- package/esm/resources/CountrySpecs.d.ts +86 -0
- package/esm/resources/CountrySpecs.js +17 -12
- package/esm/resources/CountrySpecs.js.map +1 -0
- package/esm/resources/Coupons.d.ts +293 -0
- package/esm/resources/Coupons.js +37 -12
- package/esm/resources/Coupons.js.map +1 -0
- package/esm/resources/CreditNoteLineItems.d.ts +154 -0
- package/esm/resources/CreditNoteLineItems.js +3 -0
- package/esm/resources/CreditNoteLineItems.js.map +1 -0
- package/esm/resources/CreditNotes.d.ts +879 -0
- package/esm/resources/CreditNotes.js +224 -188
- package/esm/resources/CreditNotes.js.map +1 -0
- package/esm/resources/CustomerBalanceTransactions.d.ts +70 -0
- package/esm/resources/CustomerBalanceTransactions.js +3 -0
- package/esm/resources/CustomerBalanceTransactions.js.map +1 -0
- package/esm/resources/CustomerCashBalanceTransactions.d.ts +166 -0
- package/esm/resources/CustomerCashBalanceTransactions.js +3 -0
- package/esm/resources/CustomerCashBalanceTransactions.js.map +1 -0
- package/esm/resources/CustomerSessions.d.ts +471 -0
- package/esm/resources/CustomerSessions.js +9 -4
- package/esm/resources/CustomerSessions.js.map +1 -0
- package/esm/resources/CustomerSources.d.ts +6 -0
- package/esm/resources/CustomerSources.js +3 -0
- package/esm/resources/CustomerSources.js.map +1 -0
- package/esm/resources/Customers.d.ts +1121 -0
- package/esm/resources/Customers.js +542 -460
- package/esm/resources/Customers.js.map +1 -0
- package/esm/resources/Discounts.d.ts +133 -0
- package/esm/resources/Discounts.js +3 -0
- package/esm/resources/Discounts.js.map +1 -0
- package/esm/resources/Disputes.d.ts +711 -0
- package/esm/resources/Disputes.js +33 -14
- package/esm/resources/Disputes.js.map +1 -0
- package/esm/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
- package/esm/resources/Entitlements/ActiveEntitlementSummaries.js +3 -0
- package/esm/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
- package/esm/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
- package/esm/resources/Entitlements/ActiveEntitlements.js +17 -12
- package/esm/resources/Entitlements/ActiveEntitlements.js.map +1 -0
- package/esm/resources/Entitlements/Features.d.ts +115 -0
- package/esm/resources/Entitlements/Features.js +29 -17
- package/esm/resources/Entitlements/Features.js.map +1 -0
- package/esm/resources/Entitlements/index.d.ts +17 -0
- package/esm/resources/Entitlements/index.js +11 -0
- package/esm/resources/Entitlements/index.js.map +1 -0
- package/esm/resources/EphemeralKeys.d.ts +63 -0
- package/esm/resources/EphemeralKeys.js +18 -13
- package/esm/resources/EphemeralKeys.js.map +1 -0
- package/esm/resources/Events.d.ts +4099 -0
- package/esm/resources/Events.js +17 -9
- package/esm/resources/Events.js.map +1 -0
- package/esm/resources/ExchangeRates.d.ts +47 -0
- package/esm/resources/ExchangeRates.js +23 -12
- package/esm/resources/ExchangeRates.js.map +1 -0
- package/esm/resources/ExternalAccounts.d.ts +215 -0
- package/esm/resources/ExternalAccounts.js +42 -18
- package/esm/resources/ExternalAccounts.js.map +1 -0
- package/esm/resources/FeeRefunds.d.ts +37 -0
- package/esm/resources/FeeRefunds.js +3 -0
- package/esm/resources/FeeRefunds.js.map +1 -0
- package/esm/resources/FileLinks.d.ts +116 -0
- package/esm/resources/FileLinks.js +29 -11
- package/esm/resources/FileLinks.js.map +1 -0
- package/esm/resources/Files.d.ts +127 -0
- package/esm/resources/Files.js +30 -19
- package/esm/resources/Files.js.map +1 -0
- package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
- package/esm/resources/FinancialConnections/AccountInferredBalances.js +3 -0
- package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
- package/esm/resources/FinancialConnections/AccountOwners.d.ts +34 -0
- package/esm/resources/FinancialConnections/AccountOwners.js +3 -0
- package/esm/resources/FinancialConnections/AccountOwners.js.map +1 -0
- package/esm/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
- package/esm/resources/FinancialConnections/AccountOwnerships.js +3 -0
- package/esm/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
- package/esm/resources/FinancialConnections/Accounts.d.ts +453 -0
- package/esm/resources/FinancialConnections/Accounts.js +57 -38
- package/esm/resources/FinancialConnections/Accounts.js.map +1 -0
- package/esm/resources/FinancialConnections/Authorizations.d.ts +87 -0
- package/esm/resources/FinancialConnections/Authorizations.js +9 -7
- package/esm/resources/FinancialConnections/Authorizations.js.map +1 -0
- package/esm/resources/FinancialConnections/Institutions.d.ts +101 -0
- package/esm/resources/FinancialConnections/Institutions.js +17 -12
- package/esm/resources/FinancialConnections/Institutions.js.map +1 -0
- package/esm/resources/FinancialConnections/Sessions.d.ts +314 -0
- package/esm/resources/FinancialConnections/Sessions.js +15 -11
- package/esm/resources/FinancialConnections/Sessions.js.map +1 -0
- package/esm/resources/FinancialConnections/Transactions.d.ts +111 -0
- package/esm/resources/FinancialConnections/Transactions.js +17 -12
- package/esm/resources/FinancialConnections/Transactions.js.map +1 -0
- package/esm/resources/FinancialConnections/index.d.ts +33 -0
- package/esm/resources/FinancialConnections/index.js +17 -0
- package/esm/resources/FinancialConnections/index.js.map +1 -0
- package/esm/resources/Forwarding/Requests.d.ts +203 -0
- package/esm/resources/Forwarding/Requests.js +23 -13
- package/esm/resources/Forwarding/Requests.js.map +1 -0
- package/esm/resources/Forwarding/index.d.ts +11 -0
- package/esm/resources/Forwarding/index.js +9 -0
- package/esm/resources/Forwarding/index.js.map +1 -0
- package/esm/resources/FundingInstructions.d.ts +213 -0
- package/esm/resources/FundingInstructions.js +3 -0
- package/esm/resources/FundingInstructions.js.map +1 -0
- package/esm/resources/FxQuotes.d.ts +212 -0
- package/esm/resources/FxQuotes.js +23 -10
- package/esm/resources/FxQuotes.js.map +1 -0
- package/esm/resources/Identity/VerificationReports.d.ts +414 -0
- package/esm/resources/Identity/VerificationReports.js +17 -12
- package/esm/resources/Identity/VerificationReports.js.map +1 -0
- package/esm/resources/Identity/VerificationSessions.d.ts +532 -0
- package/esm/resources/Identity/VerificationSessions.js +73 -28
- package/esm/resources/Identity/VerificationSessions.js.map +1 -0
- package/esm/resources/Identity/index.d.ts +15 -0
- package/esm/resources/Identity/index.js +11 -0
- package/esm/resources/Identity/index.js.map +1 -0
- package/esm/resources/InvoiceItems.d.ts +591 -0
- package/esm/resources/InvoiceItems.js +117 -103
- package/esm/resources/InvoiceItems.js.map +1 -0
- package/esm/resources/InvoiceLineItems.d.ts +317 -0
- package/esm/resources/InvoiceLineItems.js +3 -0
- package/esm/resources/InvoiceLineItems.js.map +1 -0
- package/esm/resources/InvoicePayments.d.ts +142 -0
- package/esm/resources/InvoicePayments.js +17 -12
- package/esm/resources/InvoicePayments.js.map +1 -0
- package/esm/resources/InvoiceRenderingTemplates.d.ts +87 -0
- package/esm/resources/InvoiceRenderingTemplates.js +29 -20
- package/esm/resources/InvoiceRenderingTemplates.js.map +1 -0
- package/esm/resources/Invoices.d.ts +5543 -0
- package/esm/resources/Invoices.js +701 -607
- package/esm/resources/Invoices.js.map +1 -0
- package/esm/resources/Issuing/Authorizations.d.ts +606 -0
- package/esm/resources/Issuing/Authorizations.js +671 -644
- package/esm/resources/Issuing/Authorizations.js.map +1 -0
- package/esm/resources/Issuing/Cardholders.d.ts +719 -0
- package/esm/resources/Issuing/Cardholders.js +29 -17
- package/esm/resources/Issuing/Cardholders.js.map +1 -0
- package/esm/resources/Issuing/Cards.d.ts +764 -0
- package/esm/resources/Issuing/Cards.js +29 -11
- package/esm/resources/Issuing/Cards.js.map +1 -0
- package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +640 -0
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +41 -28
- package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
- package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +95 -0
- package/esm/resources/Issuing/DisputeSettlementDetails.js +17 -12
- package/esm/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
- package/esm/resources/Issuing/Disputes.d.ts +862 -0
- package/esm/resources/Issuing/Disputes.js +35 -21
- package/esm/resources/Issuing/Disputes.js.map +1 -0
- package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
- package/esm/resources/Issuing/FraudLiabilityDebits.js +17 -12
- package/esm/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
- package/esm/resources/Issuing/PersonalizationDesigns.d.ts +291 -0
- package/esm/resources/Issuing/PersonalizationDesigns.js +29 -20
- package/esm/resources/Issuing/PersonalizationDesigns.js.map +1 -0
- package/esm/resources/Issuing/PhysicalBundles.d.ts +93 -0
- package/esm/resources/Issuing/PhysicalBundles.js +17 -12
- package/esm/resources/Issuing/PhysicalBundles.js.map +1 -0
- package/esm/resources/Issuing/Settlements.d.ts +85 -0
- package/esm/resources/Issuing/Settlements.js +3 -0
- package/esm/resources/Issuing/Settlements.js.map +1 -0
- package/esm/resources/Issuing/Tokens.d.ts +250 -0
- package/esm/resources/Issuing/Tokens.js +23 -16
- package/esm/resources/Issuing/Tokens.js.map +1 -0
- package/esm/resources/Issuing/Transactions.d.ts +460 -0
- package/esm/resources/Issuing/Transactions.js +219 -210
- package/esm/resources/Issuing/Transactions.js.map +1 -0
- package/esm/resources/Issuing/index.d.ts +53 -0
- package/esm/resources/Issuing/index.js +29 -0
- package/esm/resources/Issuing/index.js.map +1 -0
- package/esm/resources/LineItems.d.ts +128 -0
- package/esm/resources/LineItems.js +3 -0
- package/esm/resources/LineItems.js.map +1 -0
- package/esm/resources/LoginLinks.d.ts +14 -0
- package/esm/resources/LoginLinks.js +3 -0
- package/esm/resources/LoginLinks.js.map +1 -0
- package/esm/resources/Mandates.d.ts +351 -0
- package/esm/resources/Mandates.js +17 -9
- package/esm/resources/Mandates.js.map +1 -0
- package/esm/resources/Margins.d.ts +115 -0
- package/esm/resources/Margins.js +29 -17
- package/esm/resources/Margins.js.map +1 -0
- package/esm/resources/OAuth.d.ts +280 -0
- package/esm/resources/OAuth.js +23 -22
- package/esm/resources/OAuth.js.map +1 -0
- package/esm/resources/Orders.d.ts +4693 -0
- package/esm/resources/Orders.js +354 -339
- package/esm/resources/Orders.js.map +1 -0
- package/esm/resources/PaymentAttemptRecords.d.ts +1895 -0
- package/esm/resources/PaymentAttemptRecords.js +17 -12
- package/esm/resources/PaymentAttemptRecords.js.map +1 -0
- package/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
- package/esm/resources/PaymentIntentAmountDetailsLineItems.js +3 -0
- package/esm/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
- package/esm/resources/PaymentIntents.d.ts +22129 -0
- package/esm/resources/PaymentIntents.js +190 -59
- package/esm/resources/PaymentIntents.js.map +1 -0
- package/esm/resources/PaymentLinks.d.ts +2077 -0
- package/esm/resources/PaymentLinks.js +326 -311
- package/esm/resources/PaymentLinks.js.map +1 -0
- package/esm/resources/PaymentMethodConfigurations.d.ts +4389 -0
- package/esm/resources/PaymentMethodConfigurations.js +29 -20
- package/esm/resources/PaymentMethodConfigurations.js.map +1 -0
- package/esm/resources/PaymentMethodDomains.d.ts +246 -0
- package/esm/resources/PaymentMethodDomains.js +40 -24
- package/esm/resources/PaymentMethodDomains.js.map +1 -0
- package/esm/resources/PaymentMethods.d.ts +2064 -0
- package/esm/resources/PaymentMethods.js +55 -25
- package/esm/resources/PaymentMethods.js.map +1 -0
- package/esm/resources/PaymentRecords.d.ts +2365 -0
- package/esm/resources/PaymentRecords.js +58 -32
- package/esm/resources/PaymentRecords.js.map +1 -0
- package/esm/resources/Payouts.d.ts +262 -0
- package/esm/resources/Payouts.js +47 -19
- package/esm/resources/Payouts.js.map +1 -0
- package/esm/resources/Persons.d.ts +474 -0
- package/esm/resources/Persons.js +3 -0
- package/esm/resources/Persons.js.map +1 -0
- package/esm/resources/Plans.d.ts +379 -0
- package/esm/resources/Plans.js +128 -111
- package/esm/resources/Plans.js.map +1 -0
- package/esm/resources/Prices.d.ts +773 -0
- package/esm/resources/Prices.js +294 -276
- package/esm/resources/Prices.js.map +1 -0
- package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +37 -0
- package/esm/resources/Privacy/RedactionJobValidationErrors.js +3 -0
- package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
- package/esm/resources/Privacy/RedactionJobs.d.ts +225 -0
- package/esm/resources/Privacy/RedactionJobs.js +67 -37
- package/esm/resources/Privacy/RedactionJobs.js.map +1 -0
- package/esm/resources/Privacy/index.d.ts +13 -0
- package/esm/resources/Privacy/index.js +9 -0
- package/esm/resources/Privacy/index.js.map +1 -0
- package/esm/resources/ProductCatalog/TrialOffers.d.ts +127 -0
- package/esm/resources/ProductCatalog/TrialOffers.js +9 -7
- package/esm/resources/ProductCatalog/TrialOffers.js.map +1 -0
- package/esm/resources/ProductCatalog/index.d.ts +11 -0
- package/esm/resources/ProductCatalog/index.js +9 -0
- package/esm/resources/ProductCatalog/index.js.map +1 -0
- package/esm/resources/ProductFeatures.d.ts +38 -0
- package/esm/resources/ProductFeatures.js +3 -0
- package/esm/resources/ProductFeatures.js.map +1 -0
- package/esm/resources/Products.d.ts +603 -0
- package/esm/resources/Products.js +94 -58
- package/esm/resources/Products.js.map +1 -0
- package/esm/resources/PromotionCodes.d.ts +283 -0
- package/esm/resources/PromotionCodes.js +31 -19
- package/esm/resources/PromotionCodes.js.map +1 -0
- package/esm/resources/QuoteLines.d.ts +507 -0
- package/esm/resources/QuoteLines.js +3 -0
- package/esm/resources/QuoteLines.js.map +1 -0
- package/esm/resources/QuotePreviewInvoices.d.ts +1110 -0
- package/esm/resources/QuotePreviewInvoices.js +3 -0
- package/esm/resources/QuotePreviewInvoices.js.map +1 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +733 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.js +3 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
- package/esm/resources/Quotes.d.ts +3411 -0
- package/esm/resources/Quotes.js +1479 -1404
- package/esm/resources/Quotes.js.map +1 -0
- package/esm/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
- package/esm/resources/Radar/EarlyFraudWarnings.js +19 -12
- package/esm/resources/Radar/EarlyFraudWarnings.js.map +1 -0
- package/esm/resources/Radar/PaymentEvaluations.d.ts +581 -0
- package/esm/resources/Radar/PaymentEvaluations.js +9 -7
- package/esm/resources/Radar/PaymentEvaluations.js.map +1 -0
- package/esm/resources/Radar/ValueListItems.d.ts +119 -0
- package/esm/resources/Radar/ValueListItems.js +29 -20
- package/esm/resources/Radar/ValueListItems.js.map +1 -0
- package/esm/resources/Radar/ValueLists.d.ts +170 -0
- package/esm/resources/Radar/ValueLists.js +35 -21
- package/esm/resources/Radar/ValueLists.js.map +1 -0
- package/esm/resources/Radar/index.d.ts +23 -0
- package/esm/resources/Radar/index.js +15 -0
- package/esm/resources/Radar/index.js.map +1 -0
- package/esm/resources/Refunds.d.ts +513 -0
- package/esm/resources/Refunds.js +49 -15
- package/esm/resources/Refunds.js.map +1 -0
- package/esm/resources/Reporting/ReportRuns.d.ts +176 -0
- package/esm/resources/Reporting/ReportRuns.js +23 -13
- package/esm/resources/Reporting/ReportRuns.js.map +1 -0
- package/esm/resources/Reporting/ReportTypes.d.ts +66 -0
- package/esm/resources/Reporting/ReportTypes.js +17 -12
- package/esm/resources/Reporting/ReportTypes.js.map +1 -0
- package/esm/resources/Reporting/index.d.ts +15 -0
- package/esm/resources/Reporting/index.js +11 -0
- package/esm/resources/Reporting/index.js.map +1 -0
- package/esm/resources/Reserve/Holds.d.ts +131 -0
- package/esm/resources/Reserve/Holds.js +17 -9
- package/esm/resources/Reserve/Holds.js.map +1 -0
- package/esm/resources/Reserve/Plans.d.ts +92 -0
- package/esm/resources/Reserve/Plans.js +9 -4
- package/esm/resources/Reserve/Plans.js.map +1 -0
- package/esm/resources/Reserve/Releases.d.ts +119 -0
- package/esm/resources/Reserve/Releases.js +17 -12
- package/esm/resources/Reserve/Releases.js.map +1 -0
- package/esm/resources/Reserve/index.d.ts +19 -0
- package/esm/resources/Reserve/index.js +13 -0
- package/esm/resources/Reserve/index.js.map +1 -0
- package/esm/resources/ReserveTransactions.d.ts +19 -0
- package/esm/resources/ReserveTransactions.js +3 -0
- package/esm/resources/ReserveTransactions.js.map +1 -0
- package/esm/resources/Reviews.d.ts +143 -0
- package/esm/resources/Reviews.js +23 -13
- package/esm/resources/Reviews.js.map +1 -0
- package/esm/resources/SetupAttempts.d.ts +563 -0
- package/esm/resources/SetupAttempts.js +11 -8
- package/esm/resources/SetupAttempts.js.map +1 -0
- package/esm/resources/SetupIntents.d.ts +4801 -0
- package/esm/resources/SetupIntents.js +69 -29
- package/esm/resources/SetupIntents.js.map +1 -0
- package/esm/resources/ShippingRates.d.ts +319 -0
- package/esm/resources/ShippingRates.js +29 -17
- package/esm/resources/ShippingRates.js.map +1 -0
- package/esm/resources/Sigma/ScheduledQueryRuns.d.ts +83 -0
- package/esm/resources/Sigma/ScheduledQueryRuns.js +17 -12
- package/esm/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
- package/esm/resources/Sigma/index.d.ts +11 -0
- package/esm/resources/Sigma/index.js +9 -0
- package/esm/resources/Sigma/index.js.map +1 -0
- package/esm/resources/SourceMandateNotifications.d.ts +79 -0
- package/esm/resources/SourceMandateNotifications.js +3 -0
- package/esm/resources/SourceMandateNotifications.js.map +1 -0
- package/esm/resources/SourceTransactions.d.ts +140 -0
- package/esm/resources/SourceTransactions.js +3 -0
- package/esm/resources/SourceTransactions.js.map +1 -0
- package/esm/resources/Sources.d.ts +933 -0
- package/esm/resources/Sources.js +37 -15
- package/esm/resources/Sources.js.map +1 -0
- package/esm/resources/SubscriptionItems.d.ts +564 -0
- package/esm/resources/SubscriptionItems.js +328 -305
- package/esm/resources/SubscriptionItems.js.map +1 -0
- package/esm/resources/SubscriptionSchedules.d.ts +2947 -0
- package/esm/resources/SubscriptionSchedules.js +116 -91
- package/esm/resources/SubscriptionSchedules.js.map +1 -0
- package/esm/resources/Subscriptions.d.ts +3126 -0
- package/esm/resources/Subscriptions.js +753 -694
- package/esm/resources/Subscriptions.js.map +1 -0
- package/esm/resources/Tax/Associations.d.ts +75 -0
- package/esm/resources/Tax/Associations.js +9 -4
- package/esm/resources/Tax/Associations.js.map +1 -0
- package/esm/resources/Tax/CalculationLineItems.d.ts +125 -0
- package/esm/resources/Tax/CalculationLineItems.js +3 -0
- package/esm/resources/Tax/CalculationLineItems.js.map +1 -0
- package/esm/resources/Tax/Calculations.d.ts +491 -0
- package/esm/resources/Tax/Calculations.js +23 -13
- package/esm/resources/Tax/Calculations.js.map +1 -0
- package/esm/resources/Tax/Forms.d.ts +230 -0
- package/esm/resources/Tax/Forms.js +26 -15
- package/esm/resources/Tax/Forms.js.map +1 -0
- package/esm/resources/Tax/Locations.d.ts +108 -0
- package/esm/resources/Tax/Locations.js +27 -13
- package/esm/resources/Tax/Locations.js.map +1 -0
- package/esm/resources/Tax/Registrations.d.ts +3356 -0
- package/esm/resources/Tax/Registrations.js +31 -17
- package/esm/resources/Tax/Registrations.js.map +1 -0
- package/esm/resources/Tax/Settings.d.ts +118 -0
- package/esm/resources/Tax/Settings.js +15 -5
- package/esm/resources/Tax/Settings.js.map +1 -0
- package/esm/resources/Tax/TransactionLineItems.d.ts +67 -0
- package/esm/resources/Tax/TransactionLineItems.js +3 -0
- package/esm/resources/Tax/TransactionLineItems.js.map +1 -0
- package/esm/resources/Tax/Transactions.d.ts +347 -0
- package/esm/resources/Tax/Transactions.js +29 -20
- package/esm/resources/Tax/Transactions.js.map +1 -0
- package/esm/resources/Tax/index.d.ts +39 -0
- package/esm/resources/Tax/index.js +21 -0
- package/esm/resources/Tax/index.js.map +1 -0
- package/esm/resources/TaxCodes.d.ts +58 -0
- package/esm/resources/TaxCodes.js +17 -9
- package/esm/resources/TaxCodes.js.map +1 -0
- package/esm/resources/TaxDeductedAtSources.d.ts +22 -0
- package/esm/resources/TaxDeductedAtSources.js +3 -0
- package/esm/resources/TaxDeductedAtSources.js.map +1 -0
- package/esm/resources/TaxIds.d.ts +216 -0
- package/esm/resources/TaxIds.js +29 -11
- package/esm/resources/TaxIds.js.map +1 -0
- package/esm/resources/TaxRates.d.ts +226 -0
- package/esm/resources/TaxRates.js +29 -11
- package/esm/resources/TaxRates.js.map +1 -0
- package/esm/resources/Terminal/Configurations.d.ts +1682 -0
- package/esm/resources/Terminal/Configurations.js +35 -24
- package/esm/resources/Terminal/Configurations.js.map +1 -0
- package/esm/resources/Terminal/ConnectionTokens.d.ts +34 -0
- package/esm/resources/Terminal/ConnectionTokens.js +9 -7
- package/esm/resources/Terminal/ConnectionTokens.js.map +1 -0
- package/esm/resources/Terminal/Locations.d.ts +285 -0
- package/esm/resources/Terminal/Locations.js +36 -21
- package/esm/resources/Terminal/Locations.js.map +1 -0
- package/esm/resources/Terminal/OnboardingLinks.d.ts +89 -0
- package/esm/resources/Terminal/OnboardingLinks.js +9 -7
- package/esm/resources/Terminal/OnboardingLinks.js.map +1 -0
- package/esm/resources/Terminal/ReaderCollectedData.d.ts +52 -0
- package/esm/resources/Terminal/ReaderCollectedData.js +9 -7
- package/esm/resources/Terminal/ReaderCollectedData.js.map +1 -0
- package/esm/resources/Terminal/Readers.d.ts +1029 -0
- package/esm/resources/Terminal/Readers.js +83 -53
- package/esm/resources/Terminal/Readers.js.map +1 -0
- package/esm/resources/Terminal/index.d.ts +31 -0
- package/esm/resources/Terminal/index.js +19 -0
- package/esm/resources/Terminal/index.js.map +1 -0
- package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +724 -0
- package/esm/resources/TestHelpers/ConfirmationTokens.js +9 -7
- package/esm/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
- package/esm/resources/TestHelpers/Customers.d.ts +29 -0
- package/esm/resources/TestHelpers/Customers.js +9 -7
- package/esm/resources/TestHelpers/Customers.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
- package/esm/resources/TestHelpers/Issuing/Authorizations.js +978 -953
- package/esm/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
- package/esm/resources/TestHelpers/Issuing/Cards.js +33 -23
- package/esm/resources/TestHelpers/Issuing/Cards.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
- package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js +21 -15
- package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
- package/esm/resources/TestHelpers/Issuing/Transactions.js +289 -272
- package/esm/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/index.d.ts +14 -0
- package/esm/resources/TestHelpers/Issuing/index.js +15 -0
- package/esm/resources/TestHelpers/Issuing/index.js.map +1 -0
- package/esm/resources/TestHelpers/Refunds.d.ts +17 -0
- package/esm/resources/TestHelpers/Refunds.js +9 -7
- package/esm/resources/TestHelpers/Refunds.js.map +1 -0
- package/esm/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
- package/esm/resources/TestHelpers/Terminal/Readers.js +21 -15
- package/esm/resources/TestHelpers/Terminal/Readers.js.map +1 -0
- package/esm/resources/TestHelpers/Terminal/index.d.ts +8 -0
- package/esm/resources/TestHelpers/Terminal/index.js +9 -0
- package/esm/resources/TestHelpers/Terminal/index.js.map +1 -0
- package/esm/resources/TestHelpers/TestClocks.d.ts +142 -0
- package/esm/resources/TestHelpers/TestClocks.js +35 -24
- package/esm/resources/TestHelpers/TestClocks.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
- package/esm/resources/TestHelpers/Treasury/InboundTransfers.js +21 -15
- package/esm/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
- package/esm/resources/TestHelpers/Treasury/OutboundPayments.js +27 -19
- package/esm/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
- package/esm/resources/TestHelpers/Treasury/OutboundTransfers.js +27 -19
- package/esm/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +94 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedCredits.js +9 -7
- package/esm/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +93 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedDebits.js +9 -7
- package/esm/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/index.d.ts +16 -0
- package/esm/resources/TestHelpers/Treasury/index.js +17 -0
- package/esm/resources/TestHelpers/Treasury/index.js.map +1 -0
- package/esm/resources/TestHelpers/index.d.ts +26 -0
- package/esm/resources/TestHelpers/index.js +21 -0
- package/esm/resources/TestHelpers/index.js.map +1 -0
- package/esm/resources/Tokens.d.ts +874 -0
- package/esm/resources/Tokens.js +16 -5
- package/esm/resources/Tokens.js.map +1 -0
- package/esm/resources/Topups.d.ts +177 -0
- package/esm/resources/Topups.js +35 -12
- package/esm/resources/Topups.js.map +1 -0
- package/esm/resources/TransferReversals.d.ts +46 -0
- package/esm/resources/TransferReversals.js +3 -0
- package/esm/resources/TransferReversals.js.map +1 -0
- package/esm/resources/Transfers.d.ts +250 -0
- package/esm/resources/Transfers.js +63 -28
- package/esm/resources/Transfers.js.map +1 -0
- package/esm/resources/Treasury/CreditReversals.d.ts +132 -0
- package/esm/resources/Treasury/CreditReversals.js +23 -16
- package/esm/resources/Treasury/CreditReversals.js.map +1 -0
- package/esm/resources/Treasury/DebitReversals.d.ts +147 -0
- package/esm/resources/Treasury/DebitReversals.js +23 -16
- package/esm/resources/Treasury/DebitReversals.js.map +1 -0
- package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +407 -0
- package/esm/resources/Treasury/FinancialAccountFeatures.js +3 -0
- package/esm/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
- package/esm/resources/Treasury/FinancialAccounts.d.ts +789 -0
- package/esm/resources/Treasury/FinancialAccounts.js +47 -32
- package/esm/resources/Treasury/FinancialAccounts.js.map +1 -0
- package/esm/resources/Treasury/InboundTransfers.d.ts +263 -0
- package/esm/resources/Treasury/InboundTransfers.js +29 -20
- package/esm/resources/Treasury/InboundTransfers.js.map +1 -0
- package/esm/resources/Treasury/OutboundPayments.d.ts +452 -0
- package/esm/resources/Treasury/OutboundPayments.js +29 -20
- package/esm/resources/Treasury/OutboundPayments.js.map +1 -0
- package/esm/resources/Treasury/OutboundTransfers.d.ts +390 -0
- package/esm/resources/Treasury/OutboundTransfers.js +29 -20
- package/esm/resources/Treasury/OutboundTransfers.js.map +1 -0
- package/esm/resources/Treasury/ReceivedCredits.d.ts +283 -0
- package/esm/resources/Treasury/ReceivedCredits.js +17 -12
- package/esm/resources/Treasury/ReceivedCredits.js.map +1 -0
- package/esm/resources/Treasury/ReceivedDebits.d.ts +228 -0
- package/esm/resources/Treasury/ReceivedDebits.js +17 -12
- package/esm/resources/Treasury/ReceivedDebits.js.map +1 -0
- package/esm/resources/Treasury/TransactionEntries.d.ts +187 -0
- package/esm/resources/Treasury/TransactionEntries.js +313 -305
- package/esm/resources/Treasury/TransactionEntries.js.map +1 -0
- package/esm/resources/Treasury/Transactions.d.ts +212 -0
- package/esm/resources/Treasury/Transactions.js +347 -341
- package/esm/resources/Treasury/Transactions.js.map +1 -0
- package/esm/resources/Treasury/index.d.ts +49 -0
- package/esm/resources/Treasury/index.js +27 -0
- package/esm/resources/Treasury/index.js.map +1 -0
- package/esm/resources/V2/Billing/BillSettingVersions.d.ts +75 -0
- package/esm/resources/V2/Billing/BillSettingVersions.js +3 -0
- package/esm/resources/V2/Billing/BillSettingVersions.js.map +1 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.js +17 -12
- package/esm/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/BillSettings.d.ts +284 -0
- package/esm/resources/V2/Billing/BillSettings.js +35 -22
- package/esm/resources/V2/Billing/BillSettings.js.map +1 -0
- package/esm/resources/V2/Billing/Cadences.d.ts +953 -0
- package/esm/resources/V2/Billing/Cadences.js +125 -110
- package/esm/resources/V2/Billing/Cadences.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +242 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.js +3 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js +43 -37
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettings.d.ts +785 -0
- package/esm/resources/V2/Billing/CollectionSettings.js +115 -102
- package/esm/resources/V2/Billing/CollectionSettings.js.map +1 -0
- package/esm/resources/V2/Billing/MeterEventAdjustments.d.ts +81 -0
- package/esm/resources/V2/Billing/MeterEventAdjustments.js +9 -7
- package/esm/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
- package/esm/resources/V2/Billing/MeterEventSession.d.ts +41 -0
- package/esm/resources/V2/Billing/MeterEventSession.js +9 -7
- package/esm/resources/V2/Billing/MeterEventSession.js.map +1 -0
- package/esm/resources/V2/Billing/MeterEventStream.d.ts +48 -0
- package/esm/resources/V2/Billing/MeterEventStream.js +12 -8
- package/esm/resources/V2/Billing/MeterEventStream.js.map +1 -0
- package/esm/resources/V2/Billing/MeterEvents.d.ts +75 -0
- package/esm/resources/V2/Billing/MeterEvents.js +9 -4
- package/esm/resources/V2/Billing/MeterEvents.js.map +1 -0
- package/esm/resources/V2/Billing/Profiles.d.ts +166 -0
- package/esm/resources/V2/Billing/Profiles.js +29 -14
- package/esm/resources/V2/Billing/Profiles.js.map +1 -0
- package/esm/resources/V2/Billing/index.d.ts +41 -0
- package/esm/resources/V2/Billing/index.js +23 -0
- package/esm/resources/V2/Billing/index.js.map +1 -0
- package/esm/resources/V2/Core/AccountLinks.d.ts +235 -0
- package/esm/resources/V2/Core/AccountLinks.js +10 -4
- package/esm/resources/V2/Core/AccountLinks.js.map +1 -0
- package/esm/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
- package/esm/resources/V2/Core/AccountPersonTokens.js +3 -0
- package/esm/resources/V2/Core/AccountPersonTokens.js.map +1 -0
- package/esm/resources/V2/Core/AccountPersons.d.ts +473 -0
- package/esm/resources/V2/Core/AccountPersons.js +3 -0
- package/esm/resources/V2/Core/AccountPersons.js.map +1 -0
- package/esm/resources/V2/Core/AccountTokens.d.ts +788 -0
- package/esm/resources/V2/Core/AccountTokens.js +31 -24
- package/esm/resources/V2/Core/AccountTokens.js.map +1 -0
- package/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +378 -0
- package/esm/resources/V2/Core/Accounts/PersonTokens.js +25 -18
- package/esm/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
- package/esm/resources/V2/Core/Accounts/Persons.d.ts +884 -0
- package/esm/resources/V2/Core/Accounts/Persons.js +91 -72
- package/esm/resources/V2/Core/Accounts/Persons.js.map +1 -0
- package/esm/resources/V2/Core/Accounts.d.ts +7961 -0
- package/esm/resources/V2/Core/Accounts.js +142 -121
- package/esm/resources/V2/Core/Accounts.js.map +1 -0
- package/esm/resources/V2/Core/BatchJobs.d.ts +372 -0
- package/esm/resources/V2/Core/BatchJobs.js +180 -171
- package/esm/resources/V2/Core/BatchJobs.js.map +1 -0
- package/esm/resources/V2/Core/EventDestinations.d.ts +374 -0
- package/esm/resources/V2/Core/EventDestinations.js +53 -36
- package/esm/resources/V2/Core/EventDestinations.js.map +1 -0
- package/esm/resources/V2/Core/Events.d.ts +1429 -0
- package/esm/resources/V2/Core/Events.js +29 -38
- package/esm/resources/V2/Core/Events.js.map +1 -0
- package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +285 -0
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +48 -28
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
- package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +254 -0
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +56 -32
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
- package/esm/resources/V2/Core/Vault/index.d.ts +15 -0
- package/esm/resources/V2/Core/Vault/index.js +11 -0
- package/esm/resources/V2/Core/Vault/index.js.map +1 -0
- package/esm/resources/V2/Core/index.d.ts +38 -0
- package/esm/resources/V2/Core/index.js +21 -0
- package/esm/resources/V2/Core/index.js.map +1 -0
- package/esm/resources/V2/DeletedObject.d.ts +10 -0
- package/esm/resources/V2/DeletedObject.js +3 -0
- package/esm/resources/V2/DeletedObject.js.map +1 -0
- package/esm/resources/V2/EventMisc.d.ts +0 -0
- package/esm/resources/V2/EventMisc.js +2 -0
- package/esm/resources/V2/EventMisc.js.map +1 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.js +3 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +3 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +135 -0
- package/esm/resources/V2/MoneyManagement/Adjustments.js +17 -12
- package/esm/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +244 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +38 -24
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +215 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +25 -16
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +257 -0
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +24 -16
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +212 -0
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +16 -11
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +388 -0
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +35 -20
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +299 -0
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +43 -24
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +330 -0
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +33 -20
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +242 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +37 -20
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +96 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +11 -7
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +292 -0
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +17 -12
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +161 -0
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +17 -12
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +165 -0
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +17 -12
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/Transactions.d.ts +196 -0
- package/esm/resources/V2/MoneyManagement/Transactions.js +17 -12
- package/esm/resources/V2/MoneyManagement/Transactions.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/index.d.ts +63 -0
- package/esm/resources/V2/MoneyManagement/index.js +35 -0
- package/esm/resources/V2/MoneyManagement/index.js.map +1 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +17 -11
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
- package/esm/resources/V2/TestHelpers/index.d.ts +8 -0
- package/esm/resources/V2/TestHelpers/index.js +9 -0
- package/esm/resources/V2/TestHelpers/index.js.map +1 -0
- package/esm/resources/V2/V2Amounts.d.ts +4 -0
- package/esm/resources/V2/V2Amounts.js +2 -0
- package/esm/resources/V2/V2Amounts.js.map +1 -0
- package/esm/resources/V2/index.d.ts +25 -0
- package/esm/resources/V2/index.js +15 -0
- package/esm/resources/V2/index.js.map +1 -0
- package/esm/resources/WebhookEndpoints.d.ts +170 -0
- package/esm/resources/WebhookEndpoints.js +35 -21
- package/esm/resources/WebhookEndpoints.js.map +1 -0
- package/esm/resources.d.ts +85 -0
- package/esm/resources.js +184 -182
- package/esm/resources.js.map +1 -0
- package/esm/shared.d.ts +152 -0
- package/esm/shared.js +2 -0
- package/esm/shared.js.map +1 -0
- package/esm/stripe.core.d.ts +474 -0
- package/esm/stripe.core.js +495 -324
- package/esm/stripe.core.js.map +1 -0
- package/esm/stripe.esm.node.d.ts +475 -0
- package/esm/stripe.esm.node.js +588 -3
- package/esm/stripe.esm.node.js.map +1 -0
- package/esm/stripe.esm.worker.d.ts +3 -0
- package/esm/stripe.esm.worker.js +4 -2
- package/esm/stripe.esm.worker.js.map +1 -0
- package/esm/utils.d.ts +74 -0
- package/esm/utils.js +54 -125
- package/esm/utils.js.map +1 -0
- package/package.json +9 -5
- package/cjs/StripeMethod.js +0 -36
- package/esm/StripeMethod.js +0 -32
- package/types/.eslintrc.js +0 -22
- package/types/AccountLinks.d.ts +0 -33
- package/types/AccountLinksResource.d.ts +0 -82
- package/types/AccountNotices.d.ts +0 -113
- package/types/AccountNoticesResource.d.ts +0 -98
- package/types/AccountSessions.d.ts +0 -623
- package/types/AccountSessionsResource.d.ts +0 -941
- package/types/Accounts.d.ts +0 -2018
- package/types/AccountsResource.d.ts +0 -6057
- package/types/ApplePayDomains.d.ts +0 -57
- package/types/ApplePayDomainsResource.d.ts +0 -77
- package/types/ApplicationFees.d.ts +0 -108
- package/types/ApplicationFeesResource.d.ts +0 -162
- package/types/Applications.d.ts +0 -55
- package/types/Apps/Secrets.d.ts +0 -80
- package/types/Apps/SecretsResource.d.ts +0 -186
- package/types/Balance.d.ts +0 -425
- package/types/BalanceResource.d.ts +0 -26
- package/types/BalanceSettings.d.ts +0 -103
- package/types/BalanceSettingsResource.d.ts +0 -124
- package/types/BalanceTransactionSources.d.ts +0 -23
- package/types/BalanceTransactions.d.ts +0 -176
- package/types/BalanceTransactionsResource.d.ts +0 -72
- package/types/BankAccounts.d.ts +0 -435
- package/types/Billing/AlertTriggereds.d.ts +0 -42
- package/types/Billing/Alerts.d.ts +0 -84
- package/types/Billing/AlertsResource.d.ts +0 -183
- 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/Billing/CreditBalanceSummary.d.ts +0 -99
- package/types/Billing/CreditBalanceSummaryResource.d.ts +0 -83
- package/types/Billing/CreditBalanceTransactions.d.ts +0 -178
- package/types/Billing/CreditBalanceTransactionsResource.d.ts +0 -62
- package/types/Billing/CreditGrants.d.ts +0 -150
- package/types/Billing/CreditGrantsResource.d.ts +0 -248
- package/types/Billing/MeterEventAdjustments.d.ts +0 -53
- package/types/Billing/MeterEventAdjustmentsResource.d.ts +0 -48
- package/types/Billing/MeterEventSummaries.d.ts +0 -50
- package/types/Billing/MeterEvents.d.ts +0 -49
- package/types/Billing/MeterEventsResource.d.ts +0 -46
- package/types/Billing/Meters.d.ts +0 -110
- package/types/Billing/MetersResource.d.ts +0 -234
- package/types/BillingPortal/Configurations.d.ts +0 -319
- package/types/BillingPortal/ConfigurationsResource.d.ts +0 -679
- package/types/BillingPortal/Sessions.d.ts +0 -293
- package/types/BillingPortal/SessionsResource.d.ts +0 -273
- package/types/Capabilities.d.ts +0 -424
- package/types/Capital/FinancingOffers.d.ts +0 -188
- package/types/Capital/FinancingOffersResource.d.ts +0 -97
- package/types/Capital/FinancingSummary.d.ts +0 -109
- 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/Cards.d.ts +0 -230
- package/types/CashBalances.d.ts +0 -57
- package/types/Charges.d.ts +0 -2789
- package/types/ChargesResource.d.ts +0 -4202
- package/types/Checkout/Sessions.d.ts +0 -3169
- package/types/Checkout/SessionsResource.d.ts +0 -4460
- package/types/Climate/Orders.d.ts +0 -197
- package/types/Climate/OrdersResource.d.ts +0 -159
- package/types/Climate/Products.d.ts +0 -81
- package/types/Climate/ProductsResource.d.ts +0 -45
- package/types/Climate/Suppliers.d.ts +0 -82
- package/types/Climate/SuppliersResource.d.ts +0 -45
- package/types/ConfirmationTokens.d.ts +0 -1849
- package/types/ConfirmationTokensResource.d.ts +0 -27
- package/types/ConnectCollectionTransfers.d.ts +0 -40
- package/types/CountrySpecs.d.ts +0 -88
- package/types/CountrySpecsResource.d.ts +0 -43
- package/types/Coupons.d.ts +0 -174
- package/types/CouponsResource.d.ts +0 -226
- package/types/CreditNoteLineItems.d.ts +0 -212
- package/types/CreditNotes.d.ts +0 -408
- package/types/CreditNotesResource.d.ts +0 -773
- package/types/CustomerBalanceTransactions.d.ts +0 -106
- package/types/CustomerCashBalanceTransactions.d.ts +0 -230
- package/types/CustomerSessions.d.ts +0 -324
- package/types/CustomerSessionsResource.d.ts +0 -304
- package/types/CustomerSources.d.ts +0 -9
- package/types/Customers.d.ts +0 -326
- package/types/CustomersResource.d.ts +0 -1570
- package/types/Discounts.d.ts +0 -175
- package/types/Disputes.d.ts +0 -559
- package/types/DisputesResource.d.ts +0 -395
- package/types/Entitlements/ActiveEntitlementSummaries.d.ts +0 -32
- package/types/Entitlements/ActiveEntitlements.d.ts +0 -37
- package/types/Entitlements/ActiveEntitlementsResource.d.ts +0 -49
- package/types/Entitlements/Features.d.ts +0 -48
- package/types/Entitlements/FeaturesResource.d.ts +0 -118
- package/types/EphemeralKeys.d.ts +0 -40
- package/types/EphemeralKeysResource.d.ts +0 -65
- package/types/Errors.d.ts +0 -441
- package/types/EventTypes.d.ts +0 -5090
- package/types/Events.d.ts +0 -471
- package/types/EventsResource.d.ts +0 -63
- package/types/ExchangeRates.d.ts +0 -54
- package/types/ExchangeRatesResource.d.ts +0 -49
- package/types/ExternalAccounts.d.ts +0 -9
- package/types/ExternalAccountsResource.d.ts +0 -304
- package/types/FeeRefunds.d.ts +0 -54
- package/types/FileLinks.d.ts +0 -57
- package/types/FileLinksResource.d.ts +0 -114
- package/types/Files.d.ts +0 -96
- package/types/FilesResource.d.ts +0 -146
- package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
- package/types/FinancialConnections/AccountOwners.d.ts +0 -52
- package/types/FinancialConnections/AccountOwnerships.d.ts +0 -32
- package/types/FinancialConnections/Accounts.d.ts +0 -394
- package/types/FinancialConnections/AccountsResource.d.ts +0 -216
- package/types/FinancialConnections/Authorizations.d.ts +0 -93
- package/types/FinancialConnections/AuthorizationsResource.d.ts +0 -29
- package/types/FinancialConnections/Institutions.d.ts +0 -98
- package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
- package/types/FinancialConnections/Sessions.d.ts +0 -231
- package/types/FinancialConnections/SessionsResource.d.ts +0 -205
- package/types/FinancialConnections/Transactions.d.ts +0 -85
- package/types/FinancialConnections/TransactionsResource.d.ts +0 -68
- package/types/Forwarding/Requests.d.ts +0 -165
- package/types/Forwarding/RequestsResource.d.ts +0 -127
- package/types/FundingInstructions.d.ts +0 -297
- package/types/FxQuotes.d.ts +0 -155
- package/types/FxQuotesResource.d.ts +0 -130
- package/types/Identity/VerificationReports.d.ts +0 -487
- package/types/Identity/VerificationReportsResource.d.ts +0 -71
- package/types/Identity/VerificationSessions.d.ts +0 -352
- package/types/Identity/VerificationSessionsResource.d.ts +0 -366
- package/types/InvoiceItems.d.ts +0 -245
- package/types/InvoiceItemsResource.d.ts +0 -522
- package/types/InvoiceLineItems.d.ts +0 -410
- package/types/InvoicePayments.d.ts +0 -111
- package/types/InvoicePaymentsResource.d.ts +0 -88
- package/types/InvoiceRenderingTemplates.d.ts +0 -55
- package/types/InvoiceRenderingTemplatesResource.d.ts +0 -93
- package/types/Invoices.d.ts +0 -1834
- package/types/InvoicesResource.d.ts +0 -5936
- package/types/Issuing/Authorizations.d.ts +0 -689
- package/types/Issuing/AuthorizationsResource.d.ts +0 -151
- package/types/Issuing/Cardholders.d.ts +0 -1184
- package/types/Issuing/CardholdersResource.d.ts +0 -2412
- package/types/Issuing/Cards.d.ts +0 -1312
- package/types/Issuing/CardsResource.d.ts +0 -2371
- 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/Disputes.d.ts +0 -383
- package/types/Issuing/DisputesResource.d.ts +0 -776
- package/types/Issuing/FraudLiabilityDebits.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +0 -52
- package/types/Issuing/PersonalizationDesigns.d.ts +0 -142
- package/types/Issuing/PersonalizationDesignsResource.d.ts +0 -253
- package/types/Issuing/PhysicalBundles.d.ts +0 -75
- package/types/Issuing/PhysicalBundlesResource.d.ts +0 -63
- package/types/Issuing/Settlements.d.ts +0 -113
- package/types/Issuing/Tokens.d.ts +0 -273
- package/types/Issuing/TokensResource.d.ts +0 -88
- package/types/Issuing/Transactions.d.ts +0 -484
- package/types/Issuing/TransactionsResource.d.ts +0 -97
- package/types/LineItems.d.ts +0 -179
- package/types/LoginLinks.d.ts +0 -26
- package/types/Mandates.d.ts +0 -441
- package/types/MandatesResource.d.ts +0 -58
- package/types/Margins.d.ts +0 -56
- package/types/MarginsResource.d.ts +0 -114
- package/types/OAuth.d.ts +0 -355
- package/types/Orders.d.ts +0 -1165
- package/types/OrdersResource.d.ts +0 -5449
- package/types/PaymentAttemptRecords.d.ts +0 -2546
- package/types/PaymentAttemptRecordsResource.d.ts +0 -57
- package/types/PaymentIntentAmountDetailsLineItems.d.ts +0 -126
- package/types/PaymentIntents.d.ts +0 -4875
- package/types/PaymentIntentsResource.d.ts +0 -24384
- package/types/PaymentLinks.d.ts +0 -1068
- package/types/PaymentLinksResource.d.ts +0 -2375
- package/types/PaymentMethodConfigurations.d.ts +0 -2225
- package/types/PaymentMethodConfigurationsResource.d.ts +0 -3208
- package/types/PaymentMethodDomains.d.ts +0 -213
- package/types/PaymentMethodDomainsResource.d.ts +0 -126
- package/types/PaymentMethods.d.ts +0 -1744
- package/types/PaymentMethodsResource.d.ts +0 -1324
- package/types/PaymentRecords.d.ts +0 -2546
- package/types/PaymentRecordsResource.d.ts +0 -657
- package/types/Payouts.d.ts +0 -177
- package/types/PayoutsResource.d.ts +0 -201
- package/types/Persons.d.ts +0 -826
- package/types/Plans.d.ts +0 -195
- package/types/PlansResource.d.ts +0 -322
- package/types/Prices.d.ts +0 -347
- package/types/PricesResource.d.ts +0 -648
- package/types/Privacy/RedactionJobValidationErrors.d.ts +0 -60
- package/types/Privacy/RedactionJobs.d.ts +0 -111
- package/types/Privacy/RedactionJobsResource.d.ts +0 -233
- package/types/ProductCatalog/TrialOffers.d.ts +0 -82
- package/types/ProductCatalog/TrialOffersResource.d.ts +0 -85
- package/types/ProductFeatures.d.ts +0 -57
- package/types/Products.d.ts +0 -170
- package/types/ProductsResource.d.ts +0 -650
- package/types/PromotionCodes.d.ts +0 -125
- package/types/PromotionCodesResource.d.ts +0 -250
- package/types/QuoteLines.d.ts +0 -644
- package/types/QuotePreviewInvoices.d.ts +0 -1818
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -913
- package/types/Quotes.d.ts +0 -1278
- package/types/QuotesResource.d.ts +0 -3248
- package/types/Radar/EarlyFraudWarnings.d.ts +0 -55
- package/types/Radar/EarlyFraudWarningsResource.d.ts +0 -64
- package/types/Radar/PaymentEvaluations.d.ts +0 -580
- package/types/Radar/PaymentEvaluationsResource.d.ts +0 -208
- package/types/Radar/ValueListItems.d.ts +0 -74
- package/types/Radar/ValueListItemsResource.d.ts +0 -99
- package/types/Radar/ValueLists.d.ts +0 -104
- package/types/Radar/ValueListsResource.d.ts +0 -156
- package/types/Refunds.d.ts +0 -501
- package/types/RefundsResource.d.ts +0 -187
- package/types/Reporting/ReportRuns.d.ts +0 -115
- package/types/Reporting/ReportRunsResource.d.ts +0 -763
- package/types/Reporting/ReportTypes.d.ts +0 -64
- package/types/Reporting/ReportTypesResource.d.ts +0 -47
- package/types/Reserve/Holds.d.ts +0 -104
- package/types/Reserve/HoldsResource.d.ts +0 -76
- package/types/Reserve/Plans.d.ts +0 -103
- package/types/Reserve/PlansResource.d.ts +0 -29
- package/types/Reserve/Releases.d.ts +0 -105
- package/types/Reserve/ReleasesResource.d.ts +0 -60
- package/types/ReserveTransactions.d.ts +0 -32
- package/types/Reviews.d.ts +0 -146
- package/types/ReviewsResource.d.ts +0 -68
- package/types/SetupAttempts.d.ts +0 -919
- package/types/SetupAttemptsResource.d.ts +0 -35
- package/types/SetupIntents.d.ts +0 -1250
- package/types/SetupIntentsResource.d.ts +0 -5850
- package/types/ShippingRates.d.ts +0 -155
- package/types/ShippingRatesResource.d.ts +0 -262
- package/types/Sigma/ScheduledQueryRuns.d.ts +0 -76
- package/types/Sigma/ScheduledQueryRunsResource.d.ts +0 -47
- package/types/SourceMandateNotifications.d.ts +0 -105
- package/types/SourceTransactions.d.ts +0 -203
- package/types/Sources.d.ts +0 -775
- package/types/SourcesResource.d.ts +0 -611
- package/types/SubscriptionItems.d.ts +0 -161
- package/types/SubscriptionItemsResource.d.ts +0 -584
- package/types/SubscriptionSchedules.d.ts +0 -892
- package/types/SubscriptionSchedulesResource.d.ts +0 -2829
- package/types/Subscriptions.d.ts +0 -1127
- package/types/SubscriptionsResource.d.ts +0 -3095
- package/types/Tax/Associations.d.ts +0 -82
- package/types/Tax/AssociationsResource.d.ts +0 -29
- package/types/Tax/CalculationLineItems.d.ts +0 -200
- package/types/Tax/Calculations.d.ts +0 -527
- package/types/Tax/CalculationsResource.d.ts +0 -411
- package/types/Tax/Forms.d.ts +0 -220
- package/types/Tax/FormsResource.d.ts +0 -107
- package/types/Tax/Locations.d.ts +0 -34
- package/types/Tax/LocationsResource.d.ts +0 -117
- package/types/Tax/Registrations.d.ts +0 -1790
- package/types/Tax/RegistrationsResource.d.ts +0 -2591
- package/types/Tax/Settings.d.ts +0 -86
- package/types/Tax/SettingsResource.d.ts +0 -77
- package/types/Tax/TransactionLineItems.d.ts +0 -90
- package/types/Tax/Transactions.d.ts +0 -426
- package/types/Tax/TransactionsResource.d.ts +0 -182
- package/types/TaxCodes.d.ts +0 -48
- package/types/TaxCodesResource.d.ts +0 -43
- package/types/TaxDeductedAtSources.d.ts +0 -35
- package/types/TaxIds.d.ts +0 -262
- package/types/TaxIdsResource.d.ts +0 -263
- package/types/TaxRates.d.ts +0 -144
- package/types/TaxRatesResource.d.ts +0 -215
- package/types/Terminal/Configurations.d.ts +0 -639
- package/types/Terminal/ConfigurationsResource.d.ts +0 -1497
- package/types/Terminal/ConnectionTokens.d.ts +0 -29
- package/types/Terminal/ConnectionTokensResource.d.ts +0 -32
- package/types/Terminal/Locations.d.ts +0 -166
- package/types/Terminal/LocationsResource.d.ts +0 -233
- 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/Terminal/Readers.d.ts +0 -696
- package/types/Terminal/ReadersResource.d.ts +0 -665
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -1030
- package/types/TestHelpers/CustomersResource.d.ts +0 -40
- package/types/TestHelpers/Issuing/AuthorizationsResource.d.ts +0 -1404
- package/types/TestHelpers/Issuing/CardsResource.d.ts +0 -121
- package/types/TestHelpers/Issuing/PersonalizationDesignsResource.d.ts +0 -113
- package/types/TestHelpers/Issuing/TransactionsResource.d.ts +0 -1354
- package/types/TestHelpers/RefundsResource.d.ts +0 -29
- package/types/TestHelpers/Terminal/ReadersResource.d.ts +0 -151
- package/types/TestHelpers/TestClocks.d.ts +0 -98
- package/types/TestHelpers/TestClocksResource.d.ts +0 -108
- package/types/TestHelpers/Treasury/InboundTransfersResource.d.ts +0 -108
- package/types/TestHelpers/Treasury/OutboundPaymentsResource.d.ts +0 -175
- package/types/TestHelpers/Treasury/OutboundTransfersResource.d.ts +0 -175
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -119
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -117
- package/types/Tokens.d.ts +0 -84
- package/types/TokensResource.d.ts +0 -1086
- package/types/Topups.d.ts +0 -103
- package/types/TopupsResource.d.ts +0 -158
- package/types/TransferReversals.d.ts +0 -72
- package/types/Transfers.d.ts +0 -109
- package/types/TransfersResource.d.ts +0 -265
- package/types/Treasury/CreditReversals.d.ts +0 -92
- package/types/Treasury/CreditReversalsResource.d.ts +0 -88
- package/types/Treasury/DebitReversals.d.ts +0 -104
- package/types/Treasury/DebitReversalsResource.d.ts +0 -95
- package/types/Treasury/FinancialAccountFeatures.d.ts +0 -630
- package/types/Treasury/FinancialAccounts.d.ts +0 -255
- package/types/Treasury/FinancialAccountsResource.d.ts +0 -770
- package/types/Treasury/InboundTransfers.d.ts +0 -235
- package/types/Treasury/InboundTransfersResource.d.ts +0 -128
- package/types/Treasury/OutboundPayments.d.ts +0 -324
- package/types/Treasury/OutboundPaymentsResource.d.ts +0 -285
- package/types/Treasury/OutboundTransfers.d.ts +0 -325
- package/types/Treasury/OutboundTransfersResource.d.ts +0 -205
- package/types/Treasury/ReceivedCredits.d.ts +0 -305
- package/types/Treasury/ReceivedCreditsResource.d.ts +0 -79
- package/types/Treasury/ReceivedDebits.d.ts +0 -258
- package/types/Treasury/ReceivedDebitsResource.d.ts +0 -58
- package/types/Treasury/TransactionEntries.d.ts +0 -203
- package/types/Treasury/TransactionEntriesResource.d.ts +0 -70
- package/types/Treasury/Transactions.d.ts +0 -202
- package/types/Treasury/TransactionsResource.d.ts +0 -82
- package/types/UpcomingInvoices.d.ts +0 -5
- 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 -690
- package/types/V2/Billing/CadencesResource.d.ts +0 -487
- package/types/V2/Billing/CollectionSettingVersions.d.ts +0 -318
- package/types/V2/Billing/CollectionSettings/VersionsResource.d.ts +0 -62
- package/types/V2/Billing/CollectionSettings.d.ts +0 -341
- package/types/V2/Billing/CollectionSettingsResource.d.ts +0 -683
- package/types/V2/Billing/MeterEventAdjustments.d.ts +0 -65
- package/types/V2/Billing/MeterEventAdjustmentsResource.d.ts +0 -47
- package/types/V2/Billing/MeterEventSessionResource.d.ts +0 -26
- package/types/V2/Billing/MeterEventSessions.d.ts +0 -45
- package/types/V2/Billing/MeterEventStreamResource.d.ts +0 -62
- package/types/V2/Billing/MeterEvents.d.ts +0 -55
- package/types/V2/Billing/MeterEventsResource.d.ts +0 -52
- 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 -153
- package/types/V2/Core/AccountPersonTokens.d.ts +0 -44
- package/types/V2/Core/AccountPersons.d.ts +0 -661
- package/types/V2/Core/AccountTokens.d.ts +0 -44
- package/types/V2/Core/AccountTokensResource.d.ts +0 -1161
- package/types/V2/Core/Accounts/PersonTokensResource.d.ts +0 -556
- package/types/V2/Core/Accounts/PersonsResource.d.ts +0 -1260
- package/types/V2/Core/Accounts.d.ts +0 -6404
- package/types/V2/Core/AccountsResource.d.ts +0 -5623
- package/types/V2/Core/BatchJobs.d.ts +0 -365
- package/types/V2/Core/BatchJobsResource.d.ts +0 -126
- package/types/V2/Core/EventDestinations.d.ts +0 -214
- package/types/V2/Core/EventDestinationsResource.d.ts +0 -303
- package/types/V2/Core/EventTypes.d.ts +0 -2059
- package/types/V2/Core/Events.d.ts +0 -86
- package/types/V2/Core/EventsResource.d.ts +0 -63
- package/types/V2/Core/Vault/GbBankAccounts.d.ts +0 -186
- package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +0 -204
- package/types/V2/Core/Vault/UsBankAccounts.d.ts +0 -147
- package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +0 -203
- package/types/V2/DeletedObject.d.ts +0 -22
- package/types/V2/EventMisc.d.ts +0 -117
- 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 -160
- package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -172
- package/types/V2/MoneyManagement/FinancialAddresses.d.ts +0 -185
- package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +0 -109
- package/types/V2/MoneyManagement/InboundTransfers.d.ts +0 -212
- 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 -283
- package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +0 -247
- package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -97
- package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +0 -318
- 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 -213
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -98
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +0 -41
- package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +0 -115
- package/types/V2/MoneyManagement/ReceivedCredits.d.ts +0 -311
- 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 -195
- package/types/V2/MoneyManagement/TransactionsResource.d.ts +0 -83
- package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +0 -68
- package/types/WebhookEndpoints.d.ts +0 -101
- package/types/WebhookEndpointsResource.d.ts +0 -878
- package/types/Webhooks.d.ts +0 -164
- package/types/apiVersion.d.ts +0 -3
- package/types/crypto/crypto.d.ts +0 -59
- package/types/index.d.ts +0 -767
- package/types/lib.d.ts +0 -420
- package/types/net/net.d.ts +0 -99
- package/types/shared.d.ts +0 -178
- package/types/test/.eslintrc.js +0 -6
- package/types/test/tsconfig.json +0 -67
- package/types/test/typescriptTest.ts +0 -384
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 22.1.0-beta.1 - 2026-04-02
|
|
4
|
+
Please review the [changelog for 22.0.0](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md#2200---2026-04-02) for more information about changes in this release.
|
|
5
|
+
|
|
3
6
|
## 21.1.0-beta.2 - 2026-03-26
|
|
4
7
|
* [#2627](https://github.com/stripe/stripe-node/pull/2627) Fix export for Stripe.Decimal in CJS and ESM. Resolves [#2625](https://github.com/stripe/stripe-node/issues/2625)
|
|
5
8
|
|
|
@@ -56,6 +59,9 @@ This release changes the pinned API version to `2026-03-25.preview`. It is built
|
|
|
56
59
|
* [#2597](https://github.com/stripe/stripe-node/pull/2597) Merge to beta
|
|
57
60
|
* [#2592](https://github.com/stripe/stripe-node/pull/2592) Merge to beta
|
|
58
61
|
|
|
62
|
+
## 21.0.1 - 2026-03-26
|
|
63
|
+
* [#2626](https://github.com/stripe/stripe-node/pull/2626) Fix export for Stripe.Decimal in CJS and ESM. Resolves [#2625](https://github.com/stripe/stripe-node/issues/2625)
|
|
64
|
+
|
|
59
65
|
## 21.0.0 - 2026-03-25
|
|
60
66
|
|
|
61
67
|
This release changes the pinned API version to `2026-03-25.dahlia` and contains breaking changes (prefixed with ⚠️ below). There's also a [detailed migration guide](https://github.com/stripe/stripe-node/wiki/Migration-guide-for-v21) to simplify your upgrade process.
|
|
@@ -1663,8 +1669,8 @@ This release changes the pinned API version to 2025-05-28.preview.
|
|
|
1663
1669
|
* Add support for `allow_redisplay` on `Terminal.ReaderProcessPaymentIntentParams.process_config` and `Terminal.ReaderProcessSetupIntentParams`
|
|
1664
1670
|
* Add support for new value `international_transaction` on enum `Treasury.ReceivedCredit.failure_code`
|
|
1665
1671
|
* Add support for new value `2024-09-30.acacia` on enum `WebhookEndpointCreateParams.api_version`
|
|
1666
|
-
* Add support for new Usage Billing APIs `Billing.MeterEvent`, `Billing.MeterEventAdjustments`, `Billing.MeterEventSession`, `Billing.MeterEventStream` and the new Events API `Core.Events` in the [v2 namespace ](https://docs.
|
|
1667
|
-
* Add method `parseThinEvent()` on the `Stripe` class to parse [thin events](https://docs.
|
|
1672
|
+
* Add support for new Usage Billing APIs `Billing.MeterEvent`, `Billing.MeterEventAdjustments`, `Billing.MeterEventSession`, `Billing.MeterEventStream` and the new Events API `Core.Events` in the [v2 namespace ](https://docs.stripe.com/api-v2-overview)
|
|
1673
|
+
* Add method `parseThinEvent()` on the `Stripe` class to parse [thin events](https://docs.stripe.com/event-destinations#events-overview).
|
|
1668
1674
|
* Add method [rawRequest()](https://github.com/stripe/stripe-node/tree/master?tab=readme-ov-file#custom-requests) on the `Stripe` class that takes a HTTP method type, url and relevant parameters to make requests to the Stripe API that are not yet supported in the SDK.
|
|
1669
1675
|
|
|
1670
1676
|
### Changes
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
22.1.0-beta.1
|
package/cjs/Decimal.d.ts
ADDED
|
@@ -0,0 +1,532 @@
|
|
|
1
|
+
declare const __brand: unique symbol;
|
|
2
|
+
declare const __stripeType: unique symbol;
|
|
3
|
+
/**
|
|
4
|
+
* Rounding direction for Decimal operations.
|
|
5
|
+
*
|
|
6
|
+
* @remarks
|
|
7
|
+
* Seven modes corresponding to
|
|
8
|
+
* {@link https://standards.ieee.org/ieee/754/6210/ | IEEE 754-2019} §4.3
|
|
9
|
+
* rounding-direction attributes:
|
|
10
|
+
*
|
|
11
|
+
* | Direction | IEEE 754 name | Behavior | Examples (→ integer) |
|
|
12
|
+
* | -------------- | ----------------------- | --------------------------------- | ------------------------------------- |
|
|
13
|
+
* | `'ceil'` | `roundTowardPositive` | Toward +∞ | 1.1→2, -1.1→-1 |
|
|
14
|
+
* | `'floor'` | `roundTowardNegative` | Toward -∞ | 1.9→1, -1.1→-2 |
|
|
15
|
+
* | `'round-down'` | `roundTowardZero` | Toward zero (truncate) | 1.9→1, -1.9→-1 |
|
|
16
|
+
* | `'round-up'` | — | Away from zero | 1.1→2, -1.1→-2 |
|
|
17
|
+
* | `'half-up'` | `roundTiesToAway` | Nearest; ties away from zero | 0.5→1, -0.5→-1, 1.4→1 |
|
|
18
|
+
* | `'half-down'` | — | Nearest; ties toward zero | 0.5→0, -0.5→0, 1.6→2 |
|
|
19
|
+
* | `'half-even'` | `roundTiesToEven` | Nearest; ties to even (banker's) | 0.5→0, 1.5→2, 2.5→2, 3.5→4 |
|
|
20
|
+
*
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export type RoundDirection = 'ceil' | 'floor' | 'round-down' | 'round-up' | 'half-up' | 'half-down' | 'half-even';
|
|
24
|
+
/**
|
|
25
|
+
* Precision specification for {@link DecimalImpl.round}.
|
|
26
|
+
*
|
|
27
|
+
* @remarks
|
|
28
|
+
* Two modes are supported:
|
|
29
|
+
* - `"decimal-places"` — round to a fixed number of digits after the decimal point.
|
|
30
|
+
* - `"significant-figures"` — round to a fixed number of significant digits.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* ```ts
|
|
34
|
+
* // Round to 2 decimal places
|
|
35
|
+
* amount.round('half-even', { mode: 'decimal-places', value: 2 });
|
|
36
|
+
*
|
|
37
|
+
* // Round to 4 significant figures
|
|
38
|
+
* amount.round('half-up', { mode: 'significant-figures', value: 4 });
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export interface DecimalRoundingOptions {
|
|
44
|
+
mode: 'decimal-places' | 'significant-figures';
|
|
45
|
+
value: number;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Built-in rounding presets keyed by semantic name.
|
|
49
|
+
*
|
|
50
|
+
* @remarks
|
|
51
|
+
* This is an **open interface** — consumers can extend it via declaration
|
|
52
|
+
* merging to register custom presets that are accepted by
|
|
53
|
+
* {@link DecimalImpl.round}:
|
|
54
|
+
*
|
|
55
|
+
* ```ts
|
|
56
|
+
* declare module '@stripe/apps-extensibility-sdk/stdlib' {
|
|
57
|
+
* interface DecimalRoundingPresets {
|
|
58
|
+
* 'my-custom-preset': DecimalRoundingOptions;
|
|
59
|
+
* }
|
|
60
|
+
* }
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* Built-in presets:
|
|
64
|
+
*
|
|
65
|
+
* | Preset | Equivalent DecimalRoundingOptions |
|
|
66
|
+
* | ------------------- | ------------------------------------------------------ |
|
|
67
|
+
* | `"ubb-usage-count"` | `{ mode: "significant-figures", value: 15 }` |
|
|
68
|
+
* | `"v1-api"` | `{ mode: "decimal-places", value: 12 }` |
|
|
69
|
+
*
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export interface DecimalRoundingPresets {
|
|
73
|
+
'ubb-usage-count': DecimalRoundingOptions;
|
|
74
|
+
'v1-api': DecimalRoundingOptions;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* The IEEE 754 decimal128 coefficient size (34 digits) — the recommended
|
|
78
|
+
* precision for {@link DecimalImpl.div} when full precision is desired.
|
|
79
|
+
*
|
|
80
|
+
* @remarks
|
|
81
|
+
* Pass this as the `precision` argument to `div()` when you want the
|
|
82
|
+
* maximum available precision. Division requires explicit precision —
|
|
83
|
+
* no invisible defaults in financial code.
|
|
84
|
+
*
|
|
85
|
+
* @example
|
|
86
|
+
* ```ts
|
|
87
|
+
* // Use the full decimal128 precision explicitly
|
|
88
|
+
* a.div(b, DEFAULT_DIV_PRECISION, 'half-even');
|
|
89
|
+
* ```
|
|
90
|
+
*
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export declare const DEFAULT_DIV_PRECISION = 34;
|
|
94
|
+
/**
|
|
95
|
+
* Internal implementation of arbitrary-precision decimal arithmetic.
|
|
96
|
+
*
|
|
97
|
+
* @remarks
|
|
98
|
+
* Represents a decimal value as `coefficient × 10^exponent` using
|
|
99
|
+
* native `BigInt` for the coefficient, giving unlimited precision with
|
|
100
|
+
* no rounding on construction. Instances are always
|
|
101
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze | frozen}
|
|
102
|
+
* and all arithmetic produces new instances.
|
|
103
|
+
*
|
|
104
|
+
* This class is **not** exported directly — consumers interact with
|
|
105
|
+
* the branded {@link Decimal} type and the {@link Decimal | Decimal companion object}.
|
|
106
|
+
*
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
declare class DecimalImpl {
|
|
110
|
+
/** @internal */
|
|
111
|
+
private readonly _coefficient;
|
|
112
|
+
/** @internal */
|
|
113
|
+
private readonly _exponent;
|
|
114
|
+
/**
|
|
115
|
+
* Construct and normalise a decimal value.
|
|
116
|
+
*
|
|
117
|
+
* @param coefficient - The unscaled integer value.
|
|
118
|
+
* @param exponent - The power-of-ten scale factor.
|
|
119
|
+
*
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
constructor(coefficient: bigint, exponent: number);
|
|
123
|
+
/**
|
|
124
|
+
* Strip trailing zeros from `coefficient`, incrementing `exponent`
|
|
125
|
+
* for each zero removed. Zero always normalises to `(0n, 0)`.
|
|
126
|
+
*
|
|
127
|
+
* @param coefficient - Raw coefficient before normalisation.
|
|
128
|
+
* @param exponent - Raw exponent before normalisation.
|
|
129
|
+
* @returns A `[coefficient, exponent]` tuple with trailing zeros removed.
|
|
130
|
+
*
|
|
131
|
+
* @internal
|
|
132
|
+
*/
|
|
133
|
+
private static normalize;
|
|
134
|
+
/**
|
|
135
|
+
* Apply rounding to the result of an integer division.
|
|
136
|
+
*
|
|
137
|
+
* @remarks
|
|
138
|
+
* BigInt division truncates toward zero. This helper inspects the
|
|
139
|
+
* `remainder` to decide whether to adjust the truncated `quotient`
|
|
140
|
+
* by ±1 according to the chosen {@link RoundDirection}.
|
|
141
|
+
*
|
|
142
|
+
* The rounding direction is derived from the signs of `remainder`
|
|
143
|
+
* and `divisor`: when they agree the exact fractional part is
|
|
144
|
+
* positive (the truncation point is below the true value, so +1
|
|
145
|
+
* rounds to nearest); when they disagree the fractional part is
|
|
146
|
+
* negative (−1 rounds to nearest).
|
|
147
|
+
*
|
|
148
|
+
* @param quotient - Truncated integer quotient (`dividend / divisor`).
|
|
149
|
+
* @param remainder - Division remainder (`dividend % divisor`).
|
|
150
|
+
* @param divisor - The divisor used in the division.
|
|
151
|
+
* @param direction - The rounding strategy to apply.
|
|
152
|
+
* @returns The rounded quotient.
|
|
153
|
+
*
|
|
154
|
+
* @internal
|
|
155
|
+
*/
|
|
156
|
+
private static roundDivision;
|
|
157
|
+
/**
|
|
158
|
+
* Return the sum of this value and `other`.
|
|
159
|
+
*
|
|
160
|
+
* @param other - The addend.
|
|
161
|
+
* @returns A new {@link Decimal} equal to `this + other`.
|
|
162
|
+
*
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
add(other: Decimal): Decimal;
|
|
166
|
+
/**
|
|
167
|
+
* Return the difference of this value and `other`.
|
|
168
|
+
*
|
|
169
|
+
* @param other - The subtrahend.
|
|
170
|
+
* @returns A new {@link Decimal} equal to `this - other`.
|
|
171
|
+
*
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
sub(other: Decimal): Decimal;
|
|
175
|
+
/**
|
|
176
|
+
* Return the product of this value and `other`.
|
|
177
|
+
*
|
|
178
|
+
* @param other - The multiplicand.
|
|
179
|
+
* @returns A new {@link Decimal} equal to `this × other`.
|
|
180
|
+
*
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
mul(other: Decimal): Decimal;
|
|
184
|
+
/**
|
|
185
|
+
* Return the quotient of this value divided by `other`.
|
|
186
|
+
*
|
|
187
|
+
* @remarks
|
|
188
|
+
* Division scales the dividend to produce `precision` decimal digits
|
|
189
|
+
* in the result, then applies integer division and rounds the
|
|
190
|
+
* remainder according to `direction`.
|
|
191
|
+
*
|
|
192
|
+
* Division requires explicit rounding control — no invisible defaults
|
|
193
|
+
* in financial code. For full precision use {@link DEFAULT_DIV_PRECISION}
|
|
194
|
+
* (34, matching the IEEE 754 decimal128 coefficient size).
|
|
195
|
+
*
|
|
196
|
+
* @example
|
|
197
|
+
* ```ts
|
|
198
|
+
* Decimal.from('1').div(Decimal.from('3'), 5, 'half-up'); // "0.33333"
|
|
199
|
+
* Decimal.from('5').div(Decimal.from('2'), 0, 'half-up'); // "3"
|
|
200
|
+
* Decimal.from('5').div(Decimal.from('2'), 0, 'half-even'); // "2"
|
|
201
|
+
* ```
|
|
202
|
+
*
|
|
203
|
+
* @param other - The divisor. Must not be zero.
|
|
204
|
+
* @param precision - Maximum number of decimal digits in the result.
|
|
205
|
+
* @param direction - How to round when the exact quotient cannot
|
|
206
|
+
* be represented at the requested precision.
|
|
207
|
+
* @returns A new {@link Decimal} equal to `this ÷ other`, rounded to
|
|
208
|
+
* `precision` decimal places.
|
|
209
|
+
* @throws {@link Error} if `other` is zero.
|
|
210
|
+
* @throws {@link Error} if `precision` is negative or non-integer.
|
|
211
|
+
*
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
div(other: Decimal, precision: number, direction: RoundDirection): Decimal;
|
|
215
|
+
/**
|
|
216
|
+
* Three-way comparison of this value with `other`.
|
|
217
|
+
*
|
|
218
|
+
* @example
|
|
219
|
+
* ```ts
|
|
220
|
+
* const a = Decimal.from('1.5');
|
|
221
|
+
* const b = Decimal.from('2');
|
|
222
|
+
* a.cmp(b); // -1
|
|
223
|
+
* b.cmp(a); // 1
|
|
224
|
+
* a.cmp(a); // 0
|
|
225
|
+
* ```
|
|
226
|
+
*
|
|
227
|
+
* @param other - The value to compare against.
|
|
228
|
+
* @returns `-1` if `this \< other`, `0` if equal, `1` if `this \> other`.
|
|
229
|
+
*
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
cmp(other: Decimal): -1 | 0 | 1;
|
|
233
|
+
/**
|
|
234
|
+
* Return `true` if this value is numerically equal to `other`.
|
|
235
|
+
*
|
|
236
|
+
* @param other - The value to compare against.
|
|
237
|
+
* @returns `true` if `this === other` in value, `false` otherwise.
|
|
238
|
+
*
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
eq(other: Decimal): boolean;
|
|
242
|
+
/**
|
|
243
|
+
* Return `true` if this value is strictly less than `other`.
|
|
244
|
+
*
|
|
245
|
+
* @param other - The value to compare against.
|
|
246
|
+
* @returns `true` if `this \< other`, `false` otherwise.
|
|
247
|
+
*
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
lt(other: Decimal): boolean;
|
|
251
|
+
/**
|
|
252
|
+
* Return `true` if this value is less than or equal to `other`.
|
|
253
|
+
*
|
|
254
|
+
* @param other - The value to compare against.
|
|
255
|
+
* @returns `true` if `this ≤ other`, `false` otherwise.
|
|
256
|
+
*
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
lte(other: Decimal): boolean;
|
|
260
|
+
/**
|
|
261
|
+
* Return `true` if this value is strictly greater than `other`.
|
|
262
|
+
*
|
|
263
|
+
* @param other - The value to compare against.
|
|
264
|
+
* @returns `true` if `this \> other`, `false` otherwise.
|
|
265
|
+
*
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
gt(other: Decimal): boolean;
|
|
269
|
+
/**
|
|
270
|
+
* Return `true` if this value is greater than or equal to `other`.
|
|
271
|
+
*
|
|
272
|
+
* @param other - The value to compare against.
|
|
273
|
+
* @returns `true` if `this ≥ other`, `false` otherwise.
|
|
274
|
+
*
|
|
275
|
+
* @public
|
|
276
|
+
*/
|
|
277
|
+
gte(other: Decimal): boolean;
|
|
278
|
+
/**
|
|
279
|
+
* Return `true` if this value is exactly zero.
|
|
280
|
+
*
|
|
281
|
+
* @returns `true` if the value is zero, `false` otherwise.
|
|
282
|
+
*
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
isZero(): boolean;
|
|
286
|
+
/**
|
|
287
|
+
* Return `true` if this value is strictly less than zero.
|
|
288
|
+
*
|
|
289
|
+
* @returns `true` if negative, `false` if zero or positive.
|
|
290
|
+
*
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
isNegative(): boolean;
|
|
294
|
+
/**
|
|
295
|
+
* Return `true` if this value is strictly greater than zero.
|
|
296
|
+
*
|
|
297
|
+
* @returns `true` if positive, `false` if zero or negative.
|
|
298
|
+
*
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
301
|
+
isPositive(): boolean;
|
|
302
|
+
/**
|
|
303
|
+
* Return the additive inverse of this value.
|
|
304
|
+
*
|
|
305
|
+
* @returns A new {@link Decimal} equal to `-this`.
|
|
306
|
+
*
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
309
|
+
neg(): Decimal;
|
|
310
|
+
/**
|
|
311
|
+
* Return the absolute value.
|
|
312
|
+
*
|
|
313
|
+
* @returns A new {@link Decimal} equal to `|this|`. If this value is
|
|
314
|
+
* already non-negative, returns `this` (no allocation).
|
|
315
|
+
*
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
abs(): Decimal;
|
|
319
|
+
/**
|
|
320
|
+
* Round this value to a specified precision.
|
|
321
|
+
*
|
|
322
|
+
* @remarks
|
|
323
|
+
* **Rounding directions** (IEEE 754-2019 §4.3):
|
|
324
|
+
*
|
|
325
|
+
* | Direction | Behavior |
|
|
326
|
+
* | -------------- | ---------------------------------------------- |
|
|
327
|
+
* | `'ceil'` | 1.1→2, -1.1→-1, 1.0→1 (toward +∞) |
|
|
328
|
+
* | `'floor'` | 1.9→1, -1.1→-2, 1.0→1 (toward -∞) |
|
|
329
|
+
* | `'round-down'` | 1.9→1, -1.9→-1 (toward zero / truncate) |
|
|
330
|
+
* | `'round-up'` | 1.1→2, -1.1→-2 (away from zero) |
|
|
331
|
+
* | `'half-up'` | 0.5→1, 1.5→2, -0.5→-1 (ties away from zero) |
|
|
332
|
+
* | `'half-down'` | 0.5→0, 1.5→1, -0.5→0 (ties toward zero) |
|
|
333
|
+
* | `'half-even'` | 0.5→0, 1.5→2, 2.5→2, 3.5→4 (ties to even) |
|
|
334
|
+
*
|
|
335
|
+
* **Precision** is specified as a {@link DecimalRoundingOptions} object
|
|
336
|
+
* or a preset name from {@link DecimalRoundingPresets}:
|
|
337
|
+
*
|
|
338
|
+
* @example
|
|
339
|
+
* ```ts
|
|
340
|
+
* // Using a preset
|
|
341
|
+
* amount.round('half-even', 'v1-api');
|
|
342
|
+
*
|
|
343
|
+
* // Using explicit options
|
|
344
|
+
* amount.round('half-even', { mode: 'decimal-places', value: 2 });
|
|
345
|
+
* amount.round('half-up', { mode: 'significant-figures', value: 4 });
|
|
346
|
+
* ```
|
|
347
|
+
*
|
|
348
|
+
* @param direction - How to round.
|
|
349
|
+
* @param options - A {@link DecimalRoundingOptions} object or key of {@link DecimalRoundingPresets}.
|
|
350
|
+
* @returns A new {@link Decimal} rounded to the specified precision.
|
|
351
|
+
* @throws {@link Error} if `options.value` is negative or non-integer.
|
|
352
|
+
* @throws {@link Error} if the preset name is not recognized.
|
|
353
|
+
*
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
round(direction: RoundDirection, options: keyof DecimalRoundingPresets | DecimalRoundingOptions): Decimal;
|
|
357
|
+
/**
|
|
358
|
+
* Return a human-readable string representation.
|
|
359
|
+
*
|
|
360
|
+
* @remarks
|
|
361
|
+
* Plain notation for values whose digit count is at most 30, and
|
|
362
|
+
* scientific notation (`1.23E+40`) for larger values. Trailing zeros
|
|
363
|
+
* are never present because the internal representation is normalised.
|
|
364
|
+
*
|
|
365
|
+
* @public
|
|
366
|
+
*/
|
|
367
|
+
toString(): string;
|
|
368
|
+
/**
|
|
369
|
+
* Return the JSON-serialisable representation.
|
|
370
|
+
*
|
|
371
|
+
* @remarks
|
|
372
|
+
* Returns a plain string matching the Stripe API convention where
|
|
373
|
+
* decimal values are serialised as strings in JSON. Called
|
|
374
|
+
* automatically by `JSON.stringify`.
|
|
375
|
+
*
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
toJSON(): string;
|
|
379
|
+
/**
|
|
380
|
+
* Convert to a JavaScript `number`.
|
|
381
|
+
*
|
|
382
|
+
* @remarks
|
|
383
|
+
* This is an explicit, intentionally lossy conversion. Use it only
|
|
384
|
+
* when you need a numeric value for display or interop with APIs
|
|
385
|
+
* that require `number`. Prefer {@link Decimal.toString | toString}
|
|
386
|
+
* or {@link Decimal.toFixed | toFixed} for lossless output.
|
|
387
|
+
*
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
toNumber(): number;
|
|
391
|
+
/**
|
|
392
|
+
* Format this value as a fixed-point string with exactly
|
|
393
|
+
* `decimalPlaces` digits after the decimal point.
|
|
394
|
+
*
|
|
395
|
+
* @remarks
|
|
396
|
+
* Values are rounded according to `direction` when the internal
|
|
397
|
+
* precision exceeds the requested number of decimal places.
|
|
398
|
+
* The rounding direction is always required — no invisible defaults
|
|
399
|
+
* in financial code.
|
|
400
|
+
*
|
|
401
|
+
* @example
|
|
402
|
+
* ```ts
|
|
403
|
+
* Decimal.from('1.235').toFixed(2, 'half-up'); // "1.24"
|
|
404
|
+
* Decimal.from('1.225').toFixed(2, 'half-even'); // "1.22"
|
|
405
|
+
* Decimal.from('42').toFixed(3, 'half-up'); // "42.000"
|
|
406
|
+
* ```
|
|
407
|
+
*
|
|
408
|
+
* @param decimalPlaces - Number of digits after the decimal point.
|
|
409
|
+
* Must be a non-negative integer.
|
|
410
|
+
* @param direction - How to round when truncating excess digits.
|
|
411
|
+
* @returns A string with exactly `decimalPlaces` fractional digits.
|
|
412
|
+
* @throws {@link Error} if `decimalPlaces` is negative or non-integer.
|
|
413
|
+
*
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
416
|
+
toFixed(decimalPlaces: number, direction: RoundDirection): string;
|
|
417
|
+
/**
|
|
418
|
+
* Return a string primitive when the runtime coerces the value.
|
|
419
|
+
*
|
|
420
|
+
* @remarks
|
|
421
|
+
* Deliberately returns a `string` (not a `number`) to discourage
|
|
422
|
+
* silent precision loss through implicit arithmetic coercion.
|
|
423
|
+
* When used in a numeric context (for example, `+myDecimal`), the
|
|
424
|
+
* JavaScript runtime will first call this method and then coerce
|
|
425
|
+
* the resulting string to a `number`, which may lose precision.
|
|
426
|
+
* Callers should prefer the explicit
|
|
427
|
+
* {@link Decimal.toNumber | toNumber} method when an IEEE 754
|
|
428
|
+
* `number` is required.
|
|
429
|
+
*
|
|
430
|
+
* @public
|
|
431
|
+
*/
|
|
432
|
+
valueOf(): string;
|
|
433
|
+
}
|
|
434
|
+
/**
|
|
435
|
+
* Arbitrary-precision decimal type for billing calculations.
|
|
436
|
+
*
|
|
437
|
+
* @remarks
|
|
438
|
+
* `Decimal` is a branded wrapper around an internal class that stores
|
|
439
|
+
* values as `coefficient × 10^exponent` using `BigInt`. It avoids
|
|
440
|
+
* every common binary floating-point pitfall — `Decimal.from('0.1').add(Decimal.from('0.2'))`
|
|
441
|
+
* is exactly `0.3`.
|
|
442
|
+
*
|
|
443
|
+
* Instances are immutable (frozen) and all arithmetic returns a new
|
|
444
|
+
* `Decimal`. The type carries two brand symbols so the type system
|
|
445
|
+
* prevents accidental assignment from plain `number`, `string`, or
|
|
446
|
+
* `bigint`.
|
|
447
|
+
*
|
|
448
|
+
* Create values via the companion object:
|
|
449
|
+
*
|
|
450
|
+
* @example
|
|
451
|
+
* ```ts
|
|
452
|
+
* import { Decimal, RoundDirection } from '@stripe/apps-extensibility-sdk/stdlib';
|
|
453
|
+
*
|
|
454
|
+
* const price = Decimal.from('19.99');
|
|
455
|
+
* const tax = price.mul(Decimal.from('0.0825'));
|
|
456
|
+
* const total = price.add(tax);
|
|
457
|
+
*
|
|
458
|
+
* console.log(total.toFixed(2, 'half-up')); // "21.64"
|
|
459
|
+
* console.log(JSON.stringify({ total })); // '{"total":"21.639175"}'
|
|
460
|
+
* console.log(total.toFixed(2, 'half-even')); // "21.64"
|
|
461
|
+
* ```
|
|
462
|
+
*
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
export type Decimal = DecimalImpl & {
|
|
466
|
+
readonly [__brand]: 'Decimal';
|
|
467
|
+
readonly [__stripeType]: 'decimal';
|
|
468
|
+
};
|
|
469
|
+
/**
|
|
470
|
+
* Check whether a value is a {@link Decimal} instance.
|
|
471
|
+
*
|
|
472
|
+
* @remarks
|
|
473
|
+
* Use this instead of `instanceof` — the underlying class is not
|
|
474
|
+
* publicly exported, so `instanceof` checks are not available to
|
|
475
|
+
* consumers.
|
|
476
|
+
*
|
|
477
|
+
* @example
|
|
478
|
+
* ```ts
|
|
479
|
+
* if (isDecimal(value)) {
|
|
480
|
+
* value.add(Decimal.from('1')); // value is Decimal
|
|
481
|
+
* }
|
|
482
|
+
* ```
|
|
483
|
+
*
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
486
|
+
export declare function isDecimal(value: unknown): value is Decimal;
|
|
487
|
+
/**
|
|
488
|
+
* Companion object for creating {@link Decimal} instances.
|
|
489
|
+
*
|
|
490
|
+
* @public
|
|
491
|
+
*/
|
|
492
|
+
export declare const Decimal: {
|
|
493
|
+
/**
|
|
494
|
+
* Create a {@link Decimal} from a string, number, or bigint.
|
|
495
|
+
*
|
|
496
|
+
* @remarks
|
|
497
|
+
* - **string**: Parsed as a decimal literal. Accepts an optional sign,
|
|
498
|
+
* integer digits, an optional fractional part, and an optional `e`/`E`
|
|
499
|
+
* exponent. Leading/trailing whitespace is trimmed.
|
|
500
|
+
* - **number**: Must be finite. Converted via `Number.prototype.toString()`
|
|
501
|
+
* then parsed, so `Decimal.from(0.1)` produces `"0.1"` (not the
|
|
502
|
+
* 53-bit binary approximation).
|
|
503
|
+
* - **bigint**: Treated as an integer with exponent 0.
|
|
504
|
+
*
|
|
505
|
+
* @example
|
|
506
|
+
* ```ts
|
|
507
|
+
* Decimal.from('1.23'); // string
|
|
508
|
+
* Decimal.from(42); // number
|
|
509
|
+
* Decimal.from(100n); // bigint
|
|
510
|
+
* Decimal.from('1.5e3'); // scientific notation → 1500
|
|
511
|
+
* ```
|
|
512
|
+
*
|
|
513
|
+
* @param value - The value to convert.
|
|
514
|
+
* @returns A new frozen {@link Decimal} instance.
|
|
515
|
+
* @throws {@link Error} if `value` is a non-finite number, an empty
|
|
516
|
+
* string, or a string that does not match the decimal literal grammar.
|
|
517
|
+
*
|
|
518
|
+
* @public
|
|
519
|
+
*/
|
|
520
|
+
from(value: string | number | bigint): Decimal;
|
|
521
|
+
/**
|
|
522
|
+
* The {@link Decimal} value representing zero.
|
|
523
|
+
*
|
|
524
|
+
* @remarks
|
|
525
|
+
* Pre-allocated singleton — prefer `Decimal.zero` over
|
|
526
|
+
* `Decimal.from(0)` to avoid an unnecessary allocation.
|
|
527
|
+
*
|
|
528
|
+
* @public
|
|
529
|
+
*/
|
|
530
|
+
zero: Decimal;
|
|
531
|
+
};
|
|
532
|
+
export {};
|
package/cjs/Decimal.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Decimal.js","sourceRoot":"","sources":["../src/Decimal.ts"],"names":[],"mappings":"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"}
|