update claims

This commit is contained in:
2025-04-11 12:12:53 +05:30
parent 7b659c0dd3
commit aad7b2bffe
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ export type Claim =
| "task:delete"
| "notification:read"
| "notification:write"
| "notification:delete"
| "config:read"
| "config:write"
| "mail:all"

View File

@@ -25,6 +25,7 @@ export const rules: Record<
"task:delete",
"notification:read",
"notification:write",
"notification:delete",
"config:read",
"config:write",
"mail:all",
@@ -64,6 +65,7 @@ export const rules: Record<
"task:delete",
"notification:read",
"notification:write",
"notification:delete",
"config:read",
"config:write",
"mail:all",