stripe 20.1.2 → 20.2.0-alpha.2
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 +1988 -14
- package/OPENAPI_VERSION +1 -1
- package/README.md +1 -0
- package/VERSION +1 -1
- package/cjs/Error.js +123 -1
- package/cjs/RequestSender.js +1 -9
- package/cjs/apiVersion.js +2 -3
- package/cjs/resources/AccountNotices.js +21 -0
- package/cjs/resources/BalanceTransfers.js +9 -0
- package/cjs/resources/Billing/Analytics/MeterUsage.js +12 -0
- package/cjs/resources/Capital/FinancingOffers.js +21 -0
- package/cjs/resources/Capital/FinancingSummary.js +12 -0
- package/cjs/resources/Capital/FinancingTransactions.js +17 -0
- package/cjs/resources/DelegatedCheckout/RequestedSessions.js +28 -0
- package/cjs/resources/ExternalAccounts.js +23 -0
- package/cjs/resources/FinancialConnections/Accounts.js +5 -0
- package/cjs/resources/FinancialConnections/Institutions.js +17 -0
- package/cjs/resources/FxQuotes.js +15 -0
- package/cjs/resources/Identity/BlocklistEntries.js +25 -0
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +33 -0
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +17 -0
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +17 -0
- package/cjs/resources/Issuing/Programs.js +22 -0
- package/cjs/resources/Mandates.js +5 -0
- package/cjs/resources/Margins.js +22 -0
- package/cjs/resources/Orders.js +24 -0
- package/cjs/resources/PaymentIntents.js +8 -0
- package/cjs/resources/PaymentMethods.js +4 -0
- package/cjs/resources/Privacy/RedactionJobs.js +42 -0
- package/cjs/resources/ProductCatalog/TrialOffers.js +12 -0
- package/cjs/resources/Quotes.js +32 -0
- package/cjs/resources/Radar/AccountEvaluations.js +20 -0
- package/cjs/resources/SharedPayment/GrantedTokens.js +12 -0
- package/cjs/resources/SubscriptionSchedules.js +4 -0
- package/cjs/resources/Subscriptions.js +8 -0
- package/cjs/resources/Tax/Forms.js +20 -0
- package/cjs/resources/Tax/Locations.js +18 -0
- package/cjs/resources/Terminal/ReaderCollectedData.js +12 -0
- package/cjs/resources/TestHelpers/Capital/FinancingOffers.js +16 -0
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +16 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.js +17 -0
- package/cjs/resources/V2/Billing/BillSettings.js +27 -0
- package/cjs/resources/V2/Billing/Cadences.js +23 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +17 -0
- package/cjs/resources/V2/Billing/CollectionSettings.js +30 -0
- package/cjs/resources/V2/Billing/CustomPricingUnits.js +25 -0
- package/cjs/resources/V2/Billing/Intents/Actions.js +17 -0
- package/cjs/resources/V2/Billing/Intents.js +36 -0
- package/cjs/resources/V2/Billing/LicenseFeeSubscriptions.js +12 -0
- package/cjs/resources/V2/Billing/LicenseFees/Versions.js +17 -0
- package/cjs/resources/V2/Billing/LicenseFees.js +27 -0
- package/cjs/resources/V2/Billing/LicensedItems.js +25 -0
- package/cjs/resources/V2/Billing/MeteredItems.js +22 -0
- package/cjs/resources/V2/Billing/PricingPlanSubscriptions/Components.js +12 -0
- package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js +26 -0
- package/cjs/resources/V2/Billing/PricingPlans/Components.js +29 -0
- package/cjs/resources/V2/Billing/PricingPlans/Versions.js +17 -0
- package/cjs/resources/V2/Billing/PricingPlans.js +29 -0
- package/cjs/resources/V2/Billing/Profiles.js +19 -0
- package/cjs/resources/V2/Billing/RateCardSubscriptions.js +29 -0
- package/cjs/resources/V2/Billing/RateCards/Rates.js +25 -0
- package/cjs/resources/V2/Billing/RateCards/Versions.js +17 -0
- package/cjs/resources/V2/Billing/RateCards.js +29 -0
- package/cjs/resources/V2/Billing/ServiceActions.js +20 -0
- package/cjs/resources/V2/Core/ClaimableSandboxes.js +16 -0
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +33 -0
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +37 -0
- package/cjs/resources/V2/Iam/ApiKeys.js +24 -0
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +17 -0
- package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js +21 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +29 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +21 -0
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +21 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +16 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +25 -0
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +29 -0
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +25 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +25 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +12 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +17 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +17 -0
- package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js +20 -0
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +17 -0
- package/cjs/resources/V2/MoneyManagement/Transactions.js +17 -0
- package/cjs/resources/V2/Payments/OffSessionPayments.js +29 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js +20 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents.js +33 -0
- package/cjs/resources/V2/Reporting/ReportRuns.js +13 -0
- package/cjs/resources/V2/Reporting/Reports.js +12 -0
- package/cjs/resources/V2/Tax/ManualRules.js +23 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +16 -0
- package/cjs/resources/V2/TestHelpers/MoneyManagement.js +12 -0
- package/cjs/resources.js +166 -4
- package/cjs/stripe.core.js +1 -1
- package/esm/Error.js +107 -0
- package/esm/RequestSender.js +1 -9
- package/esm/apiVersion.js +1 -2
- package/esm/resources/AccountNotices.js +18 -0
- package/esm/resources/BalanceTransfers.js +6 -0
- package/esm/resources/Billing/Analytics/MeterUsage.js +9 -0
- package/esm/resources/Capital/FinancingOffers.js +18 -0
- package/esm/resources/Capital/FinancingSummary.js +9 -0
- package/esm/resources/Capital/FinancingTransactions.js +14 -0
- package/esm/resources/DelegatedCheckout/RequestedSessions.js +25 -0
- package/esm/resources/ExternalAccounts.js +20 -0
- package/esm/resources/FinancialConnections/Accounts.js +5 -0
- package/esm/resources/FinancialConnections/Institutions.js +14 -0
- package/esm/resources/FxQuotes.js +12 -0
- package/esm/resources/Identity/BlocklistEntries.js +22 -0
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +30 -0
- package/esm/resources/Issuing/DisputeSettlementDetails.js +14 -0
- package/esm/resources/Issuing/FraudLiabilityDebits.js +14 -0
- package/esm/resources/Issuing/Programs.js +19 -0
- package/esm/resources/Mandates.js +5 -0
- package/esm/resources/Margins.js +19 -0
- package/esm/resources/Orders.js +21 -0
- package/esm/resources/PaymentIntents.js +8 -0
- package/esm/resources/PaymentMethods.js +4 -0
- package/esm/resources/Privacy/RedactionJobs.js +39 -0
- package/esm/resources/ProductCatalog/TrialOffers.js +9 -0
- package/esm/resources/Quotes.js +32 -0
- package/esm/resources/Radar/AccountEvaluations.js +17 -0
- package/esm/resources/SharedPayment/GrantedTokens.js +9 -0
- package/esm/resources/SubscriptionSchedules.js +4 -0
- package/esm/resources/Subscriptions.js +8 -0
- package/esm/resources/Tax/Forms.js +17 -0
- package/esm/resources/Tax/Locations.js +15 -0
- package/esm/resources/Terminal/ReaderCollectedData.js +9 -0
- package/esm/resources/TestHelpers/Capital/FinancingOffers.js +13 -0
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +13 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.js +14 -0
- package/esm/resources/V2/Billing/BillSettings.js +24 -0
- package/esm/resources/V2/Billing/Cadences.js +20 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js +14 -0
- package/esm/resources/V2/Billing/CollectionSettings.js +27 -0
- package/esm/resources/V2/Billing/CustomPricingUnits.js +22 -0
- package/esm/resources/V2/Billing/Intents/Actions.js +14 -0
- package/esm/resources/V2/Billing/Intents.js +33 -0
- package/esm/resources/V2/Billing/LicenseFeeSubscriptions.js +9 -0
- package/esm/resources/V2/Billing/LicenseFees/Versions.js +14 -0
- package/esm/resources/V2/Billing/LicenseFees.js +24 -0
- package/esm/resources/V2/Billing/LicensedItems.js +22 -0
- package/esm/resources/V2/Billing/MeteredItems.js +19 -0
- package/esm/resources/V2/Billing/PricingPlanSubscriptions/Components.js +9 -0
- package/esm/resources/V2/Billing/PricingPlanSubscriptions.js +23 -0
- package/esm/resources/V2/Billing/PricingPlans/Components.js +26 -0
- package/esm/resources/V2/Billing/PricingPlans/Versions.js +14 -0
- package/esm/resources/V2/Billing/PricingPlans.js +26 -0
- package/esm/resources/V2/Billing/Profiles.js +16 -0
- package/esm/resources/V2/Billing/RateCardSubscriptions.js +26 -0
- package/esm/resources/V2/Billing/RateCards/Rates.js +22 -0
- package/esm/resources/V2/Billing/RateCards/Versions.js +14 -0
- package/esm/resources/V2/Billing/RateCards.js +26 -0
- package/esm/resources/V2/Billing/ServiceActions.js +17 -0
- package/esm/resources/V2/Core/ClaimableSandboxes.js +13 -0
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +30 -0
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +34 -0
- package/esm/resources/V2/Iam/ApiKeys.js +21 -0
- package/esm/resources/V2/MoneyManagement/Adjustments.js +14 -0
- package/esm/resources/V2/MoneyManagement/CurrencyConversions.js +18 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +26 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +18 -0
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +18 -0
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +13 -0
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +22 -0
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +26 -0
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +22 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +22 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +9 -0
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +14 -0
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +14 -0
- package/esm/resources/V2/MoneyManagement/RecipientVerifications.js +17 -0
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +14 -0
- package/esm/resources/V2/MoneyManagement/Transactions.js +14 -0
- package/esm/resources/V2/Payments/OffSessionPayments.js +26 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js +17 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents.js +30 -0
- package/esm/resources/V2/Reporting/ReportRuns.js +10 -0
- package/esm/resources/V2/Reporting/Reports.js +9 -0
- package/esm/resources/V2/Tax/ManualRules.js +20 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +13 -0
- package/esm/resources/V2/TestHelpers/MoneyManagement.js +9 -0
- package/esm/resources.js +156 -0
- package/esm/stripe.core.js +1 -1
- package/package.json +1 -1
- package/types/AccountLinksResource.d.ts +5 -1
- package/types/AccountNotices.d.ts +113 -0
- package/types/AccountNoticesResource.d.ts +98 -0
- package/types/AccountSessions.d.ts +63 -0
- package/types/AccountSessionsResource.d.ts +285 -0
- package/types/Accounts.d.ts +225 -1
- package/types/AccountsResource.d.ts +698 -12
- package/types/ApplicationFees.d.ts +6 -1
- package/types/Balance.d.ts +82 -0
- package/types/BalanceTransactions.d.ts +2 -1
- package/types/BalanceTransfers.d.ts +122 -0
- package/types/BalanceTransfersResource.d.ts +87 -0
- package/types/BankAccounts.d.ts +2 -0
- package/types/Billing/AlertTriggereds.d.ts +16 -1
- package/types/Billing/Alerts.d.ts +116 -1
- package/types/Billing/AlertsResource.d.ts +149 -2
- package/types/Billing/Analytics/MeterUsage.d.ts +31 -0
- package/types/Billing/Analytics/MeterUsageResource.d.ts +694 -0
- package/types/Billing/Analytics/MeterUsageRows.d.ts +58 -0
- package/types/Billing/CreditBalanceSummary.d.ts +118 -2
- package/types/Billing/CreditBalanceSummaryResource.d.ts +12 -0
- package/types/Billing/CreditBalanceTransactions.d.ts +118 -2
- package/types/Billing/CreditGrants.d.ts +71 -1
- package/types/Billing/CreditGrantsResource.d.ts +32 -1
- package/types/Billing/MeterEventSummaries.d.ts +7 -0
- package/types/Billing/Meters.d.ts +5 -0
- package/types/Billing/MetersResource.d.ts +17 -0
- package/types/Capabilities.d.ts +2 -0
- package/types/Capital/FinancingOffers.d.ts +188 -0
- package/types/Capital/FinancingOffersResource.d.ts +97 -0
- package/types/Capital/FinancingSummary.d.ts +109 -0
- package/types/Capital/FinancingSummaryResource.d.ts +27 -0
- package/types/Capital/FinancingTransactions.d.ts +135 -0
- package/types/Capital/FinancingTransactionsResource.d.ts +68 -0
- package/types/Cards.d.ts +19 -0
- package/types/Charges.d.ts +166 -0
- package/types/ChargesResource.d.ts +3855 -75
- package/types/Checkout/Sessions.d.ts +337 -2
- package/types/Checkout/SessionsResource.d.ts +450 -2
- package/types/ConfirmationTokens.d.ts +117 -0
- package/types/Coupons.d.ts +35 -0
- package/types/CouponsResource.d.ts +23 -0
- package/types/CreditNoteLineItems.d.ts +17 -0
- package/types/CustomerSessions.d.ts +41 -0
- package/types/CustomerSessionsResource.d.ts +41 -0
- package/types/CustomersResource.d.ts +7 -0
- package/types/DelegatedCheckout/RequestedSessions.d.ts +465 -0
- package/types/DelegatedCheckout/RequestedSessionsResource.d.ts +703 -0
- package/types/Discounts.d.ts +10 -0
- package/types/Disputes.d.ts +40 -0
- package/types/DisputesResource.d.ts +11 -0
- package/types/Errors.d.ts +91 -0
- package/types/EventTypes.d.ts +630 -0
- package/types/Events.d.ts +96 -0
- package/types/ExternalAccountsResource.d.ts +304 -0
- package/types/FinancialConnections/AccountInferredBalances.d.ts +38 -0
- package/types/FinancialConnections/Accounts.d.ts +34 -1
- package/types/FinancialConnections/AccountsResource.d.ts +35 -3
- package/types/FinancialConnections/Institutions.d.ts +98 -0
- package/types/FinancialConnections/InstitutionsResource.d.ts +47 -0
- package/types/FinancialConnections/Sessions.d.ts +49 -1
- package/types/FinancialConnections/SessionsResource.d.ts +38 -1
- package/types/FxQuotes.d.ts +155 -0
- package/types/FxQuotesResource.d.ts +130 -0
- package/types/Identity/BlocklistEntries.d.ts +78 -0
- package/types/Identity/BlocklistEntriesResource.d.ts +146 -0
- package/types/Identity/VerificationReports.d.ts +10 -0
- package/types/Identity/VerificationReportsResource.d.ts +5 -0
- package/types/InvoiceItems.d.ts +123 -3
- package/types/InvoiceItemsResource.d.ts +98 -0
- package/types/InvoiceLineItems.d.ts +169 -6
- package/types/Invoices.d.ts +216 -4
- package/types/InvoicesResource.d.ts +1955 -136
- package/types/Issuing/CardholdersResource.d.ts +2 -1
- package/types/Issuing/Cards.d.ts +10 -0
- package/types/Issuing/CardsResource.d.ts +33 -0
- package/types/Issuing/CreditUnderwritingRecords.d.ts +451 -0
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +1032 -0
- package/types/Issuing/DisputeSettlementDetails.d.ts +85 -0
- package/types/Issuing/DisputeSettlementDetailsResource.d.ts +52 -0
- package/types/Issuing/FraudLiabilityDebits.d.ts +52 -0
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +52 -0
- package/types/Issuing/Programs.d.ts +42 -0
- package/types/Issuing/ProgramsResource.d.ts +96 -0
- package/types/Issuing/Settlements.d.ts +113 -0
- package/types/Issuing/Transactions.d.ts +5 -0
- package/types/Issuing/TransactionsResource.d.ts +5 -0
- package/types/LineItems.d.ts +45 -1
- package/types/Mandates.d.ts +69 -1
- package/types/MandatesResource.d.ts +31 -0
- package/types/Margins.d.ts +56 -0
- package/types/MarginsResource.d.ts +114 -0
- package/types/Orders.d.ts +1163 -0
- package/types/OrdersResource.d.ts +5505 -0
- package/types/PaymentAttemptRecords.d.ts +117 -0
- package/types/PaymentIntents.d.ts +728 -4
- package/types/PaymentIntentsResource.d.ts +19194 -6486
- package/types/PaymentLinks.d.ts +5 -0
- package/types/PaymentLinksResource.d.ts +29 -0
- package/types/PaymentMethodBalances.d.ts +63 -0
- package/types/PaymentMethodConfigurations.d.ts +180 -0
- package/types/PaymentMethodConfigurationsResource.d.ts +250 -0
- package/types/PaymentMethods.d.ts +122 -0
- package/types/PaymentMethodsResource.d.ts +130 -0
- package/types/PaymentRecords.d.ts +117 -0
- package/types/Persons.d.ts +30 -0
- package/types/Plans.d.ts +5 -0
- package/types/PlansResource.d.ts +19 -0
- package/types/Prices.d.ts +27 -0
- package/types/PricesResource.d.ts +41 -0
- package/types/Privacy/RedactionJobValidationErrors.d.ts +60 -0
- package/types/Privacy/RedactionJobs.d.ts +111 -0
- package/types/Privacy/RedactionJobsResource.d.ts +230 -0
- package/types/ProductCatalog/TrialOffers.d.ts +77 -0
- package/types/ProductCatalog/TrialOffersResource.d.ts +80 -0
- package/types/ProductsResource.d.ts +34 -0
- package/types/QuoteLines.d.ts +651 -0
- package/types/QuotePreviewInvoices.d.ts +1839 -0
- package/types/QuotePreviewSubscriptionSchedules.d.ts +1034 -0
- package/types/Quotes.d.ts +871 -1
- package/types/QuotesResource.d.ts +3245 -297
- package/types/Radar/AccountEvaluations.d.ts +88 -0
- package/types/Radar/AccountEvaluationsResource.d.ts +148 -0
- package/types/Refunds.d.ts +14 -0
- package/types/SetupAttempts.d.ts +42 -1
- package/types/SetupIntents.d.ts +159 -2
- package/types/SetupIntentsResource.d.ts +719 -3
- package/types/SharedPayment/GrantedTokens.d.ts +102 -0
- package/types/SharedPayment/GrantedTokensResource.d.ts +29 -0
- package/types/Sources.d.ts +29 -0
- package/types/SubscriptionItems.d.ts +39 -0
- package/types/SubscriptionItemsResource.d.ts +143 -0
- package/types/SubscriptionSchedules.d.ts +324 -0
- package/types/SubscriptionSchedulesResource.d.ts +1521 -65
- package/types/Subscriptions.d.ts +279 -1
- package/types/SubscriptionsResource.d.ts +807 -2
- package/types/Tax/CalculationLineItems.d.ts +14 -1
- package/types/Tax/Calculations.d.ts +17 -1
- package/types/Tax/CalculationsResource.d.ts +5 -0
- package/types/Tax/Forms.d.ts +220 -0
- package/types/Tax/FormsResource.d.ts +107 -0
- package/types/Tax/Locations.d.ts +34 -0
- package/types/Tax/LocationsResource.d.ts +117 -0
- package/types/Tax/Registrations.d.ts +81 -1
- package/types/Tax/RegistrationsResource.d.ts +9 -1
- package/types/Tax/Transactions.d.ts +9 -1
- package/types/TaxCodes.d.ts +18 -0
- package/types/Terminal/Configurations.d.ts +9 -0
- package/types/Terminal/ConfigurationsResource.d.ts +28 -0
- package/types/Terminal/ReaderCollectedData.d.ts +51 -0
- package/types/Terminal/ReaderCollectedDataResource.d.ts +29 -0
- package/types/Terminal/Readers.d.ts +20 -0
- package/types/TestHelpers/Capital/FinancingOffersResource.d.ts +130 -0
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +103 -0
- package/types/TestHelpers/SharedPayment/GrantedTokensResource.d.ts +91 -0
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +26 -0
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +26 -0
- package/types/TokensResource.d.ts +68 -0
- package/types/Transfers.d.ts +9 -0
- package/types/TransfersResource.d.ts +7 -0
- package/types/TransitBalances.d.ts +40 -0
- package/types/Treasury/FinancialAccountFeatures.d.ts +7 -0
- package/types/Treasury/FinancialAccounts.d.ts +5 -0
- package/types/Treasury/FinancialAccountsResource.d.ts +37 -0
- package/types/Treasury/OutboundTransfers.d.ts +26 -0
- package/types/Treasury/OutboundTransfersResource.d.ts +26 -0
- package/types/Treasury/ReceivedCredits.d.ts +26 -0
- package/types/Treasury/ReceivedDebits.d.ts +31 -0
- package/types/V2/Billing/BillSettingVersions.d.ts +97 -0
- package/types/V2/Billing/BillSettings/VersionsResource.d.ts +58 -0
- package/types/V2/Billing/BillSettings.d.ts +120 -0
- package/types/V2/Billing/BillSettingsResource.d.ts +241 -0
- package/types/V2/Billing/Cadences.d.ts +735 -0
- package/types/V2/Billing/CadencesResource.d.ts +516 -0
- package/types/V2/Billing/CollectionSettingVersions.d.ts +318 -0
- package/types/V2/Billing/CollectionSettings/VersionsResource.d.ts +62 -0
- package/types/V2/Billing/CollectionSettings.d.ts +341 -0
- package/types/V2/Billing/CollectionSettingsResource.d.ts +683 -0
- package/types/V2/Billing/CustomPricingUnits.d.ts +56 -0
- package/types/V2/Billing/CustomPricingUnitsResource.d.ts +122 -0
- package/types/V2/Billing/IntentActions.d.ts +564 -0
- package/types/V2/Billing/Intents/ActionsResource.d.ts +58 -0
- package/types/V2/Billing/Intents.d.ts +117 -0
- package/types/V2/Billing/IntentsResource.d.ts +674 -0
- package/types/V2/Billing/LicenseFeeSubscriptions.d.ts +64 -0
- package/types/V2/Billing/LicenseFeeSubscriptionsResource.d.ts +28 -0
- package/types/V2/Billing/LicenseFeeVersions.d.ts +106 -0
- package/types/V2/Billing/LicenseFees/VersionsResource.d.ts +58 -0
- package/types/V2/Billing/LicenseFees.d.ts +164 -0
- package/types/V2/Billing/LicenseFeesResource.d.ts +290 -0
- package/types/V2/Billing/LicensedItems.d.ts +73 -0
- package/types/V2/Billing/LicensedItemsResource.d.ts +157 -0
- package/types/V2/Billing/MeteredItems.d.ts +101 -0
- package/types/V2/Billing/MeteredItemsResource.d.ts +189 -0
- package/types/V2/Billing/PricingPlanComponents.d.ts +109 -0
- package/types/V2/Billing/PricingPlanSubscriptionComponents.d.ts +57 -0
- package/types/V2/Billing/PricingPlanSubscriptions/ComponentsResource.d.ts +40 -0
- package/types/V2/Billing/PricingPlanSubscriptions.d.ts +144 -0
- package/types/V2/Billing/PricingPlanSubscriptionsResource.d.ts +120 -0
- package/types/V2/Billing/PricingPlanVersions.d.ts +49 -0
- package/types/V2/Billing/PricingPlans/ComponentsResource.d.ts +197 -0
- package/types/V2/Billing/PricingPlans/VersionsResource.d.ts +58 -0
- package/types/V2/Billing/PricingPlans.d.ts +84 -0
- package/types/V2/Billing/PricingPlansResource.d.ts +151 -0
- package/types/V2/Billing/Profiles.d.ts +70 -0
- package/types/V2/Billing/ProfilesResource.d.ts +150 -0
- package/types/V2/Billing/RateCardRates.d.ts +144 -0
- package/types/V2/Billing/RateCardSubscriptions.d.ts +144 -0
- package/types/V2/Billing/RateCardSubscriptionsResource.d.ts +157 -0
- package/types/V2/Billing/RateCardVersions.d.ts +39 -0
- package/types/V2/Billing/RateCards/RatesResource.d.ts +203 -0
- package/types/V2/Billing/RateCards/VersionsResource.d.ts +58 -0
- package/types/V2/Billing/RateCards.d.ts +98 -0
- package/types/V2/Billing/RateCardsResource.d.ts +162 -0
- package/types/V2/Billing/ServiceActions.d.ts +298 -0
- package/types/V2/Billing/ServiceActionsResource.d.ts +394 -0
- package/types/V2/Core/AccountLinks.d.ts +10 -2
- package/types/V2/Core/AccountLinksResource.d.ts +11 -2
- package/types/V2/Core/AccountTokensResource.d.ts +259 -0
- package/types/V2/Core/Accounts/PersonTokensResource.d.ts +2 -0
- package/types/V2/Core/Accounts/PersonsResource.d.ts +5 -0
- package/types/V2/Core/Accounts.d.ts +2437 -50
- package/types/V2/Core/AccountsResource.d.ts +2538 -368
- package/types/V2/Core/ClaimableSandboxes.d.ts +132 -0
- package/types/V2/Core/ClaimableSandboxesResource.d.ts +74 -0
- package/types/V2/Core/EventTypes.d.ts +5438 -9
- package/types/V2/Core/Events.d.ts +61 -0
- package/types/V2/Core/EventsResource.d.ts +11 -1
- package/types/V2/Core/Vault/GbBankAccounts.d.ts +181 -0
- package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +194 -0
- package/types/V2/Core/Vault/UsBankAccounts.d.ts +142 -0
- package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +198 -0
- package/types/V2/FinancialAddressCreditSimulations.d.ts +27 -0
- package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +46 -0
- package/types/V2/Iam/ApiKeys.d.ts +154 -0
- package/types/V2/Iam/ApiKeysResource.d.ts +215 -0
- package/types/V2/MoneyManagement/Adjustments.d.ts +122 -0
- package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +83 -0
- package/types/V2/MoneyManagement/CurrencyConversions.d.ts +98 -0
- package/types/V2/MoneyManagement/CurrencyConversionsResource.d.ts +141 -0
- package/types/V2/MoneyManagement/FinancialAccounts.d.ts +216 -0
- package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +179 -0
- package/types/V2/MoneyManagement/FinancialAddresses.d.ts +178 -0
- package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +126 -0
- package/types/V2/MoneyManagement/InboundTransfers.d.ts +250 -0
- package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +156 -0
- package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +230 -0
- package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +134 -0
- package/types/V2/MoneyManagement/OutboundPayments.d.ts +450 -0
- package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +292 -0
- package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +97 -0
- package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +332 -0
- package/types/V2/MoneyManagement/OutboundTransfers.d.ts +296 -0
- package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +225 -0
- package/types/V2/MoneyManagement/PayoutMethods.d.ts +227 -0
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +93 -0
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +41 -0
- package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +115 -0
- package/types/V2/MoneyManagement/ReceivedCredits.d.ts +356 -0
- package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +78 -0
- package/types/V2/MoneyManagement/ReceivedDebits.d.ts +248 -0
- package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +48 -0
- package/types/V2/MoneyManagement/RecipientVerifications.d.ts +112 -0
- package/types/V2/MoneyManagement/RecipientVerificationsResource.d.ts +77 -0
- package/types/V2/MoneyManagement/TransactionEntries.d.ts +200 -0
- package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +82 -0
- package/types/V2/MoneyManagement/Transactions.d.ts +227 -0
- package/types/V2/MoneyManagement/TransactionsResource.d.ts +83 -0
- package/types/V2/Payments/OffSessionPayments.d.ts +249 -0
- package/types/V2/Payments/OffSessionPaymentsResource.d.ts +306 -0
- package/types/V2/Payments/SettlementAllocationIntentSplits.d.ts +111 -0
- package/types/V2/Payments/SettlementAllocationIntents/SplitsResource.d.ts +126 -0
- package/types/V2/Payments/SettlementAllocationIntents.d.ts +122 -0
- package/types/V2/Payments/SettlementAllocationIntentsResource.d.ts +168 -0
- package/types/V2/Reporting/ReportRuns.d.ts +154 -0
- package/types/V2/Reporting/ReportRunsResource.d.ts +75 -0
- package/types/V2/Reporting/Reports.d.ts +120 -0
- package/types/V2/Reporting/ReportsResource.d.ts +30 -0
- package/types/V2/Tax/ManualRules.d.ts +142 -0
- package/types/V2/Tax/ManualRulesResource.d.ts +292 -0
- package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +85 -0
- package/types/V2/TestHelpers/MoneyManagementResource.d.ts +49 -0
- package/types/WebhookEndpointsResource.d.ts +77 -2
- package/types/Webhooks.d.ts +2 -0
- package/types/apiVersion.d.ts +1 -2
- package/types/index.d.ts +260 -0
- package/types/lib.d.ts +10 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Transactions = void 0;
|
|
5
|
+
const StripeResource_js_1 = require("../../../StripeResource.js");
|
|
6
|
+
const stripeMethod = StripeResource_js_1.StripeResource.method;
|
|
7
|
+
exports.Transactions = StripeResource_js_1.StripeResource.extend({
|
|
8
|
+
retrieve: stripeMethod({
|
|
9
|
+
method: 'GET',
|
|
10
|
+
fullPath: '/v2/money_management/transactions/{id}',
|
|
11
|
+
}),
|
|
12
|
+
list: stripeMethod({
|
|
13
|
+
method: 'GET',
|
|
14
|
+
fullPath: '/v2/money_management/transactions',
|
|
15
|
+
methodType: 'list',
|
|
16
|
+
}),
|
|
17
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.OffSessionPayments = void 0;
|
|
5
|
+
const StripeResource_js_1 = require("../../../StripeResource.js");
|
|
6
|
+
const stripeMethod = StripeResource_js_1.StripeResource.method;
|
|
7
|
+
exports.OffSessionPayments = StripeResource_js_1.StripeResource.extend({
|
|
8
|
+
create: stripeMethod({
|
|
9
|
+
method: 'POST',
|
|
10
|
+
fullPath: '/v2/payments/off_session_payments',
|
|
11
|
+
}),
|
|
12
|
+
retrieve: stripeMethod({
|
|
13
|
+
method: 'GET',
|
|
14
|
+
fullPath: '/v2/payments/off_session_payments/{id}',
|
|
15
|
+
}),
|
|
16
|
+
list: stripeMethod({
|
|
17
|
+
method: 'GET',
|
|
18
|
+
fullPath: '/v2/payments/off_session_payments',
|
|
19
|
+
methodType: 'list',
|
|
20
|
+
}),
|
|
21
|
+
cancel: stripeMethod({
|
|
22
|
+
method: 'POST',
|
|
23
|
+
fullPath: '/v2/payments/off_session_payments/{id}/cancel',
|
|
24
|
+
}),
|
|
25
|
+
capture: stripeMethod({
|
|
26
|
+
method: 'POST',
|
|
27
|
+
fullPath: '/v2/payments/off_session_payments/{id}/capture',
|
|
28
|
+
}),
|
|
29
|
+
});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Splits = void 0;
|
|
5
|
+
const StripeResource_js_1 = require("../../../../StripeResource.js");
|
|
6
|
+
const stripeMethod = StripeResource_js_1.StripeResource.method;
|
|
7
|
+
exports.Splits = StripeResource_js_1.StripeResource.extend({
|
|
8
|
+
create: stripeMethod({
|
|
9
|
+
method: 'POST',
|
|
10
|
+
fullPath: '/v2/payments/settlement_allocation_intents/{settlement_allocation_intent_id}/splits',
|
|
11
|
+
}),
|
|
12
|
+
retrieve: stripeMethod({
|
|
13
|
+
method: 'GET',
|
|
14
|
+
fullPath: '/v2/payments/settlement_allocation_intents/{settlement_allocation_intent_id}/splits/{id}',
|
|
15
|
+
}),
|
|
16
|
+
cancel: stripeMethod({
|
|
17
|
+
method: 'POST',
|
|
18
|
+
fullPath: '/v2/payments/settlement_allocation_intents/{settlement_allocation_intent_id}/splits/{id}/cancel',
|
|
19
|
+
}),
|
|
20
|
+
});
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.SettlementAllocationIntents = void 0;
|
|
5
|
+
const StripeResource_js_1 = require("../../../StripeResource.js");
|
|
6
|
+
const Splits_js_1 = require("./SettlementAllocationIntents/Splits.js");
|
|
7
|
+
const stripeMethod = StripeResource_js_1.StripeResource.method;
|
|
8
|
+
exports.SettlementAllocationIntents = StripeResource_js_1.StripeResource.extend({
|
|
9
|
+
constructor: function (...args) {
|
|
10
|
+
StripeResource_js_1.StripeResource.apply(this, args);
|
|
11
|
+
this.splits = new Splits_js_1.Splits(...args);
|
|
12
|
+
},
|
|
13
|
+
create: stripeMethod({
|
|
14
|
+
method: 'POST',
|
|
15
|
+
fullPath: '/v2/payments/settlement_allocation_intents',
|
|
16
|
+
}),
|
|
17
|
+
retrieve: stripeMethod({
|
|
18
|
+
method: 'GET',
|
|
19
|
+
fullPath: '/v2/payments/settlement_allocation_intents/{id}',
|
|
20
|
+
}),
|
|
21
|
+
update: stripeMethod({
|
|
22
|
+
method: 'POST',
|
|
23
|
+
fullPath: '/v2/payments/settlement_allocation_intents/{id}',
|
|
24
|
+
}),
|
|
25
|
+
cancel: stripeMethod({
|
|
26
|
+
method: 'POST',
|
|
27
|
+
fullPath: '/v2/payments/settlement_allocation_intents/{id}/cancel',
|
|
28
|
+
}),
|
|
29
|
+
submit: stripeMethod({
|
|
30
|
+
method: 'POST',
|
|
31
|
+
fullPath: '/v2/payments/settlement_allocation_intents/{id}/submit',
|
|
32
|
+
}),
|
|
33
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ReportRuns = void 0;
|
|
5
|
+
const StripeResource_js_1 = require("../../../StripeResource.js");
|
|
6
|
+
const stripeMethod = StripeResource_js_1.StripeResource.method;
|
|
7
|
+
exports.ReportRuns = StripeResource_js_1.StripeResource.extend({
|
|
8
|
+
create: stripeMethod({ method: 'POST', fullPath: '/v2/reporting/report_runs' }),
|
|
9
|
+
retrieve: stripeMethod({
|
|
10
|
+
method: 'GET',
|
|
11
|
+
fullPath: '/v2/reporting/report_runs/{id}',
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Reports = void 0;
|
|
5
|
+
const StripeResource_js_1 = require("../../../StripeResource.js");
|
|
6
|
+
const stripeMethod = StripeResource_js_1.StripeResource.method;
|
|
7
|
+
exports.Reports = StripeResource_js_1.StripeResource.extend({
|
|
8
|
+
retrieve: stripeMethod({
|
|
9
|
+
method: 'GET',
|
|
10
|
+
fullPath: '/v2/reporting/reports/{id}',
|
|
11
|
+
}),
|
|
12
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ManualRules = void 0;
|
|
5
|
+
const StripeResource_js_1 = require("../../../StripeResource.js");
|
|
6
|
+
const stripeMethod = StripeResource_js_1.StripeResource.method;
|
|
7
|
+
exports.ManualRules = StripeResource_js_1.StripeResource.extend({
|
|
8
|
+
create: stripeMethod({ method: 'POST', fullPath: '/v2/tax/manual_rules' }),
|
|
9
|
+
retrieve: stripeMethod({
|
|
10
|
+
method: 'GET',
|
|
11
|
+
fullPath: '/v2/tax/manual_rules/{id}',
|
|
12
|
+
}),
|
|
13
|
+
update: stripeMethod({ method: 'POST', fullPath: '/v2/tax/manual_rules/{id}' }),
|
|
14
|
+
list: stripeMethod({
|
|
15
|
+
method: 'GET',
|
|
16
|
+
fullPath: '/v2/tax/manual_rules',
|
|
17
|
+
methodType: 'list',
|
|
18
|
+
}),
|
|
19
|
+
deactivate: stripeMethod({
|
|
20
|
+
method: 'POST',
|
|
21
|
+
fullPath: '/v2/tax/manual_rules/{id}/deactivate',
|
|
22
|
+
}),
|
|
23
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.FinancialAddresses = void 0;
|
|
5
|
+
const StripeResource_js_1 = require("../../../StripeResource.js");
|
|
6
|
+
const stripeMethod = StripeResource_js_1.StripeResource.method;
|
|
7
|
+
exports.FinancialAddresses = StripeResource_js_1.StripeResource.extend({
|
|
8
|
+
credit: stripeMethod({
|
|
9
|
+
method: 'POST',
|
|
10
|
+
fullPath: '/v2/test_helpers/financial_addresses/{id}/credit',
|
|
11
|
+
}),
|
|
12
|
+
generateMicrodeposits: stripeMethod({
|
|
13
|
+
method: 'POST',
|
|
14
|
+
fullPath: '/v2/test_helpers/financial_addresses/{id}/generate_microdeposits',
|
|
15
|
+
}),
|
|
16
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.MoneyManagement = void 0;
|
|
5
|
+
const StripeResource_js_1 = require("../../../StripeResource.js");
|
|
6
|
+
const stripeMethod = StripeResource_js_1.StripeResource.method;
|
|
7
|
+
exports.MoneyManagement = StripeResource_js_1.StripeResource.extend({
|
|
8
|
+
recipientVerifications: stripeMethod({
|
|
9
|
+
method: 'POST',
|
|
10
|
+
fullPath: '/v2/test_helpers/money_management/recipient_verifications',
|
|
11
|
+
}),
|
|
12
|
+
});
|
package/cjs/resources.js
CHANGED
|
@@ -1,22 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.
|
|
5
|
-
exports.V2 = exports.Treasury = exports.TestHelpers = exports.Terminal = exports.Tax = exports.Sigma = exports.Reporting = exports.Radar = exports.Issuing = exports.Identity = exports.Forwarding = exports.FinancialConnections = exports.Entitlements = exports.Climate = exports.Checkout = exports.BillingPortal = exports.Billing = exports.Apps = exports.WebhookEndpoints = exports.Transfers = exports.Topups = exports.Tokens = exports.TaxRates = exports.TaxIds = exports.TaxCodes = void 0;
|
|
4
|
+
exports.SetupAttempts = exports.Reviews = exports.Refunds = exports.Quotes = exports.PromotionCodes = exports.Products = exports.Prices = exports.Plans = exports.Payouts = exports.PaymentRecords = exports.PaymentMethods = exports.PaymentMethodDomains = exports.PaymentMethodConfigurations = exports.PaymentLinks = exports.PaymentIntents = exports.PaymentAttemptRecords = exports.Orders = exports.OAuth = exports.Margins = exports.Mandates = exports.Invoices = exports.InvoiceRenderingTemplates = exports.InvoicePayments = exports.InvoiceItems = exports.FxQuotes = exports.Files = exports.FileLinks = exports.ExternalAccounts = exports.ExchangeRates = exports.Events = exports.EphemeralKeys = exports.Disputes = exports.Customers = exports.CustomerSessions = exports.CreditNotes = exports.Coupons = exports.CountrySpecs = exports.ConfirmationTokens = exports.Charges = exports.BalanceTransfers = exports.BalanceTransactions = exports.BalanceSettings = exports.Balance = exports.ApplicationFees = exports.ApplePayDomains = exports.Accounts = exports.AccountSessions = exports.AccountNotices = exports.AccountLinks = exports.Account = void 0;
|
|
5
|
+
exports.V2 = exports.Treasury = exports.TestHelpers = exports.Terminal = exports.Tax = exports.Sigma = exports.SharedPayment = exports.Reporting = exports.Radar = exports.ProductCatalog = exports.Privacy = exports.Issuing = exports.Identity = exports.Forwarding = exports.FinancialConnections = exports.Entitlements = exports.DelegatedCheckout = exports.Climate = exports.Checkout = exports.Capital = exports.BillingPortal = exports.Billing = exports.Apps = exports.WebhookEndpoints = exports.Transfers = exports.Topups = exports.Tokens = exports.TaxRates = exports.TaxIds = exports.TaxCodes = exports.Subscriptions = exports.SubscriptionSchedules = exports.SubscriptionItems = exports.Sources = exports.ShippingRates = exports.SetupIntents = void 0;
|
|
6
6
|
const ResourceNamespace_js_1 = require("./ResourceNamespace.js");
|
|
7
|
+
const AccountEvaluations_js_1 = require("./resources/Radar/AccountEvaluations.js");
|
|
7
8
|
const AccountLinks_js_1 = require("./resources/V2/Core/AccountLinks.js");
|
|
8
9
|
const AccountTokens_js_1 = require("./resources/V2/Core/AccountTokens.js");
|
|
9
10
|
const Accounts_js_1 = require("./resources/FinancialConnections/Accounts.js");
|
|
10
11
|
const Accounts_js_2 = require("./resources/V2/Core/Accounts.js");
|
|
11
12
|
const ActiveEntitlements_js_1 = require("./resources/Entitlements/ActiveEntitlements.js");
|
|
13
|
+
const Adjustments_js_1 = require("./resources/V2/MoneyManagement/Adjustments.js");
|
|
12
14
|
const Alerts_js_1 = require("./resources/Billing/Alerts.js");
|
|
15
|
+
const ApiKeys_js_1 = require("./resources/V2/Iam/ApiKeys.js");
|
|
13
16
|
const Associations_js_1 = require("./resources/Tax/Associations.js");
|
|
14
17
|
const Authorizations_js_1 = require("./resources/Issuing/Authorizations.js");
|
|
15
18
|
const Authorizations_js_2 = require("./resources/TestHelpers/Issuing/Authorizations.js");
|
|
19
|
+
const BillSettings_js_1 = require("./resources/V2/Billing/BillSettings.js");
|
|
20
|
+
const BlocklistEntries_js_1 = require("./resources/Identity/BlocklistEntries.js");
|
|
21
|
+
const Cadences_js_1 = require("./resources/V2/Billing/Cadences.js");
|
|
16
22
|
const Calculations_js_1 = require("./resources/Tax/Calculations.js");
|
|
17
23
|
const Cardholders_js_1 = require("./resources/Issuing/Cardholders.js");
|
|
18
24
|
const Cards_js_1 = require("./resources/Issuing/Cards.js");
|
|
19
25
|
const Cards_js_2 = require("./resources/TestHelpers/Issuing/Cards.js");
|
|
26
|
+
const ClaimableSandboxes_js_1 = require("./resources/V2/Core/ClaimableSandboxes.js");
|
|
27
|
+
const CollectionSettings_js_1 = require("./resources/V2/Billing/CollectionSettings.js");
|
|
20
28
|
const Configurations_js_1 = require("./resources/BillingPortal/Configurations.js");
|
|
21
29
|
const Configurations_js_2 = require("./resources/Terminal/Configurations.js");
|
|
22
30
|
const ConfirmationTokens_js_1 = require("./resources/TestHelpers/ConfirmationTokens.js");
|
|
@@ -25,60 +33,114 @@ const CreditBalanceSummary_js_1 = require("./resources/Billing/CreditBalanceSumm
|
|
|
25
33
|
const CreditBalanceTransactions_js_1 = require("./resources/Billing/CreditBalanceTransactions.js");
|
|
26
34
|
const CreditGrants_js_1 = require("./resources/Billing/CreditGrants.js");
|
|
27
35
|
const CreditReversals_js_1 = require("./resources/Treasury/CreditReversals.js");
|
|
36
|
+
const CreditUnderwritingRecords_js_1 = require("./resources/Issuing/CreditUnderwritingRecords.js");
|
|
37
|
+
const CurrencyConversions_js_1 = require("./resources/V2/MoneyManagement/CurrencyConversions.js");
|
|
38
|
+
const CustomPricingUnits_js_1 = require("./resources/V2/Billing/CustomPricingUnits.js");
|
|
28
39
|
const Customers_js_1 = require("./resources/TestHelpers/Customers.js");
|
|
29
40
|
const DebitReversals_js_1 = require("./resources/Treasury/DebitReversals.js");
|
|
41
|
+
const DisputeSettlementDetails_js_1 = require("./resources/Issuing/DisputeSettlementDetails.js");
|
|
30
42
|
const Disputes_js_1 = require("./resources/Issuing/Disputes.js");
|
|
31
43
|
const EarlyFraudWarnings_js_1 = require("./resources/Radar/EarlyFraudWarnings.js");
|
|
32
44
|
const EventDestinations_js_1 = require("./resources/V2/Core/EventDestinations.js");
|
|
33
45
|
const Events_js_1 = require("./resources/V2/Core/Events.js");
|
|
34
46
|
const Features_js_1 = require("./resources/Entitlements/Features.js");
|
|
35
47
|
const FinancialAccounts_js_1 = require("./resources/Treasury/FinancialAccounts.js");
|
|
48
|
+
const FinancialAccounts_js_2 = require("./resources/V2/MoneyManagement/FinancialAccounts.js");
|
|
49
|
+
const FinancialAddresses_js_1 = require("./resources/V2/MoneyManagement/FinancialAddresses.js");
|
|
50
|
+
const FinancialAddresses_js_2 = require("./resources/V2/TestHelpers/FinancialAddresses.js");
|
|
51
|
+
const FinancingOffers_js_1 = require("./resources/Capital/FinancingOffers.js");
|
|
52
|
+
const FinancingOffers_js_2 = require("./resources/TestHelpers/Capital/FinancingOffers.js");
|
|
53
|
+
const FinancingSummary_js_1 = require("./resources/Capital/FinancingSummary.js");
|
|
54
|
+
const FinancingTransactions_js_1 = require("./resources/Capital/FinancingTransactions.js");
|
|
55
|
+
const Forms_js_1 = require("./resources/Tax/Forms.js");
|
|
56
|
+
const FraudLiabilityDebits_js_1 = require("./resources/Issuing/FraudLiabilityDebits.js");
|
|
57
|
+
const GbBankAccounts_js_1 = require("./resources/V2/Core/Vault/GbBankAccounts.js");
|
|
58
|
+
const GrantedTokens_js_1 = require("./resources/SharedPayment/GrantedTokens.js");
|
|
59
|
+
const GrantedTokens_js_2 = require("./resources/TestHelpers/SharedPayment/GrantedTokens.js");
|
|
36
60
|
const InboundTransfers_js_1 = require("./resources/TestHelpers/Treasury/InboundTransfers.js");
|
|
37
61
|
const InboundTransfers_js_2 = require("./resources/Treasury/InboundTransfers.js");
|
|
38
|
-
const
|
|
62
|
+
const InboundTransfers_js_3 = require("./resources/V2/MoneyManagement/InboundTransfers.js");
|
|
63
|
+
const Institutions_js_1 = require("./resources/FinancialConnections/Institutions.js");
|
|
64
|
+
const Intents_js_1 = require("./resources/V2/Billing/Intents.js");
|
|
65
|
+
const LicenseFeeSubscriptions_js_1 = require("./resources/V2/Billing/LicenseFeeSubscriptions.js");
|
|
66
|
+
const LicenseFees_js_1 = require("./resources/V2/Billing/LicenseFees.js");
|
|
67
|
+
const LicensedItems_js_1 = require("./resources/V2/Billing/LicensedItems.js");
|
|
68
|
+
const Locations_js_1 = require("./resources/Tax/Locations.js");
|
|
69
|
+
const Locations_js_2 = require("./resources/Terminal/Locations.js");
|
|
70
|
+
const ManualRules_js_1 = require("./resources/V2/Tax/ManualRules.js");
|
|
39
71
|
const MeterEventAdjustments_js_1 = require("./resources/Billing/MeterEventAdjustments.js");
|
|
40
72
|
const MeterEventAdjustments_js_2 = require("./resources/V2/Billing/MeterEventAdjustments.js");
|
|
41
73
|
const MeterEventSession_js_1 = require("./resources/V2/Billing/MeterEventSession.js");
|
|
42
74
|
const MeterEventStream_js_1 = require("./resources/V2/Billing/MeterEventStream.js");
|
|
43
75
|
const MeterEvents_js_1 = require("./resources/Billing/MeterEvents.js");
|
|
44
76
|
const MeterEvents_js_2 = require("./resources/V2/Billing/MeterEvents.js");
|
|
77
|
+
const MeterUsage_js_1 = require("./resources/Billing/Analytics/MeterUsage.js");
|
|
78
|
+
const MeteredItems_js_1 = require("./resources/V2/Billing/MeteredItems.js");
|
|
45
79
|
const Meters_js_1 = require("./resources/Billing/Meters.js");
|
|
80
|
+
const MoneyManagement_js_1 = require("./resources/V2/TestHelpers/MoneyManagement.js");
|
|
81
|
+
const OffSessionPayments_js_1 = require("./resources/V2/Payments/OffSessionPayments.js");
|
|
46
82
|
const OnboardingLinks_js_1 = require("./resources/Terminal/OnboardingLinks.js");
|
|
47
83
|
const Orders_js_1 = require("./resources/Climate/Orders.js");
|
|
84
|
+
const OutboundPaymentQuotes_js_1 = require("./resources/V2/MoneyManagement/OutboundPaymentQuotes.js");
|
|
48
85
|
const OutboundPayments_js_1 = require("./resources/TestHelpers/Treasury/OutboundPayments.js");
|
|
49
86
|
const OutboundPayments_js_2 = require("./resources/Treasury/OutboundPayments.js");
|
|
87
|
+
const OutboundPayments_js_3 = require("./resources/V2/MoneyManagement/OutboundPayments.js");
|
|
88
|
+
const OutboundSetupIntents_js_1 = require("./resources/V2/MoneyManagement/OutboundSetupIntents.js");
|
|
50
89
|
const OutboundTransfers_js_1 = require("./resources/TestHelpers/Treasury/OutboundTransfers.js");
|
|
51
90
|
const OutboundTransfers_js_2 = require("./resources/Treasury/OutboundTransfers.js");
|
|
91
|
+
const OutboundTransfers_js_3 = require("./resources/V2/MoneyManagement/OutboundTransfers.js");
|
|
92
|
+
const PayoutMethods_js_1 = require("./resources/V2/MoneyManagement/PayoutMethods.js");
|
|
93
|
+
const PayoutMethodsBankAccountSpec_js_1 = require("./resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js");
|
|
52
94
|
const PersonalizationDesigns_js_1 = require("./resources/Issuing/PersonalizationDesigns.js");
|
|
53
95
|
const PersonalizationDesigns_js_2 = require("./resources/TestHelpers/Issuing/PersonalizationDesigns.js");
|
|
54
96
|
const PhysicalBundles_js_1 = require("./resources/Issuing/PhysicalBundles.js");
|
|
97
|
+
const PricingPlanSubscriptions_js_1 = require("./resources/V2/Billing/PricingPlanSubscriptions.js");
|
|
98
|
+
const PricingPlans_js_1 = require("./resources/V2/Billing/PricingPlans.js");
|
|
55
99
|
const Products_js_1 = require("./resources/Climate/Products.js");
|
|
100
|
+
const Profiles_js_1 = require("./resources/V2/Billing/Profiles.js");
|
|
101
|
+
const Programs_js_1 = require("./resources/Issuing/Programs.js");
|
|
102
|
+
const RateCardSubscriptions_js_1 = require("./resources/V2/Billing/RateCardSubscriptions.js");
|
|
103
|
+
const RateCards_js_1 = require("./resources/V2/Billing/RateCards.js");
|
|
104
|
+
const ReaderCollectedData_js_1 = require("./resources/Terminal/ReaderCollectedData.js");
|
|
56
105
|
const Readers_js_1 = require("./resources/Terminal/Readers.js");
|
|
57
106
|
const Readers_js_2 = require("./resources/TestHelpers/Terminal/Readers.js");
|
|
58
107
|
const ReceivedCredits_js_1 = require("./resources/TestHelpers/Treasury/ReceivedCredits.js");
|
|
59
108
|
const ReceivedCredits_js_2 = require("./resources/Treasury/ReceivedCredits.js");
|
|
109
|
+
const ReceivedCredits_js_3 = require("./resources/V2/MoneyManagement/ReceivedCredits.js");
|
|
60
110
|
const ReceivedDebits_js_1 = require("./resources/TestHelpers/Treasury/ReceivedDebits.js");
|
|
61
111
|
const ReceivedDebits_js_2 = require("./resources/Treasury/ReceivedDebits.js");
|
|
112
|
+
const ReceivedDebits_js_3 = require("./resources/V2/MoneyManagement/ReceivedDebits.js");
|
|
113
|
+
const RecipientVerifications_js_1 = require("./resources/V2/MoneyManagement/RecipientVerifications.js");
|
|
114
|
+
const RedactionJobs_js_1 = require("./resources/Privacy/RedactionJobs.js");
|
|
62
115
|
const Refunds_js_1 = require("./resources/TestHelpers/Refunds.js");
|
|
63
116
|
const Registrations_js_1 = require("./resources/Tax/Registrations.js");
|
|
64
117
|
const ReportRuns_js_1 = require("./resources/Reporting/ReportRuns.js");
|
|
118
|
+
const ReportRuns_js_2 = require("./resources/V2/Reporting/ReportRuns.js");
|
|
65
119
|
const ReportTypes_js_1 = require("./resources/Reporting/ReportTypes.js");
|
|
120
|
+
const Reports_js_1 = require("./resources/V2/Reporting/Reports.js");
|
|
121
|
+
const RequestedSessions_js_1 = require("./resources/DelegatedCheckout/RequestedSessions.js");
|
|
66
122
|
const Requests_js_1 = require("./resources/Forwarding/Requests.js");
|
|
67
123
|
const ScheduledQueryRuns_js_1 = require("./resources/Sigma/ScheduledQueryRuns.js");
|
|
68
124
|
const Secrets_js_1 = require("./resources/Apps/Secrets.js");
|
|
125
|
+
const ServiceActions_js_1 = require("./resources/V2/Billing/ServiceActions.js");
|
|
69
126
|
const Sessions_js_1 = require("./resources/BillingPortal/Sessions.js");
|
|
70
127
|
const Sessions_js_2 = require("./resources/Checkout/Sessions.js");
|
|
71
128
|
const Sessions_js_3 = require("./resources/FinancialConnections/Sessions.js");
|
|
72
129
|
const Settings_js_1 = require("./resources/Tax/Settings.js");
|
|
130
|
+
const SettlementAllocationIntents_js_1 = require("./resources/V2/Payments/SettlementAllocationIntents.js");
|
|
73
131
|
const Suppliers_js_1 = require("./resources/Climate/Suppliers.js");
|
|
74
132
|
const TestClocks_js_1 = require("./resources/TestHelpers/TestClocks.js");
|
|
75
133
|
const Tokens_js_1 = require("./resources/Issuing/Tokens.js");
|
|
76
134
|
const TransactionEntries_js_1 = require("./resources/Treasury/TransactionEntries.js");
|
|
135
|
+
const TransactionEntries_js_2 = require("./resources/V2/MoneyManagement/TransactionEntries.js");
|
|
77
136
|
const Transactions_js_1 = require("./resources/FinancialConnections/Transactions.js");
|
|
78
137
|
const Transactions_js_2 = require("./resources/Issuing/Transactions.js");
|
|
79
138
|
const Transactions_js_3 = require("./resources/Tax/Transactions.js");
|
|
80
139
|
const Transactions_js_4 = require("./resources/TestHelpers/Issuing/Transactions.js");
|
|
81
140
|
const Transactions_js_5 = require("./resources/Treasury/Transactions.js");
|
|
141
|
+
const Transactions_js_6 = require("./resources/V2/MoneyManagement/Transactions.js");
|
|
142
|
+
const TrialOffers_js_1 = require("./resources/ProductCatalog/TrialOffers.js");
|
|
143
|
+
const UsBankAccounts_js_1 = require("./resources/V2/Core/Vault/UsBankAccounts.js");
|
|
82
144
|
const ValueListItems_js_1 = require("./resources/Radar/ValueListItems.js");
|
|
83
145
|
const ValueLists_js_1 = require("./resources/Radar/ValueLists.js");
|
|
84
146
|
const VerificationReports_js_1 = require("./resources/Identity/VerificationReports.js");
|
|
@@ -87,6 +149,8 @@ var Accounts_js_3 = require("./resources/Accounts.js");
|
|
|
87
149
|
Object.defineProperty(exports, "Account", { enumerable: true, get: function () { return Accounts_js_3.Accounts; } });
|
|
88
150
|
var AccountLinks_js_2 = require("./resources/AccountLinks.js");
|
|
89
151
|
Object.defineProperty(exports, "AccountLinks", { enumerable: true, get: function () { return AccountLinks_js_2.AccountLinks; } });
|
|
152
|
+
var AccountNotices_js_1 = require("./resources/AccountNotices.js");
|
|
153
|
+
Object.defineProperty(exports, "AccountNotices", { enumerable: true, get: function () { return AccountNotices_js_1.AccountNotices; } });
|
|
90
154
|
var AccountSessions_js_1 = require("./resources/AccountSessions.js");
|
|
91
155
|
Object.defineProperty(exports, "AccountSessions", { enumerable: true, get: function () { return AccountSessions_js_1.AccountSessions; } });
|
|
92
156
|
var Accounts_js_4 = require("./resources/Accounts.js");
|
|
@@ -101,6 +165,8 @@ var BalanceSettings_js_1 = require("./resources/BalanceSettings.js");
|
|
|
101
165
|
Object.defineProperty(exports, "BalanceSettings", { enumerable: true, get: function () { return BalanceSettings_js_1.BalanceSettings; } });
|
|
102
166
|
var BalanceTransactions_js_1 = require("./resources/BalanceTransactions.js");
|
|
103
167
|
Object.defineProperty(exports, "BalanceTransactions", { enumerable: true, get: function () { return BalanceTransactions_js_1.BalanceTransactions; } });
|
|
168
|
+
var BalanceTransfers_js_1 = require("./resources/BalanceTransfers.js");
|
|
169
|
+
Object.defineProperty(exports, "BalanceTransfers", { enumerable: true, get: function () { return BalanceTransfers_js_1.BalanceTransfers; } });
|
|
104
170
|
var Charges_js_1 = require("./resources/Charges.js");
|
|
105
171
|
Object.defineProperty(exports, "Charges", { enumerable: true, get: function () { return Charges_js_1.Charges; } });
|
|
106
172
|
var ConfirmationTokens_js_2 = require("./resources/ConfirmationTokens.js");
|
|
@@ -123,10 +189,14 @@ var Events_js_2 = require("./resources/Events.js");
|
|
|
123
189
|
Object.defineProperty(exports, "Events", { enumerable: true, get: function () { return Events_js_2.Events; } });
|
|
124
190
|
var ExchangeRates_js_1 = require("./resources/ExchangeRates.js");
|
|
125
191
|
Object.defineProperty(exports, "ExchangeRates", { enumerable: true, get: function () { return ExchangeRates_js_1.ExchangeRates; } });
|
|
192
|
+
var ExternalAccounts_js_1 = require("./resources/ExternalAccounts.js");
|
|
193
|
+
Object.defineProperty(exports, "ExternalAccounts", { enumerable: true, get: function () { return ExternalAccounts_js_1.ExternalAccounts; } });
|
|
126
194
|
var FileLinks_js_1 = require("./resources/FileLinks.js");
|
|
127
195
|
Object.defineProperty(exports, "FileLinks", { enumerable: true, get: function () { return FileLinks_js_1.FileLinks; } });
|
|
128
196
|
var Files_js_1 = require("./resources/Files.js");
|
|
129
197
|
Object.defineProperty(exports, "Files", { enumerable: true, get: function () { return Files_js_1.Files; } });
|
|
198
|
+
var FxQuotes_js_1 = require("./resources/FxQuotes.js");
|
|
199
|
+
Object.defineProperty(exports, "FxQuotes", { enumerable: true, get: function () { return FxQuotes_js_1.FxQuotes; } });
|
|
130
200
|
var InvoiceItems_js_1 = require("./resources/InvoiceItems.js");
|
|
131
201
|
Object.defineProperty(exports, "InvoiceItems", { enumerable: true, get: function () { return InvoiceItems_js_1.InvoiceItems; } });
|
|
132
202
|
var InvoicePayments_js_1 = require("./resources/InvoicePayments.js");
|
|
@@ -137,8 +207,12 @@ var Invoices_js_1 = require("./resources/Invoices.js");
|
|
|
137
207
|
Object.defineProperty(exports, "Invoices", { enumerable: true, get: function () { return Invoices_js_1.Invoices; } });
|
|
138
208
|
var Mandates_js_1 = require("./resources/Mandates.js");
|
|
139
209
|
Object.defineProperty(exports, "Mandates", { enumerable: true, get: function () { return Mandates_js_1.Mandates; } });
|
|
210
|
+
var Margins_js_1 = require("./resources/Margins.js");
|
|
211
|
+
Object.defineProperty(exports, "Margins", { enumerable: true, get: function () { return Margins_js_1.Margins; } });
|
|
140
212
|
var OAuth_js_1 = require("./resources/OAuth.js");
|
|
141
213
|
Object.defineProperty(exports, "OAuth", { enumerable: true, get: function () { return OAuth_js_1.OAuth; } });
|
|
214
|
+
var Orders_js_2 = require("./resources/Orders.js");
|
|
215
|
+
Object.defineProperty(exports, "Orders", { enumerable: true, get: function () { return Orders_js_2.Orders; } });
|
|
142
216
|
var PaymentAttemptRecords_js_1 = require("./resources/PaymentAttemptRecords.js");
|
|
143
217
|
Object.defineProperty(exports, "PaymentAttemptRecords", { enumerable: true, get: function () { return PaymentAttemptRecords_js_1.PaymentAttemptRecords; } });
|
|
144
218
|
var PaymentIntents_js_1 = require("./resources/PaymentIntents.js");
|
|
@@ -206,11 +280,19 @@ exports.Billing = (0, ResourceNamespace_js_1.resourceNamespace)('billing', {
|
|
|
206
280
|
MeterEventAdjustments: MeterEventAdjustments_js_1.MeterEventAdjustments,
|
|
207
281
|
MeterEvents: MeterEvents_js_1.MeterEvents,
|
|
208
282
|
Meters: Meters_js_1.Meters,
|
|
283
|
+
Analytics: (0, ResourceNamespace_js_1.resourceNamespace)('analytics', {
|
|
284
|
+
MeterUsage: MeterUsage_js_1.MeterUsage,
|
|
285
|
+
}),
|
|
209
286
|
});
|
|
210
287
|
exports.BillingPortal = (0, ResourceNamespace_js_1.resourceNamespace)('billingPortal', {
|
|
211
288
|
Configurations: Configurations_js_1.Configurations,
|
|
212
289
|
Sessions: Sessions_js_1.Sessions,
|
|
213
290
|
});
|
|
291
|
+
exports.Capital = (0, ResourceNamespace_js_1.resourceNamespace)('capital', {
|
|
292
|
+
FinancingOffers: FinancingOffers_js_1.FinancingOffers,
|
|
293
|
+
FinancingSummary: FinancingSummary_js_1.FinancingSummary,
|
|
294
|
+
FinancingTransactions: FinancingTransactions_js_1.FinancingTransactions,
|
|
295
|
+
});
|
|
214
296
|
exports.Checkout = (0, ResourceNamespace_js_1.resourceNamespace)('checkout', {
|
|
215
297
|
Sessions: Sessions_js_2.Sessions,
|
|
216
298
|
});
|
|
@@ -219,12 +301,16 @@ exports.Climate = (0, ResourceNamespace_js_1.resourceNamespace)('climate', {
|
|
|
219
301
|
Products: Products_js_1.Products,
|
|
220
302
|
Suppliers: Suppliers_js_1.Suppliers,
|
|
221
303
|
});
|
|
304
|
+
exports.DelegatedCheckout = (0, ResourceNamespace_js_1.resourceNamespace)('delegatedCheckout', {
|
|
305
|
+
RequestedSessions: RequestedSessions_js_1.RequestedSessions,
|
|
306
|
+
});
|
|
222
307
|
exports.Entitlements = (0, ResourceNamespace_js_1.resourceNamespace)('entitlements', {
|
|
223
308
|
ActiveEntitlements: ActiveEntitlements_js_1.ActiveEntitlements,
|
|
224
309
|
Features: Features_js_1.Features,
|
|
225
310
|
});
|
|
226
311
|
exports.FinancialConnections = (0, ResourceNamespace_js_1.resourceNamespace)('financialConnections', {
|
|
227
312
|
Accounts: Accounts_js_1.Accounts,
|
|
313
|
+
Institutions: Institutions_js_1.Institutions,
|
|
228
314
|
Sessions: Sessions_js_3.Sessions,
|
|
229
315
|
Transactions: Transactions_js_1.Transactions,
|
|
230
316
|
});
|
|
@@ -232,6 +318,7 @@ exports.Forwarding = (0, ResourceNamespace_js_1.resourceNamespace)('forwarding',
|
|
|
232
318
|
Requests: Requests_js_1.Requests,
|
|
233
319
|
});
|
|
234
320
|
exports.Identity = (0, ResourceNamespace_js_1.resourceNamespace)('identity', {
|
|
321
|
+
BlocklistEntries: BlocklistEntries_js_1.BlocklistEntries,
|
|
235
322
|
VerificationReports: VerificationReports_js_1.VerificationReports,
|
|
236
323
|
VerificationSessions: VerificationSessions_js_1.VerificationSessions,
|
|
237
324
|
});
|
|
@@ -239,13 +326,24 @@ exports.Issuing = (0, ResourceNamespace_js_1.resourceNamespace)('issuing', {
|
|
|
239
326
|
Authorizations: Authorizations_js_1.Authorizations,
|
|
240
327
|
Cardholders: Cardholders_js_1.Cardholders,
|
|
241
328
|
Cards: Cards_js_1.Cards,
|
|
329
|
+
CreditUnderwritingRecords: CreditUnderwritingRecords_js_1.CreditUnderwritingRecords,
|
|
330
|
+
DisputeSettlementDetails: DisputeSettlementDetails_js_1.DisputeSettlementDetails,
|
|
242
331
|
Disputes: Disputes_js_1.Disputes,
|
|
332
|
+
FraudLiabilityDebits: FraudLiabilityDebits_js_1.FraudLiabilityDebits,
|
|
243
333
|
PersonalizationDesigns: PersonalizationDesigns_js_1.PersonalizationDesigns,
|
|
244
334
|
PhysicalBundles: PhysicalBundles_js_1.PhysicalBundles,
|
|
335
|
+
Programs: Programs_js_1.Programs,
|
|
245
336
|
Tokens: Tokens_js_1.Tokens,
|
|
246
337
|
Transactions: Transactions_js_2.Transactions,
|
|
247
338
|
});
|
|
339
|
+
exports.Privacy = (0, ResourceNamespace_js_1.resourceNamespace)('privacy', {
|
|
340
|
+
RedactionJobs: RedactionJobs_js_1.RedactionJobs,
|
|
341
|
+
});
|
|
342
|
+
exports.ProductCatalog = (0, ResourceNamespace_js_1.resourceNamespace)('productCatalog', {
|
|
343
|
+
TrialOffers: TrialOffers_js_1.TrialOffers,
|
|
344
|
+
});
|
|
248
345
|
exports.Radar = (0, ResourceNamespace_js_1.resourceNamespace)('radar', {
|
|
346
|
+
AccountEvaluations: AccountEvaluations_js_1.AccountEvaluations,
|
|
249
347
|
EarlyFraudWarnings: EarlyFraudWarnings_js_1.EarlyFraudWarnings,
|
|
250
348
|
ValueListItems: ValueListItems_js_1.ValueListItems,
|
|
251
349
|
ValueLists: ValueLists_js_1.ValueLists,
|
|
@@ -254,12 +352,17 @@ exports.Reporting = (0, ResourceNamespace_js_1.resourceNamespace)('reporting', {
|
|
|
254
352
|
ReportRuns: ReportRuns_js_1.ReportRuns,
|
|
255
353
|
ReportTypes: ReportTypes_js_1.ReportTypes,
|
|
256
354
|
});
|
|
355
|
+
exports.SharedPayment = (0, ResourceNamespace_js_1.resourceNamespace)('sharedPayment', {
|
|
356
|
+
GrantedTokens: GrantedTokens_js_1.GrantedTokens,
|
|
357
|
+
});
|
|
257
358
|
exports.Sigma = (0, ResourceNamespace_js_1.resourceNamespace)('sigma', {
|
|
258
359
|
ScheduledQueryRuns: ScheduledQueryRuns_js_1.ScheduledQueryRuns,
|
|
259
360
|
});
|
|
260
361
|
exports.Tax = (0, ResourceNamespace_js_1.resourceNamespace)('tax', {
|
|
261
362
|
Associations: Associations_js_1.Associations,
|
|
262
363
|
Calculations: Calculations_js_1.Calculations,
|
|
364
|
+
Forms: Forms_js_1.Forms,
|
|
365
|
+
Locations: Locations_js_1.Locations,
|
|
263
366
|
Registrations: Registrations_js_1.Registrations,
|
|
264
367
|
Settings: Settings_js_1.Settings,
|
|
265
368
|
Transactions: Transactions_js_3.Transactions,
|
|
@@ -267,8 +370,9 @@ exports.Tax = (0, ResourceNamespace_js_1.resourceNamespace)('tax', {
|
|
|
267
370
|
exports.Terminal = (0, ResourceNamespace_js_1.resourceNamespace)('terminal', {
|
|
268
371
|
Configurations: Configurations_js_2.Configurations,
|
|
269
372
|
ConnectionTokens: ConnectionTokens_js_1.ConnectionTokens,
|
|
270
|
-
Locations:
|
|
373
|
+
Locations: Locations_js_2.Locations,
|
|
271
374
|
OnboardingLinks: OnboardingLinks_js_1.OnboardingLinks,
|
|
375
|
+
ReaderCollectedData: ReaderCollectedData_js_1.ReaderCollectedData,
|
|
272
376
|
Readers: Readers_js_1.Readers,
|
|
273
377
|
});
|
|
274
378
|
exports.TestHelpers = (0, ResourceNamespace_js_1.resourceNamespace)('testHelpers', {
|
|
@@ -276,12 +380,18 @@ exports.TestHelpers = (0, ResourceNamespace_js_1.resourceNamespace)('testHelpers
|
|
|
276
380
|
Customers: Customers_js_1.Customers,
|
|
277
381
|
Refunds: Refunds_js_1.Refunds,
|
|
278
382
|
TestClocks: TestClocks_js_1.TestClocks,
|
|
383
|
+
Capital: (0, ResourceNamespace_js_1.resourceNamespace)('capital', {
|
|
384
|
+
FinancingOffers: FinancingOffers_js_2.FinancingOffers,
|
|
385
|
+
}),
|
|
279
386
|
Issuing: (0, ResourceNamespace_js_1.resourceNamespace)('issuing', {
|
|
280
387
|
Authorizations: Authorizations_js_2.Authorizations,
|
|
281
388
|
Cards: Cards_js_2.Cards,
|
|
282
389
|
PersonalizationDesigns: PersonalizationDesigns_js_2.PersonalizationDesigns,
|
|
283
390
|
Transactions: Transactions_js_4.Transactions,
|
|
284
391
|
}),
|
|
392
|
+
SharedPayment: (0, ResourceNamespace_js_1.resourceNamespace)('sharedPayment', {
|
|
393
|
+
GrantedTokens: GrantedTokens_js_2.GrantedTokens,
|
|
394
|
+
}),
|
|
285
395
|
Terminal: (0, ResourceNamespace_js_1.resourceNamespace)('terminal', {
|
|
286
396
|
Readers: Readers_js_2.Readers,
|
|
287
397
|
}),
|
|
@@ -307,16 +417,68 @@ exports.Treasury = (0, ResourceNamespace_js_1.resourceNamespace)('treasury', {
|
|
|
307
417
|
});
|
|
308
418
|
exports.V2 = (0, ResourceNamespace_js_1.resourceNamespace)('v2', {
|
|
309
419
|
Billing: (0, ResourceNamespace_js_1.resourceNamespace)('billing', {
|
|
420
|
+
BillSettings: BillSettings_js_1.BillSettings,
|
|
421
|
+
Cadences: Cadences_js_1.Cadences,
|
|
422
|
+
CollectionSettings: CollectionSettings_js_1.CollectionSettings,
|
|
423
|
+
CustomPricingUnits: CustomPricingUnits_js_1.CustomPricingUnits,
|
|
424
|
+
Intents: Intents_js_1.Intents,
|
|
425
|
+
LicenseFeeSubscriptions: LicenseFeeSubscriptions_js_1.LicenseFeeSubscriptions,
|
|
426
|
+
LicenseFees: LicenseFees_js_1.LicenseFees,
|
|
427
|
+
LicensedItems: LicensedItems_js_1.LicensedItems,
|
|
310
428
|
MeterEventAdjustments: MeterEventAdjustments_js_2.MeterEventAdjustments,
|
|
311
429
|
MeterEventSession: MeterEventSession_js_1.MeterEventSession,
|
|
312
430
|
MeterEventStream: MeterEventStream_js_1.MeterEventStream,
|
|
313
431
|
MeterEvents: MeterEvents_js_2.MeterEvents,
|
|
432
|
+
MeteredItems: MeteredItems_js_1.MeteredItems,
|
|
433
|
+
PricingPlanSubscriptions: PricingPlanSubscriptions_js_1.PricingPlanSubscriptions,
|
|
434
|
+
PricingPlans: PricingPlans_js_1.PricingPlans,
|
|
435
|
+
Profiles: Profiles_js_1.Profiles,
|
|
436
|
+
RateCardSubscriptions: RateCardSubscriptions_js_1.RateCardSubscriptions,
|
|
437
|
+
RateCards: RateCards_js_1.RateCards,
|
|
438
|
+
ServiceActions: ServiceActions_js_1.ServiceActions,
|
|
314
439
|
}),
|
|
315
440
|
Core: (0, ResourceNamespace_js_1.resourceNamespace)('core', {
|
|
316
441
|
AccountLinks: AccountLinks_js_1.AccountLinks,
|
|
317
442
|
AccountTokens: AccountTokens_js_1.AccountTokens,
|
|
318
443
|
Accounts: Accounts_js_2.Accounts,
|
|
444
|
+
ClaimableSandboxes: ClaimableSandboxes_js_1.ClaimableSandboxes,
|
|
319
445
|
EventDestinations: EventDestinations_js_1.EventDestinations,
|
|
320
446
|
Events: Events_js_1.Events,
|
|
447
|
+
Vault: (0, ResourceNamespace_js_1.resourceNamespace)('vault', {
|
|
448
|
+
GbBankAccounts: GbBankAccounts_js_1.GbBankAccounts,
|
|
449
|
+
UsBankAccounts: UsBankAccounts_js_1.UsBankAccounts,
|
|
450
|
+
}),
|
|
451
|
+
}),
|
|
452
|
+
Iam: (0, ResourceNamespace_js_1.resourceNamespace)('iam', { ApiKeys: ApiKeys_js_1.ApiKeys }),
|
|
453
|
+
MoneyManagement: (0, ResourceNamespace_js_1.resourceNamespace)('moneyManagement', {
|
|
454
|
+
Adjustments: Adjustments_js_1.Adjustments,
|
|
455
|
+
CurrencyConversions: CurrencyConversions_js_1.CurrencyConversions,
|
|
456
|
+
FinancialAccounts: FinancialAccounts_js_2.FinancialAccounts,
|
|
457
|
+
FinancialAddresses: FinancialAddresses_js_1.FinancialAddresses,
|
|
458
|
+
InboundTransfers: InboundTransfers_js_3.InboundTransfers,
|
|
459
|
+
OutboundPaymentQuotes: OutboundPaymentQuotes_js_1.OutboundPaymentQuotes,
|
|
460
|
+
OutboundPayments: OutboundPayments_js_3.OutboundPayments,
|
|
461
|
+
OutboundSetupIntents: OutboundSetupIntents_js_1.OutboundSetupIntents,
|
|
462
|
+
OutboundTransfers: OutboundTransfers_js_3.OutboundTransfers,
|
|
463
|
+
PayoutMethods: PayoutMethods_js_1.PayoutMethods,
|
|
464
|
+
PayoutMethodsBankAccountSpec: PayoutMethodsBankAccountSpec_js_1.PayoutMethodsBankAccountSpec,
|
|
465
|
+
ReceivedCredits: ReceivedCredits_js_3.ReceivedCredits,
|
|
466
|
+
ReceivedDebits: ReceivedDebits_js_3.ReceivedDebits,
|
|
467
|
+
RecipientVerifications: RecipientVerifications_js_1.RecipientVerifications,
|
|
468
|
+
TransactionEntries: TransactionEntries_js_2.TransactionEntries,
|
|
469
|
+
Transactions: Transactions_js_6.Transactions,
|
|
470
|
+
}),
|
|
471
|
+
Payment: (0, ResourceNamespace_js_1.resourceNamespace)('payment', {
|
|
472
|
+
OffSessionPayments: OffSessionPayments_js_1.OffSessionPayments,
|
|
473
|
+
SettlementAllocationIntents: SettlementAllocationIntents_js_1.SettlementAllocationIntents,
|
|
474
|
+
}),
|
|
475
|
+
Reporting: (0, ResourceNamespace_js_1.resourceNamespace)('reporting', {
|
|
476
|
+
ReportRuns: ReportRuns_js_2.ReportRuns,
|
|
477
|
+
Reports: Reports_js_1.Reports,
|
|
478
|
+
}),
|
|
479
|
+
Tax: (0, ResourceNamespace_js_1.resourceNamespace)('tax', { ManualRules: ManualRules_js_1.ManualRules }),
|
|
480
|
+
TestHelper: (0, ResourceNamespace_js_1.resourceNamespace)('testHelper', {
|
|
481
|
+
FinancialAddresses: FinancialAddresses_js_2.FinancialAddresses,
|
|
482
|
+
MoneyManagement: MoneyManagement_js_1.MoneyManagement,
|
|
321
483
|
}),
|
|
322
484
|
});
|
package/cjs/stripe.core.js
CHANGED
|
@@ -37,7 +37,7 @@ const ALLOWED_CONFIG_PROPERTIES = [
|
|
|
37
37
|
];
|
|
38
38
|
const defaultRequestSenderFactory = (stripe) => new RequestSender_js_1.RequestSender(stripe, StripeResource_js_1.StripeResource.MAX_BUFFERED_REQUEST_METRICS);
|
|
39
39
|
function createStripe(platformFunctions, requestSender = defaultRequestSenderFactory) {
|
|
40
|
-
Stripe.PACKAGE_VERSION = '20.
|
|
40
|
+
Stripe.PACKAGE_VERSION = '20.2.0-alpha.2';
|
|
41
41
|
Stripe.API_VERSION = apiVersion_js_1.ApiVersion;
|
|
42
42
|
Stripe.USER_AGENT = Object.assign({ bindings_version: Stripe.PACKAGE_VERSION, lang: 'node', publisher: 'stripe', uname: null, typescript: false }, (0, utils_js_1.determineProcessUserAgentProperties)());
|
|
43
43
|
Stripe.StripeResource = StripeResource_js_1.StripeResource;
|