@campxdev/shared 1.10.73 → 1.10.74

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.73",
3
+ "version": "1.10.74",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -313,6 +313,13 @@ export enum SquarePermissions {
313
313
  CAN_SURVEYS_EDIT = 'can_surveys_edit',
314
314
  CAN_SURVEYS_ADD = 'can_surveys_add',
315
315
  CAN_SURVEYS_DELETE = 'can_surveys_delete',
316
+
317
+
318
+
319
+
320
+
321
+
322
+
316
323
  }
317
324
 
318
325
  export enum EnrollPermissions {
@@ -949,6 +956,24 @@ export enum Permission {
949
956
  CAN_SURVEYS_ADD = 'can_surveys_add',
950
957
  CAN_SURVEYS_DELETE = 'can_surveys_delete',
951
958
 
959
+ //Configuration
960
+
961
+ CAN_CONFIGURATION_VIEW = 'can_configuration_view',
962
+
963
+ //Digital Notice Board
964
+ CAN_NOTICE_BOARD_VIEW = 'can_notice_board_view',
965
+ CAN_NOTICE_BOARD_EDIT = 'can_notice_board_edit',
966
+ CAN_NOTICE_BOARD_ADD = 'can_notice_board_add',
967
+ CAN_NOTICE_BOARD_DELETE = 'can_notice_board_delete',
968
+
969
+
970
+ //Research Projects
971
+ CAN_RESEARCH_PROJECT_VIEW = 'can_research_project_view',
972
+ CAN_RESEARCH_PROJECT_EDIT = 'can_research_project_edit',
973
+ CAN_RESEARCH_PROJECT_ADD = 'can_research_project_add',
974
+ CAN_RESEARCH_PROJECT_DELETE = 'can_research_project_delete',
975
+
976
+
952
977
  // Enroll X
953
978
 
954
979
  // manage exams profile_permissions