Automated spec update (174288)

This commit is contained in:
Nelly (automation bot) 2026-01-07 00:09:12 +00:00
parent e9b0a37bf2
commit a2312c8212
2 changed files with 98 additions and 0 deletions

View file

@ -21429,6 +21429,16 @@
"minimum": 0,
"maximum": 16777215
},
"colors": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/RoleColors"
}
]
},
"hoist": {
"type": [
"boolean",
@ -32721,6 +32731,35 @@
}
}
},
"RoleColors": {
"type": "object",
"properties": {
"primary_color": {
"type": [
"integer",
"null"
],
"minimum": 0,
"maximum": 16777215
},
"secondary_color": {
"type": [
"integer",
"null"
],
"minimum": 0,
"maximum": 16777215
},
"tertiary_color": {
"type": [
"integer",
"null"
],
"minimum": 0,
"maximum": 16777215
}
}
},
"RoleSelectComponentForMessageRequest": {
"type": "object",
"properties": {
@ -35827,6 +35866,16 @@
"minimum": 0,
"maximum": 16777215
},
"colors": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/RoleColors"
}
]
},
"hoist": {
"type": [
"boolean",

View file

@ -21838,6 +21838,16 @@
"minimum": 0,
"maximum": 16777215
},
"colors": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/RoleColors"
}
]
},
"hoist": {
"type": [
"boolean",
@ -33602,6 +33612,35 @@
}
}
},
"RoleColors": {
"type": "object",
"properties": {
"primary_color": {
"type": [
"integer",
"null"
],
"minimum": 0,
"maximum": 16777215
},
"secondary_color": {
"type": [
"integer",
"null"
],
"minimum": 0,
"maximum": 16777215
},
"tertiary_color": {
"type": [
"integer",
"null"
],
"minimum": 0,
"maximum": 16777215
}
}
},
"RoleSelectComponentForMessageRequest": {
"type": "object",
"properties": {
@ -37163,6 +37202,16 @@
"minimum": 0,
"maximum": 16777215
},
"colors": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/RoleColors"
}
]
},
"hoist": {
"type": [
"boolean",