refactor(api): split timeline read schemas

This commit is contained in:
2026-03-31 18:56:01 +02:00
parent 424ee24280
commit d61527b38c
6 changed files with 42 additions and 38 deletions
@@ -1,10 +1,12 @@
import { describe, expect, it } from "vitest";
import {
buildTimelineEntriesDetailInput,
} from "../router/timeline-read-shared.js";
import {
TimelineDetailFiltersSchema,
TimelineProjectContextDetailSchema,
TimelineProjectIdSchema,
} from "../router/timeline-read-shared.js";
} from "../router/timeline-read-schema-support.js";
describe("timeline read shared", () => {
it("builds detail input from period and normalized filters", () => {