Compare commits

...

2 commits

Author SHA1 Message Date
Nelly (automation bot)
dc21bfdb4d Automated spec update (132672) 2025-07-24 22:13:19 +00:00
Nelly (automation bot)
bbb2467dc4 Automated spec update (132583) 2025-07-24 20:11:58 +00:00
2 changed files with 112 additions and 4 deletions

View file

@ -11515,6 +11515,19 @@
"secret": {
"type": "string",
"maxLength": 250
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
}
},
"required": [
@ -11606,6 +11619,19 @@
"maxLength": 1024
},
"maxProperties": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
}
}
}
@ -11746,6 +11772,19 @@
"$ref": "#/components/schemas/LobbyMemberRequest"
},
"maxItems": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
}
}
}
@ -28800,11 +28839,15 @@
"$ref": "#/components/schemas/GuildChannelResponse"
}
]
},
"flags": {
"$ref": "#/components/schemas/UInt32Type"
}
},
"required": [
"id",
"application_id"
"application_id",
"flags"
]
},
"MLSpamRuleResponse": {
@ -36220,7 +36263,18 @@
},
"ThreadSearchTagSetting": {
"type": "string",
"oneOf": []
"oneOf": [
{
"title": "MATCH_ALL",
"description": "The thread tags must contain all tags in the search query",
"const": "match_all"
},
{
"title": "MATCH_SOME",
"description": "The thread tags must contain at least one of tags in the search query",
"const": "match_some"
}
]
},
"ThreadSortOrder": {
"type": "integer",

View file

@ -11515,6 +11515,19 @@
"secret": {
"type": "string",
"maxLength": 250
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
}
},
"required": [
@ -11606,6 +11619,19 @@
"maxLength": 1024
},
"maxProperties": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
}
}
}
@ -11746,6 +11772,19 @@
"$ref": "#/components/schemas/LobbyMemberRequest"
},
"maxItems": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
}
}
}
@ -28885,11 +28924,15 @@
"$ref": "#/components/schemas/GuildChannelResponse"
}
]
},
"flags": {
"$ref": "#/components/schemas/UInt32Type"
}
},
"required": [
"id",
"application_id"
"application_id",
"flags"
]
},
"MLSpamRuleResponse": {
@ -36652,7 +36695,18 @@
},
"ThreadSearchTagSetting": {
"type": "string",
"oneOf": []
"oneOf": [
{
"title": "MATCH_ALL",
"description": "The thread tags must contain all tags in the search query",
"const": "match_all"
},
{
"title": "MATCH_SOME",
"description": "The thread tags must contain at least one of tags in the search query",
"const": "match_some"
}
]
},
"ThreadSortOrder": {
"type": "integer",