From a2312c8212004e6d51ee8f9ccf254256496bc97a Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Wed, 7 Jan 2026 00:09:12 +0000 Subject: [PATCH] Automated spec update (174288) --- specs/openapi.json | 49 ++++++++++++++++++++++++++++++++++++++ specs/openapi_preview.json | 49 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 8696aad..b56d001 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -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", diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 7f6a340..ad73b83 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -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",