update claims
This commit is contained in:
@@ -22,6 +22,7 @@ export type Claim =
|
|||||||
| "task:delete"
|
| "task:delete"
|
||||||
| "notification:read"
|
| "notification:read"
|
||||||
| "notification:write"
|
| "notification:write"
|
||||||
|
| "notification:delete"
|
||||||
| "config:read"
|
| "config:read"
|
||||||
| "config:write"
|
| "config:write"
|
||||||
| "mail:all"
|
| "mail:all"
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ export const rules: Record<
|
|||||||
"task:delete",
|
"task:delete",
|
||||||
"notification:read",
|
"notification:read",
|
||||||
"notification:write",
|
"notification:write",
|
||||||
|
"notification:delete",
|
||||||
"config:read",
|
"config:read",
|
||||||
"config:write",
|
"config:write",
|
||||||
"mail:all",
|
"mail:all",
|
||||||
@@ -64,6 +65,7 @@ export const rules: Record<
|
|||||||
"task:delete",
|
"task:delete",
|
||||||
"notification:read",
|
"notification:read",
|
||||||
"notification:write",
|
"notification:write",
|
||||||
|
"notification:delete",
|
||||||
"config:read",
|
"config:read",
|
||||||
"config:write",
|
"config:write",
|
||||||
"mail:all",
|
"mail:all",
|
||||||
|
|||||||
Reference in New Issue
Block a user