@campxdev/shared 2.0.34 → 2.0.35
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,6 +15,9 @@ export enum Permission {
|
|
|
15
15
|
CAN_ADD_FEED = 'can_feed_add',
|
|
16
16
|
MARKS_DIVISION = 'can_examinations_manage_marks_division',
|
|
17
17
|
|
|
18
|
+
//LMS
|
|
19
|
+
CAN_PUBLISH_QUESTIONS = 'can_publish_questions',
|
|
20
|
+
|
|
18
21
|
//classroom
|
|
19
22
|
|
|
20
23
|
CLASSROOM_VIEW = 'can_classroom_view',
|
|
@@ -959,6 +962,7 @@ export interface IPermissions {
|
|
|
959
962
|
can_admin_designations_edit: boolean
|
|
960
963
|
can_admin_designations_view: boolean
|
|
961
964
|
can_admin_designations_delete: boolean
|
|
965
|
+
can_publish_questions: boolean
|
|
962
966
|
}
|
|
963
967
|
|
|
964
968
|
interface IPermissionsStore {
|