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:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user