Skip to content

Commit

Permalink
Merge upstream and update generated code for v994
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 26, 2024
2 parents cfa17fc + ced2e4b commit 217564f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,18 @@
* Add support for `payment_method_settings` on `AccountSessionCreateParams.components`
* Add support for `cancel_subscription_schedule` on `QuoteCreateParams.lines[]`, `QuoteLine`, and `QuoteUpdateParams.lines[]`

## 15.4.0 - 2024-04-25
* [#2071](https://github.com/stripe/stripe-node/pull/2071) Update generated code
* Add support for `setup_future_usage` on `Checkout.Session.payment_method_options.amazon_pay`, `Checkout.Session.payment_method_options.revolut_pay`, `PaymentIntent.payment_method_options.amazon_pay`, and `PaymentIntent.payment_method_options.revolut_pay`
* Change type of `Entitlements.ActiveEntitlement.feature` from `string` to `expandable(Entitlements.Feature)`
* Remove support for inadvertently released identity verification features `email` and `phone` on `Identity.VerificationSessionCreateParams.options` and `Identity.VerificationSessionUpdateParams.options`
* Change `Identity.VerificationSession.provided_details`, `Identity.VerificationSession.verified_outputs.email`, and `Identity.VerificationSession.verified_outputs.phone` to be required
* Add support for new values `amazon_pay` and `revolut_pay` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
* Add support for `amazon_pay` and `revolut_pay` on `Mandate.payment_method_details` and `SetupAttempt.payment_method_details`
* Add support for `ending_before`, `limit`, and `starting_after` on `PaymentMethodConfigurationListParams`
* Add support for `mobilepay` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`
* [#2061](https://github.com/stripe/stripe-node/pull/2061) Make cloudflare package export

## 15.4.0-beta.1 - 2024-04-18
* [#2065](https://github.com/stripe/stripe-node/pull/2065) Update generated code for beta
* Add support for `capital_overview`, `tax_registrations`, and `tax_settings` on `AccountSessionCreateParams.components`
Expand Down
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
@@ -1 +1 @@
v993
v994
2 changes: 1 addition & 1 deletion types/Tax/Calculations.d.ts
Expand Up @@ -54,7 +54,7 @@ declare module 'stripe' {
/**
* The details of the ship from location, such as the address.
*/
ship_from_details?: Calculation.ShipFromDetails | null;
ship_from_details: Calculation.ShipFromDetails | null;

/**
* The shipping cost details for the calculation.
Expand Down
2 changes: 1 addition & 1 deletion types/Tax/CalculationsResource.d.ts
Expand Up @@ -30,7 +30,7 @@ declare module 'stripe' {
expand?: Array<string>;

/**
* Details about the address from which the goods are being shippped.
* Details about the address from which the goods are being shipped.
*/
ship_from_details?: CalculationCreateParams.ShipFromDetails;

Expand Down
2 changes: 1 addition & 1 deletion types/Tax/Transactions.d.ts
Expand Up @@ -64,7 +64,7 @@ declare module 'stripe' {
/**
* The details of the ship from location, such as the address.
*/
ship_from_details?: Transaction.ShipFromDetails | null;
ship_from_details: Transaction.ShipFromDetails | null;

/**
* The shipping cost details for the transaction.
Expand Down

0 comments on commit 217564f

Please sign in to comment.