@hiennc24/constant 1.4.29 → 1.4.30

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.
@@ -1307,21 +1307,18 @@
1307
1307
  "ACTION_GET_APPLIED_GPS": "getAppliedGPS",
1308
1308
  "ACTION_GET_APPLIED_WIFI": "getAppliedWIFI"
1309
1309
  },
1310
- "API_HCM_SETTING_TIMEKEEPING_METHOD_DETAILS": {
1311
- "NAME": "api-hcm.setting-timekeeping-method-details",
1312
- "ACTION_GET_LIST": "getList",
1313
- "ACTION_GET_DETAIL": "getDetail",
1314
- "ACTION_CREATE": "create",
1315
- "ACTION_UPDATE": "update",
1316
- "ACTION_DELETE_MANY": "deleteMany"
1317
- },
1318
1310
  "API_HCM_SETTING_TIMEKEEPING_METHODS": {
1319
1311
  "NAME": "api-hcm.setting-timekeeping-methods",
1320
- "ACTION_GET_LIST": "getList",
1321
- "ACTION_GET_DETAIL": "getDetail",
1322
1312
  "ACTION_CREATE": "create",
1323
1313
  "ACTION_UPDATE": "update",
1324
- "ACTION_DELETE_MANY": "deleteMany"
1314
+ "ACTION_GET_LIST": "getList",
1315
+ "ACTION_GET_DETAIL": "getDetail",
1316
+ "ACTION_DELETE_MANY": "deleteMany",
1317
+ "ACTION_GET_LIST_DETAIL": "getListDetail",
1318
+ "ACTION_GET_DETAIL_OF_DETAIL": "getDetailOfDetail",
1319
+ "ACTION_CREATE_DETAIL": "createDetail",
1320
+ "ACTION_UPDATE_DETAIL": "updateDetail",
1321
+ "ACTION_DELETE_MANY_DETAIL": "deleteManyDetail"
1325
1322
  },
1326
1323
  "API_HCM_WORK_SHIFT_EMPLOYEES": {
1327
1324
  "NAME": "api-hcm.work-shift-employees",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.4.29",
3
+ "version": "1.4.30",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -38,4 +38,4 @@
38
38
  "access": "public",
39
39
  "registry": "https://registry.npmjs.org/"
40
40
  }
41
- }
41
+ }