From 63b80a817bdbbd8bee8651e090122c00e7cc096d Mon Sep 17 00:00:00 2001 From: Ryan Hart Date: Fri, 1 Sep 2023 14:39:17 -0700 Subject: [PATCH] Allow querying databases by unique ID --- src/api-endpoints.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api-endpoints.ts b/src/api-endpoints.ts index 3d887eb6..e22d0d80 100644 --- a/src/api-endpoints.ts +++ b/src/api-endpoints.ts @@ -9506,6 +9506,7 @@ type PropertyFilter = type?: "last_edited_time" } | { formula: FormulaPropertyFilter; property: string; type?: "formula" } + | { unique_id: NumberPropertyFilter; property: string; type?: "unique_id" } | { rollup: RollupPropertyFilter; property: string; type?: "rollup" } type TimestampCreatedTimeFilter = {