@campxdev/shared 1.11.61 → 1.11.62

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.61",
3
+ "version": "1.11.62",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -1051,6 +1051,7 @@ export enum Permission {
1051
1051
  CAN_COUNSELLOR_ADD = 'can_counsellor_add',
1052
1052
  CAN_COUNSELLOR_DELETE = 'can_counsellor_delete',
1053
1053
  CAN_COUNSELLOR_REPORT_VIEW = 'can_counsellor_report_view',
1054
+ CAN_LEAD_COUNSELLOR_REPORT_VIEW = 'can_lead_counsellor_report_view',
1054
1055
 
1055
1056
  // Concession enroll_x
1056
1057
  CAN_ENROLL_X_CONCESSION_VIEW = 'can_enroll_x_concession_view',
@@ -1812,6 +1813,7 @@ export interface IPermissions {
1812
1813
  can_quotas_edit: boolean
1813
1814
  can_quotas_delete: boolean
1814
1815
  can_counsellor_report_view: boolean
1816
+ can_lead_counsellor_report_view: boolean
1815
1817
  can_caste_view: boolean
1816
1818
  can_caste_add: boolean
1817
1819
  can_caste_edit: boolean