diff --git a/specs/openapi.json b/specs/openapi.json index dfcfba6..e72c9e2 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -25343,6 +25343,10 @@ "features" ] }, + "NameplatePalette": { + "type": "string", + "oneOf": [] + }, "NewMemberActionResponse": { "type": "object", "properties": { @@ -29909,6 +29913,21 @@ "asset" ] }, + "UserCollectiblesResponse": { + "type": "object", + "properties": { + "nameplate": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserNameplateResponse" + } + ] + } + } + }, "UserCommunicationDisabledAction": { "type": "object", "properties": { @@ -30012,6 +30031,43 @@ "enabled" ] }, + "UserNameplateResponse": { + "type": "object", + "properties": { + "sku_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] + }, + "asset": { + "type": [ + "string", + "null" + ] + }, + "label": { + "type": [ + "string", + "null" + ] + }, + "palette": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/NameplatePalette" + } + ] + } + } + }, "UserNotificationSettings": { "type": "integer", "oneOf": [ @@ -30094,6 +30150,16 @@ } ] }, + "collectibles": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserCollectiblesResponse" + } + ] + }, "clan": { "oneOf": [ { @@ -30213,6 +30279,16 @@ } ] }, + "collectibles": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserCollectiblesResponse" + } + ] + }, "clan": { "oneOf": [ { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 85e7142..27bb2fa 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -25428,6 +25428,10 @@ "features" ] }, + "NameplatePalette": { + "type": "string", + "oneOf": [] + }, "NewMemberActionResponse": { "type": "object", "properties": { @@ -30342,6 +30346,21 @@ "asset" ] }, + "UserCollectiblesResponse": { + "type": "object", + "properties": { + "nameplate": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserNameplateResponse" + } + ] + } + } + }, "UserCommunicationDisabledAction": { "type": "object", "properties": { @@ -30445,6 +30464,43 @@ "enabled" ] }, + "UserNameplateResponse": { + "type": "object", + "properties": { + "sku_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] + }, + "asset": { + "type": [ + "string", + "null" + ] + }, + "label": { + "type": [ + "string", + "null" + ] + }, + "palette": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/NameplatePalette" + } + ] + } + } + }, "UserNotificationSettings": { "type": "integer", "oneOf": [ @@ -30527,6 +30583,16 @@ } ] }, + "collectibles": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserCollectiblesResponse" + } + ] + }, "clan": { "oneOf": [ { @@ -30646,6 +30712,16 @@ } ] }, + "collectibles": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserCollectiblesResponse" + } + ] + }, "clan": { "oneOf": [ {