From bc5d9c9bdb09b357eed5626df727a6c0efad37af Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Wed, 22 Jan 2025 17:56:46 +0000 Subject: [PATCH] Automated spec update (90258) --- specs/openapi.json | 24 ++++++++++++++++++++++++ specs/openapi_preview.json | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 90d6643..15b804b 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -13850,6 +13850,16 @@ "$ref": "#/components/schemas/PollCreateRequest" } ] + }, + "confetti_potion": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ConfettiPotionCreateRequest" + } + ] } } }, @@ -15077,6 +15087,10 @@ "name" ] }, + "ConfettiPotionCreateRequest": { + "type": "object", + "properties": {} + }, "ConnectedAccountGuildResponse": { "type": "object", "properties": { @@ -23588,6 +23602,16 @@ } ] }, + "confetti_potion": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ConfettiPotionCreateRequest" + } + ] + }, "message_reference": { "oneOf": [ { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index c21455e..0f30861 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -13850,6 +13850,16 @@ "$ref": "#/components/schemas/PollCreateRequest" } ] + }, + "confetti_potion": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ConfettiPotionCreateRequest" + } + ] } } }, @@ -15116,6 +15126,10 @@ "name" ] }, + "ConfettiPotionCreateRequest": { + "type": "object", + "properties": {} + }, "ConnectedAccountGuildResponse": { "type": "object", "properties": { @@ -23673,6 +23687,16 @@ } ] }, + "confetti_potion": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ConfettiPotionCreateRequest" + } + ] + }, "message_reference": { "oneOf": [ {