feat(briefwechsel): thumbnail rows with summary quote and bilateral distribution bar (#305) #311
@@ -1386,6 +1386,10 @@ export interface components {
|
|||||||
thumbnailKey?: string;
|
thumbnailKey?: string;
|
||||||
/** Format: date-time */
|
/** Format: date-time */
|
||||||
thumbnailGeneratedAt?: string;
|
thumbnailGeneratedAt?: string;
|
||||||
|
/** @enum {string} */
|
||||||
|
thumbnailAspect?: "PORTRAIT" | "LANDSCAPE";
|
||||||
|
/** Format: int32 */
|
||||||
|
pageCount?: number;
|
||||||
originalFilename: string;
|
originalFilename: string;
|
||||||
/** @enum {string} */
|
/** @enum {string} */
|
||||||
status: "PLACEHOLDER" | "UPLOADED" | "TRANSCRIBED" | "REVIEWED" | "ARCHIVED";
|
status: "PLACEHOLDER" | "UPLOADED" | "TRANSCRIBED" | "REVIEWED" | "ARCHIVED";
|
||||||
|
|||||||
Reference in New Issue
Block a user