Skip to content

Commit

Permalink
feat: add missing notification permissions constants
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Apr 17, 2024
1 parent 5a80d74 commit 6429d7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export const exportData = "export:data";

export const viewRuns = "view:runs";

export const viewNotifications = "view:notifications";
export const createNotifications = "create:notifications";

export const createProject = "create:project";
export const editProject = "edit:project";
export const deleteProject = "delete:project";
Expand Down

0 comments on commit 6429d7d

Please sign in to comment.