main - remote-2023-08-24T21:21:18 now-2023-08-24T22:10:02
This commit is contained in:
parent
d4cc11eee1
commit
6aa19323d9
2 changed files with 15 additions and 3 deletions
|
@ -24767,10 +24767,12 @@
|
|||
"properties": {
|
||||
"label": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 100
|
||||
},
|
||||
"value": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 100
|
||||
},
|
||||
"description": {
|
||||
|
|
|
@ -13324,6 +13324,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 +13658,8 @@
|
|||
5,
|
||||
13,
|
||||
14,
|
||||
15
|
||||
15,
|
||||
16
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
|
@ -16490,7 +16496,8 @@
|
|||
5,
|
||||
13,
|
||||
14,
|
||||
15
|
||||
15,
|
||||
16
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
|
@ -24771,10 +24778,12 @@
|
|||
"properties": {
|
||||
"label": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 100
|
||||
},
|
||||
"value": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 100
|
||||
},
|
||||
"description": {
|
||||
|
@ -26009,7 +26018,8 @@
|
|||
5,
|
||||
13,
|
||||
14,
|
||||
15
|
||||
15,
|
||||
16
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue