@campxdev/shared 1.10.46 → 1.10.47

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.46",
3
+ "version": "1.10.47",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -1183,6 +1183,19 @@ export enum Permission {
1183
1183
  CAN_MANAGE_OVERTIME_VIEW = 'can_manage_overtime_view',
1184
1184
  CAN_MANAGE_OVERTIME_ADD = 'can_manage_overtime_add',
1185
1185
  CAN_MANAGE_OVERTIME_EDIT = 'can_manage_overtime_edit',
1186
+
1187
+ //MyKiosk
1188
+ CAN_MANAGE_MY_KIOSK_VIEW = 'can_manage_my_kiosk_view',
1189
+ CAN_MANAGE_MY_KIOSK_EDIT = 'can_manage_my_kiosk_edit',
1190
+
1191
+ //LeaveTracker
1192
+ CAN_MANAGE_LEAVE_TRACKER_VIEW = 'can_manage_leave_tracker_view',
1193
+ CAN_MANAGE_LEAVE_TRACKER_EDIT = 'can_manage_leave_tracker_edit',
1194
+
1195
+ //LeaveRequests
1196
+ CAN_MANAGE_LEAVE_REQUESTS_VIEW = 'can_manage_leave_requests_view',
1197
+ CAN_MANAGE_LEAVE_REQUESTS_CREATE = 'can_manage_leave_requests_create',
1198
+ CAN_MANAGE_LEAVE_REQUESTS_EDIT = 'can_manage_leave_requests_edit',
1186
1199
  }
1187
1200
 
1188
1201
  export interface IPermissions {