Compare commits

..

4 Commits

Author SHA1 Message Date
Nelly (automation bot) a36f8047da Automated spec update (275) 2023-08-25 01:02:49 +00:00
Nelly (automation bot) 5f472eb49d Automated spec update (274) 2023-08-24 23:42:53 +00:00
Nelly (automation bot) 117758695a Automated spec update (271) 2023-08-24 21:21:18 +00:00
Nelly (automation bot) e4363449cc Automated spec update (270) 2023-08-24 20:07:28 +00:00
2 changed files with 45 additions and 67 deletions

View File

@ -1422,7 +1422,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -1633,7 +1633,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -1781,7 +1781,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -3074,17 +3074,6 @@
],
"delete": {
"operationId": "leave_guild",
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {}
}
}
},
"required": true
},
"responses": {
"204": {
"description": "204 response for leave_guild"
@ -3264,7 +3253,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -3466,7 +3455,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -3614,7 +3603,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -6534,9 +6523,6 @@
},
{
"$ref": "#/components/schemas/ThreadResponse"
},
{
"type": "null"
}
]
}
@ -8079,17 +8065,6 @@
},
"delete": {
"operationId": "delete_stage_instance",
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {}
}
}
},
"required": true
},
"responses": {
"204": {
"description": "204 response for delete_stage_instance"
@ -11485,7 +11460,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
}
}
},
@ -12092,6 +12067,14 @@
{
"title": "HOME_SETTINGS_UPDATE",
"const": 191
},
{
"title": "VOICE_CHANNEL_STATUS_CREATE",
"const": 192
},
{
"title": "VOICE_CHANNEL_STATUS_DELETE",
"const": 193
}
],
"format": "int32"
@ -24767,10 +24750,12 @@
"properties": {
"label": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"value": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"description": {

View File

@ -1422,7 +1422,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -1633,7 +1633,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -1781,7 +1781,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -3074,17 +3074,6 @@
],
"delete": {
"operationId": "leave_guild",
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {}
}
}
},
"required": true
},
"responses": {
"204": {
"description": "204 response for leave_guild"
@ -3264,7 +3253,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -3466,7 +3455,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -3614,7 +3603,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
},
"dm_permission": {
"type": [
@ -6534,9 +6523,6 @@
},
{
"$ref": "#/components/schemas/ThreadResponse"
},
{
"type": "null"
}
]
}
@ -8079,17 +8065,6 @@
},
"delete": {
"operationId": "delete_stage_instance",
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {}
}
}
},
"required": true
},
"responses": {
"204": {
"description": "204 response for delete_stage_instance"
@ -11485,7 +11460,7 @@
"null"
],
"minimum": 0,
"maximum": 281474976710655
"maximum": 562949953421311
}
}
},
@ -12092,6 +12067,14 @@
{
"title": "HOME_SETTINGS_UPDATE",
"const": 191
},
{
"title": "VOICE_CHANNEL_STATUS_CREATE",
"const": 192
},
{
"title": "VOICE_CHANNEL_STATUS_DELETE",
"const": 193
}
],
"format": "int32"
@ -13324,6 +13307,11 @@
"title": "GUILD_FORUM",
"description": "Channel that can only contain threads",
"const": 15
},
{
"title": "GUILD_MEDIA",
"description": "Channel that can only contain media threads",
"const": 16
}
],
"format": "int32"
@ -13653,7 +13641,8 @@
5,
13,
14,
15
15,
16
],
"allOf": [
{
@ -16490,7 +16479,8 @@
5,
13,
14,
15
15,
16
],
"allOf": [
{
@ -24771,10 +24761,12 @@
"properties": {
"label": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"value": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"description": {
@ -26009,7 +26001,8 @@
5,
13,
14,
15
15,
16
],
"allOf": [
{