@hiennc24/constant 1.4.48 → 1.4.50

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.
@@ -866,6 +866,7 @@
866
866
  "ACTION_GET_LIST": "getList",
867
867
  "ACTION_GET_DETAIL": "getDetail",
868
868
  "ACTION_DELETE_MANY": "deleteMany",
869
+ "ACTION_VIEW_DASHBOARD": "viewDashboard",
869
870
  "ACTION_GET_APPROVAL_DETAIL": "getApprovalDetail",
870
871
  "ACTION_GET_DETAIL_FOR_ADMIN": "getDetailForAdmin",
871
872
  "ACTION_GET_LEAVE_REQUEST_TYPE_LIST": "getLeaveRequestTypeList",
@@ -1263,6 +1264,7 @@
1263
1264
  "ACTION_GET_PAGE_LIST": "getPageList",
1264
1265
  "ACTION_GET_PERSONAL_DATA": "getPersonalData",
1265
1266
  "ACTION_GET_LIST_BY_MANAGERS": "getListByManagers",
1267
+ "ACTION_RESET_TIMEKEEPING_DATA": "resetTimekeepingData",
1266
1268
  "ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
1267
1269
  "ACTION_GET_LIST_BY_TIMEKEEPING_DETAIL_ID": "getListsByTimekeepingDetailId"
1268
1270
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.4.48",
3
+ "version": "1.4.50",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {