@hiennc24/constant 1.3.60 → 1.3.62
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
|
-
"
|
|
850
|
-
"
|
|
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",
|
|
@@ -1038,7 +1035,8 @@
|
|
|
1038
1035
|
"ACTION_CONFIRM_OLE_DETAIL_WORKSPACE": "confirmOleDetailWorkspace",
|
|
1039
1036
|
"ACTION_STATISTICS": "statistics",
|
|
1040
1037
|
"ACTION_DOWNLOAD": "download",
|
|
1041
|
-
"ACTION_CREATE_MANY": "createMany"
|
|
1038
|
+
"ACTION_CREATE_MANY": "createMany",
|
|
1039
|
+
"ACTION_UPDATE_GOAL_RESULT_FOR_MANY": "updateGoalResultForMany"
|
|
1042
1040
|
},
|
|
1043
1041
|
"API_HCM_OLE": {
|
|
1044
1042
|
"NAME": "api-hcm.oles",
|