@hiennc24/constant 1.4.3 → 1.4.5
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,6 +843,7 @@
|
|
|
843
843
|
"ACTION_UPDATE_MANY": "updateMany",
|
|
844
844
|
"ACTION_CREATE_PROCESS": "createProcess",
|
|
845
845
|
"ACTION_UPDATE_PROCESS": "updateProcess",
|
|
846
|
+
"ACTION_DELETE_PROCESS": "deleteProcess",
|
|
846
847
|
"ACTION_GET_PROCESS_DETAIL": "getProcessDetail",
|
|
847
848
|
"ACTION_GET_VALUE_BY_CONDITION_TYPE": "getValueByConditionType",
|
|
848
849
|
"ACTION_GET_LIST_PROCESS_BY_CATEGORY": "getListProcessByCategory"
|
|
@@ -864,11 +865,15 @@
|
|
|
864
865
|
},
|
|
865
866
|
"SVC_REQUEST_MANAGEMENT": {
|
|
866
867
|
"NAME": "api-hcm.svc-request-management",
|
|
867
|
-
"
|
|
868
|
-
"ACTION_GET_DETAIL": "getDetail",
|
|
868
|
+
"ACTION_SEND": "send",
|
|
869
869
|
"ACTION_CREATE": "create",
|
|
870
870
|
"ACTION_UPDATE": "update",
|
|
871
|
-
"
|
|
871
|
+
"ACTION_REJECT": "reject",
|
|
872
|
+
"ACTION_APPROVE": "approve",
|
|
873
|
+
"ACTION_GET_LIST": "getList",
|
|
874
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
875
|
+
"ACTION_DELETE_MANY": "deleteMany",
|
|
876
|
+
"ACTION_GET_APPROVAL_DETAIL": "getApprovalDetail"
|
|
872
877
|
},
|
|
873
878
|
"API_HCM_SALARY_SETTINGS": {
|
|
874
879
|
"NAME": "api-hcm.salarySettings",
|