@hiennc24/constant 1.3.32 → 1.3.34
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.
|
@@ -933,7 +933,8 @@
|
|
|
933
933
|
"ACTION_CREATE": "create",
|
|
934
934
|
"ACTION_UPDATE": "update",
|
|
935
935
|
"ACTION_UPDATE_MANY": "updateMany",
|
|
936
|
-
"ACTION_DELETE_MANY": "deleteMany"
|
|
936
|
+
"ACTION_DELETE_MANY": "deleteMany",
|
|
937
|
+
"ACTION_INSERT_MANY": "insertMany"
|
|
937
938
|
},
|
|
938
939
|
"API_HCM_PAYROLL": {
|
|
939
940
|
"NAME": "api-hcm.payrolls",
|
|
@@ -1345,7 +1346,6 @@
|
|
|
1345
1346
|
"ACTION_GET_LIST_DEPARTMENT": "getListDepartment",
|
|
1346
1347
|
"ACTION_CREATE_DEPARTMENT": "createDepartment",
|
|
1347
1348
|
"ACTION_CLONE_DEPARTMENT": "cloneDepartment",
|
|
1348
|
-
"ACTION_GET_DEPARTMENT_LISTS_FOR_EMPLOYEE": "getDepartmentListsForEmployee",
|
|
1349
1349
|
"ACTION_GET_DEPARTMENT_FLAT_LISTS": "getDepartmentFlatLists",
|
|
1350
1350
|
"ACTION_GET_TREE_DEPARTMENTS": "getTreeDepartments",
|
|
1351
1351
|
"ACTION_GET_DEPARTMENT_DETAIL": "getDepartmentDetail",
|
|
@@ -1354,10 +1354,14 @@
|
|
|
1354
1354
|
"ACTION_CHANGE_COLOR_DEPARTMENTS": "changeColorDepartments",
|
|
1355
1355
|
"ACTION_DELETE_DEPARTMENT": "deleteDepartment",
|
|
1356
1356
|
"ACTION_UPDATE_DEPARTMENT": "updateDepartment",
|
|
1357
|
-
"ACTION_GET_LIST_BY_POSITION": "getListByPosition"
|
|
1357
|
+
"ACTION_GET_LIST_BY_POSITION": "getListByPosition",
|
|
1358
|
+
"ACTION_GET_LIST_BY_POSITION_LIST": "getListDepartmentByPositionList",
|
|
1359
|
+
"ACTION_GET_DEPARTMENT_LISTS_FOR_EMPLOYEE": "getDepartmentListsForEmployee",
|
|
1360
|
+
"ACTION_VALIDATE_DEPARTMENT_POSITION_EMPLOYEES": "validateDepartmentPositionEmployees"
|
|
1358
1361
|
},
|
|
1359
1362
|
"SVC_ORGANIZATION_POSITIONS": {
|
|
1360
1363
|
"NAME": "svc-organization.positions",
|
|
1364
|
+
"ACTION_GET_LIST_BY_DEPARTMENT_LIST": "getListByDepartmentList",
|
|
1361
1365
|
"ACTION_GET_LIST_BY_DEPARTMENT": "getListByDepartment",
|
|
1362
1366
|
"ACTION_GET_DETAIL": "getDetail",
|
|
1363
1367
|
"ACTION_GET_LIST": "getList",
|