@hiennc24/constant 1.4.46 → 1.4.48
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.
|
@@ -867,6 +867,7 @@
|
|
|
867
867
|
"ACTION_GET_DETAIL": "getDetail",
|
|
868
868
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
869
869
|
"ACTION_GET_APPROVAL_DETAIL": "getApprovalDetail",
|
|
870
|
+
"ACTION_GET_DETAIL_FOR_ADMIN": "getDetailForAdmin",
|
|
870
871
|
"ACTION_GET_LEAVE_REQUEST_TYPE_LIST": "getLeaveRequestTypeList",
|
|
871
872
|
"ACTION_ASSIGN_APPROVER_FOR_NEXT_STEP": "assignApproverForNextStep",
|
|
872
873
|
"ACTION_GET_LIST_REQUEST_FOR_EMPLOYEE_RESPONSIBLE": "getPageRequestForEmployeeResponsible"
|
|
@@ -1343,11 +1344,12 @@
|
|
|
1343
1344
|
},
|
|
1344
1345
|
"API_HCM_WORK_SHIFT_EMPLOYEES": {
|
|
1345
1346
|
"NAME": "api-hcm.work-shift-employees",
|
|
1346
|
-
"ACTION_GET_LIST": "getList",
|
|
1347
|
-
"ACTION_GET_DETAIL": "getDetail",
|
|
1348
1347
|
"ACTION_CREATE": "create",
|
|
1349
1348
|
"ACTION_UPDATE": "update",
|
|
1350
|
-
"
|
|
1349
|
+
"ACTION_GET_LIST": "getList",
|
|
1350
|
+
"ACTION_GET_MONTH": "getMonth",
|
|
1351
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
1352
|
+
"ACTION_GET_CURRENT_DATE": "getWorkShiftEmployeesByCurrentDate"
|
|
1351
1353
|
},
|
|
1352
1354
|
"API_HCM_WORK_SHIFT_ITEMS": {
|
|
1353
1355
|
"NAME": "api-hcm.work-shift-items",
|