@hiennc24/constant 1.2.45 → 1.2.47

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.
@@ -879,6 +879,7 @@
879
879
  },
880
880
  "API_HCM_SALARY_HISTORIES": {
881
881
  "NAME": "api-hcm.salaryHistories",
882
+ "ACTION_GET_PAGE": "getPage",
882
883
  "ACTION_CREATE": "create"
883
884
  },
884
885
  "API_HCM_SALARY_COMPONENTS": {
@@ -1278,6 +1279,7 @@
1278
1279
  "SVC_ORGANIZATION_EMPLOYEES": {
1279
1280
  "NAME": "svc-organization.employees",
1280
1281
  "ACTION_GENERATE_CODE_SAMPLE_EMPLOYEES": "generateCodeSampleEmployee",
1282
+ "ACTION_GET_EMPLOYEES_BY_DEPARTMENTS": "getEmployeesByDepartments",
1281
1283
  "ACTION_UPDATE_EMPLOYEE_FROM_AUTH": "updateEmployeeFromAuth",
1282
1284
  "ACTION_GET_PAGE_BY_WORKING_STATUS": "getPageByWorkingStatus",
1283
1285
  "ACTION_CREATE_EMPLOYEE_BY_USER": "createEmployeeByUser",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.2.45",
3
+ "version": "1.2.47",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {