Compare commits

...

2 commits

Author SHA1 Message Date
Nelly (automation bot)
390694490f Automated spec update (145044) 2025-09-05 02:10:53 +00:00
Nelly (automation bot)
ae0823b7db Automated spec update (144873) 2025-09-04 21:18:53 +00:00
2 changed files with 116 additions and 90 deletions

View file

@ -10228,32 +10228,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"type": "object", "$ref": "#/components/schemas/UpdateSelfVoiceStateRequestPartial"
"properties": {
"request_to_speak_timestamp": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
} }
} }
}, },
@ -10362,25 +10337,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"type": "object", "$ref": "#/components/schemas/UpdateVoiceStateRequestPartial"
"properties": {
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
} }
} }
}, },
@ -25442,6 +25399,13 @@
"GuildTemplateChannelTags": { "GuildTemplateChannelTags": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
@ -35552,6 +35516,34 @@
} }
} }
}, },
"UpdateSelfVoiceStateRequestPartial": {
"type": "object",
"properties": {
"request_to_speak_timestamp": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
},
"UpdateThreadRequestPartial": { "UpdateThreadRequestPartial": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -35695,6 +35687,27 @@
"name" "name"
] ]
}, },
"UpdateVoiceStateRequestPartial": {
"type": "object",
"properties": {
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
},
"UserAvatarDecorationResponse": { "UserAvatarDecorationResponse": {
"type": "object", "type": "object",
"properties": { "properties": {

View file

@ -10568,32 +10568,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"type": "object", "$ref": "#/components/schemas/UpdateSelfVoiceStateRequestPartial"
"properties": {
"request_to_speak_timestamp": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
} }
} }
}, },
@ -10702,25 +10677,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"type": "object", "$ref": "#/components/schemas/UpdateVoiceStateRequestPartial"
"properties": {
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
} }
} }
}, },
@ -25951,6 +25908,13 @@
"GuildTemplateChannelTags": { "GuildTemplateChannelTags": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
@ -36888,6 +36852,34 @@
} }
} }
}, },
"UpdateSelfVoiceStateRequestPartial": {
"type": "object",
"properties": {
"request_to_speak_timestamp": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
},
"UpdateThreadRequestPartial": { "UpdateThreadRequestPartial": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -37031,6 +37023,27 @@
"name" "name"
] ]
}, },
"UpdateVoiceStateRequestPartial": {
"type": "object",
"properties": {
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
},
"UserAvatarDecorationResponse": { "UserAvatarDecorationResponse": {
"type": "object", "type": "object",
"properties": { "properties": {