@hiennc24/constant 1.4.1 → 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"
|
|
@@ -869,8 +868,7 @@
|
|
|
869
868
|
"ACTION_GET_DETAIL": "getDetail",
|
|
870
869
|
"ACTION_CREATE": "create",
|
|
871
870
|
"ACTION_UPDATE": "update",
|
|
872
|
-
"ACTION_APPROVE_MANY": "approveMany"
|
|
873
|
-
"ACTION_DELETE_MANY": "deleteMany"
|
|
871
|
+
"ACTION_APPROVE_MANY": "approveMany"
|
|
874
872
|
},
|
|
875
873
|
"API_HCM_SALARY_SETTINGS": {
|
|
876
874
|
"NAME": "api-hcm.salarySettings",
|
|
@@ -1401,6 +1399,7 @@
|
|
|
1401
1399
|
"ACTION_UPDATE_HISTORY": "updateHistory",
|
|
1402
1400
|
"ACTION_GENERATE_CODE": "generateCode",
|
|
1403
1401
|
"ACTION_LOCK_UNLOCK": "lockOrUnlock",
|
|
1402
|
+
"ACTION_DELETE_MANY": "deleteMany",
|
|
1404
1403
|
"ACTION_GET_DETAIL": "getDetail",
|
|
1405
1404
|
"ACTION_GET_PAGE": "getPage",
|
|
1406
1405
|
"ACTION_DELETE": "delete",
|