mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Merge branch 'main' into 2721-create-enums-and-replace-hardcoded-status-strings-with-enums-PART5
This commit is contained in:
@@ -81,6 +81,9 @@ class ServicePermission(StrEnum):
|
||||
EDIT_FOLDER_PERMISSIONS = "edit_folder_permissions"
|
||||
RESEARCH_MODE = "research_mode"
|
||||
UPLOAD_DOCUMENT = "upload_document"
|
||||
VIEW_ACTIVITY = "view_activity"
|
||||
MANAGE_USERS = "manage_users"
|
||||
SEND_EMAILS = "send_emails"
|
||||
|
||||
|
||||
class InvitedUserStatus(StrEnum):
|
||||
|
||||
Reference in New Issue
Block a user