Skip to content

Commit

Permalink
feat(angular): add count endpoint for the dashboard (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Mar 7, 2023
2 parents 053d7e0 + 3bea5de commit f69dd9f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export {
ApplicationRaw,
ListApplicationsRequest,
ListApplicationsResponse
ListApplicationsResponse,
CountTasksByStatusRequest as CountTasksByStatusApplicationRequest,
CountTasksByStatusResponse as CountTasksByStatusApplicationResponse,
} from "./generated/applications-common.pb";
export { ApplicationsClient } from "./generated/applications-service.pbsc";
export {
Expand Down Expand Up @@ -39,6 +41,8 @@ export {
GetTaskResponse,
ListTasksRequest,
ListTasksResponse,
CountTasksByStatusRequest,
CountTasksByStatusResponse,
TaskRaw,
TaskSummary
} from "./generated/tasks-common.pb";
Expand Down

0 comments on commit f69dd9f

Please sign in to comment.