@hiennc24/constant 1.3.35 → 1.3.37

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.
@@ -906,11 +906,12 @@
906
906
  "API_HCM_PAYROLL_TEMPLATES": {
907
907
  "NAME": "api-hcm.payroll-templates",
908
908
  "ACTION_UPDATE_STATUS": "updateStatus",
909
- "ACTION_PREVIEW": "preview",
909
+ "ACTION_UPDATE_EMPLOYEES": "updateEmployees",
910
910
  "ACTION_DELETE_MANY": "deleteMany",
911
911
  "ACTION_UPDATE_SORT": "updateSort",
912
912
  "ACTION_GET_DETAIL": "getDetail",
913
913
  "ACTION_GET_LIST": "getList",
914
+ "ACTION_PREVIEW": "preview",
914
915
  "ACTION_CREATE": "create",
915
916
  "ACTION_UPDATE": "update"
916
917
  },
@@ -919,12 +920,13 @@
919
920
  },
920
921
  "API_HCM_PAYROLL_ADVANCE": {
921
922
  "NAME": "api-hcm.payroll-advances",
922
- "ACTION_GET_LIST": "getList",
923
- "ACTION_GET_DETAIL": "getDetail",
924
923
  "ACTION_CREATE": "create",
925
924
  "ACTION_UPDATE": "update",
925
+ "ACTION_GET_LIST": "getList",
926
+ "ACTION_GET_DETAIL": "getDetail",
927
+ "ACTION_DELETE_MANY": "deleteMany",
926
928
  "ACTION_UPDATE_STATUS": "updateStatus",
927
- "ACTION_DELETE_MANY": "deleteMany"
929
+ "ACTION_GET_EMPLOYEE_NOT_CONFIGURED": "getEmployeeNotConfigured"
928
930
  },
929
931
  "API_HCM_PAYROLL_ADVANCE_DETAILS": {
930
932
  "NAME": "api-hcm.payroll-advance-details",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.35",
3
+ "version": "1.3.37",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {