@hiennc24/constant 1.4.38 → 1.4.39

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.
@@ -1340,11 +1340,12 @@
1340
1340
  "ACTION_GET_LIST": "getList",
1341
1341
  "ACTION_GET_DETAIL": "getDetail",
1342
1342
  "ACTION_DELETE_MANY": "deleteMany",
1343
- "ACTION_GET_LIST_DETAIL": "getListDetail",
1344
- "ACTION_GET_DETAIL_OF_DETAIL": "getDetailOfDetail",
1345
1343
  "ACTION_CREATE_DETAIL": "createDetail",
1346
1344
  "ACTION_UPDATE_DETAIL": "updateDetail",
1345
+ "ACTION_GET_LIST_DETAIL": "getListDetail",
1347
1346
  "ACTION_DELETE_MANY_DETAIL": "deleteManyDetail",
1347
+ "ACTION_GET_DETAIL_OF_DETAIL": "getDetailOfDetail",
1348
+ "ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
1348
1349
  "ACTION_SYNC_TIMEKEEPING_METHODS_FOR_EMPLOYEES": "syncTimekeepingMethodsForEmployees"
1349
1350
  },
1350
1351
  "API_HCM_WORK_SHIFT_EMPLOYEES": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.4.38",
3
+ "version": "1.4.39",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {