Add support for verification_session on EphemeralKeyCreateParams
Add support for new values refund.created and refund.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
Add support for create, list, and update methods on resource Registration
Add support for controller on AccountCreateParams and AccountUpdateParams
Add support for application and dashboard on Account.controller
Change type of Quote.subscription_data_overrides[].proration_behavior from enum('always_invoice'|'create_prorations'|'none') to enum('always_invoice'|'create_prorations'|'none') | null
Remove support for timestamp on QuoteLine.actions[].add_discount.discount_end
Change type of QuoteLine.actions[].add_discount.discount_end.type from literal('timestamp') to literal('line_ends_at')
Remove support for index on QuoteLine.actions[].add_item.discounts[], QuoteLine.actions[].remove_discount, QuoteLine.actions[].set_discounts[], QuoteLine.actions[].set_items[].discounts[], SubscriptionSchedule.phases[].add_invoice_items[].discounts[], SubscriptionSchedule.phases[].discounts[], and SubscriptionSchedule.phases[].items[].discounts[]
Change QuoteLine.actions[].add_discount.index to be required
Add support for new values quote.accepting, quote.reestimated, and quote.stale on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
Change quote.draft_quote implementation from hitting POST /v1/quotes/{quote}/draft to POST /v1/quotes/{quote}/mark_draft
Add support for mark_stale_quote method on resource Quote
Add support for duration and line_ends_at on QuoteCreateParams.subscription_data.bill_on_acceptance.bill_until, QuoteCreateParams.subscription_data_overrides[].bill_on_acceptance.bill_until, QuoteUpdateParams.subscription_data.bill_on_acceptance.bill_until, and QuoteUpdateParams.subscription_data_overrides[].bill_on_acceptance.bill_until
Remove support for line_starts_at on QuoteCreateParams.subscription_data.bill_on_acceptance.bill_until, QuoteCreateParams.subscription_data_overrides[].bill_on_acceptance.bill_until, QuoteUpdateParams.subscription_data.bill_on_acceptance.bill_until, and QuoteUpdateParams.subscription_data_overrides[].bill_on_acceptance.bill_until
Add support for metadata on Terminal.Reader.action.refund_payment and TerminalReaderRefundPaymentParams
Add support for verification_session on EphemeralKeyCreateParams
Add support for new values refund.created and refund.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
Add support for new value merchant_default on enums CashBalanceUpdateParams.settings.reconciliation_mode, CustomerCreateParams.cash_balance.settings.reconciliation_mode, and CustomerUpdateParams.cash_balance.settings.reconciliation_mode
Add support for using_merchant_default on CashBalance.settings
Change CheckoutSessionCreateParams.cancel_url to be optional
Change type of Checkout.Session.cancel_url from string to string | null
Add support for india_international_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
Add support for invoice_creation on Checkout.Session and CheckoutSessionCreateParams
Add support for invoice on Checkout.Session
Add support for metadata on SubscriptionSchedule.phases[].items[], SubscriptionScheduleCreateParams.phases[].items[], and SubscriptionScheduleUpdateParams.phases[].items[]
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps stripe from 8.222.0 to 11.7.0.
Release notes
Sourced from stripe's releases.
... (truncated)
Changelog
Sourced from stripe's changelog.
... (truncated)
Commits
b33ba90
Bump version to 11.7.0cc94588
API Updates (#1661)99b8ef0
Add support for TypeScript tests and convert one file (#1658)e847224
Remove __esImport suppression and pretty-printing of compiled code (#1657)3c9e553
Move request-sending functionality into a common place (#1654)c3694fc
Generate sections of types/index.d.ts (#1656)925c546
Add Node 19 testing (#1655)530c365
Refactor usages of Node.js Buffer (#1650)b91b541
Merge pull request #1647 from stripe/dependabot/npm_and_yarn/json5-2.2.300bd2e3
Bump json5 from 2.2.1 to 2.2.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)