@hiennc24/constant 1.1.30 → 1.1.32

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.
@@ -907,8 +907,20 @@
907
907
  "ACTION_GET": "get",
908
908
  "ACTION_UPDATE": "update"
909
909
  },
910
+ "API_HCM_BONUS_CATEGORIES": {
911
+ "NAME": "api-hcm.bonusCategories",
912
+ "ACTION_GENERATE_CODE": "generateCode",
913
+ "ACTION_GET_PAGE": "getPage",
914
+ "ACTION_GET_DETAIL": "getDetail",
915
+ "ACTION_CREATE": "create",
916
+ "ACTION_UPDATE": "update",
917
+ "ACTION_DELETE": "delete"
918
+ },
910
919
  "API_HCM_SETTINGS": {
911
- "NAME": "api-hcm.settings"
920
+ "NAME": "api-hcm.settings",
921
+ "ACTION_GET_PAGE": "getPage",
922
+ "ACTION_UPDATE": "update",
923
+ "ACTION_GET_PARAMS": "getParams"
912
924
  },
913
925
  "API_HCM_SETTING_HOLIDAYS": {
914
926
  "NAME": "api-hcm.setting-holidays"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.1.30",
3
+ "version": "1.1.32",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {