@hiennc24/constant 1.4.2 → 1.4.3

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.
@@ -843,7 +843,6 @@
843
843
  "ACTION_UPDATE_MANY": "updateMany",
844
844
  "ACTION_CREATE_PROCESS": "createProcess",
845
845
  "ACTION_UPDATE_PROCESS": "updateProcess",
846
- "ACTION_DELETE_PROCESS": "deleteProcess",
847
846
  "ACTION_GET_PROCESS_DETAIL": "getProcessDetail",
848
847
  "ACTION_GET_VALUE_BY_CONDITION_TYPE": "getValueByConditionType",
849
848
  "ACTION_GET_LIST_PROCESS_BY_CATEGORY": "getListProcessByCategory"
@@ -865,14 +864,11 @@
865
864
  },
866
865
  "SVC_REQUEST_MANAGEMENT": {
867
866
  "NAME": "api-hcm.svc-request-management",
868
- "ACTION_CREATE": "create",
869
- "ACTION_UPDATE": "update",
870
- "ACTION_REJECT": "reject",
871
- "ACTION_APPROVE": "approve",
872
867
  "ACTION_GET_LIST": "getList",
873
868
  "ACTION_GET_DETAIL": "getDetail",
874
- "ACTION_DELETE_MANY": "deleteMany",
875
- "ACTION_GET_APPROVAL_DETAIL": "getApprovalDetail"
869
+ "ACTION_CREATE": "create",
870
+ "ACTION_UPDATE": "update",
871
+ "ACTION_APPROVE_MANY": "approveMany"
876
872
  },
877
873
  "API_HCM_SALARY_SETTINGS": {
878
874
  "NAME": "api-hcm.salarySettings",
@@ -1403,6 +1399,7 @@
1403
1399
  "ACTION_UPDATE_HISTORY": "updateHistory",
1404
1400
  "ACTION_GENERATE_CODE": "generateCode",
1405
1401
  "ACTION_LOCK_UNLOCK": "lockOrUnlock",
1402
+ "ACTION_DELETE_MANY": "deleteMany",
1406
1403
  "ACTION_GET_DETAIL": "getDetail",
1407
1404
  "ACTION_GET_PAGE": "getPage",
1408
1405
  "ACTION_DELETE": "delete",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {