From c88f32e4c851a11e45281b096bbfd2e489691a2c Mon Sep 17 00:00:00 2001 From: Adversary Date: Fri, 1 Aug 2025 04:10:02 +0000 Subject: [PATCH] main - Automated spec update (134815) made at remote:2025-08-01T03:25:00 taken at now:2025-08-01T04:10:02 made by remote Nelly (automation bot) <> --- specs/openapi.json | 18 ++++++++++-------- specs/openapi_preview.json | 18 ++++++++++-------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index cad8411..157e03c 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -20193,7 +20193,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ComponentEmojiForMessageRequest" + "$ref": "#/components/schemas/ComponentEmojiForRequest" } ] } @@ -20792,7 +20792,7 @@ "permissions" ] }, - "ComponentEmojiForMessageRequest": { + "ComponentEmojiForRequest": { "type": "object", "properties": { "id": { @@ -35049,7 +35049,7 @@ "options": { "type": "array", "items": { - "$ref": "#/components/schemas/StringSelectOptionForMessageRequest" + "$ref": "#/components/schemas/StringSelectOptionForRequest" }, "minItems": 1, "maxItems": 25 @@ -35123,7 +35123,7 @@ "options" ] }, - "StringSelectOptionForMessageRequest": { + "StringSelectOptionForRequest": { "type": "object", "properties": { "label": { @@ -35155,7 +35155,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ComponentEmojiForMessageRequest" + "$ref": "#/components/schemas/ComponentEmojiForRequest" } ] } @@ -35347,7 +35347,10 @@ "$ref": "#/components/schemas/TextInputStyleTypes" }, "label": { - "type": "string", + "type": [ + "string", + "null" + ], "maxLength": 45 }, "value": { @@ -35390,8 +35393,7 @@ "required": [ "type", "custom_id", - "style", - "label" + "style" ] }, "TextInputComponentResponse": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 098c13f..99373a3 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -20193,7 +20193,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ComponentEmojiForMessageRequest" + "$ref": "#/components/schemas/ComponentEmojiForRequest" } ] } @@ -20831,7 +20831,7 @@ "permissions" ] }, - "ComponentEmojiForMessageRequest": { + "ComponentEmojiForRequest": { "type": "object", "properties": { "id": { @@ -35481,7 +35481,7 @@ "options": { "type": "array", "items": { - "$ref": "#/components/schemas/StringSelectOptionForMessageRequest" + "$ref": "#/components/schemas/StringSelectOptionForRequest" }, "minItems": 1, "maxItems": 25 @@ -35555,7 +35555,7 @@ "options" ] }, - "StringSelectOptionForMessageRequest": { + "StringSelectOptionForRequest": { "type": "object", "properties": { "label": { @@ -35587,7 +35587,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ComponentEmojiForMessageRequest" + "$ref": "#/components/schemas/ComponentEmojiForRequest" } ] } @@ -35779,7 +35779,10 @@ "$ref": "#/components/schemas/TextInputStyleTypes" }, "label": { - "type": "string", + "type": [ + "string", + "null" + ], "maxLength": 45 }, "value": { @@ -35822,8 +35825,7 @@ "required": [ "type", "custom_id", - "style", - "label" + "style" ] }, "TextInputComponentResponse": {