Automated spec update (242668)

This commit is contained in:
Nelly (automation bot) 2026-07-18 00:38:55 +00:00
parent 805697355e
commit 74fda0fad0
2 changed files with 84 additions and 0 deletions

View file

@ -13118,6 +13118,14 @@
]
}
]
},
"additional_name": {
"type": [
"string",
"null"
],
"minLength": 1,
"maxLength": 80
}
}
}
@ -21907,6 +21915,9 @@
"items": {
"$ref": "#/components/schemas/MessageSnapshotResponse"
}
},
"lobby_member": {
"$ref": "#/components/schemas/MessageLobbyMemberResponse"
}
},
"required": [
@ -22157,6 +22168,14 @@
"boolean",
"null"
]
},
"additional_name": {
"type": [
"string",
"null"
],
"minLength": 1,
"maxLength": 80
}
},
"required": [
@ -31124,6 +31143,9 @@
"flags": {
"type": "integer",
"format": "int32"
},
"additional_name": {
"type": "string"
}
},
"required": [
@ -31153,6 +31175,9 @@
"author": {
"$ref": "#/components/schemas/UserResponse"
},
"lobby_member": {
"$ref": "#/components/schemas/MessageLobbyMemberResponse"
},
"metadata": {
"type": "object",
"additionalProperties": {
@ -33018,6 +33043,17 @@
"name"
]
},
"MessageLobbyMemberResponse": {
"type": "object",
"properties": {
"additional_name": {
"type": "string"
}
},
"required": [
"additional_name"
]
},
"MessageMentionChannelResponse": {
"type": "object",
"properties": {
@ -33397,6 +33433,9 @@
"$ref": "#/components/schemas/MessageSnapshotResponse"
}
},
"lobby_member": {
"$ref": "#/components/schemas/MessageLobbyMemberResponse"
},
"reactions": {
"type": "array",
"items": {
@ -37608,6 +37647,9 @@
"$ref": "#/components/schemas/MessageSnapshotResponse"
}
},
"lobby_member": {
"$ref": "#/components/schemas/MessageLobbyMemberResponse"
},
"reactions": {
"type": "array",
"items": {

View file

@ -13130,6 +13130,14 @@
]
}
]
},
"additional_name": {
"type": [
"string",
"null"
],
"minLength": 1,
"maxLength": 80
}
}
}
@ -21919,6 +21927,9 @@
"items": {
"$ref": "#/components/schemas/MessageSnapshotResponse"
}
},
"lobby_member": {
"$ref": "#/components/schemas/MessageLobbyMemberResponse"
}
},
"required": [
@ -22169,6 +22180,14 @@
"boolean",
"null"
]
},
"additional_name": {
"type": [
"string",
"null"
],
"minLength": 1,
"maxLength": 80
}
},
"required": [
@ -31143,6 +31162,9 @@
"flags": {
"type": "integer",
"format": "int32"
},
"additional_name": {
"type": "string"
}
},
"required": [
@ -31172,6 +31194,9 @@
"author": {
"$ref": "#/components/schemas/UserResponse"
},
"lobby_member": {
"$ref": "#/components/schemas/MessageLobbyMemberResponse"
},
"metadata": {
"type": "object",
"additionalProperties": {
@ -33037,6 +33062,17 @@
"name"
]
},
"MessageLobbyMemberResponse": {
"type": "object",
"properties": {
"additional_name": {
"type": "string"
}
},
"required": [
"additional_name"
]
},
"MessageMentionChannelResponse": {
"type": "object",
"properties": {
@ -33416,6 +33452,9 @@
"$ref": "#/components/schemas/MessageSnapshotResponse"
}
},
"lobby_member": {
"$ref": "#/components/schemas/MessageLobbyMemberResponse"
},
"reactions": {
"type": "array",
"items": {
@ -37627,6 +37666,9 @@
"$ref": "#/components/schemas/MessageSnapshotResponse"
}
},
"lobby_member": {
"$ref": "#/components/schemas/MessageLobbyMemberResponse"
},
"reactions": {
"type": "array",
"items": {