@hiennc24/constant 1.3.1 → 1.3.3

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.
@@ -915,10 +915,11 @@
915
915
  },
916
916
  "API_HCM_PAYROLL_TEMPLATE_DETAILS": {
917
917
  "NAME": "api-hcm.payroll-template-details",
918
+ "ACTION_GET_EMPLOYEES_NOT_IN_PAYROLL_TEMPLATE": "getEmployeesNotInPayrollTemplate",
918
919
  "ACTION_DELETE_MANY": "deleteMany",
920
+ "ACTION_UPDATE_MANY": "updateMany",
919
921
  "ACTION_GET_LIST": "getList",
920
- "ACTION_CREATE": "create",
921
- "ACTION_UPDATE": "update"
922
+ "ACTION_CREATE": "create"
922
923
  },
923
924
  "API_HCM_PAYROLL_SHEET": {
924
925
  "NAME": "api-hcm.payroll-sheets",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {