feature: PDF-Thumbnails für Dokumente (Upload + Admin-Backfill) #308

Merged
marcel merged 24 commits from feat/issue-307-pdf-thumbnails into main 2026-04-23 07:11:23 +02:00
Showing only changes of commit 75ae4b6a02 - Show all commits

View File

@@ -1383,6 +1383,9 @@ export interface components {
filePath?: string;
contentType?: string;
fileHash?: string;
thumbnailKey?: string;
/** Format: date-time */
thumbnailGeneratedAt?: string;
originalFilename: string;
/** @enum {string} */
status: "PLACEHOLDER" | "UPLOADED" | "TRANSCRIBED" | "REVIEWED" | "ARCHIVED";