@campxdev/shared 1.10.7 → 1.10.9

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/shared",
3
- "version": "1.10.7",
3
+ "version": "1.10.9",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -571,6 +571,7 @@ export enum Permission {
571
571
  // Concession
572
572
  CAN_CONCESSION_VIEW = 'can_concession_view',
573
573
  CAN_CONCESSION_CHANGE_STATUS_ = 'can_concession_change_status',
574
+ CAN_CONCESSION_EDIT = 'can_concession_edit',
574
575
 
575
576
  // dashboard
576
577
  CAN_PAYMENTS_DASHBOARD_VIEW = 'can_dashboard_view',
@@ -730,6 +731,15 @@ export enum Permission {
730
731
  CAN_REVOKE_MARKS = 'can_classroom_revoke_marks',
731
732
  CAN_CLASSROOM_SUBJECTS_VIEW = 'can_classroom_subjects_view',
732
733
  CAN_CLASSROOM_SUBJECT_ATTENDANCE_EDIT = 'can_classroom_subject_attendance_edit',
734
+ CAN_CLASSROOM_SUBJECT_SESSION_DELETE = 'can_classroom_subject_session_delete',
735
+
736
+ // Institution
737
+ CAN_INSTITUTION_VIEW = 'can_institutions_view',
738
+ CAN_INSTITUTION_EDIT = 'can_institutions_edit',
739
+ CAN_INSTITUTION_ADD = 'can_institutions_add',
740
+ CAN_INSTITUTION_DELETE = 'can_institutions_delete',
741
+ CAN_INSTITUTION_CONFIGURATION_VIEW = 'can_institution_configuration_view',
742
+ CAN_INSTITUTION_CONFIGURATION_EDIT = 'can_institution_configuration_edit',
733
743
 
734
744
  // Feed
735
745
  CAN_ADD_FEED = 'can_feed_add',