@hiennc24/constant 1.4.25 → 1.4.26

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.
@@ -1233,17 +1233,18 @@
1233
1233
  },
1234
1234
  "API_HCM_TIMEKEEPING_EMPLOYEES": {
1235
1235
  "NAME": "api-hcm.timekeeping-employees",
1236
+ "ACTION_UPDATE": "update",
1236
1237
  "ACTION_GET_LIST": "getList",
1238
+ "ACTION_IN_SHIFT": "inShift",
1239
+ "ACTION_OUT_SHIFT": "outShift",
1237
1240
  "ACTION_GET_DETAIL": "getDetail",
1238
- "ACTION_CREATE": "create",
1239
- "ACTION_UPDATE": "update",
1241
+ "ACTION_CREATE_MANY": "createMany",
1240
1242
  "ACTION_DELETE_MANY": "deleteMany",
1241
- "ACTION_GET_LIST_BY_MANAGERS": "getListByManagers",
1243
+ "ACTION_GET_SUMMARY": "getSummary",
1242
1244
  "ACTION_GET_PERSONAL_DATA": "getPersonalData",
1243
- "ACTION_IN_SHIFT": "inShift",
1244
- "ACTION_OUT_SHIFT": "outShift",
1245
+ "ACTION_GET_LIST_BY_MANAGERS": "getListByManagers",
1245
1246
  "ACTION_APPROVE_OR_REJECT": "approveOrReject",
1246
- "ACTION_GET_SUMMARY": "getSummary"
1247
+ "ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured"
1247
1248
  },
1248
1249
  "API_HCM_TIMEKEEPING_COMPONENTS": {
1249
1250
  "NAME": "api-hcm.timekeeping-components",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.4.25",
3
+ "version": "1.4.26",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {