Automated spec update (147791)

This commit is contained in:
Nelly (automation bot) 2025-09-15 16:29:41 +00:00
parent 390694490f
commit 2ec63be0f0
2 changed files with 72 additions and 0 deletions

View file

@ -25500,6 +25500,32 @@
"serialized_source_guild"
]
},
"GuildTemplateRoleColorsResponse": {
"type": "object",
"properties": {
"primary_color": {
"type": "integer",
"format": "int32"
},
"secondary_color": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"tertiary_color": {
"type": [
"integer",
"null"
],
"format": "int32"
}
},
"required": [
"primary_color"
]
},
"GuildTemplateRoleResponse": {
"type": "object",
"properties": {
@ -25517,6 +25543,16 @@
"type": "integer",
"format": "int32"
},
"colors": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GuildTemplateRoleColorsResponse"
}
]
},
"hoist": {
"type": "boolean"
},

View file

@ -26009,6 +26009,32 @@
"serialized_source_guild"
]
},
"GuildTemplateRoleColorsResponse": {
"type": "object",
"properties": {
"primary_color": {
"type": "integer",
"format": "int32"
},
"secondary_color": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"tertiary_color": {
"type": [
"integer",
"null"
],
"format": "int32"
}
},
"required": [
"primary_color"
]
},
"GuildTemplateRoleResponse": {
"type": "object",
"properties": {
@ -26026,6 +26052,16 @@
"type": "integer",
"format": "int32"
},
"colors": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GuildTemplateRoleColorsResponse"
}
]
},
"hoist": {
"type": "boolean"
},