{"version":3,"sources":["../../../src/apis/wsdot-highway-cameras/index.ts"],"names":["init_highwayCameraByCameraId","init_highwayCameras","init_searchHighwayCamerasByRouteAndMilepost"],"mappings":"gyBAMAA,CAAAA,EAAAA,CAEAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA","file":"index.mjs","sourcesContent":["/**\n * @fileoverview wsdot-highway-cameras API - Exports hooks, fetch functions, and types\n *\n * This module provides exports for all hooks, fetch functions, and types in the wsdot-highway-cameras API.\n */\n\nexport { useHighwayCameraByCameraId } from \"./cameras/highwayCameraByCameraId\";\n// Export hooks\nexport { useHighwayCameras } from \"./cameras/highwayCameras\";\nexport { useSearchHighwayCamerasByRouteAndMilepost } from \"./cameras/searchHighwayCamerasByRouteAndMilepost\";\n// Re-export everything from core (fetch functions and types)\nexport * from \"./core\";\n"]}