@hiennc24/constant 1.3.36 → 1.3.38

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.
@@ -905,8 +905,9 @@
905
905
  },
906
906
  "API_HCM_PAYROLL_TEMPLATES": {
907
907
  "NAME": "api-hcm.payroll-templates",
908
- "ACTION_UPDATE_STATUS": "updateStatus",
908
+ "ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
909
909
  "ACTION_UPDATE_EMPLOYEES": "updateEmployees",
910
+ "ACTION_UPDATE_STATUS": "updateStatus",
910
911
  "ACTION_DELETE_MANY": "deleteMany",
911
912
  "ACTION_UPDATE_SORT": "updateSort",
912
913
  "ACTION_GET_DETAIL": "getDetail",
@@ -915,17 +916,15 @@
915
916
  "ACTION_CREATE": "create",
916
917
  "ACTION_UPDATE": "update"
917
918
  },
918
- "API_HCM_PAYROLL_TEMPLATE_DETAILS": {
919
- "NAME": "api-hcm.payroll-template-details"
920
- },
921
919
  "API_HCM_PAYROLL_ADVANCE": {
922
920
  "NAME": "api-hcm.payroll-advances",
923
- "ACTION_GET_LIST": "getList",
924
- "ACTION_GET_DETAIL": "getDetail",
925
921
  "ACTION_CREATE": "create",
926
922
  "ACTION_UPDATE": "update",
923
+ "ACTION_GET_LIST": "getList",
924
+ "ACTION_GET_DETAIL": "getDetail",
925
+ "ACTION_DELETE_MANY": "deleteMany",
927
926
  "ACTION_UPDATE_STATUS": "updateStatus",
928
- "ACTION_DELETE_MANY": "deleteMany"
927
+ "ACTION_GET_EMPLOYEE_NOT_CONFIGURED": "getEmployeeNotConfigured"
929
928
  },
930
929
  "API_HCM_PAYROLL_ADVANCE_DETAILS": {
931
930
  "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.36",
3
+ "version": "1.3.38",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {