@hiennc24/constant 1.4.10 → 1.4.12
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.
|
@@ -873,7 +873,8 @@
|
|
|
873
873
|
"ACTION_GET_LIST": "getList",
|
|
874
874
|
"ACTION_GET_DETAIL": "getDetail",
|
|
875
875
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
876
|
-
"ACTION_GET_APPROVAL_DETAIL": "getApprovalDetail"
|
|
876
|
+
"ACTION_GET_APPROVAL_DETAIL": "getApprovalDetail",
|
|
877
|
+
"ACTION_ASSIGN_APPROVER_FOR_NEXT_STEP": "assignApproverForNextStep"
|
|
877
878
|
},
|
|
878
879
|
"API_HCM_SALARY_SETTINGS": {
|
|
879
880
|
"NAME": "api-hcm.salarySettings",
|
|
@@ -1171,14 +1172,15 @@
|
|
|
1171
1172
|
},
|
|
1172
1173
|
"API_HCM_LEAVE_EMPLOYEES": {
|
|
1173
1174
|
"NAME": "api-hcm.leave-employees",
|
|
1174
|
-
"
|
|
1175
|
+
"ACTION_UPDATE": "update",
|
|
1175
1176
|
"ACTION_GET_LIST": "getList",
|
|
1176
|
-
"ACTION_GET_STATISTIC": "getStatistic",
|
|
1177
|
-
"ACTION_GET_DETAIL": "getDetail",
|
|
1178
|
-
"ACTION_GET_EMPLOYEE_WITHOUT_LEAVE": "getEmployeeWithoutLeave",
|
|
1179
1177
|
"ACTION_LOAD_MORE": "loadMore",
|
|
1180
|
-
"
|
|
1181
|
-
"ACTION_DELETE_MANY": "deleteMany"
|
|
1178
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
1179
|
+
"ACTION_DELETE_MANY": "deleteMany",
|
|
1180
|
+
"ACTION_CREATE_MANY": "createMany",
|
|
1181
|
+
"ACTION_GET_STATISTIC": "getStatistic",
|
|
1182
|
+
"ACTION_GET_DETAIL_BY_EMPLOYEE": "getDetailByEmployee",
|
|
1183
|
+
"ACTION_GET_EMPLOYEE_WITHOUT_LEAVE": "getEmployeeWithoutLeave"
|
|
1182
1184
|
},
|
|
1183
1185
|
"API_HCM_LEAVE_CONFIGS": {
|
|
1184
1186
|
"NAME": "api-hcm.leave-configs",
|