- #2130 Update generated code
- ⚠️ Remove support for values
billing_policy_remote_function_response_invalid
,billing_policy_remote_function_timeout
,billing_policy_remote_function_unexpected_status_code
, andbilling_policy_remote_function_unreachable
from enumsInvoice.last_finalization_error.code
,PaymentIntent.last_payment_error.code
,SetupAttempt.setup_error.code
,SetupIntent.last_setup_error.code
, andStripeError.code
. - ⚠️ Remove support for value
payment_intent_fx_quote_invalid
from enumStripeError.code
. The was mistakenly released last week. - Add support for
payment_method_options
onConfirmationToken
- Add support for
payment_element
onCustomerSession.components
andCustomerSessionCreateParams.components
- Add support for
address_validation
onIssuing.Card.shipping
andIssuing.CardCreateParams.shipping
- Add support for
shipping
onIssuing.CardUpdateParams
- Change
Plan.meter
andPrice.recurring.meter
to be required
- ⚠️ Remove support for values
- #2133 update node versions in CI
- #2132 check
hasOwnProperty
when usingfor..in
- #2048 Add generateTestHeaderStringAsync function to Webhooks.ts