@hiennc24/constant 1.4.32 → 1.4.33
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.
|
@@ -1323,7 +1323,8 @@
|
|
|
1323
1323
|
"ACTION_GET_DETAIL_OF_DETAIL": "getDetailOfDetail",
|
|
1324
1324
|
"ACTION_CREATE_DETAIL": "createDetail",
|
|
1325
1325
|
"ACTION_UPDATE_DETAIL": "updateDetail",
|
|
1326
|
-
"ACTION_DELETE_MANY_DETAIL": "deleteManyDetail"
|
|
1326
|
+
"ACTION_DELETE_MANY_DETAIL": "deleteManyDetail",
|
|
1327
|
+
"ACTION_SYNC_TIMEKEEPING_METHODS_FOR_EMPLOYEES": "syncTimekeepingMethodsForEmployees"
|
|
1327
1328
|
},
|
|
1328
1329
|
"API_HCM_WORK_SHIFT_EMPLOYEES": {
|
|
1329
1330
|
"NAME": "api-hcm.work-shift-employees",
|
|
@@ -1432,7 +1433,9 @@
|
|
|
1432
1433
|
"ACTION_GET_LISTS_EMPLOYEE_NOT_CONFIGURED_ON_TIMEKEEPING_EMPLOYEE": "getListsEmployeeNotConfiguredOnTimekeepingEmployee",
|
|
1433
1434
|
"ACTION_GENERATE_CODE_SAMPLE_EMPLOYEES": "generateCodeSampleEmployee",
|
|
1434
1435
|
"ACTION_GET_EMPLOYEES_BY_DEPARTMENTS": "getEmployeesByDepartments",
|
|
1436
|
+
"ACTION_UPDATE_TIMEKEEPING_DETAILS": "updateTimekeepingDetails",
|
|
1435
1437
|
"ACTION_UPDATE_EMPLOYEE_FROM_AUTH": "updateEmployeeFromAuth",
|
|
1438
|
+
"ACTION_GET_TIMEKEEPING_DETAILS": "getTimekeepingDetails",
|
|
1436
1439
|
"ACTION_GET_PAGE_BY_WORKING_STATUS": "getPageByWorkingStatus",
|
|
1437
1440
|
"ACTION_CREATE_EMPLOYEE_BY_USER": "createEmployeeByUser",
|
|
1438
1441
|
"ACTION_GET_DETAIL_BY_PASS_AUTH": "getDetailByPassAuth",
|
package/package.json
CHANGED