From 9ee60cd14e3d6874d28224531dfc0e3179196e69 Mon Sep 17 00:00:00 2001 From: Adversary Date: Fri, 17 May 2024 04:10:02 +0000 Subject: [PATCH] main - Automated spec update (48450) made at remote:2024-05-17T03:18:09 taken at now:2024-05-17T04:10:02 made by remote Nelly (automation bot) <> --- specs/openapi.json | 150 ++++++++++++++++++++++++++++++++++++- specs/openapi_preview.json | 150 ++++++++++++++++++++++++++++++++++++- 2 files changed, 298 insertions(+), 2 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index ee0a7a3..253fe6d 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -8674,6 +8674,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "components": { "type": "array", "items": { @@ -12999,6 +13011,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": [ "string", @@ -13039,6 +13063,16 @@ ], "maxLength": 512, "format": "uri" + }, + "sku_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] } }, "required": [ @@ -13068,6 +13102,10 @@ { "title": "LINK", "const": 5 + }, + { + "title": "PREMIUM", + "const": 6 } ], "format": "int32" @@ -13266,6 +13304,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100 @@ -19559,6 +19609,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100 @@ -19620,6 +19682,12 @@ "maximum": 9007199254740991, "format": "int64" }, + "Int64Type": { + "type": "integer", + "minimum": -9223372036854775808, + "maximum": 9223372036854775807, + "format": "int64" + }, "IntegrationApplicationResponse": { "type": "object", "properties": { @@ -21165,6 +21233,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100 @@ -21465,6 +21545,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "components": { "type": [ "array", @@ -21498,7 +21581,8 @@ } }, "required": [ - "type" + "type", + "id" ] }, "MessageComponentButtonResponse": { @@ -21516,6 +21600,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": [ "string", @@ -21558,6 +21645,7 @@ }, "required": [ "type", + "id", "style" ] }, @@ -21576,6 +21664,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -21618,6 +21709,7 @@ }, "required": [ "type", + "id", "custom_id" ] }, @@ -21663,6 +21755,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -21710,6 +21805,7 @@ }, "required": [ "type", + "id", "custom_id", "style" ] @@ -21729,6 +21825,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -21761,6 +21860,7 @@ }, "required": [ "type", + "id", "custom_id" ] }, @@ -21779,6 +21879,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -21811,6 +21914,7 @@ }, "required": [ "type", + "id", "custom_id" ] }, @@ -21829,6 +21933,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -21877,6 +21984,7 @@ }, "required": [ "type", + "id", "custom_id" ] }, @@ -21941,6 +22049,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -21973,6 +22084,7 @@ }, "required": [ "type", + "id", "custom_id" ] }, @@ -25000,6 +25112,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100 @@ -26005,6 +26129,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100 @@ -27217,6 +27353,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100 diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 202ca90..548a463 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -8674,6 +8674,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "components": { "type": "array", "items": { @@ -13214,6 +13226,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": [ "string", @@ -13254,6 +13278,16 @@ ], "maxLength": 512, "format": "uri" + }, + "sku_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] } }, "required": [ @@ -13283,6 +13317,10 @@ { "title": "LINK", "const": 5 + }, + { + "title": "PREMIUM", + "const": 6 } ], "format": "int32" @@ -13515,6 +13553,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100 @@ -19859,6 +19909,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100 @@ -19920,6 +19982,12 @@ "maximum": 9007199254740991, "format": "int64" }, + "Int64Type": { + "type": "integer", + "minimum": -9223372036854775808, + "maximum": 9223372036854775807, + "format": "int64" + }, "IntegrationApplicationResponse": { "type": "object", "properties": { @@ -21495,6 +21563,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100 @@ -21795,6 +21875,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "components": { "type": [ "array", @@ -21828,7 +21911,8 @@ } }, "required": [ - "type" + "type", + "id" ] }, "MessageComponentButtonResponse": { @@ -21846,6 +21930,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": [ "string", @@ -21888,6 +21975,7 @@ }, "required": [ "type", + "id", "style" ] }, @@ -21906,6 +21994,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -21948,6 +22039,7 @@ }, "required": [ "type", + "id", "custom_id" ] }, @@ -21993,6 +22085,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -22040,6 +22135,7 @@ }, "required": [ "type", + "id", "custom_id", "style" ] @@ -22114,6 +22210,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -22146,6 +22245,7 @@ }, "required": [ "type", + "id", "custom_id" ] }, @@ -22164,6 +22264,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -22196,6 +22299,7 @@ }, "required": [ "type", + "id", "custom_id" ] }, @@ -22214,6 +22318,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -22262,6 +22369,7 @@ }, "required": [ "type", + "id", "custom_id" ] }, @@ -22326,6 +22434,9 @@ ], "format": "int32" }, + "id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "custom_id": { "type": "string" }, @@ -22358,6 +22469,7 @@ }, "required": [ "type", + "id", "custom_id" ] }, @@ -25771,6 +25883,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100 @@ -26830,6 +26954,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100 @@ -28043,6 +28179,18 @@ ], "format": "int32" }, + "id": { + "type": [ + "integer", + "null" + ], + "allOf": [ + { + "$ref": "#/components/schemas/Int64Type" + } + ], + "format": "int64" + }, "custom_id": { "type": "string", "maxLength": 100