@campxdev/shared 2.0.30 → 2.0.31
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
|
@@ -1322,6 +1322,7 @@ export enum Permission {
|
|
|
1322
1322
|
CAN_EVALUATORS_ADD = 'can_evaluators_add',
|
|
1323
1323
|
CAN_EVALUATORS_EDIT = 'can_evaluators_edit',
|
|
1324
1324
|
CAN_EVALUATORS_DELETE = 'can_evaluators_delete',
|
|
1325
|
+
CAN_EVALUATORS_DOWNLOAD = 'can_evaluators_download',
|
|
1325
1326
|
|
|
1326
1327
|
//Grade Templates
|
|
1327
1328
|
CAN_GRADE_TEMPLATES_VIEW = 'can_grade_templates_view',
|
|
@@ -1967,6 +1968,7 @@ export interface IPermissions {
|
|
|
1967
1968
|
can_evaluators_add: boolean
|
|
1968
1969
|
can_evaluators_edit: boolean
|
|
1969
1970
|
can_evaluators_delete: boolean
|
|
1971
|
+
can_evaluators_download: boolean
|
|
1970
1972
|
can_grade_templates_view: boolean
|
|
1971
1973
|
can_grade_templates_add: boolean
|
|
1972
1974
|
can_grade_templates_edit: boolean
|