From 316c5f2202851998868177b5b13df68b65fe89a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:12:28 +0000 Subject: [PATCH 1/3] Update from https://github.com/glideapps/glide/commit/652e5bfbc030dfdff671d127ba8b17136382ef4d --- openapi/swagger.json | 192 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 156 insertions(+), 36 deletions(-) diff --git a/openapi/swagger.json b/openapi/swagger.json index 161186d..ab0edcb 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -302,30 +302,90 @@ "type": "string", "enum": [ "string", + "uri", + "imageURI", + "audioURI", + "markdown", + "phoneNumber", + "emailAddress", + "emoji", + "date", + "time", + "dateTime", + "duration", "number", "boolean", - "uri", - "dateTime" + "json" ] }, { - "type": "object", - "properties": { - "kind": { - "type": "string", - "enum": [ - "string", - "number", - "boolean", - "uri", - "dateTime" - ] + "anyOf": [ + { + "type": "object", + "properties": { + "kind": { + "type": "string", + "enum": [ + "string", + "uri", + "imageURI", + "audioURI", + "markdown", + "phoneNumber", + "emailAddress", + "emoji", + "date", + "time", + "dateTime", + "duration", + "number", + "boolean", + "json" + ] + } + }, + "required": [ + "kind" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "kind": { + "type": "string", + "enum": [ + "array" + ] + }, + "items": { + "type": "string", + "enum": [ + "string", + "uri", + "imageURI", + "audioURI", + "markdown", + "phoneNumber", + "emailAddress", + "emoji", + "date", + "time", + "dateTime", + "duration", + "number", + "boolean", + "json" + ] + } + }, + "required": [ + "kind", + "items" + ], + "additionalProperties": false } - }, - "required": [ - "kind" - ], - "additionalProperties": false + ] } ], "description": "The type of the column." @@ -630,30 +690,90 @@ "type": "string", "enum": [ "string", + "uri", + "imageURI", + "audioURI", + "markdown", + "phoneNumber", + "emailAddress", + "emoji", + "date", + "time", + "dateTime", + "duration", "number", "boolean", - "uri", - "dateTime" + "json" ] }, { - "type": "object", - "properties": { - "kind": { - "type": "string", - "enum": [ - "string", - "number", - "boolean", - "uri", - "dateTime" - ] + "anyOf": [ + { + "type": "object", + "properties": { + "kind": { + "type": "string", + "enum": [ + "string", + "uri", + "imageURI", + "audioURI", + "markdown", + "phoneNumber", + "emailAddress", + "emoji", + "date", + "time", + "dateTime", + "duration", + "number", + "boolean", + "json" + ] + } + }, + "required": [ + "kind" + ], + "additionalProperties": false + }, + { + "type": "object", + "properties": { + "kind": { + "type": "string", + "enum": [ + "array" + ] + }, + "items": { + "type": "string", + "enum": [ + "string", + "uri", + "imageURI", + "audioURI", + "markdown", + "phoneNumber", + "emailAddress", + "emoji", + "date", + "time", + "dateTime", + "duration", + "number", + "boolean", + "json" + ] + } + }, + "required": [ + "kind", + "items" + ], + "additionalProperties": false } - }, - "required": [ - "kind" - ], - "additionalProperties": false + ] } ], "description": "The type of the column." From 513323784e581c1e6feb9c553e18d65cdb614e1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:26:38 +0000 Subject: [PATCH 2/3] Update from https://github.com/glideapps/glide/commit/f28c56f1af544cf2de62290400e8c4a45a35abd0 --- openapi/swagger.json | 100 ++++++++++++++++++++++++------------------- 1 file changed, 56 insertions(+), 44 deletions(-) diff --git a/openapi/swagger.json b/openapi/swagger.json index ab0edcb..ac7bc7d 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -314,8 +314,7 @@ "dateTime", "duration", "number", - "boolean", - "json" + "boolean" ] }, { @@ -339,8 +338,7 @@ "dateTime", "duration", "number", - "boolean", - "json" + "boolean" ] } }, @@ -359,24 +357,32 @@ ] }, "items": { - "type": "string", - "enum": [ - "string", - "uri", - "imageURI", - "audioURI", - "markdown", - "phoneNumber", - "emailAddress", - "emoji", - "date", - "time", - "dateTime", - "duration", - "number", - "boolean", - "json" - ] + "type": "object", + "properties": { + "kind": { + "type": "string", + "enum": [ + "string", + "uri", + "imageURI", + "audioURI", + "markdown", + "phoneNumber", + "emailAddress", + "emoji", + "date", + "time", + "dateTime", + "duration", + "number", + "boolean" + ] + } + }, + "required": [ + "kind" + ], + "additionalProperties": false } }, "required": [ @@ -702,8 +708,7 @@ "dateTime", "duration", "number", - "boolean", - "json" + "boolean" ] }, { @@ -727,8 +732,7 @@ "dateTime", "duration", "number", - "boolean", - "json" + "boolean" ] } }, @@ -747,24 +751,32 @@ ] }, "items": { - "type": "string", - "enum": [ - "string", - "uri", - "imageURI", - "audioURI", - "markdown", - "phoneNumber", - "emailAddress", - "emoji", - "date", - "time", - "dateTime", - "duration", - "number", - "boolean", - "json" - ] + "type": "object", + "properties": { + "kind": { + "type": "string", + "enum": [ + "string", + "uri", + "imageURI", + "audioURI", + "markdown", + "phoneNumber", + "emailAddress", + "emoji", + "date", + "time", + "dateTime", + "duration", + "number", + "boolean" + ] + } + }, + "required": [ + "kind" + ], + "additionalProperties": false } }, "required": [ From 84d3855ec77d4a6f84a46dd034ab1eae680e3442 Mon Sep 17 00:00:00 2001 From: Alex Corrado Date: Thu, 17 Oct 2024 21:35:28 +0100 Subject: [PATCH 3/3] Update changelog.mdx --- api-reference/v2/resources/changelog.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-reference/v2/resources/changelog.mdx b/api-reference/v2/resources/changelog.mdx index 3ec4e32..ae5e97a 100644 --- a/api-reference/v2/resources/changelog.mdx +++ b/api-reference/v2/resources/changelog.mdx @@ -3,6 +3,10 @@ title: Glide API Changelog sidebarTitle: Changelog --- +### October 21, 2024 + +- Expanded the "type" enumeration for column definitions to include `imageURI`, `audioURI`, `markdown`, `phoneNumber`, `emailAddress`, `emoji`, `date`, `time`, and `duration`, in addition to the existing types and arrays of those values. + ### October 4, 2024 - The `schema` field is now optional for the Create Table and Overwrite Table endpoints.