Automated spec update (99695)

This commit is contained in:
Nelly (automation bot) 2025-03-13 01:09:37 +00:00
parent 260d0ad07b
commit 72a6134266
2 changed files with 34 additions and 34 deletions

View file

@ -9814,21 +9814,6 @@
"attachment" "attachment"
] ]
}, },
"ActivityLocationKinds": {
"type": "string",
"oneOf": [
{
"title": "GUILD_CHANNEL",
"description": "guild channel",
"const": "gc"
},
{
"title": "PRIVATE_CHANNEL",
"description": "private channel",
"const": "pc"
}
]
},
"AfkTimeouts": { "AfkTimeouts": {
"type": "integer", "type": "integer",
"oneOf": [ "oneOf": [
@ -16857,6 +16842,21 @@
"users" "users"
] ]
}, },
"EmbeddedActivityLocationKind": {
"type": "string",
"oneOf": [
{
"title": "GUILD_CHANNEL",
"description": "guild channel",
"const": "gc"
},
{
"title": "PRIVATE_CHANNEL",
"description": "private channel",
"const": "pc"
}
]
},
"EmojiResponse": { "EmojiResponse": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -18568,7 +18568,7 @@
], ],
"allOf": [ "allOf": [
{ {
"$ref": "#/components/schemas/ActivityLocationKinds" "$ref": "#/components/schemas/EmbeddedActivityLocationKind"
} }
] ]
}, },
@ -26590,7 +26590,7 @@
], ],
"allOf": [ "allOf": [
{ {
"$ref": "#/components/schemas/ActivityLocationKinds" "$ref": "#/components/schemas/EmbeddedActivityLocationKind"
} }
] ]
}, },

View file

@ -9814,21 +9814,6 @@
"attachment" "attachment"
] ]
}, },
"ActivityLocationKinds": {
"type": "string",
"oneOf": [
{
"title": "GUILD_CHANNEL",
"description": "guild channel",
"const": "gc"
},
{
"title": "PRIVATE_CHANNEL",
"description": "private channel",
"const": "pc"
}
]
},
"AfkTimeouts": { "AfkTimeouts": {
"type": "integer", "type": "integer",
"oneOf": [ "oneOf": [
@ -16897,6 +16882,21 @@
"users" "users"
] ]
}, },
"EmbeddedActivityLocationKind": {
"type": "string",
"oneOf": [
{
"title": "GUILD_CHANNEL",
"description": "guild channel",
"const": "gc"
},
{
"title": "PRIVATE_CHANNEL",
"description": "private channel",
"const": "pc"
}
]
},
"EmojiResponse": { "EmojiResponse": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -18638,7 +18638,7 @@
], ],
"allOf": [ "allOf": [
{ {
"$ref": "#/components/schemas/ActivityLocationKinds" "$ref": "#/components/schemas/EmbeddedActivityLocationKind"
} }
] ]
}, },
@ -26675,7 +26675,7 @@
], ],
"allOf": [ "allOf": [
{ {
"$ref": "#/components/schemas/ActivityLocationKinds" "$ref": "#/components/schemas/EmbeddedActivityLocationKind"
} }
] ]
}, },