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 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-31 12:08:30 +02:00
committed by marcel
parent 78cc537f0e
commit 44b5934fa7

View File

@@ -1758,6 +1758,7 @@ export interface components {
sender?: components["schemas"]["Person"]; sender?: components["schemas"]["Person"];
tags?: components["schemas"]["Tag"][]; tags?: components["schemas"]["Tag"][];
trainingLabels?: ("KURRENT_RECOGNITION" | "KURRENT_SEGMENTATION")[]; trainingLabels?: ("KURRENT_RECOGNITION" | "KURRENT_SEGMENTATION")[];
hasTranscription: boolean;
thumbnailUrl?: string; thumbnailUrl?: string;
}; };
PersonMention: { PersonMention: {