@hiennc24/constant 1.4.50 → 1.5.1

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.
@@ -1262,6 +1262,7 @@
1262
1262
  "ACTION_DELETE_MANY": "deleteMany",
1263
1263
  "ACTION_GET_SUMMARY": "getSummary",
1264
1264
  "ACTION_GET_PAGE_LIST": "getPageList",
1265
+ "ACTION_VIEW_DASHBOARD": "getDashboard",
1265
1266
  "ACTION_GET_PERSONAL_DATA": "getPersonalData",
1266
1267
  "ACTION_GET_LIST_BY_MANAGERS": "getListByManagers",
1267
1268
  "ACTION_RESET_TIMEKEEPING_DATA": "resetTimekeepingData",
@@ -1309,13 +1310,14 @@
1309
1310
  },
1310
1311
  "API_HCM_TIMEKEEPING_SUMMARIES": {
1311
1312
  "NAME": "api-hcm.timekeeping-summaries",
1312
- "ACTION_GET_LIST": "getList",
1313
- "ACTION_GET_DETAIL": "getDetail",
1314
1313
  "ACTION_CREATE": "create",
1315
1314
  "ACTION_UPDATE": "update",
1315
+ "ACTION_GET_LIST": "getList",
1316
+ "ACTION_GET_DETAIL": "getDetail",
1316
1317
  "ACTION_DELETE_MANY": "deleteMany",
1317
1318
  "ACTION_GET_STATISTIC": "getStatistic",
1318
1319
  "ACTION_GENERATE_CODE": "generateCode",
1320
+ "ACTION_VIEW_DASHBOARD": "getDashboard",
1319
1321
  "ACTION_LOAD_MORE_EMPLOYEES_BY_DETAILS": "loadMoreEmployeesByDetails"
1320
1322
  },
1321
1323
  "API_HCM_TIMEKEEPING_TIMEKEEPERS": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.4.50",
3
+ "version": "1.5.1",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {