mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
added manage_templates to enum
This commit is contained in:
@@ -72,6 +72,7 @@ class JobStatus(StrEnum):
|
||||
class ServicePermission(StrEnum):
|
||||
SEND_MESSAGES = "send_messages"
|
||||
MANAGE_SERVICE = "manage_service"
|
||||
MANAGE_TEMPLATES = "manage_templates"
|
||||
|
||||
|
||||
class InvitedUserStatus(StrEnum):
|
||||
|
||||
Reference in New Issue
Block a user