@hiennc24/constant 1.5.27 → 1.5.28

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.
@@ -1212,7 +1212,9 @@
1212
1212
  "ACTION_GET_HR_DASHBOARD": "getHRDashboard",
1213
1213
  "ACTION_GET_PAYROLL_DASHBOARD": "getPayrollDashboard",
1214
1214
  "ACTION_GET_OLE_DASHBOARD": "getOLEDashboard",
1215
- "ACTION_GET_SUMMARY": "getSummary"
1215
+ "ACTION_GET_SUMMARY": "getSummary",
1216
+ "ACTION_GET_STATISTICS": "getStatistics",
1217
+ "ACTION_UPDATE": "update"
1216
1218
  },
1217
1219
  "API_HCM_OLE": {
1218
1220
  "NAME": "api-hcm.oles",
@@ -2874,7 +2876,8 @@
2874
2876
  "ACTION_GET_PO_DETAIL_BY_TOKEN": "getPODetailByToken",
2875
2877
  "ACTION_ACCEPT": "accept",
2876
2878
  "ACTION_REJECT": "reject",
2877
- "ACTION_NEED_UPDATE": "needUpdate"
2879
+ "ACTION_NEED_UPDATE": "needUpdate",
2880
+ "ACTION_RESPOND": "respond"
2878
2881
  },
2879
2882
  "SVC_PURCHASE_ORDER_HISTORIES": {
2880
2883
  "NAME": "svc-orders.purchase-order-histories",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.5.27",
3
+ "version": "1.5.28",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {