@campxdev/shared 2.0.29 → 2.0.30

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.29",
3
+ "version": "2.0.30",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -247,6 +247,7 @@ export enum Permission {
247
247
  CAN_EVALUATORS_ADD = 'can_evaluators_add',
248
248
  CAN_EVALUATORS_EDIT = 'can_evaluators_edi',
249
249
  CAN_EVALUATORS_DELETE = 'can_evaluators_delete',
250
+ CAN_EVALUATORS_DOWNLOAD = 'can_evaluators_download',
250
251
 
251
252
  // Rooms
252
253
  CAN_EXAM_ROOM_VIEW = 'can_exam_rooms_view',
@@ -746,6 +747,7 @@ export interface IPermissions {
746
747
  can_evaluators_add: boolean
747
748
  can_evaluators_edit: boolean
748
749
  can_evaluators_delete: boolean
750
+ can_evaluators_download: boolean
749
751
  can_grades_view: boolean
750
752
  can_grades_add: boolean
751
753
  can_grades_edit: boolean