UNPKG

ws-dottie

Version:

Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration

25 lines (19 loc) 1.96 kB
import { C as CacheFlushDateInput, a as CacheFlushDateOutput } from '../../cacheFlushDate-BK9e1T2n.js'; export { c as cacheFlushDateInputSchema, b as cacheFlushDateOutputSchema } from '../../cacheFlushDate-BK9e1T2n.js'; export { d as VesselAccommodation, b as VesselAccommodationsByIdInput, V as VesselAccommodationsInput, j as VesselBasic, h as VesselBasicsByIdInput, f as VesselBasicsInput, l as VesselHistoriesByVesselNameAndDateRangeInput, n as VesselHistoriesInput, p as VesselHistory, w as VesselLocation, t as VesselLocationsByIdInput, r as VesselLocationsInput, C as VesselStat, A as VesselStatsByIdInput, y as VesselStatsInput, I as VesselVerbose, G as VesselVerboseByIdInput, E as VesselVerboseInput, c as vesselAccommodationSchema, a as vesselAccommodationsByIdInputSchema, v as vesselAccommodationsInputSchema, i as vesselBasicSchema, g as vesselBasicsByIdInputSchema, e as vesselBasicsInputSchema, k as vesselHistoriesByVesselNameAndDateRangeInputSchema, m as vesselHistoriesInputSchema, o as vesselHistorySchema, u as vesselLocationSchema, s as vesselLocationsByIdInputSchema, q as vesselLocationsInputSchema, B as vesselStatSchema, z as vesselStatsByIdInputSchema, x as vesselStatsInputSchema, F as vesselVerboseByIdInputSchema, D as vesselVerboseInputSchema, H as vesselVerboseSchema } from '../../vesselVerbose.output-Bm6C8Ixl.js'; import 'zod'; /** * @fileoverview Input schemas for cache flush date endpoint * * Re-exports shared cache flush date input schema with API-specific type names * for backward compatibility. */ type CacheFlushDateVesselsInput = CacheFlushDateInput; /** * @fileoverview Output schemas for cache flush date endpoint * * Re-exports shared cache flush date output schema with API-specific type names * for backward compatibility. */ type CacheFlushDateVessels = CacheFlushDateOutput; export { CacheFlushDateInput, CacheFlushDateOutput, type CacheFlushDateVessels, type CacheFlushDateVesselsInput };