From 44b5934fa7b66c8929f3471825fd32d67c225eaa Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 31 May 2026 12:08:30 +0200 Subject: [PATCH] chore(api): regenerate Document type with hasTranscription (#697) Mirrors the new server-computed boolean on the document detail payload so the frontend can gate the transcription entry control at first paint. Co-Authored-By: Claude Opus 4.8 --- frontend/src/lib/generated/api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/lib/generated/api.ts b/frontend/src/lib/generated/api.ts index 8f9e303e..91fee89e 100644 --- a/frontend/src/lib/generated/api.ts +++ b/frontend/src/lib/generated/api.ts @@ -1758,6 +1758,7 @@ export interface components { sender?: components["schemas"]["Person"]; tags?: components["schemas"]["Tag"][]; trainingLabels?: ("KURRENT_RECOGNITION" | "KURRENT_SEGMENTATION")[]; + hasTranscription: boolean; thumbnailUrl?: string; }; PersonMention: {