chore(api): regenerate types with TimelineEntryDTO.linkedEventId

Regenerated frontend/src/lib/generated/api.ts from the live OpenAPI spec after
adding the nullable linkedEventId field — keeps the CI type-check green for the
#827 grouping UI that consumes it.

Refs #827
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-06-15 10:27:57 +02:00
parent e613a93213
commit 0726226c95

View File

@@ -2467,6 +2467,8 @@ export interface components {
rootTagId?: string; rootTagId?: string;
rootTagName?: string; rootTagName?: string;
rootTagColor?: string; rootTagColor?: string;
/** Format: uuid */
linkedEventId?: string;
}; };
TimelineYearDTO: { TimelineYearDTO: {
/** Format: int32 */ /** Format: int32 */