From df199d440579a05a32d13d09bc02a5c0d35cb83d Mon Sep 17 00:00:00 2001 From: Adversary Date: Wed, 3 Apr 2024 03:10:02 +0000 Subject: [PATCH] main - Automated spec update (38674) made at remote:2024-04-03T02:55:45 taken at now:2024-04-03T03:10:02 made by remote Nelly (automation bot) <> --- specs/openapi.json | 30 ++++++---------- specs/openapi_preview.json | 73 +++++++++++++++++++------------------- 2 files changed, 47 insertions(+), 56 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index e478cd1..aefe9de 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -26594,16 +26594,6 @@ "type": "integer", "format": "int32" }, - "premium_type": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/PremiumTypes" - } - ] - }, "flags": { "$ref": "#/components/schemas/Int53Type" }, @@ -26644,6 +26634,16 @@ "locale": { "$ref": "#/components/schemas/AvailableLocalesEnum" }, + "premium_type": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/PremiumTypes" + } + ] + }, "email": { "type": [ "string", @@ -26689,16 +26689,6 @@ "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 3553a38..61e7af2 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -11517,6 +11517,15 @@ } ] }, + "integration_types_config": { + "type": [ + "object", + "null" + ], + "additionalProperties": { + "$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse" + } + }, "verify_key": { "type": "string" }, @@ -19942,6 +19951,15 @@ } ] }, + "integration_types_config": { + "type": [ + "object", + "null" + ], + "additionalProperties": { + "$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse" + } + }, "verify_key": { "type": "string" }, @@ -24109,6 +24127,15 @@ } ] }, + "integration_types_config": { + "type": [ + "object", + "null" + ], + "additionalProperties": { + "$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse" + } + }, "verify_key": { "type": "string" }, @@ -24176,22 +24203,6 @@ "$ref": "#/components/schemas/TeamResponse" } ] - }, - "integration_types_config": { - "type": [ - "object", - "null" - ], - "additionalProperties": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse" - } - ] - } } }, "required": [ @@ -27395,16 +27406,6 @@ "type": "integer", "format": "int32" }, - "premium_type": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/PremiumTypes" - } - ] - }, "flags": { "$ref": "#/components/schemas/Int53Type" }, @@ -27445,6 +27446,16 @@ "locale": { "$ref": "#/components/schemas/AvailableLocalesEnum" }, + "premium_type": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/PremiumTypes" + } + ] + }, "email": { "type": [ "string", @@ -27490,16 +27501,6 @@ "type": "integer", "format": "int32" }, - "premium_type": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/PremiumTypes" - } - ] - }, "flags": { "$ref": "#/components/schemas/Int53Type" },