@hiennc24/constant 1.5.25 → 1.5.26
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.
|
@@ -1207,6 +1207,13 @@
|
|
|
1207
1207
|
"ACTION_CREATE": "createHistory",
|
|
1208
1208
|
"ACTION_GET_LIST_BY_OLE_DETAIL_ID": "getListByOleDetailId"
|
|
1209
1209
|
},
|
|
1210
|
+
"API_HCM_DASHBOARD": {
|
|
1211
|
+
"NAME": "api-hcm.dashboards",
|
|
1212
|
+
"ACTION_GET_HR_DASHBOARD": "getHRDashboard",
|
|
1213
|
+
"ACTION_GET_PAYROLL_DASHBOARD": "getPayrollDashboard",
|
|
1214
|
+
"ACTION_GET_OLE_DASHBOARD": "getOLEDashboard",
|
|
1215
|
+
"ACTION_GET_SUMMARY": "getSummary"
|
|
1216
|
+
},
|
|
1210
1217
|
"API_HCM_OLE": {
|
|
1211
1218
|
"NAME": "api-hcm.oles",
|
|
1212
1219
|
"ACTION_GET_PAGE": "getPage",
|
|
@@ -1504,12 +1511,6 @@
|
|
|
1504
1511
|
"ACTION_GET_DETAIL": "getDetail",
|
|
1505
1512
|
"ACTION_UPDATE": "update"
|
|
1506
1513
|
},
|
|
1507
|
-
"API_HCM_DASHBOARD": {
|
|
1508
|
-
"NAME": "api-hcm.dashboard",
|
|
1509
|
-
"ACTION_GET_LIST": "getList",
|
|
1510
|
-
"ACTION_UPDATE": "update",
|
|
1511
|
-
"ACTION_GET_STATISTICS": "getStatistics"
|
|
1512
|
-
},
|
|
1513
1514
|
"SVC_AUTH_AUTHENTICATIONS": {
|
|
1514
1515
|
"NAME": "svc-auth.authentications",
|
|
1515
1516
|
"ACTION_VERIFY_JWT_TOKEN": "verifyJWTToken",
|