@campxdev/shared 1.10.10 → 1.10.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1073,10 +1073,10 @@ export enum Permission {
|
|
|
1073
1073
|
CAN_MANAGE_HRMS_ROLES_DELETE = 'can_manage_hrms_roles_delete',
|
|
1074
1074
|
|
|
1075
1075
|
//Employees
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1076
|
+
CAN_MANAGE_EMPLOYEES_VIEW = 'can_manage_employees_view',
|
|
1077
|
+
CAN_MANAGE_EMPLOYEES_IMPORT = 'can_manage_employees_import',
|
|
1078
|
+
CAN_MANAGE_EMPLOYEES_ADD = 'can_manage_employees_add',
|
|
1079
|
+
CAN_MANAGE_EMPLOYEES_EDIT = 'can_manage_employees_edit',
|
|
1080
1080
|
|
|
1081
1081
|
//Groups
|
|
1082
1082
|
CAN_MANAGE_GROUPS_VIEW = 'can_manage_groups_view',
|