Automated spec update (9002)
This commit is contained in:
parent
90839344f5
commit
6d3360abf2
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue