@hiennc24/constant 1.1.34 → 1.1.35

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.
@@ -1144,7 +1144,8 @@
1144
1144
  "API_HCM_DASHBOARD": {
1145
1145
  "NAME": "api-hcm.dashboard",
1146
1146
  "ACTION_GET_LIST": "getList",
1147
- "ACTION_UPDATE": "update"
1147
+ "ACTION_UPDATE": "update",
1148
+ "ACTION_GET_STATISTICS": "getStatistics"
1148
1149
  },
1149
1150
  "SVC_AUTH_AUTHENTICATIONS": {
1150
1151
  "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.35",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {