Skip to content

Commit

Permalink
Merge upstream and update generated code for v1021
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 9, 2024
2 parents f76b2fd + d14e271 commit c11f620
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
* [#2079](https://github.com/stripe/stripe-node/pull/2079) Update generated code for beta
* No new beta features. Merging changes from the main branch.

## 15.6.0 - 2024-05-09
* [#2086](https://github.com/stripe/stripe-node/pull/2086) Update generated code
* Remove support for `pending_invoice_items_behavior` on `SubscriptionCreateParams`
* [#2080](https://github.com/stripe/stripe-node/pull/2080) Update generated code
* Add support for `update` test helper method on resources `Treasury.OutboundPayment` and `Treasury.OutboundTransfer`
* Add support for `allow_redisplay` on `ConfirmationToken.payment_method_preview` and `PaymentMethod`
* Add support for new values `treasury.outbound_payment.tracking_details_updated` and `treasury.outbound_transfer.tracking_details_updated` on enum `Event.type`
* Add support for `preview_mode` on `InvoiceCreatePreviewParams`, `InvoiceUpcomingLinesParams`, and `InvoiceUpcomingParams`
* Add support for `pending_invoice_items_behavior` on `SubscriptionCreateParams`
* Add support for `tracking_details` on `Treasury.OutboundPayment` and `Treasury.OutboundTransfer`
* Add support for new values `treasury.outbound_payment.tracking_details_updated` and `treasury.outbound_transfer.tracking_details_updated` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
* [#2085](https://github.com/stripe/stripe-node/pull/2085) Remove unnecessary pointer to description in deprecation message

## 15.6.0-beta.1 - 2024-05-02
* [#2073](https://github.com/stripe/stripe-node/pull/2073) Update generated code for beta
Expand Down
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1020
v1021
6 changes: 6 additions & 0 deletions types/Accounts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1197,10 +1197,16 @@ declare module 'stripe' {

namespace RiskControls {
interface Charges {
/**
* Whether a pause of the risk control has been requested.
*/
pause_requested: boolean;
}

interface Payouts {
/**
* Whether a pause of the risk control has been requested.
*/
pause_requested: boolean;
}
}
Expand Down

0 comments on commit c11f620

Please sign in to comment.