@campxdev/shared 1.10.1 → 1.10.4
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
|
@@ -563,10 +563,10 @@ export enum Permission {
|
|
|
563
563
|
CAN_FINE_CONFIGURATION_DELETE = 'can_fine_configurations_delete',
|
|
564
564
|
|
|
565
565
|
// Student Permission
|
|
566
|
-
CAN_STUDENT_PERMISSIONS_VIEW = '
|
|
567
|
-
CAN_STUDENT_PERMISSIONS_ADD = '
|
|
568
|
-
CAN_STUDENT_PERMISSIONS_EDIT = '
|
|
569
|
-
CAN_STUDENT_PERMISSIONS_DELETE = '
|
|
566
|
+
CAN_STUDENT_PERMISSIONS_VIEW = 'can_student_permissions_view',
|
|
567
|
+
CAN_STUDENT_PERMISSIONS_ADD = 'can_student_permissions_add',
|
|
568
|
+
CAN_STUDENT_PERMISSIONS_EDIT = 'can_student_permissions_edit',
|
|
569
|
+
CAN_STUDENT_PERMISSIONS_DELETE = 'can_student_permissions_delete',
|
|
570
570
|
|
|
571
571
|
// Concession
|
|
572
572
|
CAN_CONCESSION_VIEW = 'can_concession_view',
|
|
@@ -855,6 +855,10 @@ export enum Permission {
|
|
|
855
855
|
CAN_COUNSELLOR_DELETE = 'can_counsellor_delete',
|
|
856
856
|
CAN_COUNSELLOR_REPORT_VIEW = 'can_counsellor_report_view',
|
|
857
857
|
|
|
858
|
+
// Concession enroll_x
|
|
859
|
+
CAN_ENROLL_X_COINCESSION_VIEW = 'can_enroll_x_concession_view',
|
|
860
|
+
CAN_ENROLL_X_COINCESSION_CHANGE_STATUS = 'can_enroll_x_concession_change_status',
|
|
861
|
+
|
|
858
862
|
// Notifications
|
|
859
863
|
CAN_NOTIFICATION_ADD = 'can_notification_add',
|
|
860
864
|
CAN_NOTIFICATION_EDIT = 'can_notification_edit',
|