@campxdev/shared 2.0.35 → 2.1.0
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
|
@@ -15,8 +15,7 @@ export enum Permission {
|
|
|
15
15
|
CAN_ADD_FEED = 'can_feed_add',
|
|
16
16
|
MARKS_DIVISION = 'can_examinations_manage_marks_division',
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
CAN_PUBLISH_QUESTIONS = 'can_publish_questions',
|
|
18
|
+
|
|
20
19
|
|
|
21
20
|
//classroom
|
|
22
21
|
|
|
@@ -962,7 +961,6 @@ export interface IPermissions {
|
|
|
962
961
|
can_admin_designations_edit: boolean
|
|
963
962
|
can_admin_designations_view: boolean
|
|
964
963
|
can_admin_designations_delete: boolean
|
|
965
|
-
can_publish_questions: boolean
|
|
966
964
|
}
|
|
967
965
|
|
|
968
966
|
interface IPermissionsStore {
|
|
@@ -237,7 +237,10 @@ export enum SquarePermissions {
|
|
|
237
237
|
|
|
238
238
|
// Feed
|
|
239
239
|
CAN_ADD_FEED = 'can_feed_add',
|
|
240
|
+
|
|
241
|
+
//LMS
|
|
240
242
|
CAN_VIEW_OBE = 'can_view_obe',
|
|
243
|
+
CAN_PUBLISH_QUESTIONS = 'can_publish_questions',
|
|
241
244
|
|
|
242
245
|
// Degrees
|
|
243
246
|
CAN_DEGRESS_ADD = 'can_degrees_add',
|
|
@@ -572,6 +575,7 @@ export enum ExamsPermissions {
|
|
|
572
575
|
CAN_EVALUATORS_ADD = 'can_evaluators_add',
|
|
573
576
|
CAN_EVALUATORS_EDIT = 'can_evaluators_edit',
|
|
574
577
|
CAN_EVALUATORS_DELETE = 'can_evaluators_delete',
|
|
578
|
+
CAN_EVALUATORS_IMPERSONATE = 'can_evaluators_impersonate',
|
|
575
579
|
|
|
576
580
|
//Grade Templates
|
|
577
581
|
CAN_GRADE_TEMPLATES_VIEW = 'can_grade_templates_view',
|