@hiennc24/constant 1.3.47 → 1.3.48

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.
@@ -907,7 +907,6 @@
907
907
  "NAME": "api-hcm.payroll-templates",
908
908
  "ACTION_GET_SALARY_RANGE_BY_PAYROLL_TEMPLATE": "getSalaryRangeByPayrollTemplate",
909
909
  "ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
910
- "ACTION_PREPARE_DATA_BEFORE_CREATE": "prepareDataBeforeCreate",
911
910
  "ACTION_GET_DETAIL_WITH_EMPLOYEES": "getDetailWithEmployees",
912
911
  "ACTION_INSERT_MANY_EMPLOYEES": "insertManyEmployees",
913
912
  "ACTION_DELETE_MANY_EMPLOYEES": "deleteManyEmployees",
@@ -974,7 +973,8 @@
974
973
  "ACTION_CREATE": "create",
975
974
  "ACTION_UPDATE": "update",
976
975
  "ACTION_DELETE_MANY": "deleteMany",
977
- "ACTION_GET_GENERATED_MONTHS": "getGeneratedMonths"
976
+ "ACTION_GET_GENERATED_MONTHS": "getGeneratedMonths",
977
+ "ACTION_PREPARE_DATA_BEFORE_CREATE": "prepareDataBeforeCreate"
978
978
  },
979
979
  "API_HCM_PAYROLL_DETAILS": {
980
980
  "NAME": "api-hcm.payroll-details",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.47",
3
+ "version": "1.3.48",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {