UNPKG

ws-dottie

Version:

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

1 lines 3.41 kB
{"version":3,"sources":["../../../src/apis/wsf-schedule/schemas.ts"],"names":["init_terminals_input","init_terminals_output","init_validDateRange_output","init_activeSeasons_input","init_activeSeasons_output","init_routeDetails_input","init_routeDetails_output","init_routes_input","init_routes_output","init_sailings_input","init_sailings_output","init_scheduleAlerts_input","init_scheduleAlerts_output","init_scheduledRoutes_input","init_scheduledRoutes_output","init_schedules_input","init_schedules_output","init_scheduleToday_input","init_scheduleToday_output","init_serviceDisruptions_input","init_serviceDisruptions_output","init_timeAdjustments_input","init_timeAdjustments_output","init_validDateRange_input"],"mappings":"+pEAWAA,CAAAA,EAAAA,CAMAC,CAAAA,EAAAA,CAMAC,IAIAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,IACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,IACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,EAAAA,EAAAA,CACAC,EAAAA,EAAAA,CACAC,EAAAA,EAAAA,CACAC,KACAC,EAAAA,EAAAA,CACApB,EAAAA,EAAAA,CACAC,EAAAA,EAAAA,CACAoB,EAAAA,EAAAA,CACAC,EAAAA,EAAAA,CACAC,EAAAA,EAAAA","file":"schemas.mjs","sourcesContent":["/**\n * @fileoverview wsf-schedule API - Zod Schema Exports\n *\n * This module provides exports for all Zod schemas used in the wsf-schedule API.\n * Import these schemas when you need runtime validation in development or testing.\n */\n\nexport type {\n CacheFlushDateInput as CacheFlushDateScheduleInput,\n CacheFlushDateOutput as CacheFlushDateSchedules,\n} from \"@/apis/shared/cacheFlushDate\";\nexport {\n type TerminalMatesInput,\n type TerminalsInput,\n terminalMatesInputSchema,\n terminalsInputSchema,\n} from \"../shared/terminals.input\";\nexport {\n type Terminal,\n type TerminalList,\n terminalListSchema,\n terminalSchema,\n} from \"../shared/terminals.output\";\nexport {\n type ValidDateRange,\n validDateRangeSchema,\n} from \"../shared/validDateRange.output\";\nexport * from \"./activeSeasons/shared/activeSeasons.input\";\nexport * from \"./activeSeasons/shared/activeSeasons.output\";\nexport * from \"./routeDetails/shared/routeDetails.input\";\nexport * from \"./routeDetails/shared/routeDetails.output\";\nexport * from \"./routes/shared/routes.input\";\nexport * from \"./routes/shared/routes.output\";\nexport * from \"./sailings/shared/sailings.input\";\nexport * from \"./sailings/shared/sailings.output\";\nexport * from \"./scheduleAlerts/shared/scheduleAlerts.input\";\nexport * from \"./scheduleAlerts/shared/scheduleAlerts.output\";\nexport * from \"./scheduledRoutes/shared/scheduledRoutes.input\";\nexport * from \"./scheduledRoutes/shared/scheduledRoutes.output\";\nexport * from \"./schedules/shared/schedules.input\";\nexport * from \"./schedules/shared/schedules.output\";\nexport * from \"./scheduleToday/shared/scheduleToday.input\";\nexport * from \"./scheduleToday/shared/scheduleToday.output\";\nexport * from \"./serviceDisruptions/shared/serviceDisruptions.input\";\nexport * from \"./serviceDisruptions/shared/serviceDisruptions.output\";\nexport * from \"./terminals/shared/terminals.input\";\nexport * from \"./terminals/shared/terminals.output\";\nexport * from \"./timeAdjustments/shared/timeAdjustments.input\";\nexport * from \"./timeAdjustments/shared/timeAdjustments.output\";\nexport * from \"./validDateRange/shared/validDateRange.input\";\n"]}