Skip to content

Commit

Permalink
fix(backend): Add missing deleteSelfEnabled property in `UpdateUser…
Browse files Browse the repository at this point in the history
…Params` (#4044)
  • Loading branch information
panteliselef authored Aug 29, 2024
1 parent 3aa63dc commit 9d04777
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-ravens-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/backend": minor
---

Add missing `deleteSelfEnabled` property in `UpdateUserParams`.
1 change: 1 addition & 0 deletions packages/backend/src/api/endpoints/UserApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ type UpdateUserParams = {
backupCodes?: string[];
externalId?: string;
createdAt?: Date;
deleteSelfEnabled?: boolean;
createOrganizationEnabled?: boolean;
createOrganizationsLimit?: number;
} & UserMetadataParams &
Expand Down

0 comments on commit 9d04777

Please sign in to comment.