add staff_note enum type

This commit is contained in:
Ryan Prather 2025-01-05 06:10:00 +00:00
parent f0853bfcb2
commit f14a4fa67c

View File

@ -11,6 +11,7 @@ enum MessageType: int
case NEW_CASE = 4; case NEW_CASE = 4;
case USER = 5; case USER = 5;
case NEW_REFERRAL = 6; case NEW_REFERRAL = 6;
case STAFF_NOTE = 7;
case CALENDAR = 97; case CALENDAR = 97;
case REMINDER = 98; case REMINDER = 98;
case UNKNOWN = 99; case UNKNOWN = 99;