@campxdev/shared 1.10.1 → 1.10.2
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',
|