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 1.22 kB
{"version":3,"sources":["../src/apis/wsdot-commercial-vehicle-restrictions/core.ts"],"names":["init_commercialVehicleRestrictions","init_cvRestrictionData_input","init_cvRestrictionData_output","init_commercialVehicleRestrictionsWithId","init_cvRestrictionDataWithId_input","init_cvRestrictionDataWithId_output"],"mappings":"yFAOAA,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,GAAAA,EAAAA,CACAC,CAAAA,EAAAA","file":"chunk-OSSES4U6.mjs","sourcesContent":["/**\n * @fileoverview wsdot-commercial-vehicle-restrictions 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 \"./cvRestrictionData/commercialVehicleRestrictions\";\nexport * from \"./cvRestrictionData/shared/cvRestrictionData.input\";\nexport * from \"./cvRestrictionData/shared/cvRestrictionData.output\";\nexport * from \"./cvRestrictionDataWithId/commercialVehicleRestrictionsWithId\";\nexport * from \"./cvRestrictionDataWithId/shared/cvRestrictionDataWithId.input\";\nexport * from \"./cvRestrictionDataWithId/shared/cvRestrictionDataWithId.output\";\n"]}