@campxdev/shared 1.10.78 → 1.10.79
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
|
@@ -1070,12 +1070,12 @@ export enum Permission {
|
|
|
1070
1070
|
CAN_END_SEMESTER_EXAMINATIONS_ADD = 'can_end_semester_examinations_add',
|
|
1071
1071
|
CAN_END_SEMESTER_EXAMINATIONS_EDIT = 'can_end_semester_examinations_edit',
|
|
1072
1072
|
CAN_END_SEMESTER_EXAMINATIONS_DELETE = 'can_end_semester_examinations_delete',
|
|
1073
|
-
|
|
1073
|
+
CAN_END_SEMESTER_EXAMINATIONS_NOTIFICATION_DETAILS_VIEW = "can_end_semester_examinations_notification_details_view",
|
|
1074
1074
|
|
|
1075
1075
|
// Registrations
|
|
1076
1076
|
CAN_EXAM_REGISTARTIONS_VIEW = 'can_exam_registrations_view',
|
|
1077
1077
|
CAN_EXAM_REGISTARTIONS_ADD = 'can_exam_registrations_add',
|
|
1078
|
-
|
|
1078
|
+
CAN_EXAM_REGISTARTIONS_CHALLAN_UPLOAD = "can_exam_registrations_challan_upload",
|
|
1079
1079
|
CAN_EXAM_REGISTARTIONS_SUBMIT = "can_exam_registrations_submit",
|
|
1080
1080
|
|
|
1081
1081
|
// Fee configuration
|
|
@@ -1103,7 +1103,6 @@ export enum Permission {
|
|
|
1103
1103
|
CAN_PAPER_CONFIGURATION_ADD = 'can_paper_configuration_add',
|
|
1104
1104
|
CAN_PAPER_CONFIGURATION_EDIT = 'can_paper_configuration_edit',
|
|
1105
1105
|
CAN_PAPER_CONFIGURATION_DELETE = 'can_paper_configuration_delete',
|
|
1106
|
-
CAN_PAPER_CONFIGURATION_UPLOAD = "can_paper_configuration_upload",
|
|
1107
1106
|
CAN_PAPER_CONFIGURATION_DOWNLOAD = "can_paper_configuration_download",
|
|
1108
1107
|
|
|
1109
1108
|
// D Form
|