main - Automated spec update (145044)

made at remote:2025-09-05T02:10:53

taken at now:2025-09-05T03:10:01

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2025-09-05 03:10:01 +00:00
parent e9a921525f
commit 53fd3f2c63
2 changed files with 102 additions and 90 deletions

View file

@ -10228,32 +10228,7 @@
"content": {
"application/json": {
"schema": {
"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"
}
]
}
}
"$ref": "#/components/schemas/UpdateSelfVoiceStateRequestPartial"
}
}
},
@ -10362,25 +10337,7 @@
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
"$ref": "#/components/schemas/UpdateVoiceStateRequestPartial"
}
}
},
@ -35559,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": {
"type": "object",
"properties": {
@ -35702,6 +35687,27 @@
"name"
]
},
"UpdateVoiceStateRequestPartial": {
"type": "object",
"properties": {
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
},
"UserAvatarDecorationResponse": {
"type": "object",
"properties": {

View file

@ -10568,32 +10568,7 @@
"content": {
"application/json": {
"schema": {
"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"
}
]
}
}
"$ref": "#/components/schemas/UpdateSelfVoiceStateRequestPartial"
}
}
},
@ -10702,25 +10677,7 @@
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
"$ref": "#/components/schemas/UpdateVoiceStateRequestPartial"
}
}
},
@ -36895,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": {
"type": "object",
"properties": {
@ -37038,6 +37023,27 @@
"name"
]
},
"UpdateVoiceStateRequestPartial": {
"type": "object",
"properties": {
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
},
"UserAvatarDecorationResponse": {
"type": "object",
"properties": {