From 5609b42b0df0069724ea6fb2b8c8ecc0fcfdf14a Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:16:56 +0000 Subject: [PATCH] Update OpenAPI for 80b621624657acf70f74136fd3ecff7eed7124d1 --- embedded/openapi/spec3.beta.sdk.json | 8 ++++---- embedded/openapi/spec3.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index a0e195ff..fc3364bf 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -101730,13 +101730,13 @@ "type": "object" }, "pending_invoice_items_behavior": { - "description": "How to handle pending invoice items on invoice creation. One of `include` or `exclude`. `include` will include any pending invoice items, and will create an empty draft invoice if no pending invoice items exist. `exclude` will always create an empty invoice draft regardless if there are pending invoice items or not. Defaults to `exclude` if the parameter is omitted.", + "description": "How to handle pending invoice items on invoice creation. Defaults to `exclude` if the parameter is omitted.", "enum": [ "exclude", - "include", - "include_and_require" + "include" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true }, "rendering": { "description": "The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 7ac8ed1d..4011423a 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -79568,13 +79568,13 @@ "type": "object" }, "pending_invoice_items_behavior": { - "description": "How to handle pending invoice items on invoice creation. One of `include` or `exclude`. `include` will include any pending invoice items, and will create an empty draft invoice if no pending invoice items exist. `exclude` will always create an empty invoice draft regardless if there are pending invoice items or not. Defaults to `exclude` if the parameter is omitted.", + "description": "How to handle pending invoice items on invoice creation. Defaults to `exclude` if the parameter is omitted.", "enum": [ "exclude", - "include", - "include_and_require" + "include" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true }, "rendering": { "description": "The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.",