From 72a6134266e9cece87a1175ae636ad86d70978cd Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Thu, 13 Mar 2025 01:09:37 +0000 Subject: [PATCH] Automated spec update (99695) --- specs/openapi.json | 34 +++++++++++++++++----------------- specs/openapi_preview.json | 34 +++++++++++++++++----------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 33f9c1d..fe1e544 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -9814,21 +9814,6 @@ "attachment" ] }, - "ActivityLocationKinds": { - "type": "string", - "oneOf": [ - { - "title": "GUILD_CHANNEL", - "description": "guild channel", - "const": "gc" - }, - { - "title": "PRIVATE_CHANNEL", - "description": "private channel", - "const": "pc" - } - ] - }, "AfkTimeouts": { "type": "integer", "oneOf": [ @@ -16857,6 +16842,21 @@ "users" ] }, + "EmbeddedActivityLocationKind": { + "type": "string", + "oneOf": [ + { + "title": "GUILD_CHANNEL", + "description": "guild channel", + "const": "gc" + }, + { + "title": "PRIVATE_CHANNEL", + "description": "private channel", + "const": "pc" + } + ] + }, "EmojiResponse": { "type": "object", "properties": { @@ -18568,7 +18568,7 @@ ], "allOf": [ { - "$ref": "#/components/schemas/ActivityLocationKinds" + "$ref": "#/components/schemas/EmbeddedActivityLocationKind" } ] }, @@ -26590,7 +26590,7 @@ ], "allOf": [ { - "$ref": "#/components/schemas/ActivityLocationKinds" + "$ref": "#/components/schemas/EmbeddedActivityLocationKind" } ] }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index a1fa6fd..db9d6e2 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -9814,21 +9814,6 @@ "attachment" ] }, - "ActivityLocationKinds": { - "type": "string", - "oneOf": [ - { - "title": "GUILD_CHANNEL", - "description": "guild channel", - "const": "gc" - }, - { - "title": "PRIVATE_CHANNEL", - "description": "private channel", - "const": "pc" - } - ] - }, "AfkTimeouts": { "type": "integer", "oneOf": [ @@ -16897,6 +16882,21 @@ "users" ] }, + "EmbeddedActivityLocationKind": { + "type": "string", + "oneOf": [ + { + "title": "GUILD_CHANNEL", + "description": "guild channel", + "const": "gc" + }, + { + "title": "PRIVATE_CHANNEL", + "description": "private channel", + "const": "pc" + } + ] + }, "EmojiResponse": { "type": "object", "properties": { @@ -18638,7 +18638,7 @@ ], "allOf": [ { - "$ref": "#/components/schemas/ActivityLocationKinds" + "$ref": "#/components/schemas/EmbeddedActivityLocationKind" } ] }, @@ -26675,7 +26675,7 @@ ], "allOf": [ { - "$ref": "#/components/schemas/ActivityLocationKinds" + "$ref": "#/components/schemas/EmbeddedActivityLocationKind" } ] },