From 848e275543fcf5a30e8af7c18c84914c9615a418 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:26:05 +0000 Subject: [PATCH] OpenAPI Update (#578) Update OpenAPI for 3b31e4ff4ddc3b898b7eb6926f865f0c1a26aefa Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 8 +------- embedded/openapi/spec3.json | 9 ++------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 1154e970..2e5db733 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -47890,13 +47890,7 @@ } }, "invoice_settings": { - "anyOf": [ - { - "$ref": "#/components/schemas/invoice_setting_quote_setting" - } - ], - "description": "All invoices will be billed using the specified settings.", - "nullable": true + "$ref": "#/components/schemas/invoice_setting_quote_setting" }, "line_items": { "description": "A list of items the customer is being quoted for.", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 784eacd7..d1411e2f 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -32139,13 +32139,7 @@ } }, "invoice_settings": { - "anyOf": [ - { - "$ref": "#/components/schemas/invoice_setting_quote_setting" - } - ], - "description": "All invoices will be billed using the specified settings.", - "nullable": true + "$ref": "#/components/schemas/invoice_setting_quote_setting" }, "line_items": { "description": "A list of items the customer is being quoted for.", @@ -32331,6 +32325,7 @@ "discounts", "expires_at", "id", + "invoice_settings", "livemode", "metadata", "object",