From 66582303b53b023b6f244de0abaec173bc7c7b5c Mon Sep 17 00:00:00 2001 From: Adversary Date: Thu, 15 Feb 2024 08:10:02 +0000 Subject: [PATCH] main - Automated spec update (28898) made at remote:2024-02-15T07:47:55 taken at now:2024-02-15T08:10:02 made by remote Nelly (automation bot) <> --- specs/openapi.json | 24 ++++++++++++++++++++++++ specs/openapi_preview.json | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 5fbbd1a..585fe9f 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -17015,6 +17015,16 @@ "null" ] }, + "avatar_decoration_data": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserAvatarDecorationResponse" + } + ] + }, "communication_disabled_until": { "type": [ "string", @@ -23819,6 +23829,16 @@ "null" ] }, + "avatar_decoration_data": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserAvatarDecorationResponse" + } + ] + }, "communication_disabled_until": { "type": [ "string", @@ -26334,6 +26354,10 @@ "name" ] }, + "UserAvatarDecorationResponse": { + "type": "object", + "properties": {} + }, "UserCommunicationDisabledAction": { "type": "object", "properties": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 75e2d2a..d7d0fce 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -17090,6 +17090,16 @@ "null" ] }, + "avatar_decoration_data": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserAvatarDecorationResponse" + } + ] + }, "communication_disabled_until": { "type": [ "string", @@ -23914,6 +23924,16 @@ "null" ] }, + "avatar_decoration_data": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserAvatarDecorationResponse" + } + ] + }, "communication_disabled_until": { "type": [ "string", @@ -26777,6 +26797,10 @@ "name" ] }, + "UserAvatarDecorationResponse": { + "type": "object", + "properties": {} + }, "UserCommunicationDisabledAction": { "type": "object", "properties": {