Compare commits

..

No commits in common. "a36f8047dae17aa6f954c59b53e496b5e5773756" and "c8ef08a67fd42a404d65630a35a52561fc6497fc" have entirely different histories.

2 changed files with 67 additions and 45 deletions

View File

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

View File

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