Compare commits

..

No commits in common. "390694490f7dbf6cdb86a92f3c1ceaf4d334ada9" and "a2a057250980942eeeded0c0d30bc7e71f826363" have entirely different histories.

2 changed files with 90 additions and 116 deletions

View file

@ -10228,7 +10228,32 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "#/components/schemas/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"
}
]
}
}
} }
} }
}, },
@ -10337,7 +10362,25 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "#/components/schemas/UpdateVoiceStateRequestPartial" "type": "object",
"properties": {
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
} }
} }
}, },
@ -25399,13 +25442,6 @@
"GuildTemplateChannelTags": { "GuildTemplateChannelTags": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
@ -35516,34 +35552,6 @@
} }
} }
}, },
"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": {
@ -35687,27 +35695,6 @@
"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,7 +10568,32 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "#/components/schemas/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"
}
]
}
}
} }
} }
}, },
@ -10677,7 +10702,25 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "#/components/schemas/UpdateVoiceStateRequestPartial" "type": "object",
"properties": {
"suppress": {
"type": [
"boolean",
"null"
]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
}
} }
} }
}, },
@ -25908,13 +25951,6 @@
"GuildTemplateChannelTags": { "GuildTemplateChannelTags": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
@ -36852,34 +36888,6 @@
} }
} }
}, },
"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": {
@ -37023,27 +37031,6 @@
"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": {