@hiennc24/constant 1.3.60 → 1.3.61

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.
@@ -839,15 +839,12 @@
839
839
  "ACTION_CREATE": "create",
840
840
  "ACTION_UPDATE": "update",
841
841
  "ACTION_GET_LIST": "getList",
842
+ "ACTION_GET_DETAIL": "getDetail",
842
843
  "ACTION_UPDATE_MANY": "updateMany",
843
- "ACTION_GET_DETAIL": "getDetail"
844
- },
845
- "API_HCM_REQUEST_PROCESS": {
846
- "NAME": "api-hcm.request-process",
847
844
  "ACTION_CREATE_PROCESS": "createProcess",
848
845
  "ACTION_UPDATE_PROCESS": "updateProcess",
849
- "ACTION_GET_LIST_PROCESS_BY_CATEGORY": "getListProcessByCategory",
850
- "ACTION_GET_PROCESS_DETAIL": "getProcessDetail"
846
+ "ACTION_GET_PROCESS_DETAIL": "getProcessDetail",
847
+ "ACTION_GET_LIST_PROCESS_BY_CATEGORY": "getListProcessByCategory"
851
848
  },
852
849
  "API_HCM_PROVINCE": {
853
850
  "NAME": "api-hcm.province",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.60",
3
+ "version": "1.3.61",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {