@hiennc24/constant 1.3.51 → 1.3.53

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.
@@ -979,6 +979,7 @@
979
979
  "ACTION_INSERT_MANY_EMPLOYEES": "insertManyEmployees",
980
980
  "ACTION_DELETE_MANY_EMPLOYEES": "deleteManyEmployees",
981
981
  "ACTION_PREPARE_DATA_BEFORE_CREATE": "prepareDataBeforeCreate",
982
+ "ACTION_GET_EMPLOYEES_BY_PAYROLL_IDS": "getEmployeesByPayrollIds",
982
983
  "ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured"
983
984
  },
984
985
  "API_HCM_PAYROLL_DETAILS": {
@@ -997,7 +998,8 @@
997
998
  "ACTION_DELETE_MANY": "deleteMany",
998
999
  "ACTION_SEND_PAYSLIPS": "sendPayslips",
999
1000
  "ACTION_UPDATE_STATUS": "updateStatus",
1000
- "ACTION_GET_PAYROLL_DATA_BY_PERIOD": "getPayrollDataByPeriod"
1001
+ "ACTION_GET_PAYROLL_DATA_BY_PERIOD": "getPayrollDataByPeriod",
1002
+ "ACTION_GET_PAYSLIP_DETAIL_WITH_EMPLOYEES": "getPayslipDetailWithEmployees"
1001
1003
  },
1002
1004
  "API_HCM_PAYROLL_SETTINGS": {
1003
1005
  "NAME": "api-hcm.payrollSettings",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.51",
3
+ "version": "1.3.53",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {