@hiennc24/constant 1.3.26 → 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": {
@@ -1289,6 +1290,9 @@
1289
1290
  "ACTION_GET_PAGE_BY_WORKING_STATUS": "getPageByWorkingStatus",
1290
1291
  "ACTION_CREATE_EMPLOYEE_BY_USER": "createEmployeeByUser",
1291
1292
  "ACTION_GET_DETAIL_BY_PASS_AUTH": "getDetailByPassAuth",
1293
+ "ACTION_UPDATE_INFORMATION": "updateInformation",
1294
+ "ACTION_UPDATE_PROFILE": "updateProfile",
1295
+ "ACTION_UPDATE_HISTORY": "updateHistory",
1292
1296
  "ACTION_GENERATE_CODE": "generateCode",
1293
1297
  "ACTION_LOCK_UNLOCK": "lockOrUnlock",
1294
1298
  "ACTION_GET_DETAIL": "getDetail",
@@ -1297,7 +1301,6 @@
1297
1301
  "ACTION_IMPORT": "import",
1298
1302
  "ACTION_EXPORT": "export",
1299
1303
  "ACTION_CREATE": "create",
1300
- "ACTION_UPDATE": "update",
1301
1304
  "ACTION_COUNT": "count"
1302
1305
  },
1303
1306
  "SVC_ORGANIZATION_EMPLOYEE_HISTORIES": {
@@ -1334,10 +1337,12 @@
1334
1337
  "ACTION_CHANGE_COLOR_DEPARTMENTS": "changeColorDepartments",
1335
1338
  "ACTION_DELETE_DEPARTMENT": "deleteDepartment",
1336
1339
  "ACTION_UPDATE_DEPARTMENT": "updateDepartment",
1337
- "ACTION_GET_LIST_BY_POSITION": "getListByPosition"
1340
+ "ACTION_GET_LIST_BY_POSITION": "getListByPosition",
1341
+ "ACTION_GET_LIST_BY_POSITION_LIST": "getListDepartmentByPositionList"
1338
1342
  },
1339
1343
  "SVC_ORGANIZATION_POSITIONS": {
1340
1344
  "NAME": "svc-organization.positions",
1345
+ "ACTION_GET_LIST_BY_DEPARTMENT_LIST": "getPositionListByDepartmentList",
1341
1346
  "ACTION_GET_LIST_BY_DEPARTMENT": "getListByDepartment",
1342
1347
  "ACTION_GET_DETAIL": "getDetail",
1343
1348
  "ACTION_GET_LIST": "getList",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.26",
3
+ "version": "1.3.28",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {