main - Automated spec update (9002)

made at remote:2023-10-19T17:23:30

taken at now:2023-10-19T18:10:03

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2023-10-19 18:10:03 +00:00
parent 843061c103
commit e23d799b75
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"
}, },