@campxdev/shared 1.11.42 → 1.11.43

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.11.42",
3
+ "version": "1.11.43",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -653,8 +653,8 @@ export enum Permission {
653
653
  CAN_DETAINED_STUDENT_VIEW = 'can_detained_student_view',
654
654
  CAN_DISCONTINUED_STUDENT_VIEW = 'can_discontinued_student_view',
655
655
  CAN_CONCESSION_REPORT_VIEW = 'can_concession_report_view',
656
- CAN_FEE_TYPE_SUMMARY_VIEW = 'can_fee_type_summary_report_view',
657
- CAN_PROGRAM_WISE_FEE_TYPE_REPORT_VIEW = 'can_program_wise-fee_type_report_view',
656
+ CAN_FEE_TYPE_SUMMARY_REPORT_VIEW = 'can_fee_type_summary_report_view',
657
+ CAN_PROGRAM_WISE_FEE_TYPE_REPORT_VIEW = 'can_program_wise_fee_type_report_view',
658
658
  CAN_EXAMINATION_REPORT_VIEW = 'can_examination_report_view',
659
659
  CAN_EXAMINATION_NOT_PAID_REPORT_VIEW = 'can_examination_not_paid_report_view',
660
660
  CAN_EXAMINATION_BLOCKED_STUDENTS_VIEW = 'can_examination_blocked_students_view',