Automated spec update (134815)

This commit is contained in:
Nelly (automation bot) 2025-08-01 03:25:00 +00:00
parent 6a14c85531
commit 9da2cb6bcc
2 changed files with 20 additions and 16 deletions

View file

@ -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": {

View file

@ -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": {