Update permissions on the frontend

This commit is contained in:
Pranav
2024-05-23 12:12:07 -07:00
parent 3a90653d12
commit 4897bfd2ef
9 changed files with 116 additions and 90 deletions
@@ -0,0 +1,10 @@
export const ACCOUNT_PERMISSIONS = {
ACCOUNT_MANAGE: 'account_manage',
PORTAL_MANAGE: 'portal_manage',
CONVERSATION_MANAGE: 'conversation_manage',
CONVERSATION_UNASSIGNED_MANAGE: 'conversation_unassigned_manage',
CONVERSATION_PARTICIPATING_MANAGE: 'conversation_participating_manage',
MACROS_MANAGE: 'macros_manage',
REPORTS_MANAGE: 'reports_manage',
CONTACTS_MANAGE: 'contacts_manage',
};