@hiennc24/constant 1.1.34 → 1.1.36

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.
@@ -835,7 +835,8 @@
835
835
  "ACTIONS_GENERATE_CODE": "generateCode"
836
836
  },
837
837
  "API_HCM_SALARY_HISTORIES": {
838
- "NAME": "api-hcm.salaryHistories"
838
+ "NAME": "api-hcm.salaryHistories",
839
+ "ACTION_CREATE": "create"
839
840
  },
840
841
  "API_HCM_SALARY_COMPOSITIONS": {
841
842
  "NAME": "api-hcm.salaryCompositions",
@@ -1144,7 +1145,8 @@
1144
1145
  "API_HCM_DASHBOARD": {
1145
1146
  "NAME": "api-hcm.dashboard",
1146
1147
  "ACTION_GET_LIST": "getList",
1147
- "ACTION_UPDATE": "update"
1148
+ "ACTION_UPDATE": "update",
1149
+ "ACTION_GET_STATISTICS": "getStatistics"
1148
1150
  },
1149
1151
  "SVC_AUTH_AUTHENTICATIONS": {
1150
1152
  "NAME": "svc-auth.authentications",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.1.34",
3
+ "version": "1.1.36",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {