Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat: added permission for viewing widgets to Permissions model
Browse files Browse the repository at this point in the history
  • Loading branch information
yosephAHMED committed Aug 12, 2020
1 parent c601262 commit 68d6297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/model/Permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ enum Permissions {
ReadVisits = 'read:visit',
RequestImaging = 'write:imaging',
ViewImagings = 'read:imagings',
ViewIncidentWidgets = 'read:incident_widgets',
}

export default Permissions

0 comments on commit 68d6297

Please sign in to comment.