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) <>
This commit is contained in:
Adversary 2025-08-01 04:10:02 +00:00
parent ba3c232e8e
commit c88f32e4c8
2 changed files with 20 additions and 16 deletions

View file

@ -20193,7 +20193,7 @@
"type": "null" "type": "null"
}, },
{ {
"$ref": "#/components/schemas/ComponentEmojiForMessageRequest" "$ref": "#/components/schemas/ComponentEmojiForRequest"
} }
] ]
} }
@ -20792,7 +20792,7 @@
"permissions" "permissions"
] ]
}, },
"ComponentEmojiForMessageRequest": { "ComponentEmojiForRequest": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "id": {
@ -35049,7 +35049,7 @@
"options": { "options": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "#/components/schemas/StringSelectOptionForMessageRequest" "$ref": "#/components/schemas/StringSelectOptionForRequest"
}, },
"minItems": 1, "minItems": 1,
"maxItems": 25 "maxItems": 25
@ -35123,7 +35123,7 @@
"options" "options"
] ]
}, },
"StringSelectOptionForMessageRequest": { "StringSelectOptionForRequest": {
"type": "object", "type": "object",
"properties": { "properties": {
"label": { "label": {
@ -35155,7 +35155,7 @@
"type": "null" "type": "null"
}, },
{ {
"$ref": "#/components/schemas/ComponentEmojiForMessageRequest" "$ref": "#/components/schemas/ComponentEmojiForRequest"
} }
] ]
} }
@ -35347,7 +35347,10 @@
"$ref": "#/components/schemas/TextInputStyleTypes" "$ref": "#/components/schemas/TextInputStyleTypes"
}, },
"label": { "label": {
"type": "string", "type": [
"string",
"null"
],
"maxLength": 45 "maxLength": 45
}, },
"value": { "value": {
@ -35390,8 +35393,7 @@
"required": [ "required": [
"type", "type",
"custom_id", "custom_id",
"style", "style"
"label"
] ]
}, },
"TextInputComponentResponse": { "TextInputComponentResponse": {

View file

@ -20193,7 +20193,7 @@
"type": "null" "type": "null"
}, },
{ {
"$ref": "#/components/schemas/ComponentEmojiForMessageRequest" "$ref": "#/components/schemas/ComponentEmojiForRequest"
} }
] ]
} }
@ -20831,7 +20831,7 @@
"permissions" "permissions"
] ]
}, },
"ComponentEmojiForMessageRequest": { "ComponentEmojiForRequest": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": { "id": {
@ -35481,7 +35481,7 @@
"options": { "options": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "#/components/schemas/StringSelectOptionForMessageRequest" "$ref": "#/components/schemas/StringSelectOptionForRequest"
}, },
"minItems": 1, "minItems": 1,
"maxItems": 25 "maxItems": 25
@ -35555,7 +35555,7 @@
"options" "options"
] ]
}, },
"StringSelectOptionForMessageRequest": { "StringSelectOptionForRequest": {
"type": "object", "type": "object",
"properties": { "properties": {
"label": { "label": {
@ -35587,7 +35587,7 @@
"type": "null" "type": "null"
}, },
{ {
"$ref": "#/components/schemas/ComponentEmojiForMessageRequest" "$ref": "#/components/schemas/ComponentEmojiForRequest"
} }
] ]
} }
@ -35779,7 +35779,10 @@
"$ref": "#/components/schemas/TextInputStyleTypes" "$ref": "#/components/schemas/TextInputStyleTypes"
}, },
"label": { "label": {
"type": "string", "type": [
"string",
"null"
],
"maxLength": 45 "maxLength": 45
}, },
"value": { "value": {
@ -35822,8 +35825,7 @@
"required": [ "required": [
"type", "type",
"custom_id", "custom_id",
"style", "style"
"label"
] ]
}, },
"TextInputComponentResponse": { "TextInputComponentResponse": {