@hiennc24/constant 1.5.3 → 1.5.4

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.
@@ -897,6 +897,11 @@
897
897
  "ACTION_CREATE": "create",
898
898
  "ACTION_DELETE": "delete"
899
899
  },
900
+ "API_HCM_SETTING_LATE_EARLY_THRESHOLDS": {
901
+ "NAME": "api-hcm.setting-late-early-thresholds",
902
+ "ACTION_UPDATE": "update",
903
+ "ACTION_GET": "get"
904
+ },
900
905
  "API_HCM_SALARY_SETTINGS": {
901
906
  "NAME": "api-hcm.salarySettings",
902
907
  "ACTION_UPDATE": "update",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {