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 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-06-14 15:03:16 +02:00
parent 1114676ae3
commit d33c1e5249

View File

@@ -2455,6 +2455,10 @@ export interface components {
linkedPersonIds?: string[]; linkedPersonIds?: string[];
/** @enum {string} */ /** @enum {string} */
derivedType?: "BIRTH" | "DEATH" | "MARRIAGE"; derivedType?: "BIRTH" | "DEATH" | "MARRIAGE";
/** Format: uuid */
rootTagId?: string;
rootTagName?: string;
rootTagColor?: string;
}; };
TimelineYearDTO: { TimelineYearDTO: {
/** Format: int32 */ /** Format: int32 */