Skip to content

Commit

Permalink
Merge pull request #1801 from stripe/latest-codegen-beta
Browse files Browse the repository at this point in the history
Update generated code for beta
  • Loading branch information
anniel-stripe authored Jan 18, 2024
2 parents b09aeed + 0131c9b commit 7b6627b
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 76.13.0 - 2024-01-18
* [#1800](https://github.com/stripe/stripe-go/pull/1800) Update generated code
* [#1798](https://github.com/stripe/stripe-go/pull/1798) Update generated code
* Add support for new value `nn` on enums `ChargePaymentMethodDetailsIdealBank`, `PaymentMethodIdealBank`, and `SetupAttemptPaymentMethodDetailsIdealBank`
* Add support for `Issuer` on `InvoiceParams`, `InvoiceUpcomingLinesParams`, `InvoiceUpcomingParams`, and `Invoice`
* Add support for `Liability` on `InvoiceAutomaticTaxParams`, `InvoiceAutomaticTax`, `InvoiceUpcomingAutomaticTaxParams`, `InvoiceUpcomingLinesAutomaticTaxParams`, `SubscriptionAutomaticTaxParams`, and `SubscriptionAutomaticTax`
* Add support for `OnBehalfOf` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams`
* Add support for `PIN` on `IssuingCardParams`
* Add support for `RevocationReason` on `MandatePaymentMethodDetailsBacsDebit`
* Add support for `CustomerBalance` on `PaymentMethodConfigurationParams` and `PaymentMethodConfiguration`
* Add support for `InvoiceSettings` on `SubscriptionParams`
* [#1796](https://github.com/stripe/stripe-go/pull/1796) Update generated code
* Add support for new resource `CustomerSession`
* Add support for `New` method on resource `CustomerSession`
* Remove support for values `obligation_inbound`, `obligation_payout_failure`, `obligation_payout`, and `obligation_reversal_outbound` from enum `BalanceTransactionType`
* Remove support for `Expand` on `BankAccountParams` and `CardParams`
* Add support for `AccountType`, `DefaultForCurrency`, and `Documents` on `BankAccountParams` and `CardParams`
* Remove support for `Owner` on `BankAccountParams` and `CardParams`
* Change type of `BankAccountAccountHolderTypeParams` and `CardAccountHolderTypeParams` from `enum('company'|'individual')` to `emptyStringable(enum('company'|'individual'))`
* Add support for new values `eps` and `p24` on enums `InvoicePaymentSettingsPaymentMethodTypes` and `SubscriptionPaymentSettingsPaymentMethodTypes`
* Add support for `BillingCycleAnchorConfig` on `SubscriptionParams` and `Subscription`

## 76.13.0-beta.1 - 2024-01-12
* [#1795](https://github.com/stripe/stripe-go/pull/1795) Update generated code for beta
* Add support for `Amount` on `ChargeCapturePaymentDetailsFlightSegmentsParams`, `ChargePaymentDetailsFlightSegmentsParams`, `PaymentIntentCapturePaymentDetailsFlightSegmentsParams`, `PaymentIntentConfirmPaymentDetailsFlightSegmentsParams`, and `PaymentIntentPaymentDetailsFlightSegmentsParams`
Expand All @@ -9,7 +31,6 @@
* Add support for new values `high_risk_industry`, `insufficient_margin_ratio`, `insufficient_operating_profit`, `insufficient_reserves`, `insufficient_time_in_network`, and `lacking_cash_account` on enums `IssuingCreditUnderwritingRecordDecisionCreditLimitDecreasedReasons` and `IssuingCreditUnderwritingRecordDecisionCreditLineClosedReasons`
* [#1793](https://github.com/stripe/stripe-go/pull/1793) Update generated code for beta


## 76.12.0 - 2024-01-12
* [#1796](https://github.com/stripe/stripe-go/pull/1796) Update generated code
* Add support for new resource `CustomerSession`
Expand Down

0 comments on commit 7b6627b

Please sign in to comment.