M25: expose provenance-aware knowledge statistics
This commit is contained in:
@@ -333,6 +333,11 @@ export interface KnowledgeHealth {
|
||||
workspace: string;
|
||||
collection: string;
|
||||
document_count: number | null;
|
||||
source_document_count: number;
|
||||
reported_synced_document_count: number | null;
|
||||
reported_failed_document_count: number | null;
|
||||
last_sync_at: string | null;
|
||||
statistics_state: "verified" | "sync_reported" | "not_reported";
|
||||
}
|
||||
|
||||
export interface N8nWorkflowEvidence {
|
||||
|
||||
Reference in New Issue
Block a user