@campxdev/shared 1.10.8 → 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.8",
3
+ "version": "1.10.9",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -731,6 +731,15 @@ export enum Permission {
731
731
  CAN_REVOKE_MARKS = 'can_classroom_revoke_marks',
732
732
  CAN_CLASSROOM_SUBJECTS_VIEW = 'can_classroom_subjects_view',
733
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',
734
743
 
735
744
  // Feed
736
745
  CAN_ADD_FEED = 'can_feed_add',