Automated spec update (28898)

This commit is contained in:
Nelly (automation bot) 2024-02-15 07:47:55 +00:00
parent d63671c16f
commit fe9917381e
2 changed files with 48 additions and 0 deletions

View File

@ -17015,6 +17015,16 @@
"null" "null"
] ]
}, },
"avatar_decoration_data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
}
]
},
"communication_disabled_until": { "communication_disabled_until": {
"type": [ "type": [
"string", "string",
@ -23819,6 +23829,16 @@
"null" "null"
] ]
}, },
"avatar_decoration_data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
}
]
},
"communication_disabled_until": { "communication_disabled_until": {
"type": [ "type": [
"string", "string",
@ -26334,6 +26354,10 @@
"name" "name"
] ]
}, },
"UserAvatarDecorationResponse": {
"type": "object",
"properties": {}
},
"UserCommunicationDisabledAction": { "UserCommunicationDisabledAction": {
"type": "object", "type": "object",
"properties": { "properties": {

View File

@ -17090,6 +17090,16 @@
"null" "null"
] ]
}, },
"avatar_decoration_data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
}
]
},
"communication_disabled_until": { "communication_disabled_until": {
"type": [ "type": [
"string", "string",
@ -23914,6 +23924,16 @@
"null" "null"
] ]
}, },
"avatar_decoration_data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
}
]
},
"communication_disabled_until": { "communication_disabled_until": {
"type": [ "type": [
"string", "string",
@ -26777,6 +26797,10 @@
"name" "name"
] ]
}, },
"UserAvatarDecorationResponse": {
"type": "object",
"properties": {}
},
"UserCommunicationDisabledAction": { "UserCommunicationDisabledAction": {
"type": "object", "type": "object",
"properties": { "properties": {