@campxdev/shared 1.11.33 → 1.11.35

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.33",
3
+ "version": "1.11.35",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -1306,7 +1306,7 @@ export enum Permission {
1306
1306
  CAN_CANCEL_LEAVE_REQUESTS = 'can_cancel_leave_requests',
1307
1307
 
1308
1308
  //All Leave Requests
1309
- VIEW_ALL_LEAVES_REQUESTS = 'can_view_all_leaves_requests',
1309
+ VIEW_ALL_LEAVE_REQUESTS = 'can_view_all_leave_requests',
1310
1310
  CANCEL_ALL_LEAVE_REQUESTS = 'can_cancel_all_leave_requests',
1311
1311
  EXPORT_ALL_LEAVE_REQUESTS = 'can_export_all_leave_requests',
1312
1312