mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-02 13:22:11 +03:00
Adds PlaygroundPresetRowSchema, PlaygroundPresetCreateSchema, PlaygroundPresetUpdateSchema, PlaygroundPresetListItemSchema, ToolDefinitionSchema, StructuredOutputSchema, StreamMetricsSchema (src/shared/schemas/playground.ts) and SearchProviderCatalogItemSchema, SearchProviderCatalogResponseSchema, ScrapeResultSchema (src/shared/schemas/searchTools.ts). All z.record() calls use the Zod v4 two-argument form z.record(z.string(), z.any()) (§17.1).