@campxdev/shared 1.10.2 → 1.10.4

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.10.2",
3
+ "version": "1.10.4",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -855,6 +855,10 @@ export enum Permission {
855
855
  CAN_COUNSELLOR_DELETE = 'can_counsellor_delete',
856
856
  CAN_COUNSELLOR_REPORT_VIEW = 'can_counsellor_report_view',
857
857
 
858
+ // Concession enroll_x
859
+ CAN_ENROLL_X_COINCESSION_VIEW = 'can_enroll_x_concession_view',
860
+ CAN_ENROLL_X_COINCESSION_CHANGE_STATUS = 'can_enroll_x_concession_change_status',
861
+
858
862
  // Notifications
859
863
  CAN_NOTIFICATION_ADD = 'can_notification_add',
860
864
  CAN_NOTIFICATION_EDIT = 'can_notification_edit',