add notification routes

This commit is contained in:
2025-02-05 13:52:04 +05:30
parent 8559aab3da
commit 2d62e9712b
8 changed files with 193 additions and 1 deletions

View File

@@ -19,4 +19,6 @@ export type Claim =
| "rts:delete"
| "task:read"
| "task:write"
| "task:delete";
| "task:delete"
| "notification:read"
| "notification:write";

View File

@@ -24,6 +24,8 @@ export const rules: Record<
"task:read",
"task:write",
"task:delete",
"notification:read",
"notification:write",
],
hiddenFields: {
orgs: ["__v"],