@hiennc24/constant 1.3.32 → 1.3.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.
@@ -1345,7 +1345,6 @@
1345
1345
  "ACTION_GET_LIST_DEPARTMENT": "getListDepartment",
1346
1346
  "ACTION_CREATE_DEPARTMENT": "createDepartment",
1347
1347
  "ACTION_CLONE_DEPARTMENT": "cloneDepartment",
1348
- "ACTION_GET_DEPARTMENT_LISTS_FOR_EMPLOYEE": "getDepartmentListsForEmployee",
1349
1348
  "ACTION_GET_DEPARTMENT_FLAT_LISTS": "getDepartmentFlatLists",
1350
1349
  "ACTION_GET_TREE_DEPARTMENTS": "getTreeDepartments",
1351
1350
  "ACTION_GET_DEPARTMENT_DETAIL": "getDepartmentDetail",
@@ -1354,7 +1353,10 @@
1354
1353
  "ACTION_CHANGE_COLOR_DEPARTMENTS": "changeColorDepartments",
1355
1354
  "ACTION_DELETE_DEPARTMENT": "deleteDepartment",
1356
1355
  "ACTION_UPDATE_DEPARTMENT": "updateDepartment",
1357
- "ACTION_GET_LIST_BY_POSITION": "getListByPosition"
1356
+ "ACTION_GET_LIST_BY_POSITION": "getListByPosition",
1357
+ "ACTION_GET_LIST_BY_POSITION_LIST": "getListDepartmentByPositionList",
1358
+ "ACTION_GET_DEPARTMENT_LISTS_FOR_EMPLOYEE": "getDepartmentListsForEmployee",
1359
+ "ACTION_VALIDATE_DEPARTMENT_POSITION_EMPLOYEES": "validateDepartmentPositionEmployees"
1358
1360
  },
1359
1361
  "SVC_ORGANIZATION_POSITIONS": {
1360
1362
  "NAME": "svc-organization.positions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.32",
3
+ "version": "1.3.33",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {