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:
parent
843061c103
commit
e23d799b75
2 changed files with 40 additions and 20 deletions
|
@ -26296,6 +26296,16 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/Int53Type"
|
||||
},
|
||||
|
@ -26330,16 +26340,6 @@
|
|||
"locale": {
|
||||
"$ref": "#/components/schemas/AvailableLocalesEnum"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"email": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -26385,6 +26385,16 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/Int53Type"
|
||||
},
|
||||
|
|
|
@ -26676,6 +26676,16 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/Int53Type"
|
||||
},
|
||||
|
@ -26710,16 +26720,6 @@
|
|||
"locale": {
|
||||
"$ref": "#/components/schemas/AvailableLocalesEnum"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"email": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -26765,6 +26765,16 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/Int53Type"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue