@hiennc24/constant 1.4.22 → 1.4.24
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.
|
@@ -1069,6 +1069,7 @@
|
|
|
1069
1069
|
"ACTION_CONFIRM_OLE_DETAIL_WORKSPACE": "confirmOleDetailWorkspace",
|
|
1070
1070
|
"ACTION_GET_OLE_DETAIL_LIST_FOR_EMPLOYEE": "getOleDetailListForEmployee",
|
|
1071
1071
|
"ACTION_GET_OLE_DETAIL_FOR_EMPLOYEE_BY_ID": "getOleDetailForEmployeeById",
|
|
1072
|
+
"ACTION_GET_APPROVAL_DETAIL_FOR_CURRENT_STEP": "getApprovalDetailForCurrentStep",
|
|
1072
1073
|
"ACTION_GET_OLE_COMMENTS": "getOleComments",
|
|
1073
1074
|
"ACTION_CREATE_OLE_COMMENT": "createOleComment",
|
|
1074
1075
|
"ACTION_UPDATE_OLE_COMMENT": "updateOleComment",
|
|
@@ -1076,6 +1077,7 @@
|
|
|
1076
1077
|
"ACTION_GET_OLE_HISTORIES": "getOleHistories"
|
|
1077
1078
|
},
|
|
1078
1079
|
"API_HCM_OLE_COMMENTS": {
|
|
1080
|
+
"NAME": "api-hcm.ole-comments",
|
|
1079
1081
|
"ACTION_GET_LIST_COMMENTS_BY_OLE_DETAIL_ID": "getListCommentsByOleDetailId",
|
|
1080
1082
|
"ACTION_CREATE": "create",
|
|
1081
1083
|
"ACTION_UPDATE": "update",
|
|
@@ -1083,6 +1085,7 @@
|
|
|
1083
1085
|
"ACTION_REPLY": "reply"
|
|
1084
1086
|
},
|
|
1085
1087
|
"API_HCM_OLE_HISTORY": {
|
|
1088
|
+
"NAME": "api-hcm.ole-histories",
|
|
1086
1089
|
"ACTION_CREATE": "createHistory",
|
|
1087
1090
|
"ACTION_GET_LIST_BY_OLE_DETAIL_ID": "getListByOleDetailId"
|
|
1088
1091
|
},
|