refactor(api): split timeline read schemas
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user