Skip to content

Commit

Permalink
Allow querying databases by unique ID (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhart92 committed Sep 1, 2023
1 parent 0977ade commit dcf8cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit dcf8cc3

Please sign in to comment.