{"version":3,"sources":["../../../src/apis/wsf-fares/schemas.ts"],"names":["init_terminals_input","init_terminals_output","init_validDateRange_output","init_cacheFlushDate_endpoints","init_fareLineItems_input","init_fareLineItems_output","init_fareTotals_input","init_fareTotals_output","init_terminalCombo_input","init_terminalCombo_output","init_validDateRange_input"],"mappings":"g6BAOAA,CAAAA,EAAAA,CAMAC,CAAAA,EAAAA,CAMAC,IAIAC,CAAAA,EAAAA,CACAC,GAAAA,EAAAA,CACAC,IACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,IACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA","file":"schemas.mjs","sourcesContent":["/**\n * @fileoverview wsf-fares API - Zod Schema Exports\n *\n * This module provides exports for all Zod schemas used in the wsf-fares API.\n * Import these schemas when you need runtime validation in development or testing.\n */\n\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 \"./cacheFlushDate/shared/cacheFlushDate.endpoints\";\nexport * from \"./fareLineItems/shared/fareLineItems.input\";\nexport * from \"./fareLineItems/shared/fareLineItems.output\";\nexport * from \"./fareTotals/shared/fareTotals.input\";\nexport * from \"./fareTotals/shared/fareTotals.output\";\nexport * from \"./terminalCombo/shared/terminalCombo.input\";\nexport * from \"./terminalCombo/shared/terminalCombo.output\";\nexport * from \"./validDateRange/shared/validDateRange.input\";\n"]}