@hiennc24/constant 1.3.4 → 1.3.5

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.
@@ -917,6 +917,7 @@
917
917
  "API_HCM_PAYROLL_TEMPLATE_DETAILS": {
918
918
  "NAME": "api-hcm.payroll-template-details",
919
919
  "ACTION_GET_EMPLOYEES_NOT_IN_PAYROLL_TEMPLATE": "getEmployeesNotInPayrollTemplate",
920
+ "ACTION_GET_SALARY_RANGES_BY_PAYROLL_TEMPLATE_ID": "getSalaryRangesByPayrollTemplateId",
920
921
  "ACTION_DELETE_MANY": "deleteMany",
921
922
  "ACTION_UPDATE_MANY": "updateMany",
922
923
  "ACTION_GET_LIST": "getList",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {