@hiennc24/constant 1.4.49 → 1.5.0
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.
|
@@ -866,6 +866,7 @@
|
|
|
866
866
|
"ACTION_GET_LIST": "getList",
|
|
867
867
|
"ACTION_GET_DETAIL": "getDetail",
|
|
868
868
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
869
|
+
"ACTION_VIEW_DASHBOARD": "viewDashboard",
|
|
869
870
|
"ACTION_GET_APPROVAL_DETAIL": "getApprovalDetail",
|
|
870
871
|
"ACTION_GET_DETAIL_FOR_ADMIN": "getDetailForAdmin",
|
|
871
872
|
"ACTION_GET_LEAVE_REQUEST_TYPE_LIST": "getLeaveRequestTypeList",
|
|
@@ -1308,13 +1309,14 @@
|
|
|
1308
1309
|
},
|
|
1309
1310
|
"API_HCM_TIMEKEEPING_SUMMARIES": {
|
|
1310
1311
|
"NAME": "api-hcm.timekeeping-summaries",
|
|
1311
|
-
"ACTION_GET_LIST": "getList",
|
|
1312
|
-
"ACTION_GET_DETAIL": "getDetail",
|
|
1313
1312
|
"ACTION_CREATE": "create",
|
|
1314
1313
|
"ACTION_UPDATE": "update",
|
|
1314
|
+
"ACTION_GET_LIST": "getList",
|
|
1315
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
1315
1316
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
1316
1317
|
"ACTION_GET_STATISTIC": "getStatistic",
|
|
1317
1318
|
"ACTION_GENERATE_CODE": "generateCode",
|
|
1319
|
+
"ACTION_VIEW_DASHBOARD": "getDashboard",
|
|
1318
1320
|
"ACTION_LOAD_MORE_EMPLOYEES_BY_DETAILS": "loadMoreEmployeesByDetails"
|
|
1319
1321
|
},
|
|
1320
1322
|
"API_HCM_TIMEKEEPING_TIMEKEEPERS": {
|