@hiennc24/constant 1.3.27 → 1.3.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.
@@ -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": {
@@ -1336,10 +1337,12 @@
1336
1337
  "ACTION_CHANGE_COLOR_DEPARTMENTS": "changeColorDepartments",
1337
1338
  "ACTION_DELETE_DEPARTMENT": "deleteDepartment",
1338
1339
  "ACTION_UPDATE_DEPARTMENT": "updateDepartment",
1339
- "ACTION_GET_LIST_BY_POSITION": "getListByPosition"
1340
+ "ACTION_GET_LIST_BY_POSITION": "getListByPosition",
1341
+ "ACTION_GET_LIST_BY_POSITION_LIST": "getListDepartmentByPositionList"
1340
1342
  },
1341
1343
  "SVC_ORGANIZATION_POSITIONS": {
1342
1344
  "NAME": "svc-organization.positions",
1345
+ "ACTION_GET_LIST_BY_DEPARTMENT_LIST": "getPositionListByDepartmentList",
1343
1346
  "ACTION_GET_LIST_BY_DEPARTMENT": "getListByDepartment",
1344
1347
  "ACTION_GET_DETAIL": "getDetail",
1345
1348
  "ACTION_GET_LIST": "getList",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.27",
3
+ "version": "1.3.28",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {