@hiennc24/constant 1.3.48 → 1.3.49

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.
@@ -968,13 +968,17 @@
968
968
  },
969
969
  "API_HCM_PAYROLL": {
970
970
  "NAME": "api-hcm.payrolls",
971
- "ACTION_GET_LIST": "getList",
972
- "ACTION_GET_DETAIL": "getDetail",
973
971
  "ACTION_CREATE": "create",
974
972
  "ACTION_UPDATE": "update",
973
+ "ACTION_GET_LIST": "getList",
974
+ "ACTION_GET_DETAIL": "getDetail",
975
975
  "ACTION_DELETE_MANY": "deleteMany",
976
- "ACTION_GET_GENERATED_MONTHS": "getGeneratedMonths",
977
- "ACTION_PREPARE_DATA_BEFORE_CREATE": "prepareDataBeforeCreate"
976
+ "ACTION_GET_DETAIL_EMPLOYEES": "getDetailEmployees",
977
+ "ACTION_UPDATE_MANY_EMPLOYEES": "updateManyEmployees",
978
+ "ACTION_INSERT_MANY_EMPLOYEES": "insertManyEmployees",
979
+ "ACTION_DELETE_MANY_EMPLOYEES": "deleteManyEmployees",
980
+ "ACTION_PREPARE_DATA_BEFORE_CREATE": "prepareDataBeforeCreate",
981
+ "ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured"
978
982
  },
979
983
  "API_HCM_PAYROLL_DETAILS": {
980
984
  "NAME": "api-hcm.payroll-details",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.48",
3
+ "version": "1.3.49",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {