()
| 125 | getAIAnalysisList(opts: { page: number; limit: number; search?: string; documentType?: string; dataSet?: string }): Promise<{ data: AIAnalysisListItem[]; total: number }>; |
| 126 | getAIAnalysis(fileName: string): Promise<AIAnalysisDocument | null>; |
| 127 | getAIAnalysisAggregate(): Promise<AIAnalysisAggregate>; |
| 128 | |
| 129 | recordPageView(entityType: string, entityId: number, sessionId: string): Promise<void>; |
| 130 | getViewCounts(entityType: string, ids: number[]): Promise<Record<number, number>>; |
no outgoing calls
no test coverage detected