diff --git a/.changeset/remove-user-updated-at.md b/.changeset/remove-user-updated-at.md new file mode 100644 index 0000000..f8e15da --- /dev/null +++ b/.changeset/remove-user-updated-at.md @@ -0,0 +1,5 @@ +--- +"@tailor-platform/function-types": patch +--- + +Remove non-existent `updatedAt` field from `tailor.idp.User` diff --git a/packages/types/tailor.d.ts b/packages/types/tailor.d.ts index 24ce00d..8f80d24 100644 --- a/packages/types/tailor.d.ts +++ b/packages/types/tailor.d.ts @@ -332,7 +332,6 @@ declare namespace tailor.idp { name: string; disabled: boolean; createdAt?: string; - updatedAt?: string; } /**