From d33c1e52498a55837181775f0a6beffffe983bcf Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 14 Jun 2026 15:03:16 +0200 Subject: [PATCH] chore(api): regenerate api.ts with the timeline root-tag fields openapi-typescript pickup of TimelineEntryDTO.rootTagId/rootTagName/ rootTagColor (all optional), so the SvelteKit timeline can read the new letter chip fields. Regenerated from the live dev spec; only the additive fields differ from the committed baseline. Refs #835 Co-Authored-By: Claude Opus 4.8 --- frontend/src/lib/generated/api.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/lib/generated/api.ts b/frontend/src/lib/generated/api.ts index f2fc43f5..7c5dc387 100644 --- a/frontend/src/lib/generated/api.ts +++ b/frontend/src/lib/generated/api.ts @@ -2455,6 +2455,10 @@ export interface components { linkedPersonIds?: string[]; /** @enum {string} */ derivedType?: "BIRTH" | "DEATH" | "MARRIAGE"; + /** Format: uuid */ + rootTagId?: string; + rootTagName?: string; + rootTagColor?: string; }; TimelineYearDTO: { /** Format: int32 */