@campxdev/shared 2.0.34 → 2.0.36

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": "2.0.34",
3
+ "version": "2.0.36",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -15,6 +15,8 @@ export enum Permission {
15
15
  CAN_ADD_FEED = 'can_feed_add',
16
16
  MARKS_DIVISION = 'can_examinations_manage_marks_division',
17
17
 
18
+
19
+
18
20
  //classroom
19
21
 
20
22
  CLASSROOM_VIEW = 'can_classroom_view',
@@ -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',