Automated spec update (9002)

This commit is contained in:
Nelly (automation bot) 2023-10-19 17:23:30 +00:00
parent 90839344f5
commit 6d3360abf2
2 changed files with 40 additions and 20 deletions

View File

@ -26296,6 +26296,16 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
}, },
"premium_type": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/PremiumTypes"
}
]
},
"flags": { "flags": {
"$ref": "#/components/schemas/Int53Type" "$ref": "#/components/schemas/Int53Type"
}, },
@ -26330,16 +26340,6 @@
"locale": { "locale": {
"$ref": "#/components/schemas/AvailableLocalesEnum" "$ref": "#/components/schemas/AvailableLocalesEnum"
}, },
"premium_type": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/PremiumTypes"
}
]
},
"email": { "email": {
"type": [ "type": [
"string", "string",
@ -26385,6 +26385,16 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
}, },
"premium_type": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/PremiumTypes"
}
]
},
"flags": { "flags": {
"$ref": "#/components/schemas/Int53Type" "$ref": "#/components/schemas/Int53Type"
}, },

View File

@ -26676,6 +26676,16 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
}, },
"premium_type": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/PremiumTypes"
}
]
},
"flags": { "flags": {
"$ref": "#/components/schemas/Int53Type" "$ref": "#/components/schemas/Int53Type"
}, },
@ -26710,16 +26720,6 @@
"locale": { "locale": {
"$ref": "#/components/schemas/AvailableLocalesEnum" "$ref": "#/components/schemas/AvailableLocalesEnum"
}, },
"premium_type": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/PremiumTypes"
}
]
},
"email": { "email": {
"type": [ "type": [
"string", "string",
@ -26765,6 +26765,16 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
}, },
"premium_type": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/PremiumTypes"
}
]
},
"flags": { "flags": {
"$ref": "#/components/schemas/Int53Type" "$ref": "#/components/schemas/Int53Type"
}, },