@campxdev/shared 2.0.31 → 2.0.33
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
|
@@ -214,6 +214,7 @@ export enum SquarePermissions {
|
|
|
214
214
|
CAN_EDIT_MENTOR_SESSIONS_COMMENTS = 'can_edit_mentor_sessions_comments',
|
|
215
215
|
CAN_DELETE_MENTOR_SESSIONS_COMMENTS = 'can_delete_mentor_sessions_comments',
|
|
216
216
|
|
|
217
|
+
|
|
217
218
|
// Extra Cirricular activities
|
|
218
219
|
EXTRA_CURRICULAR_ACTIVITIES_NEWS_FEED = 'can_extra_curricular_activities_news_feed',
|
|
219
220
|
EXTRA_CURRICULAR_ACTIVITIES_CLUBS = 'can_extra_curricular_activities_clubs',
|
|
@@ -237,6 +238,8 @@ export enum SquarePermissions {
|
|
|
237
238
|
|
|
238
239
|
// Feed
|
|
239
240
|
CAN_ADD_FEED = 'can_feed_add',
|
|
241
|
+
CAN_VIEW_OBE = "can_view_obe",
|
|
242
|
+
|
|
240
243
|
|
|
241
244
|
// Degrees
|
|
242
245
|
CAN_DEGRESS_ADD = 'can_degrees_add',
|
|
@@ -1205,6 +1208,11 @@ export enum Permission {
|
|
|
1205
1208
|
CAN_OMRS_GENERATE = 'can_omrs_generate',
|
|
1206
1209
|
CAN_OMRS_DOWNLOAD = 'can_omrs_download',
|
|
1207
1210
|
|
|
1211
|
+
// External Exam Booklet Assignment
|
|
1212
|
+
CAN_EXTERNAL_EXAM_BOOKLET_ASSIGNMENT_VIEW = 'can_external_exam_booklet_assignment_view',
|
|
1213
|
+
CAN_EXTERNAL_EXAM_BOOKLET_ASSIGN = 'can_external_exam_booklet_assign',
|
|
1214
|
+
CAN_EXTERNAL_EXAM_BOOKLET_UN_ASSIGN = 'can_external_exam_booklet_un_assign',
|
|
1215
|
+
|
|
1208
1216
|
// Paper Configuration
|
|
1209
1217
|
CAN_PAPER_CONFIGURATION_VIEW = 'can_paper_configuration_view',
|
|
1210
1218
|
CAN_PAPER_CONFIGURATION_ADD = 'can_paper_configuration_add',
|
|
@@ -1300,7 +1308,7 @@ export enum Permission {
|
|
|
1300
1308
|
CAN_EMPTY_BOOKLET_GROUP_EDIT = 'can_empty_booklet_group_edit',
|
|
1301
1309
|
CAN_EMPTY_BOOKLET_GROUP_DELETE = 'can_empty_booklet_group_delete',
|
|
1302
1310
|
|
|
1303
|
-
//
|
|
1311
|
+
// Internal Exam Booklet Assignment
|
|
1304
1312
|
CAN_INTERNAL_EXAM_BOOKLET_ASSIGNMENT_VIEW = 'can_internal_exam_booklet_assignment_view',
|
|
1305
1313
|
CAN_INTERNAL_EXAM_BOOKLET_ASSIGN = 'can_internal_exam_booklet_assign',
|
|
1306
1314
|
CAN_INTERNAL_EXAM_BOOKLET_UN_ASSIGN = 'can_internal_exam_booklet_un_assign',
|