@hiennc24/constant 1.6.0 → 1.6.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.
@@ -1006,6 +1006,7 @@
1006
1006
  "ACTION_CREATE": "create",
1007
1007
  "ACTION_UPDATE": "update",
1008
1008
  "ACTION_REJECT": "reject",
1009
+ "ACTION_CANCEL": "cancel",
1009
1010
  "ACTION_APPROVE": "approve",
1010
1011
  "ACTION_GET_LIST": "getList",
1011
1012
  "ACTION_GET_DETAIL": "getDetail",
@@ -1260,12 +1261,13 @@
1260
1261
  },
1261
1262
  "API_HCM_DASHBOARD": {
1262
1263
  "NAME": "api-hcm.dashboards",
1263
- "ACTION_GET_HR_DASHBOARD": "getHRDashboard",
1264
- "ACTION_GET_PAYROLL_DASHBOARD": "getPayrollDashboard",
1265
- "ACTION_GET_OLE_DASHBOARD": "getOLEDashboard",
1264
+ "ACTION_UPDATE": "update",
1266
1265
  "ACTION_GET_SUMMARY": "getSummary",
1267
1266
  "ACTION_GET_STATISTICS": "getStatistics",
1268
- "ACTION_UPDATE": "update"
1267
+ "ACTION_GET_HR_DASHBOARD": "getHRDashboard",
1268
+ "ACTION_GET_OLE_DASHBOARD": "getOLEDashboard",
1269
+ "ACTION_GET_PAYROLL_DASHBOARD": "getPayrollDashboard",
1270
+ "ACTION_GET_EMPLOYEE_WORKSPACE": "getEmployeeWorkspace"
1269
1271
  },
1270
1272
  "API_HCM_OLE": {
1271
1273
  "NAME": "api-hcm.oles",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
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
+ }