{"version":3,"sources":["../src/apis/wsdot-traffic-flow/core.ts"],"names":["init_flowData_input","init_flowData_output","init_trafficFlowById","init_trafficFlows"],"mappings":"qFAOAA,CAAAA,EAAAA,CACAC,IAEAC,GAAAA,EAAAA,CACAC,CAAAA,EAAAA","file":"chunk-WDMOPIMH.mjs","sourcesContent":["/**\n * @fileoverview wsdot-traffic-flow API - Core fetch functions and types only\n *\n * This module provides exports for fetch functions and types only (no React hooks).\n * Use this for backend/server-side code to avoid React Query dependencies.\n */\n\nexport * from \"./flowData/shared/flowData.input\";\nexport * from \"./flowData/shared/flowData.output\";\n// Flow Data\nexport { fetchTrafficFlowById } from \"./flowData/trafficFlowById\";\nexport { fetchTrafficFlows } from \"./flowData/trafficFlows\";\n"]}