@campxdev/shared 1.10.4 → 1.10.5

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.4",
3
+ "version": "1.10.5",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -856,8 +856,8 @@ export enum Permission {
856
856
  CAN_COUNSELLOR_REPORT_VIEW = 'can_counsellor_report_view',
857
857
 
858
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',
859
+ CAN_ENROLL_X_CONCESSION_VIEW = 'can_enroll_x_concession_view',
860
+ CAN_ENROLL_X_CONCESSION_CHANGE_STATUS = 'can_enroll_x_concession_change_status',
861
861
 
862
862
  // Notifications
863
863
  CAN_NOTIFICATION_ADD = 'can_notification_add',