main - Automated spec update (97860)

made at remote:2025-03-05T20:00:48

taken at now:2025-03-05T20:10:03

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2025-03-05 20:10:03 +00:00
parent 5c840a20c3
commit f380940936
2 changed files with 152 additions and 0 deletions

View file

@ -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": [
{

View file

@ -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": [
{