@campxdev/shared 1.10.28 → 1.10.30
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
|
@@ -732,6 +732,9 @@ export enum Permission {
|
|
|
732
732
|
CAN_CLASSROOM_SUBJECTS_VIEW = 'can_classroom_subjects_view',
|
|
733
733
|
CAN_CLASSROOM_SUBJECT_ATTENDANCE_EDIT = 'can_classroom_subject_attendance_edit',
|
|
734
734
|
CAN_CLASSROOM_SUBJECT_SESSION_DELETE = 'can_classroom_subject_session_delete',
|
|
735
|
+
CAN_CLASSROOM_SESSION_ADD = 'can_classroom_session_add',
|
|
736
|
+
CAN_CLASSROOM_SESSION_EDIT = 'can_classroom_session_edit',
|
|
737
|
+
CAN_CLASSROOM_SESSION_DELETE = 'can_classroom_session_delete',
|
|
735
738
|
|
|
736
739
|
// Institution
|
|
737
740
|
CAN_INSTITUTION_VIEW = 'can_institutions_view',
|
|
@@ -908,6 +911,12 @@ export enum Permission {
|
|
|
908
911
|
CAN_QUOTAS_ADD = 'can_quotas_add',
|
|
909
912
|
CAN_QUOTAS_VIEW = 'can_quotas_view',
|
|
910
913
|
|
|
914
|
+
// caste
|
|
915
|
+
CAN_CASTE_EDIT = 'can_caste_edit',
|
|
916
|
+
CAN_CASTE_DELETE = 'can_caste_delete',
|
|
917
|
+
CAN_CASTE_ADD = 'can_caste_add',
|
|
918
|
+
CAN_CASTE_VIEW = 'can_caste_view',
|
|
919
|
+
|
|
911
920
|
// Lead Status
|
|
912
921
|
CAN_LEAD_STATUS_VIEW = 'can_lead_status_view',
|
|
913
922
|
CAN_LEAD_STATUS_EDIT = 'can_lead_status_edit',
|