From 67b157bcaeae82e76ed783eda9814d3866727cb1 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:12:31 +0000 Subject: [PATCH] Update OpenAPI for 412922595d6e16cd2b92d32a41cacd8e9022262c --- embedded/openapi/spec3.beta.sdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 9f09010b..b7651c67 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -60355,11 +60355,11 @@ "proration_behavior": { "description": "Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`.", "enum": [ + "always_invoice", "create_prorations", "none" ], - "type": "string", - "x-stripeBypassValidation": true + "type": "string" } }, "required": [ @@ -103703,13 +103703,13 @@ "type": "string" }, "proration_behavior": { - "description": "Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`, which is only compatible with `mode=immediately`. No prorations are generated when canceling a subscription at the end of its natural billing period.", + "description": "Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`, which is only compatible with `mode=immediately`. Passing `always_invoice` will result in an error. No prorations are generated when canceling a subscription at the end of its natural billing period.", "enum": [ + "always_invoice", "create_prorations", "none" ], - "type": "string", - "x-stripeBypassValidation": true + "type": "string" } }, "required": [ @@ -104263,13 +104263,13 @@ "type": "string" }, "proration_behavior": { - "description": "Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`, which is only compatible with `mode=immediately`. No prorations are generated when canceling a subscription at the end of its natural billing period.", + "description": "Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`, which is only compatible with `mode=immediately`. Passing `always_invoice` will result in an error. No prorations are generated when canceling a subscription at the end of its natural billing period.", "enum": [ + "always_invoice", "create_prorations", "none" ], - "type": "string", - "x-stripeBypassValidation": true + "type": "string" } }, "title": "subscription_cancel_updating_param",