@hiennc24/constant 1.3.27 → 1.3.29
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.
|
@@ -923,6 +923,7 @@
|
|
|
923
923
|
"ACTION_GET_DETAIL": "getDetail",
|
|
924
924
|
"ACTION_CREATE": "create",
|
|
925
925
|
"ACTION_UPDATE": "update",
|
|
926
|
+
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
926
927
|
"ACTION_DELETE_MANY": "deleteMany"
|
|
927
928
|
},
|
|
928
929
|
"API_HCM_PAYROLL": {
|
|
@@ -1327,7 +1328,6 @@
|
|
|
1327
1328
|
"ACTION_GET_LIST_DEPARTMENT": "getListDepartment",
|
|
1328
1329
|
"ACTION_CREATE_DEPARTMENT": "createDepartment",
|
|
1329
1330
|
"ACTION_CLONE_DEPARTMENT": "cloneDepartment",
|
|
1330
|
-
"ACTION_GET_DEPARTMENT_LISTS_FOR_EMPLOYEE": "getDepartmentListsForEmployee",
|
|
1331
1331
|
"ACTION_GET_DEPARTMENT_FLAT_LISTS": "getDepartmentFlatLists",
|
|
1332
1332
|
"ACTION_GET_TREE_DEPARTMENTS": "getTreeDepartments",
|
|
1333
1333
|
"ACTION_GET_DEPARTMENT_DETAIL": "getDepartmentDetail",
|
|
@@ -1336,10 +1336,14 @@
|
|
|
1336
1336
|
"ACTION_CHANGE_COLOR_DEPARTMENTS": "changeColorDepartments",
|
|
1337
1337
|
"ACTION_DELETE_DEPARTMENT": "deleteDepartment",
|
|
1338
1338
|
"ACTION_UPDATE_DEPARTMENT": "updateDepartment",
|
|
1339
|
-
"ACTION_GET_LIST_BY_POSITION": "getListByPosition"
|
|
1339
|
+
"ACTION_GET_LIST_BY_POSITION": "getListByPosition",
|
|
1340
|
+
"ACTION_GET_LIST_BY_POSITION_LIST": "getListDepartmentByPositionList",
|
|
1341
|
+
"ACTION_GET_DEPARTMENT_LISTS_FOR_EMPLOYEE": "getDepartmentListsForEmployee",
|
|
1342
|
+
"ACTION_VALIDATE_DEPARTMENT_POSITION_EMPLOYEES": "validateDepartmentPositionEmployees"
|
|
1340
1343
|
},
|
|
1341
1344
|
"SVC_ORGANIZATION_POSITIONS": {
|
|
1342
1345
|
"NAME": "svc-organization.positions",
|
|
1346
|
+
"ACTION_GET_LIST_BY_DEPARTMENT_LIST": "getPositionListByDepartmentList",
|
|
1343
1347
|
"ACTION_GET_LIST_BY_DEPARTMENT": "getListByDepartment",
|
|
1344
1348
|
"ACTION_GET_DETAIL": "getDetail",
|
|
1345
1349
|
"ACTION_GET_LIST": "getList",
|