Skip to content

Commit

Permalink
Merge upstream and update generated code for v692
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 1, 2023
2 parents 2a7353f + 95b9cc8 commit d2df796
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
## 43.6.0-beta.1 - 2023-11-30
* [#2802](https://github.com/stripe/stripe-dotnet/pull/2802) Update generated code for beta

## 43.5.0 - 2023-11-30
* [#2801](https://github.com/stripe/stripe-dotnet/pull/2801) Update generated code
* Add support for new resources `Climate.Order`, `Climate.Product`, and `Climate.Supplier`
* Add support for `Cancel`, `Create`, `Get`, `List`, and `Update` methods on resource `Order`
* Add support for `Get` and `List` methods on resources `Product` and `Supplier`
* Add support for `Created` on `Checkout.SessionListOptions`
* Add support for `ValidateLocation` on `CustomerTaxOptions`

## 43.5.0-beta.1 - 2023-11-21
* [#2798](https://github.com/stripe/stripe-dotnet/pull/2798) Update generated code for beta
* Rename `Receipient` to `Recipient` beneath `PaymentDetails` on `Charge` and `PaymentIntent` APIs.
Expand Down
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v691
v692
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public IBalanceTransactionSource Source
/// <c>obligation_outbound</c>, <c>obligation_reversal_inbound</c>,
/// <c>obligation_reversal_outbound</c>, <c>obligation_payout</c>,
/// <c>obligation_payout_failure</c>, <c>payment</c>, <c>payment_failure_refund</c>,
/// <c>payment_network_reserve_hold</c>, <c>payment_network_reserve_release</c>,
/// <c>payment_refund</c>, <c>payment_reversal</c>, <c>payment_unreconciled</c>,
/// <c>payout</c>, <c>payout_cancel</c>, <c>payout_failure</c>, <c>refund</c>,
/// <c>refund_failure</c>, <c>reserve_transaction</c>, <c>reserved_funds</c>,
Expand All @@ -171,7 +172,8 @@ public IBalanceTransactionSource Source
/// <c>issuing_dispute</c>, <c>issuing_transaction</c>, <c>obligation_inbound</c>,
/// <c>obligation_outbound</c>, <c>obligation_payout</c>, <c>obligation_payout_failure</c>,
/// <c>obligation_reversal_inbound</c>, <c>obligation_reversal_outbound</c>, <c>payment</c>,
/// <c>payment_failure_refund</c>, <c>payment_refund</c>, <c>payment_reversal</c>,
/// <c>payment_failure_refund</c>, <c>payment_network_reserve_hold</c>,
/// <c>payment_network_reserve_release</c>, <c>payment_refund</c>, <c>payment_reversal</c>,
/// <c>payment_unreconciled</c>, <c>payout</c>, <c>payout_cancel</c>, <c>payout_failure</c>,
/// <c>refund</c>, <c>refund_failure</c>, <c>reserve_transaction</c>, <c>reserved_funds</c>,
/// <c>stripe_fee</c>, <c>stripe_fx_fee</c>, <c>tax_fee</c>, <c>topup</c>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class BalanceTransactionListOptions : ListOptionsWithCreated
/// <c>obligation_outbound</c>, <c>obligation_reversal_inbound</c>,
/// <c>obligation_reversal_outbound</c>, <c>obligation_payout</c>,
/// <c>obligation_payout_failure</c>, <c>payment</c>, <c>payment_failure_refund</c>,
/// <c>payment_network_reserve_hold</c>, <c>payment_network_reserve_release</c>,
/// <c>payment_refund</c>, <c>payment_reversal</c>, <c>payment_unreconciled</c>,
/// <c>payout</c>, <c>payout_cancel</c>, <c>payout_failure</c>, <c>refund</c>,
/// <c>refund_failure</c>, <c>reserve_transaction</c>, <c>reserved_funds</c>,
Expand Down

0 comments on commit d2df796

Please sign in to comment.