mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-03 13:18:32 -04:00
More fixes for enums.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -53,6 +53,7 @@ class PermissionType(Enum):
|
||||
cls.VIEW_ACTIVITY,
|
||||
)
|
||||
|
||||
|
||||
class ServicePermissionType(Enum):
|
||||
EMAIL = "email"
|
||||
SMS = "sms"
|
||||
@@ -72,7 +73,8 @@ class ServicePermissionType(Enum):
|
||||
cls.INTERNATIONAL_SMS,
|
||||
)
|
||||
|
||||
class GuestListRecipientType(Enum):
|
||||
|
||||
class RecipientType(Enum):
|
||||
MOBILE = "mobile"
|
||||
EMAIL = "email"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user