@hiennc24/constant 1.3.37 → 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,9 +916,6 @@
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
921
  "ACTION_CREATE": "create",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.37",
3
+ "version": "1.3.38",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {