From e23d799b7508468976d653020a395d92872d475a Mon Sep 17 00:00:00 2001 From: Adversary Date: Thu, 19 Oct 2023 18:10:03 +0000 Subject: [PATCH] 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) <> --- specs/openapi.json | 30 ++++++++++++++++++++---------- specs/openapi_preview.json | 30 ++++++++++++++++++++---------- 2 files changed, 40 insertions(+), 20 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 2ff23d3..0773b34 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -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" }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index c0e98fe..b210e97 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -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" },