@hiennc24/constant 1.4.26 → 1.4.28
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.
|
@@ -1234,17 +1234,17 @@
|
|
|
1234
1234
|
"API_HCM_TIMEKEEPING_EMPLOYEES": {
|
|
1235
1235
|
"NAME": "api-hcm.timekeeping-employees",
|
|
1236
1236
|
"ACTION_UPDATE": "update",
|
|
1237
|
-
"ACTION_GET_LIST": "getList",
|
|
1238
1237
|
"ACTION_IN_SHIFT": "inShift",
|
|
1239
1238
|
"ACTION_OUT_SHIFT": "outShift",
|
|
1240
1239
|
"ACTION_GET_DETAIL": "getDetail",
|
|
1241
1240
|
"ACTION_CREATE_MANY": "createMany",
|
|
1242
1241
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
1243
1242
|
"ACTION_GET_SUMMARY": "getSummary",
|
|
1243
|
+
"ACTION_GET_PAGE_LIST": "getPageList",
|
|
1244
1244
|
"ACTION_GET_PERSONAL_DATA": "getPersonalData",
|
|
1245
1245
|
"ACTION_GET_LIST_BY_MANAGERS": "getListByManagers",
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
1246
|
+
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
|
|
1247
|
+
"ACTION_GET_LIST_BY_TIMEKEEPING_DETAIL_ID": "getListsByTimekeepingDetailId"
|
|
1248
1248
|
},
|
|
1249
1249
|
"API_HCM_TIMEKEEPING_COMPONENTS": {
|
|
1250
1250
|
"NAME": "api-hcm.timekeeping-components",
|
|
@@ -1411,6 +1411,7 @@
|
|
|
1411
1411
|
},
|
|
1412
1412
|
"SVC_ORGANIZATION_EMPLOYEES": {
|
|
1413
1413
|
"NAME": "svc-organization.employees",
|
|
1414
|
+
"ACTION_GET_LISTS_EMPLOYEE_NOT_CONFIGURED_ON_TIMEKEEPING_EMPLOYEE": "getListsEmployeeNotConfiguredOnTimekeepingEmployee",
|
|
1414
1415
|
"ACTION_GENERATE_CODE_SAMPLE_EMPLOYEES": "generateCodeSampleEmployee",
|
|
1415
1416
|
"ACTION_GET_EMPLOYEES_BY_DEPARTMENTS": "getEmployeesByDepartments",
|
|
1416
1417
|
"ACTION_UPDATE_EMPLOYEE_FROM_AUTH": "updateEmployeeFromAuth",
|