@mapbox/mcp-server 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +165 -0
- package/dist/commonjs/index.js +15 -1
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/schemas/shared.d.ts +5 -0
- package/dist/commonjs/schemas/shared.d.ts.map +1 -1
- package/dist/commonjs/schemas/shared.js +11 -1
- package/dist/commonjs/schemas/shared.js.map +1 -1
- package/dist/commonjs/tools/MapboxApiBasedTool.d.ts +8 -0
- package/dist/commonjs/tools/MapboxApiBasedTool.d.ts.map +1 -1
- package/dist/commonjs/tools/MapboxApiBasedTool.js +20 -0
- package/dist/commonjs/tools/MapboxApiBasedTool.js.map +1 -1
- package/dist/commonjs/tools/area-tool/AreaTool.d.ts +21 -0
- package/dist/commonjs/tools/area-tool/AreaTool.d.ts.map +1 -0
- package/dist/commonjs/tools/area-tool/AreaTool.input.schema.d.ts +19 -0
- package/dist/commonjs/tools/area-tool/AreaTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/area-tool/AreaTool.input.schema.js +34 -0
- package/dist/commonjs/tools/area-tool/AreaTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/area-tool/AreaTool.js +104 -0
- package/dist/commonjs/tools/area-tool/AreaTool.js.map +1 -0
- package/dist/commonjs/tools/area-tool/AreaTool.output.schema.d.ts +19 -0
- package/dist/commonjs/tools/area-tool/AreaTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/area-tool/AreaTool.output.schema.js +14 -0
- package/dist/commonjs/tools/area-tool/AreaTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.d.ts +22 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.d.ts.map +1 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.input.schema.d.ts +49 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.input.schema.js +27 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.js +84 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.js.map +1 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.output.schema.d.ts +52 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.output.schema.js +21 -0
- package/dist/commonjs/tools/bearing-tool/BearingTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.d.ts +22 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.d.ts.map +1 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.input.schema.d.ts +16 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.input.schema.js +31 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.js +107 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.js.map +1 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.output.schema.d.ts +16 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.output.schema.js +15 -0
- package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.d.ts +22 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.d.ts.map +1 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.input.schema.d.ts +22 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.input.schema.js +35 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.js +103 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.js.map +1 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.output.schema.d.ts +22 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.output.schema.js +17 -0
- package/dist/commonjs/tools/buffer-tool/BufferTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/category-list-tool/CategoryListTool.d.ts.map +1 -1
- package/dist/commonjs/tools/category-list-tool/CategoryListTool.js +2 -1
- package/dist/commonjs/tools/category-list-tool/CategoryListTool.js.map +1 -1
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.d.ts.map +1 -1
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.input.schema.d.ts +10 -10
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.js +2 -1
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.js.map +1 -1
- package/dist/commonjs/tools/category-search-tool/CategorySearchTool.output.schema.d.ts +44 -44
- package/dist/commonjs/tools/centroid-tool/CentroidTool.d.ts +21 -0
- package/dist/commonjs/tools/centroid-tool/CentroidTool.d.ts.map +1 -0
- package/dist/commonjs/tools/centroid-tool/CentroidTool.input.schema.d.ts +16 -0
- package/dist/commonjs/tools/centroid-tool/CentroidTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/centroid-tool/CentroidTool.input.schema.js +29 -0
- package/dist/commonjs/tools/centroid-tool/CentroidTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/centroid-tool/CentroidTool.js +81 -0
- package/dist/commonjs/tools/centroid-tool/CentroidTool.js.map +1 -0
- package/dist/commonjs/tools/centroid-tool/CentroidTool.output.schema.d.ts +31 -0
- package/dist/commonjs/tools/centroid-tool/CentroidTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/centroid-tool/CentroidTool.output.schema.js +16 -0
- package/dist/commonjs/tools/centroid-tool/CentroidTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/directions-tool/DirectionsTool.d.ts.map +1 -1
- package/dist/commonjs/tools/directions-tool/DirectionsTool.input.schema.d.ts +3 -3
- package/dist/commonjs/tools/directions-tool/DirectionsTool.input.schema.d.ts.map +1 -1
- package/dist/commonjs/tools/directions-tool/DirectionsTool.input.schema.js +6 -7
- package/dist/commonjs/tools/directions-tool/DirectionsTool.input.schema.js.map +1 -1
- package/dist/commonjs/tools/directions-tool/DirectionsTool.js +9 -8
- package/dist/commonjs/tools/directions-tool/DirectionsTool.js.map +1 -1
- package/dist/commonjs/tools/directions-tool/DirectionsTool.output.schema.d.ts +266 -266
- package/dist/commonjs/tools/directions-tool/DirectionsTool.output.schema.js +6 -6
- package/dist/commonjs/tools/directions-tool/DirectionsTool.output.schema.js.map +1 -1
- package/dist/commonjs/tools/directions-tool/cleanResponseData.d.ts +2 -2
- package/dist/commonjs/tools/directions-tool/cleanResponseData.d.ts.map +1 -1
- package/dist/commonjs/tools/directions-tool/cleanResponseData.js.map +1 -1
- package/dist/commonjs/tools/distance-tool/DistanceTool.d.ts +29 -0
- package/dist/commonjs/tools/distance-tool/DistanceTool.d.ts.map +1 -0
- package/dist/commonjs/tools/distance-tool/DistanceTool.input.schema.d.ts +52 -0
- package/dist/commonjs/tools/distance-tool/DistanceTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/distance-tool/DistanceTool.input.schema.js +29 -0
- package/dist/commonjs/tools/distance-tool/DistanceTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/distance-tool/DistanceTool.js +95 -0
- package/dist/commonjs/tools/distance-tool/DistanceTool.js.map +1 -0
- package/dist/commonjs/tools/distance-tool/DistanceTool.output.schema.d.ts +55 -0
- package/dist/commonjs/tools/distance-tool/DistanceTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/distance-tool/DistanceTool.output.schema.js +26 -0
- package/dist/commonjs/tools/distance-tool/DistanceTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/isochrone-tool/IsochroneTool.d.ts.map +1 -1
- package/dist/commonjs/tools/isochrone-tool/IsochroneTool.input.schema.d.ts +2 -2
- package/dist/commonjs/tools/isochrone-tool/IsochroneTool.js +2 -1
- package/dist/commonjs/tools/isochrone-tool/IsochroneTool.js.map +1 -1
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.d.ts +22 -0
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.d.ts.map +1 -0
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.input.schema.d.ts +43 -0
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.input.schema.js +60 -0
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.js +117 -0
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.js.map +1 -0
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.output.schema.d.ts +170 -0
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.output.schema.js +49 -0
- package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/matrix-tool/MatrixTool.d.ts.map +1 -1
- package/dist/commonjs/tools/matrix-tool/MatrixTool.input.schema.d.ts +3 -3
- package/dist/commonjs/tools/matrix-tool/MatrixTool.input.schema.d.ts.map +1 -1
- package/dist/commonjs/tools/matrix-tool/MatrixTool.input.schema.js +5 -7
- package/dist/commonjs/tools/matrix-tool/MatrixTool.input.schema.js.map +1 -1
- package/dist/commonjs/tools/matrix-tool/MatrixTool.js +5 -3
- package/dist/commonjs/tools/matrix-tool/MatrixTool.js.map +1 -1
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.d.ts +21 -0
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.d.ts.map +1 -0
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.input.schema.d.ts +49 -0
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.input.schema.js +27 -0
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.js +81 -0
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.js.map +1 -0
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.output.schema.d.ts +67 -0
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.output.schema.js +24 -0
- package/dist/commonjs/tools/midpoint-tool/MidpointTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.d.ts +28 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.d.ts.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.input.schema.d.ts +58 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.input.schema.js +76 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.js +142 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.js.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.output.schema.d.ts +621 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.output.schema.js +87 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.d.ts +10 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.d.ts.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.input.schema.d.ts +303 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.input.schema.js +186 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.js +332 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.js.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.output.schema.d.ts +356 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.output.schema.js +109 -0
- package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.d.ts +24 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.d.ts.map +1 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.d.ts +34 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.js +32 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.js +84 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.js.map +1 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.d.ts +34 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.js +19 -0
- package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/resource-reader-tool/ResourceReaderTool.d.ts.map +1 -1
- package/dist/commonjs/tools/resource-reader-tool/ResourceReaderTool.js.map +1 -1
- package/dist/commonjs/tools/reverse-geocode-tool/ReverseGeocodeTool.d.ts.map +1 -1
- package/dist/commonjs/tools/reverse-geocode-tool/ReverseGeocodeTool.js +2 -1
- package/dist/commonjs/tools/reverse-geocode-tool/ReverseGeocodeTool.js.map +1 -1
- package/dist/commonjs/tools/reverse-geocode-tool/ReverseGeocodeTool.output.schema.d.ts +24 -24
- package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.input.schema.d.ts +10 -10
- package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.js +3 -3
- package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.js.map +1 -1
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.d.ts +22 -0
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.d.ts.map +1 -0
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.input.schema.d.ts +22 -0
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.input.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.input.schema.js +38 -0
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.input.schema.js.map +1 -0
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.js +108 -0
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.js.map +1 -0
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.output.schema.d.ts +25 -0
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.output.schema.d.ts.map +1 -0
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.output.schema.js +23 -0
- package/dist/commonjs/tools/simplify-tool/SimplifyTool.output.schema.js.map +1 -0
- package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.d.ts.map +1 -1
- package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.input.schema.d.ts +8 -8
- package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.js +20 -2
- package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.js.map +1 -1
- package/dist/commonjs/tools/toolRegistry.d.ts +12 -1
- package/dist/commonjs/tools/toolRegistry.d.ts.map +1 -1
- package/dist/commonjs/tools/toolRegistry.js +22 -0
- package/dist/commonjs/tools/toolRegistry.js.map +1 -1
- package/dist/commonjs/utils/tracing.d.ts.map +1 -1
- package/dist/commonjs/utils/tracing.js.map +1 -1
- package/dist/commonjs/version.json +3 -3
- package/dist/esm/index.js +15 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/schemas/shared.d.ts +5 -0
- package/dist/esm/schemas/shared.d.ts.map +1 -1
- package/dist/esm/schemas/shared.js +10 -0
- package/dist/esm/schemas/shared.js.map +1 -1
- package/dist/esm/tools/MapboxApiBasedTool.d.ts +8 -0
- package/dist/esm/tools/MapboxApiBasedTool.d.ts.map +1 -1
- package/dist/esm/tools/MapboxApiBasedTool.js +20 -0
- package/dist/esm/tools/MapboxApiBasedTool.js.map +1 -1
- package/dist/esm/tools/area-tool/AreaTool.d.ts +21 -0
- package/dist/esm/tools/area-tool/AreaTool.d.ts.map +1 -0
- package/dist/esm/tools/area-tool/AreaTool.input.schema.d.ts +19 -0
- package/dist/esm/tools/area-tool/AreaTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/area-tool/AreaTool.input.schema.js +28 -0
- package/dist/esm/tools/area-tool/AreaTool.input.schema.js.map +1 -0
- package/dist/esm/tools/area-tool/AreaTool.js +100 -0
- package/dist/esm/tools/area-tool/AreaTool.js.map +1 -0
- package/dist/esm/tools/area-tool/AreaTool.output.schema.d.ts +19 -0
- package/dist/esm/tools/area-tool/AreaTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/area-tool/AreaTool.output.schema.js +11 -0
- package/dist/esm/tools/area-tool/AreaTool.output.schema.js.map +1 -0
- package/dist/esm/tools/bearing-tool/BearingTool.d.ts +22 -0
- package/dist/esm/tools/bearing-tool/BearingTool.d.ts.map +1 -0
- package/dist/esm/tools/bearing-tool/BearingTool.input.schema.d.ts +49 -0
- package/dist/esm/tools/bearing-tool/BearingTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/bearing-tool/BearingTool.input.schema.js +21 -0
- package/dist/esm/tools/bearing-tool/BearingTool.input.schema.js.map +1 -0
- package/dist/esm/tools/bearing-tool/BearingTool.js +80 -0
- package/dist/esm/tools/bearing-tool/BearingTool.js.map +1 -0
- package/dist/esm/tools/bearing-tool/BearingTool.output.schema.d.ts +52 -0
- package/dist/esm/tools/bearing-tool/BearingTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/bearing-tool/BearingTool.output.schema.js +18 -0
- package/dist/esm/tools/bearing-tool/BearingTool.output.schema.js.map +1 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.d.ts +22 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.d.ts.map +1 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.input.schema.d.ts +16 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.input.schema.js +25 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.input.schema.js.map +1 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.js +103 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.js.map +1 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.output.schema.d.ts +16 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.output.schema.js +12 -0
- package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.output.schema.js.map +1 -0
- package/dist/esm/tools/buffer-tool/BufferTool.d.ts +22 -0
- package/dist/esm/tools/buffer-tool/BufferTool.d.ts.map +1 -0
- package/dist/esm/tools/buffer-tool/BufferTool.input.schema.d.ts +22 -0
- package/dist/esm/tools/buffer-tool/BufferTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/buffer-tool/BufferTool.input.schema.js +29 -0
- package/dist/esm/tools/buffer-tool/BufferTool.input.schema.js.map +1 -0
- package/dist/esm/tools/buffer-tool/BufferTool.js +99 -0
- package/dist/esm/tools/buffer-tool/BufferTool.js.map +1 -0
- package/dist/esm/tools/buffer-tool/BufferTool.output.schema.d.ts +22 -0
- package/dist/esm/tools/buffer-tool/BufferTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/buffer-tool/BufferTool.output.schema.js +14 -0
- package/dist/esm/tools/buffer-tool/BufferTool.output.schema.js.map +1 -0
- package/dist/esm/tools/category-list-tool/CategoryListTool.d.ts.map +1 -1
- package/dist/esm/tools/category-list-tool/CategoryListTool.js +2 -1
- package/dist/esm/tools/category-list-tool/CategoryListTool.js.map +1 -1
- package/dist/esm/tools/category-search-tool/CategorySearchTool.d.ts.map +1 -1
- package/dist/esm/tools/category-search-tool/CategorySearchTool.input.schema.d.ts +10 -10
- package/dist/esm/tools/category-search-tool/CategorySearchTool.js +2 -1
- package/dist/esm/tools/category-search-tool/CategorySearchTool.js.map +1 -1
- package/dist/esm/tools/category-search-tool/CategorySearchTool.output.schema.d.ts +44 -44
- package/dist/esm/tools/centroid-tool/CentroidTool.d.ts +21 -0
- package/dist/esm/tools/centroid-tool/CentroidTool.d.ts.map +1 -0
- package/dist/esm/tools/centroid-tool/CentroidTool.input.schema.d.ts +16 -0
- package/dist/esm/tools/centroid-tool/CentroidTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/centroid-tool/CentroidTool.input.schema.js +23 -0
- package/dist/esm/tools/centroid-tool/CentroidTool.input.schema.js.map +1 -0
- package/dist/esm/tools/centroid-tool/CentroidTool.js +77 -0
- package/dist/esm/tools/centroid-tool/CentroidTool.js.map +1 -0
- package/dist/esm/tools/centroid-tool/CentroidTool.output.schema.d.ts +31 -0
- package/dist/esm/tools/centroid-tool/CentroidTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/centroid-tool/CentroidTool.output.schema.js +13 -0
- package/dist/esm/tools/centroid-tool/CentroidTool.output.schema.js.map +1 -0
- package/dist/esm/tools/directions-tool/DirectionsTool.d.ts.map +1 -1
- package/dist/esm/tools/directions-tool/DirectionsTool.input.schema.d.ts +3 -3
- package/dist/esm/tools/directions-tool/DirectionsTool.input.schema.d.ts.map +1 -1
- package/dist/esm/tools/directions-tool/DirectionsTool.input.schema.js +7 -8
- package/dist/esm/tools/directions-tool/DirectionsTool.input.schema.js.map +1 -1
- package/dist/esm/tools/directions-tool/DirectionsTool.js +9 -8
- package/dist/esm/tools/directions-tool/DirectionsTool.js.map +1 -1
- package/dist/esm/tools/directions-tool/DirectionsTool.output.schema.d.ts +266 -266
- package/dist/esm/tools/directions-tool/DirectionsTool.output.schema.js +6 -6
- package/dist/esm/tools/directions-tool/DirectionsTool.output.schema.js.map +1 -1
- package/dist/esm/tools/directions-tool/cleanResponseData.d.ts +2 -2
- package/dist/esm/tools/directions-tool/cleanResponseData.d.ts.map +1 -1
- package/dist/esm/tools/directions-tool/cleanResponseData.js.map +1 -1
- package/dist/esm/tools/distance-tool/DistanceTool.d.ts +29 -0
- package/dist/esm/tools/distance-tool/DistanceTool.d.ts.map +1 -0
- package/dist/esm/tools/distance-tool/DistanceTool.input.schema.d.ts +52 -0
- package/dist/esm/tools/distance-tool/DistanceTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/distance-tool/DistanceTool.input.schema.js +23 -0
- package/dist/esm/tools/distance-tool/DistanceTool.input.schema.js.map +1 -0
- package/dist/esm/tools/distance-tool/DistanceTool.js +91 -0
- package/dist/esm/tools/distance-tool/DistanceTool.js.map +1 -0
- package/dist/esm/tools/distance-tool/DistanceTool.output.schema.d.ts +55 -0
- package/dist/esm/tools/distance-tool/DistanceTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/distance-tool/DistanceTool.output.schema.js +23 -0
- package/dist/esm/tools/distance-tool/DistanceTool.output.schema.js.map +1 -0
- package/dist/esm/tools/isochrone-tool/IsochroneTool.d.ts.map +1 -1
- package/dist/esm/tools/isochrone-tool/IsochroneTool.input.schema.d.ts +2 -2
- package/dist/esm/tools/isochrone-tool/IsochroneTool.js +2 -1
- package/dist/esm/tools/isochrone-tool/IsochroneTool.js.map +1 -1
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.d.ts +22 -0
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.d.ts.map +1 -0
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.input.schema.d.ts +43 -0
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.input.schema.js +57 -0
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.input.schema.js.map +1 -0
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.js +113 -0
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.js.map +1 -0
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.output.schema.d.ts +170 -0
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.output.schema.js +46 -0
- package/dist/esm/tools/map-matching-tool/MapMatchingTool.output.schema.js.map +1 -0
- package/dist/esm/tools/matrix-tool/MatrixTool.d.ts.map +1 -1
- package/dist/esm/tools/matrix-tool/MatrixTool.input.schema.d.ts +3 -3
- package/dist/esm/tools/matrix-tool/MatrixTool.input.schema.d.ts.map +1 -1
- package/dist/esm/tools/matrix-tool/MatrixTool.input.schema.js +6 -8
- package/dist/esm/tools/matrix-tool/MatrixTool.input.schema.js.map +1 -1
- package/dist/esm/tools/matrix-tool/MatrixTool.js +5 -3
- package/dist/esm/tools/matrix-tool/MatrixTool.js.map +1 -1
- package/dist/esm/tools/midpoint-tool/MidpointTool.d.ts +21 -0
- package/dist/esm/tools/midpoint-tool/MidpointTool.d.ts.map +1 -0
- package/dist/esm/tools/midpoint-tool/MidpointTool.input.schema.d.ts +49 -0
- package/dist/esm/tools/midpoint-tool/MidpointTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/midpoint-tool/MidpointTool.input.schema.js +21 -0
- package/dist/esm/tools/midpoint-tool/MidpointTool.input.schema.js.map +1 -0
- package/dist/esm/tools/midpoint-tool/MidpointTool.js +77 -0
- package/dist/esm/tools/midpoint-tool/MidpointTool.js.map +1 -0
- package/dist/esm/tools/midpoint-tool/MidpointTool.output.schema.d.ts +67 -0
- package/dist/esm/tools/midpoint-tool/MidpointTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/midpoint-tool/MidpointTool.output.schema.js +21 -0
- package/dist/esm/tools/midpoint-tool/MidpointTool.output.schema.js.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.d.ts +28 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.d.ts.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.input.schema.d.ts +58 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.input.schema.js +70 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.input.schema.js.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.js +138 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.js.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.output.schema.d.ts +621 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.output.schema.js +84 -0
- package/dist/esm/tools/optimization-tool/OptimizationTool.output.schema.js.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.d.ts +10 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.d.ts.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.input.schema.d.ts +303 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.input.schema.js +180 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.input.schema.js.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.js +329 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.js.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.output.schema.d.ts +356 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.output.schema.js +106 -0
- package/dist/esm/tools/optimization-tool/OptimizationV2Tool.output.schema.js.map +1 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.d.ts +24 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.d.ts.map +1 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.d.ts +34 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.js +26 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.js.map +1 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.js +80 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.js.map +1 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.d.ts +34 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.js +16 -0
- package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.js.map +1 -0
- package/dist/esm/tools/resource-reader-tool/ResourceReaderTool.d.ts.map +1 -1
- package/dist/esm/tools/resource-reader-tool/ResourceReaderTool.js.map +1 -1
- package/dist/esm/tools/reverse-geocode-tool/ReverseGeocodeTool.d.ts.map +1 -1
- package/dist/esm/tools/reverse-geocode-tool/ReverseGeocodeTool.js +2 -1
- package/dist/esm/tools/reverse-geocode-tool/ReverseGeocodeTool.js.map +1 -1
- package/dist/esm/tools/reverse-geocode-tool/ReverseGeocodeTool.output.schema.d.ts +24 -24
- package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.input.schema.d.ts +10 -10
- package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.js +3 -3
- package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.js.map +1 -1
- package/dist/esm/tools/simplify-tool/SimplifyTool.d.ts +22 -0
- package/dist/esm/tools/simplify-tool/SimplifyTool.d.ts.map +1 -0
- package/dist/esm/tools/simplify-tool/SimplifyTool.input.schema.d.ts +22 -0
- package/dist/esm/tools/simplify-tool/SimplifyTool.input.schema.d.ts.map +1 -0
- package/dist/esm/tools/simplify-tool/SimplifyTool.input.schema.js +32 -0
- package/dist/esm/tools/simplify-tool/SimplifyTool.input.schema.js.map +1 -0
- package/dist/esm/tools/simplify-tool/SimplifyTool.js +104 -0
- package/dist/esm/tools/simplify-tool/SimplifyTool.js.map +1 -0
- package/dist/esm/tools/simplify-tool/SimplifyTool.output.schema.d.ts +25 -0
- package/dist/esm/tools/simplify-tool/SimplifyTool.output.schema.d.ts.map +1 -0
- package/dist/esm/tools/simplify-tool/SimplifyTool.output.schema.js +20 -0
- package/dist/esm/tools/simplify-tool/SimplifyTool.output.schema.js.map +1 -0
- package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.d.ts.map +1 -1
- package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.input.schema.d.ts +8 -8
- package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.js +20 -2
- package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.js.map +1 -1
- package/dist/esm/tools/toolRegistry.d.ts +12 -1
- package/dist/esm/tools/toolRegistry.d.ts.map +1 -1
- package/dist/esm/tools/toolRegistry.js +22 -0
- package/dist/esm/tools/toolRegistry.js.map +1 -1
- package/dist/esm/utils/tracing.d.ts.map +1 -1
- package/dist/esm/utils/tracing.js.map +1 -1
- package/dist/esm/version.json +3 -3
- package/package.json +3 -2
- /package/patches/{@modelcontextprotocol+sdk+1.25.1.patch → @modelcontextprotocol+sdk+1.25.2.patch} +0 -0
|
@@ -71,6 +71,7 @@ declare const WaypointSchema: z.ZodObject<{
|
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
name: string;
|
|
73
73
|
location: [number, number];
|
|
74
|
+
distance?: number | undefined;
|
|
74
75
|
metadata?: {
|
|
75
76
|
type: "charging-station";
|
|
76
77
|
name: string;
|
|
@@ -89,7 +90,6 @@ declare const WaypointSchema: z.ZodObject<{
|
|
|
89
90
|
} | {
|
|
90
91
|
type: "regular";
|
|
91
92
|
} | null | undefined;
|
|
92
|
-
distance?: number | undefined;
|
|
93
93
|
time_zone?: {
|
|
94
94
|
offset: string;
|
|
95
95
|
identifier: string;
|
|
@@ -98,6 +98,7 @@ declare const WaypointSchema: z.ZodObject<{
|
|
|
98
98
|
}, {
|
|
99
99
|
name: string;
|
|
100
100
|
location: [number, number];
|
|
101
|
+
distance?: number | undefined;
|
|
101
102
|
metadata?: {
|
|
102
103
|
type: "charging-station";
|
|
103
104
|
name: string;
|
|
@@ -116,7 +117,6 @@ declare const WaypointSchema: z.ZodObject<{
|
|
|
116
117
|
} | {
|
|
117
118
|
type: "regular";
|
|
118
119
|
} | null | undefined;
|
|
119
|
-
distance?: number | undefined;
|
|
120
120
|
time_zone?: {
|
|
121
121
|
offset: string;
|
|
122
122
|
identifier: string;
|
|
@@ -163,7 +163,7 @@ declare const IncidentSchema: z.ZodObject<{
|
|
|
163
163
|
iso_3166_1_alpha3: string;
|
|
164
164
|
end_time: string;
|
|
165
165
|
long_description: string;
|
|
166
|
-
impact: "
|
|
166
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
167
167
|
affected_road_names: string[];
|
|
168
168
|
creation_time: string;
|
|
169
169
|
start_time: string;
|
|
@@ -189,7 +189,7 @@ declare const IncidentSchema: z.ZodObject<{
|
|
|
189
189
|
iso_3166_1_alpha3: string;
|
|
190
190
|
end_time: string;
|
|
191
191
|
long_description: string;
|
|
192
|
-
impact: "
|
|
192
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
193
193
|
affected_road_names: string[];
|
|
194
194
|
creation_time: string;
|
|
195
195
|
start_time: string;
|
|
@@ -494,8 +494,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
494
494
|
active_direction?: string | undefined;
|
|
495
495
|
}[];
|
|
496
496
|
type?: string | undefined;
|
|
497
|
-
modifier?: string | undefined;
|
|
498
497
|
degrees?: number | undefined;
|
|
498
|
+
modifier?: string | undefined;
|
|
499
499
|
driving_side?: "left" | "right" | undefined;
|
|
500
500
|
}, {
|
|
501
501
|
text: string;
|
|
@@ -510,8 +510,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
510
510
|
active_direction?: string | undefined;
|
|
511
511
|
}[];
|
|
512
512
|
type?: string | undefined;
|
|
513
|
-
modifier?: string | undefined;
|
|
514
513
|
degrees?: number | undefined;
|
|
514
|
+
modifier?: string | undefined;
|
|
515
515
|
driving_side?: "left" | "right" | undefined;
|
|
516
516
|
}>;
|
|
517
517
|
secondary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -561,8 +561,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
561
561
|
active_direction?: string | undefined;
|
|
562
562
|
}[];
|
|
563
563
|
type?: string | undefined;
|
|
564
|
-
modifier?: string | undefined;
|
|
565
564
|
degrees?: number | undefined;
|
|
565
|
+
modifier?: string | undefined;
|
|
566
566
|
driving_side?: "left" | "right" | undefined;
|
|
567
567
|
}, {
|
|
568
568
|
text: string;
|
|
@@ -577,8 +577,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
577
577
|
active_direction?: string | undefined;
|
|
578
578
|
}[];
|
|
579
579
|
type?: string | undefined;
|
|
580
|
-
modifier?: string | undefined;
|
|
581
580
|
degrees?: number | undefined;
|
|
581
|
+
modifier?: string | undefined;
|
|
582
582
|
driving_side?: "left" | "right" | undefined;
|
|
583
583
|
}>>>;
|
|
584
584
|
sub: z.ZodOptional<z.ZodObject<{
|
|
@@ -628,8 +628,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
628
628
|
active_direction?: string | undefined;
|
|
629
629
|
}[];
|
|
630
630
|
type?: string | undefined;
|
|
631
|
-
modifier?: string | undefined;
|
|
632
631
|
degrees?: number | undefined;
|
|
632
|
+
modifier?: string | undefined;
|
|
633
633
|
driving_side?: "left" | "right" | undefined;
|
|
634
634
|
}, {
|
|
635
635
|
text: string;
|
|
@@ -644,8 +644,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
644
644
|
active_direction?: string | undefined;
|
|
645
645
|
}[];
|
|
646
646
|
type?: string | undefined;
|
|
647
|
-
modifier?: string | undefined;
|
|
648
647
|
degrees?: number | undefined;
|
|
648
|
+
modifier?: string | undefined;
|
|
649
649
|
driving_side?: "left" | "right" | undefined;
|
|
650
650
|
}>>;
|
|
651
651
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -663,8 +663,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
663
663
|
active_direction?: string | undefined;
|
|
664
664
|
}[];
|
|
665
665
|
type?: string | undefined;
|
|
666
|
-
modifier?: string | undefined;
|
|
667
666
|
degrees?: number | undefined;
|
|
667
|
+
modifier?: string | undefined;
|
|
668
668
|
driving_side?: "left" | "right" | undefined;
|
|
669
669
|
};
|
|
670
670
|
sub?: {
|
|
@@ -680,8 +680,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
680
680
|
active_direction?: string | undefined;
|
|
681
681
|
}[];
|
|
682
682
|
type?: string | undefined;
|
|
683
|
-
modifier?: string | undefined;
|
|
684
683
|
degrees?: number | undefined;
|
|
684
|
+
modifier?: string | undefined;
|
|
685
685
|
driving_side?: "left" | "right" | undefined;
|
|
686
686
|
} | undefined;
|
|
687
687
|
secondary?: {
|
|
@@ -697,8 +697,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
697
697
|
active_direction?: string | undefined;
|
|
698
698
|
}[];
|
|
699
699
|
type?: string | undefined;
|
|
700
|
-
modifier?: string | undefined;
|
|
701
700
|
degrees?: number | undefined;
|
|
701
|
+
modifier?: string | undefined;
|
|
702
702
|
driving_side?: "left" | "right" | undefined;
|
|
703
703
|
} | null | undefined;
|
|
704
704
|
}, {
|
|
@@ -716,8 +716,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
716
716
|
active_direction?: string | undefined;
|
|
717
717
|
}[];
|
|
718
718
|
type?: string | undefined;
|
|
719
|
-
modifier?: string | undefined;
|
|
720
719
|
degrees?: number | undefined;
|
|
720
|
+
modifier?: string | undefined;
|
|
721
721
|
driving_side?: "left" | "right" | undefined;
|
|
722
722
|
};
|
|
723
723
|
sub?: {
|
|
@@ -733,8 +733,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
733
733
|
active_direction?: string | undefined;
|
|
734
734
|
}[];
|
|
735
735
|
type?: string | undefined;
|
|
736
|
-
modifier?: string | undefined;
|
|
737
736
|
degrees?: number | undefined;
|
|
737
|
+
modifier?: string | undefined;
|
|
738
738
|
driving_side?: "left" | "right" | undefined;
|
|
739
739
|
} | undefined;
|
|
740
740
|
secondary?: {
|
|
@@ -750,8 +750,8 @@ declare const BannerInstructionSchema: z.ZodObject<{
|
|
|
750
750
|
active_direction?: string | undefined;
|
|
751
751
|
}[];
|
|
752
752
|
type?: string | undefined;
|
|
753
|
-
modifier?: string | undefined;
|
|
754
753
|
degrees?: number | undefined;
|
|
754
|
+
modifier?: string | undefined;
|
|
755
755
|
driving_side?: "left" | "right" | undefined;
|
|
756
756
|
} | null | undefined;
|
|
757
757
|
}>;
|
|
@@ -784,8 +784,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
784
784
|
distance: z.ZodNumber;
|
|
785
785
|
duration: z.ZodNumber;
|
|
786
786
|
weight: z.ZodNumber;
|
|
787
|
-
duration_typical: z.ZodOptional<z.ZodNumber
|
|
788
|
-
weight_typical: z.ZodOptional<z.ZodNumber
|
|
787
|
+
duration_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
788
|
+
weight_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
789
789
|
geometry: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
790
790
|
type: z.ZodLiteral<"LineString">;
|
|
791
791
|
coordinates: z.ZodArray<z.ZodUnion<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>, "many">;
|
|
@@ -1012,8 +1012,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1012
1012
|
active_direction?: string | undefined;
|
|
1013
1013
|
}[];
|
|
1014
1014
|
type?: string | undefined;
|
|
1015
|
-
modifier?: string | undefined;
|
|
1016
1015
|
degrees?: number | undefined;
|
|
1016
|
+
modifier?: string | undefined;
|
|
1017
1017
|
driving_side?: "left" | "right" | undefined;
|
|
1018
1018
|
}, {
|
|
1019
1019
|
text: string;
|
|
@@ -1028,8 +1028,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1028
1028
|
active_direction?: string | undefined;
|
|
1029
1029
|
}[];
|
|
1030
1030
|
type?: string | undefined;
|
|
1031
|
-
modifier?: string | undefined;
|
|
1032
1031
|
degrees?: number | undefined;
|
|
1032
|
+
modifier?: string | undefined;
|
|
1033
1033
|
driving_side?: "left" | "right" | undefined;
|
|
1034
1034
|
}>;
|
|
1035
1035
|
secondary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -1079,8 +1079,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1079
1079
|
active_direction?: string | undefined;
|
|
1080
1080
|
}[];
|
|
1081
1081
|
type?: string | undefined;
|
|
1082
|
-
modifier?: string | undefined;
|
|
1083
1082
|
degrees?: number | undefined;
|
|
1083
|
+
modifier?: string | undefined;
|
|
1084
1084
|
driving_side?: "left" | "right" | undefined;
|
|
1085
1085
|
}, {
|
|
1086
1086
|
text: string;
|
|
@@ -1095,8 +1095,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1095
1095
|
active_direction?: string | undefined;
|
|
1096
1096
|
}[];
|
|
1097
1097
|
type?: string | undefined;
|
|
1098
|
-
modifier?: string | undefined;
|
|
1099
1098
|
degrees?: number | undefined;
|
|
1099
|
+
modifier?: string | undefined;
|
|
1100
1100
|
driving_side?: "left" | "right" | undefined;
|
|
1101
1101
|
}>>>;
|
|
1102
1102
|
sub: z.ZodOptional<z.ZodObject<{
|
|
@@ -1146,8 +1146,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1146
1146
|
active_direction?: string | undefined;
|
|
1147
1147
|
}[];
|
|
1148
1148
|
type?: string | undefined;
|
|
1149
|
-
modifier?: string | undefined;
|
|
1150
1149
|
degrees?: number | undefined;
|
|
1150
|
+
modifier?: string | undefined;
|
|
1151
1151
|
driving_side?: "left" | "right" | undefined;
|
|
1152
1152
|
}, {
|
|
1153
1153
|
text: string;
|
|
@@ -1162,8 +1162,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1162
1162
|
active_direction?: string | undefined;
|
|
1163
1163
|
}[];
|
|
1164
1164
|
type?: string | undefined;
|
|
1165
|
-
modifier?: string | undefined;
|
|
1166
1165
|
degrees?: number | undefined;
|
|
1166
|
+
modifier?: string | undefined;
|
|
1167
1167
|
driving_side?: "left" | "right" | undefined;
|
|
1168
1168
|
}>>;
|
|
1169
1169
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1181,8 +1181,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1181
1181
|
active_direction?: string | undefined;
|
|
1182
1182
|
}[];
|
|
1183
1183
|
type?: string | undefined;
|
|
1184
|
-
modifier?: string | undefined;
|
|
1185
1184
|
degrees?: number | undefined;
|
|
1185
|
+
modifier?: string | undefined;
|
|
1186
1186
|
driving_side?: "left" | "right" | undefined;
|
|
1187
1187
|
};
|
|
1188
1188
|
sub?: {
|
|
@@ -1198,8 +1198,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1198
1198
|
active_direction?: string | undefined;
|
|
1199
1199
|
}[];
|
|
1200
1200
|
type?: string | undefined;
|
|
1201
|
-
modifier?: string | undefined;
|
|
1202
1201
|
degrees?: number | undefined;
|
|
1202
|
+
modifier?: string | undefined;
|
|
1203
1203
|
driving_side?: "left" | "right" | undefined;
|
|
1204
1204
|
} | undefined;
|
|
1205
1205
|
secondary?: {
|
|
@@ -1215,8 +1215,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1215
1215
|
active_direction?: string | undefined;
|
|
1216
1216
|
}[];
|
|
1217
1217
|
type?: string | undefined;
|
|
1218
|
-
modifier?: string | undefined;
|
|
1219
1218
|
degrees?: number | undefined;
|
|
1219
|
+
modifier?: string | undefined;
|
|
1220
1220
|
driving_side?: "left" | "right" | undefined;
|
|
1221
1221
|
} | null | undefined;
|
|
1222
1222
|
}, {
|
|
@@ -1234,8 +1234,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1234
1234
|
active_direction?: string | undefined;
|
|
1235
1235
|
}[];
|
|
1236
1236
|
type?: string | undefined;
|
|
1237
|
-
modifier?: string | undefined;
|
|
1238
1237
|
degrees?: number | undefined;
|
|
1238
|
+
modifier?: string | undefined;
|
|
1239
1239
|
driving_side?: "left" | "right" | undefined;
|
|
1240
1240
|
};
|
|
1241
1241
|
sub?: {
|
|
@@ -1251,8 +1251,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1251
1251
|
active_direction?: string | undefined;
|
|
1252
1252
|
}[];
|
|
1253
1253
|
type?: string | undefined;
|
|
1254
|
-
modifier?: string | undefined;
|
|
1255
1254
|
degrees?: number | undefined;
|
|
1255
|
+
modifier?: string | undefined;
|
|
1256
1256
|
driving_side?: "left" | "right" | undefined;
|
|
1257
1257
|
} | undefined;
|
|
1258
1258
|
secondary?: {
|
|
@@ -1268,8 +1268,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1268
1268
|
active_direction?: string | undefined;
|
|
1269
1269
|
}[];
|
|
1270
1270
|
type?: string | undefined;
|
|
1271
|
-
modifier?: string | undefined;
|
|
1272
1271
|
degrees?: number | undefined;
|
|
1272
|
+
modifier?: string | undefined;
|
|
1273
1273
|
driving_side?: "left" | "right" | undefined;
|
|
1274
1274
|
} | null | undefined;
|
|
1275
1275
|
}>, "many">>;
|
|
@@ -1279,11 +1279,11 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1279
1279
|
}, "strip", z.ZodTypeAny, {
|
|
1280
1280
|
duration: number;
|
|
1281
1281
|
name: string;
|
|
1282
|
-
distance: number;
|
|
1283
1282
|
geometry: string | {
|
|
1284
1283
|
type: "LineString";
|
|
1285
1284
|
coordinates: ([number, number] | [number, number, number])[];
|
|
1286
1285
|
};
|
|
1286
|
+
distance: number;
|
|
1287
1287
|
weight: number;
|
|
1288
1288
|
driving_side: "left" | "right";
|
|
1289
1289
|
maneuver: {
|
|
@@ -1338,8 +1338,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1338
1338
|
distanceAlongGeometry: number;
|
|
1339
1339
|
ssmlAnnouncement?: string | undefined;
|
|
1340
1340
|
}[] | undefined;
|
|
1341
|
-
duration_typical?: number | undefined;
|
|
1342
|
-
weight_typical?: number | undefined;
|
|
1341
|
+
duration_typical?: number | null | undefined;
|
|
1342
|
+
weight_typical?: number | null | undefined;
|
|
1343
1343
|
exit?: number | undefined;
|
|
1344
1344
|
ref?: string | undefined;
|
|
1345
1345
|
destinations?: string | undefined;
|
|
@@ -1362,8 +1362,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1362
1362
|
active_direction?: string | undefined;
|
|
1363
1363
|
}[];
|
|
1364
1364
|
type?: string | undefined;
|
|
1365
|
-
modifier?: string | undefined;
|
|
1366
1365
|
degrees?: number | undefined;
|
|
1366
|
+
modifier?: string | undefined;
|
|
1367
1367
|
driving_side?: "left" | "right" | undefined;
|
|
1368
1368
|
};
|
|
1369
1369
|
sub?: {
|
|
@@ -1379,8 +1379,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1379
1379
|
active_direction?: string | undefined;
|
|
1380
1380
|
}[];
|
|
1381
1381
|
type?: string | undefined;
|
|
1382
|
-
modifier?: string | undefined;
|
|
1383
1382
|
degrees?: number | undefined;
|
|
1383
|
+
modifier?: string | undefined;
|
|
1384
1384
|
driving_side?: "left" | "right" | undefined;
|
|
1385
1385
|
} | undefined;
|
|
1386
1386
|
secondary?: {
|
|
@@ -1396,8 +1396,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1396
1396
|
active_direction?: string | undefined;
|
|
1397
1397
|
}[];
|
|
1398
1398
|
type?: string | undefined;
|
|
1399
|
-
modifier?: string | undefined;
|
|
1400
1399
|
degrees?: number | undefined;
|
|
1400
|
+
modifier?: string | undefined;
|
|
1401
1401
|
driving_side?: "left" | "right" | undefined;
|
|
1402
1402
|
} | null | undefined;
|
|
1403
1403
|
}[] | undefined;
|
|
@@ -1406,11 +1406,11 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1406
1406
|
}, {
|
|
1407
1407
|
duration: number;
|
|
1408
1408
|
name: string;
|
|
1409
|
-
distance: number;
|
|
1410
1409
|
geometry: string | {
|
|
1411
1410
|
type: "LineString";
|
|
1412
1411
|
coordinates: ([number, number] | [number, number, number])[];
|
|
1413
1412
|
};
|
|
1413
|
+
distance: number;
|
|
1414
1414
|
weight: number;
|
|
1415
1415
|
driving_side: "left" | "right";
|
|
1416
1416
|
maneuver: {
|
|
@@ -1465,8 +1465,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1465
1465
|
distanceAlongGeometry: number;
|
|
1466
1466
|
ssmlAnnouncement?: string | undefined;
|
|
1467
1467
|
}[] | undefined;
|
|
1468
|
-
duration_typical?: number | undefined;
|
|
1469
|
-
weight_typical?: number | undefined;
|
|
1468
|
+
duration_typical?: number | null | undefined;
|
|
1469
|
+
weight_typical?: number | null | undefined;
|
|
1470
1470
|
exit?: number | undefined;
|
|
1471
1471
|
ref?: string | undefined;
|
|
1472
1472
|
destinations?: string | undefined;
|
|
@@ -1489,8 +1489,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1489
1489
|
active_direction?: string | undefined;
|
|
1490
1490
|
}[];
|
|
1491
1491
|
type?: string | undefined;
|
|
1492
|
-
modifier?: string | undefined;
|
|
1493
1492
|
degrees?: number | undefined;
|
|
1493
|
+
modifier?: string | undefined;
|
|
1494
1494
|
driving_side?: "left" | "right" | undefined;
|
|
1495
1495
|
};
|
|
1496
1496
|
sub?: {
|
|
@@ -1506,8 +1506,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1506
1506
|
active_direction?: string | undefined;
|
|
1507
1507
|
}[];
|
|
1508
1508
|
type?: string | undefined;
|
|
1509
|
-
modifier?: string | undefined;
|
|
1510
1509
|
degrees?: number | undefined;
|
|
1510
|
+
modifier?: string | undefined;
|
|
1511
1511
|
driving_side?: "left" | "right" | undefined;
|
|
1512
1512
|
} | undefined;
|
|
1513
1513
|
secondary?: {
|
|
@@ -1523,8 +1523,8 @@ declare const RouteStepSchema: z.ZodObject<{
|
|
|
1523
1523
|
active_direction?: string | undefined;
|
|
1524
1524
|
}[];
|
|
1525
1525
|
type?: string | undefined;
|
|
1526
|
-
modifier?: string | undefined;
|
|
1527
1526
|
degrees?: number | undefined;
|
|
1527
|
+
modifier?: string | undefined;
|
|
1528
1528
|
driving_side?: "left" | "right" | undefined;
|
|
1529
1529
|
} | null | undefined;
|
|
1530
1530
|
}[] | undefined;
|
|
@@ -1535,8 +1535,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
1535
1535
|
distance: z.ZodNumber;
|
|
1536
1536
|
duration: z.ZodNumber;
|
|
1537
1537
|
weight: z.ZodNumber;
|
|
1538
|
-
duration_typical: z.ZodOptional<z.ZodNumber
|
|
1539
|
-
weight_typical: z.ZodOptional<z.ZodNumber
|
|
1538
|
+
duration_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1539
|
+
weight_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1540
1540
|
steps: z.ZodArray<z.ZodObject<{
|
|
1541
1541
|
maneuver: z.ZodObject<{
|
|
1542
1542
|
bearing_before: z.ZodNumber;
|
|
@@ -1566,8 +1566,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
1566
1566
|
distance: z.ZodNumber;
|
|
1567
1567
|
duration: z.ZodNumber;
|
|
1568
1568
|
weight: z.ZodNumber;
|
|
1569
|
-
duration_typical: z.ZodOptional<z.ZodNumber
|
|
1570
|
-
weight_typical: z.ZodOptional<z.ZodNumber
|
|
1569
|
+
duration_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1570
|
+
weight_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1571
1571
|
geometry: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1572
1572
|
type: z.ZodLiteral<"LineString">;
|
|
1573
1573
|
coordinates: z.ZodArray<z.ZodUnion<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>, "many">;
|
|
@@ -1794,8 +1794,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
1794
1794
|
active_direction?: string | undefined;
|
|
1795
1795
|
}[];
|
|
1796
1796
|
type?: string | undefined;
|
|
1797
|
-
modifier?: string | undefined;
|
|
1798
1797
|
degrees?: number | undefined;
|
|
1798
|
+
modifier?: string | undefined;
|
|
1799
1799
|
driving_side?: "left" | "right" | undefined;
|
|
1800
1800
|
}, {
|
|
1801
1801
|
text: string;
|
|
@@ -1810,8 +1810,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
1810
1810
|
active_direction?: string | undefined;
|
|
1811
1811
|
}[];
|
|
1812
1812
|
type?: string | undefined;
|
|
1813
|
-
modifier?: string | undefined;
|
|
1814
1813
|
degrees?: number | undefined;
|
|
1814
|
+
modifier?: string | undefined;
|
|
1815
1815
|
driving_side?: "left" | "right" | undefined;
|
|
1816
1816
|
}>;
|
|
1817
1817
|
secondary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -1861,8 +1861,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
1861
1861
|
active_direction?: string | undefined;
|
|
1862
1862
|
}[];
|
|
1863
1863
|
type?: string | undefined;
|
|
1864
|
-
modifier?: string | undefined;
|
|
1865
1864
|
degrees?: number | undefined;
|
|
1865
|
+
modifier?: string | undefined;
|
|
1866
1866
|
driving_side?: "left" | "right" | undefined;
|
|
1867
1867
|
}, {
|
|
1868
1868
|
text: string;
|
|
@@ -1877,8 +1877,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
1877
1877
|
active_direction?: string | undefined;
|
|
1878
1878
|
}[];
|
|
1879
1879
|
type?: string | undefined;
|
|
1880
|
-
modifier?: string | undefined;
|
|
1881
1880
|
degrees?: number | undefined;
|
|
1881
|
+
modifier?: string | undefined;
|
|
1882
1882
|
driving_side?: "left" | "right" | undefined;
|
|
1883
1883
|
}>>>;
|
|
1884
1884
|
sub: z.ZodOptional<z.ZodObject<{
|
|
@@ -1928,8 +1928,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
1928
1928
|
active_direction?: string | undefined;
|
|
1929
1929
|
}[];
|
|
1930
1930
|
type?: string | undefined;
|
|
1931
|
-
modifier?: string | undefined;
|
|
1932
1931
|
degrees?: number | undefined;
|
|
1932
|
+
modifier?: string | undefined;
|
|
1933
1933
|
driving_side?: "left" | "right" | undefined;
|
|
1934
1934
|
}, {
|
|
1935
1935
|
text: string;
|
|
@@ -1944,8 +1944,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
1944
1944
|
active_direction?: string | undefined;
|
|
1945
1945
|
}[];
|
|
1946
1946
|
type?: string | undefined;
|
|
1947
|
-
modifier?: string | undefined;
|
|
1948
1947
|
degrees?: number | undefined;
|
|
1948
|
+
modifier?: string | undefined;
|
|
1949
1949
|
driving_side?: "left" | "right" | undefined;
|
|
1950
1950
|
}>>;
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1963,8 +1963,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
1963
1963
|
active_direction?: string | undefined;
|
|
1964
1964
|
}[];
|
|
1965
1965
|
type?: string | undefined;
|
|
1966
|
-
modifier?: string | undefined;
|
|
1967
1966
|
degrees?: number | undefined;
|
|
1967
|
+
modifier?: string | undefined;
|
|
1968
1968
|
driving_side?: "left" | "right" | undefined;
|
|
1969
1969
|
};
|
|
1970
1970
|
sub?: {
|
|
@@ -1980,8 +1980,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
1980
1980
|
active_direction?: string | undefined;
|
|
1981
1981
|
}[];
|
|
1982
1982
|
type?: string | undefined;
|
|
1983
|
-
modifier?: string | undefined;
|
|
1984
1983
|
degrees?: number | undefined;
|
|
1984
|
+
modifier?: string | undefined;
|
|
1985
1985
|
driving_side?: "left" | "right" | undefined;
|
|
1986
1986
|
} | undefined;
|
|
1987
1987
|
secondary?: {
|
|
@@ -1997,8 +1997,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
1997
1997
|
active_direction?: string | undefined;
|
|
1998
1998
|
}[];
|
|
1999
1999
|
type?: string | undefined;
|
|
2000
|
-
modifier?: string | undefined;
|
|
2001
2000
|
degrees?: number | undefined;
|
|
2001
|
+
modifier?: string | undefined;
|
|
2002
2002
|
driving_side?: "left" | "right" | undefined;
|
|
2003
2003
|
} | null | undefined;
|
|
2004
2004
|
}, {
|
|
@@ -2016,8 +2016,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2016
2016
|
active_direction?: string | undefined;
|
|
2017
2017
|
}[];
|
|
2018
2018
|
type?: string | undefined;
|
|
2019
|
-
modifier?: string | undefined;
|
|
2020
2019
|
degrees?: number | undefined;
|
|
2020
|
+
modifier?: string | undefined;
|
|
2021
2021
|
driving_side?: "left" | "right" | undefined;
|
|
2022
2022
|
};
|
|
2023
2023
|
sub?: {
|
|
@@ -2033,8 +2033,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2033
2033
|
active_direction?: string | undefined;
|
|
2034
2034
|
}[];
|
|
2035
2035
|
type?: string | undefined;
|
|
2036
|
-
modifier?: string | undefined;
|
|
2037
2036
|
degrees?: number | undefined;
|
|
2037
|
+
modifier?: string | undefined;
|
|
2038
2038
|
driving_side?: "left" | "right" | undefined;
|
|
2039
2039
|
} | undefined;
|
|
2040
2040
|
secondary?: {
|
|
@@ -2050,8 +2050,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2050
2050
|
active_direction?: string | undefined;
|
|
2051
2051
|
}[];
|
|
2052
2052
|
type?: string | undefined;
|
|
2053
|
-
modifier?: string | undefined;
|
|
2054
2053
|
degrees?: number | undefined;
|
|
2054
|
+
modifier?: string | undefined;
|
|
2055
2055
|
driving_side?: "left" | "right" | undefined;
|
|
2056
2056
|
} | null | undefined;
|
|
2057
2057
|
}>, "many">>;
|
|
@@ -2061,11 +2061,11 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2061
2061
|
}, "strip", z.ZodTypeAny, {
|
|
2062
2062
|
duration: number;
|
|
2063
2063
|
name: string;
|
|
2064
|
-
distance: number;
|
|
2065
2064
|
geometry: string | {
|
|
2066
2065
|
type: "LineString";
|
|
2067
2066
|
coordinates: ([number, number] | [number, number, number])[];
|
|
2068
2067
|
};
|
|
2068
|
+
distance: number;
|
|
2069
2069
|
weight: number;
|
|
2070
2070
|
driving_side: "left" | "right";
|
|
2071
2071
|
maneuver: {
|
|
@@ -2120,8 +2120,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2120
2120
|
distanceAlongGeometry: number;
|
|
2121
2121
|
ssmlAnnouncement?: string | undefined;
|
|
2122
2122
|
}[] | undefined;
|
|
2123
|
-
duration_typical?: number | undefined;
|
|
2124
|
-
weight_typical?: number | undefined;
|
|
2123
|
+
duration_typical?: number | null | undefined;
|
|
2124
|
+
weight_typical?: number | null | undefined;
|
|
2125
2125
|
exit?: number | undefined;
|
|
2126
2126
|
ref?: string | undefined;
|
|
2127
2127
|
destinations?: string | undefined;
|
|
@@ -2144,8 +2144,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2144
2144
|
active_direction?: string | undefined;
|
|
2145
2145
|
}[];
|
|
2146
2146
|
type?: string | undefined;
|
|
2147
|
-
modifier?: string | undefined;
|
|
2148
2147
|
degrees?: number | undefined;
|
|
2148
|
+
modifier?: string | undefined;
|
|
2149
2149
|
driving_side?: "left" | "right" | undefined;
|
|
2150
2150
|
};
|
|
2151
2151
|
sub?: {
|
|
@@ -2161,8 +2161,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2161
2161
|
active_direction?: string | undefined;
|
|
2162
2162
|
}[];
|
|
2163
2163
|
type?: string | undefined;
|
|
2164
|
-
modifier?: string | undefined;
|
|
2165
2164
|
degrees?: number | undefined;
|
|
2165
|
+
modifier?: string | undefined;
|
|
2166
2166
|
driving_side?: "left" | "right" | undefined;
|
|
2167
2167
|
} | undefined;
|
|
2168
2168
|
secondary?: {
|
|
@@ -2178,8 +2178,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2178
2178
|
active_direction?: string | undefined;
|
|
2179
2179
|
}[];
|
|
2180
2180
|
type?: string | undefined;
|
|
2181
|
-
modifier?: string | undefined;
|
|
2182
2181
|
degrees?: number | undefined;
|
|
2182
|
+
modifier?: string | undefined;
|
|
2183
2183
|
driving_side?: "left" | "right" | undefined;
|
|
2184
2184
|
} | null | undefined;
|
|
2185
2185
|
}[] | undefined;
|
|
@@ -2188,11 +2188,11 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2188
2188
|
}, {
|
|
2189
2189
|
duration: number;
|
|
2190
2190
|
name: string;
|
|
2191
|
-
distance: number;
|
|
2192
2191
|
geometry: string | {
|
|
2193
2192
|
type: "LineString";
|
|
2194
2193
|
coordinates: ([number, number] | [number, number, number])[];
|
|
2195
2194
|
};
|
|
2195
|
+
distance: number;
|
|
2196
2196
|
weight: number;
|
|
2197
2197
|
driving_side: "left" | "right";
|
|
2198
2198
|
maneuver: {
|
|
@@ -2247,8 +2247,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2247
2247
|
distanceAlongGeometry: number;
|
|
2248
2248
|
ssmlAnnouncement?: string | undefined;
|
|
2249
2249
|
}[] | undefined;
|
|
2250
|
-
duration_typical?: number | undefined;
|
|
2251
|
-
weight_typical?: number | undefined;
|
|
2250
|
+
duration_typical?: number | null | undefined;
|
|
2251
|
+
weight_typical?: number | null | undefined;
|
|
2252
2252
|
exit?: number | undefined;
|
|
2253
2253
|
ref?: string | undefined;
|
|
2254
2254
|
destinations?: string | undefined;
|
|
@@ -2271,8 +2271,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2271
2271
|
active_direction?: string | undefined;
|
|
2272
2272
|
}[];
|
|
2273
2273
|
type?: string | undefined;
|
|
2274
|
-
modifier?: string | undefined;
|
|
2275
2274
|
degrees?: number | undefined;
|
|
2275
|
+
modifier?: string | undefined;
|
|
2276
2276
|
driving_side?: "left" | "right" | undefined;
|
|
2277
2277
|
};
|
|
2278
2278
|
sub?: {
|
|
@@ -2288,8 +2288,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2288
2288
|
active_direction?: string | undefined;
|
|
2289
2289
|
}[];
|
|
2290
2290
|
type?: string | undefined;
|
|
2291
|
-
modifier?: string | undefined;
|
|
2292
2291
|
degrees?: number | undefined;
|
|
2292
|
+
modifier?: string | undefined;
|
|
2293
2293
|
driving_side?: "left" | "right" | undefined;
|
|
2294
2294
|
} | undefined;
|
|
2295
2295
|
secondary?: {
|
|
@@ -2305,8 +2305,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2305
2305
|
active_direction?: string | undefined;
|
|
2306
2306
|
}[];
|
|
2307
2307
|
type?: string | undefined;
|
|
2308
|
-
modifier?: string | undefined;
|
|
2309
2308
|
degrees?: number | undefined;
|
|
2309
|
+
modifier?: string | undefined;
|
|
2310
2310
|
driving_side?: "left" | "right" | undefined;
|
|
2311
2311
|
} | null | undefined;
|
|
2312
2312
|
}[] | undefined;
|
|
@@ -2364,7 +2364,7 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2364
2364
|
iso_3166_1_alpha3: string;
|
|
2365
2365
|
end_time: string;
|
|
2366
2366
|
long_description: string;
|
|
2367
|
-
impact: "
|
|
2367
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
2368
2368
|
affected_road_names: string[];
|
|
2369
2369
|
creation_time: string;
|
|
2370
2370
|
start_time: string;
|
|
@@ -2390,7 +2390,7 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2390
2390
|
iso_3166_1_alpha3: string;
|
|
2391
2391
|
end_time: string;
|
|
2392
2392
|
long_description: string;
|
|
2393
|
-
impact: "
|
|
2393
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
2394
2394
|
affected_road_names: string[];
|
|
2395
2395
|
creation_time: string;
|
|
2396
2396
|
start_time: string;
|
|
@@ -2547,11 +2547,11 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2547
2547
|
steps: {
|
|
2548
2548
|
duration: number;
|
|
2549
2549
|
name: string;
|
|
2550
|
-
distance: number;
|
|
2551
2550
|
geometry: string | {
|
|
2552
2551
|
type: "LineString";
|
|
2553
2552
|
coordinates: ([number, number] | [number, number, number])[];
|
|
2554
2553
|
};
|
|
2554
|
+
distance: number;
|
|
2555
2555
|
weight: number;
|
|
2556
2556
|
driving_side: "left" | "right";
|
|
2557
2557
|
maneuver: {
|
|
@@ -2606,8 +2606,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2606
2606
|
distanceAlongGeometry: number;
|
|
2607
2607
|
ssmlAnnouncement?: string | undefined;
|
|
2608
2608
|
}[] | undefined;
|
|
2609
|
-
duration_typical?: number | undefined;
|
|
2610
|
-
weight_typical?: number | undefined;
|
|
2609
|
+
duration_typical?: number | null | undefined;
|
|
2610
|
+
weight_typical?: number | null | undefined;
|
|
2611
2611
|
exit?: number | undefined;
|
|
2612
2612
|
ref?: string | undefined;
|
|
2613
2613
|
destinations?: string | undefined;
|
|
@@ -2630,8 +2630,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2630
2630
|
active_direction?: string | undefined;
|
|
2631
2631
|
}[];
|
|
2632
2632
|
type?: string | undefined;
|
|
2633
|
-
modifier?: string | undefined;
|
|
2634
2633
|
degrees?: number | undefined;
|
|
2634
|
+
modifier?: string | undefined;
|
|
2635
2635
|
driving_side?: "left" | "right" | undefined;
|
|
2636
2636
|
};
|
|
2637
2637
|
sub?: {
|
|
@@ -2647,8 +2647,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2647
2647
|
active_direction?: string | undefined;
|
|
2648
2648
|
}[];
|
|
2649
2649
|
type?: string | undefined;
|
|
2650
|
-
modifier?: string | undefined;
|
|
2651
2650
|
degrees?: number | undefined;
|
|
2651
|
+
modifier?: string | undefined;
|
|
2652
2652
|
driving_side?: "left" | "right" | undefined;
|
|
2653
2653
|
} | undefined;
|
|
2654
2654
|
secondary?: {
|
|
@@ -2664,8 +2664,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2664
2664
|
active_direction?: string | undefined;
|
|
2665
2665
|
}[];
|
|
2666
2666
|
type?: string | undefined;
|
|
2667
|
-
modifier?: string | undefined;
|
|
2668
2667
|
degrees?: number | undefined;
|
|
2668
|
+
modifier?: string | undefined;
|
|
2669
2669
|
driving_side?: "left" | "right" | undefined;
|
|
2670
2670
|
} | null | undefined;
|
|
2671
2671
|
}[] | undefined;
|
|
@@ -2713,7 +2713,7 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2713
2713
|
iso_3166_1_alpha3: string;
|
|
2714
2714
|
end_time: string;
|
|
2715
2715
|
long_description: string;
|
|
2716
|
-
impact: "
|
|
2716
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
2717
2717
|
affected_road_names: string[];
|
|
2718
2718
|
creation_time: string;
|
|
2719
2719
|
start_time: string;
|
|
@@ -2730,8 +2730,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2730
2730
|
sub_type?: string | undefined;
|
|
2731
2731
|
sub_type_description?: string | undefined;
|
|
2732
2732
|
}[] | undefined;
|
|
2733
|
-
duration_typical?: number | undefined;
|
|
2734
|
-
weight_typical?: number | undefined;
|
|
2733
|
+
duration_typical?: number | null | undefined;
|
|
2734
|
+
weight_typical?: number | null | undefined;
|
|
2735
2735
|
closures?: {
|
|
2736
2736
|
geometry_index_start: number;
|
|
2737
2737
|
geometry_index_end: number;
|
|
@@ -2752,11 +2752,11 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2752
2752
|
steps: {
|
|
2753
2753
|
duration: number;
|
|
2754
2754
|
name: string;
|
|
2755
|
-
distance: number;
|
|
2756
2755
|
geometry: string | {
|
|
2757
2756
|
type: "LineString";
|
|
2758
2757
|
coordinates: ([number, number] | [number, number, number])[];
|
|
2759
2758
|
};
|
|
2759
|
+
distance: number;
|
|
2760
2760
|
weight: number;
|
|
2761
2761
|
driving_side: "left" | "right";
|
|
2762
2762
|
maneuver: {
|
|
@@ -2811,8 +2811,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2811
2811
|
distanceAlongGeometry: number;
|
|
2812
2812
|
ssmlAnnouncement?: string | undefined;
|
|
2813
2813
|
}[] | undefined;
|
|
2814
|
-
duration_typical?: number | undefined;
|
|
2815
|
-
weight_typical?: number | undefined;
|
|
2814
|
+
duration_typical?: number | null | undefined;
|
|
2815
|
+
weight_typical?: number | null | undefined;
|
|
2816
2816
|
exit?: number | undefined;
|
|
2817
2817
|
ref?: string | undefined;
|
|
2818
2818
|
destinations?: string | undefined;
|
|
@@ -2835,8 +2835,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2835
2835
|
active_direction?: string | undefined;
|
|
2836
2836
|
}[];
|
|
2837
2837
|
type?: string | undefined;
|
|
2838
|
-
modifier?: string | undefined;
|
|
2839
2838
|
degrees?: number | undefined;
|
|
2839
|
+
modifier?: string | undefined;
|
|
2840
2840
|
driving_side?: "left" | "right" | undefined;
|
|
2841
2841
|
};
|
|
2842
2842
|
sub?: {
|
|
@@ -2852,8 +2852,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2852
2852
|
active_direction?: string | undefined;
|
|
2853
2853
|
}[];
|
|
2854
2854
|
type?: string | undefined;
|
|
2855
|
-
modifier?: string | undefined;
|
|
2856
2855
|
degrees?: number | undefined;
|
|
2856
|
+
modifier?: string | undefined;
|
|
2857
2857
|
driving_side?: "left" | "right" | undefined;
|
|
2858
2858
|
} | undefined;
|
|
2859
2859
|
secondary?: {
|
|
@@ -2869,8 +2869,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2869
2869
|
active_direction?: string | undefined;
|
|
2870
2870
|
}[];
|
|
2871
2871
|
type?: string | undefined;
|
|
2872
|
-
modifier?: string | undefined;
|
|
2873
2872
|
degrees?: number | undefined;
|
|
2873
|
+
modifier?: string | undefined;
|
|
2874
2874
|
driving_side?: "left" | "right" | undefined;
|
|
2875
2875
|
} | null | undefined;
|
|
2876
2876
|
}[] | undefined;
|
|
@@ -2918,7 +2918,7 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2918
2918
|
iso_3166_1_alpha3: string;
|
|
2919
2919
|
end_time: string;
|
|
2920
2920
|
long_description: string;
|
|
2921
|
-
impact: "
|
|
2921
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
2922
2922
|
affected_road_names: string[];
|
|
2923
2923
|
creation_time: string;
|
|
2924
2924
|
start_time: string;
|
|
@@ -2935,8 +2935,8 @@ declare const RouteLegSchema: z.ZodObject<{
|
|
|
2935
2935
|
sub_type?: string | undefined;
|
|
2936
2936
|
sub_type_description?: string | undefined;
|
|
2937
2937
|
}[] | undefined;
|
|
2938
|
-
duration_typical?: number | undefined;
|
|
2939
|
-
weight_typical?: number | undefined;
|
|
2938
|
+
duration_typical?: number | null | undefined;
|
|
2939
|
+
weight_typical?: number | null | undefined;
|
|
2940
2940
|
closures?: {
|
|
2941
2941
|
geometry_index_start: number;
|
|
2942
2942
|
geometry_index_end: number;
|
|
@@ -2952,8 +2952,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
2952
2952
|
distance: z.ZodNumber;
|
|
2953
2953
|
weight_name: z.ZodOptional<z.ZodEnum<["auto", "pedestrian"]>>;
|
|
2954
2954
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
2955
|
-
duration_typical: z.ZodOptional<z.ZodNumber
|
|
2956
|
-
weight_typical: z.ZodOptional<z.ZodNumber
|
|
2955
|
+
duration_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2956
|
+
weight_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2957
2957
|
geometry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
2958
2958
|
type: z.ZodLiteral<"LineString">;
|
|
2959
2959
|
coordinates: z.ZodArray<z.ZodUnion<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>, "many">;
|
|
@@ -2968,8 +2968,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
2968
2968
|
distance: z.ZodNumber;
|
|
2969
2969
|
duration: z.ZodNumber;
|
|
2970
2970
|
weight: z.ZodNumber;
|
|
2971
|
-
duration_typical: z.ZodOptional<z.ZodNumber
|
|
2972
|
-
weight_typical: z.ZodOptional<z.ZodNumber
|
|
2971
|
+
duration_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2972
|
+
weight_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2973
2973
|
steps: z.ZodArray<z.ZodObject<{
|
|
2974
2974
|
maneuver: z.ZodObject<{
|
|
2975
2975
|
bearing_before: z.ZodNumber;
|
|
@@ -2999,8 +2999,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
2999
2999
|
distance: z.ZodNumber;
|
|
3000
3000
|
duration: z.ZodNumber;
|
|
3001
3001
|
weight: z.ZodNumber;
|
|
3002
|
-
duration_typical: z.ZodOptional<z.ZodNumber
|
|
3003
|
-
weight_typical: z.ZodOptional<z.ZodNumber
|
|
3002
|
+
duration_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3003
|
+
weight_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3004
3004
|
geometry: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
3005
3005
|
type: z.ZodLiteral<"LineString">;
|
|
3006
3006
|
coordinates: z.ZodArray<z.ZodUnion<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>, "many">;
|
|
@@ -3227,8 +3227,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3227
3227
|
active_direction?: string | undefined;
|
|
3228
3228
|
}[];
|
|
3229
3229
|
type?: string | undefined;
|
|
3230
|
-
modifier?: string | undefined;
|
|
3231
3230
|
degrees?: number | undefined;
|
|
3231
|
+
modifier?: string | undefined;
|
|
3232
3232
|
driving_side?: "left" | "right" | undefined;
|
|
3233
3233
|
}, {
|
|
3234
3234
|
text: string;
|
|
@@ -3243,8 +3243,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3243
3243
|
active_direction?: string | undefined;
|
|
3244
3244
|
}[];
|
|
3245
3245
|
type?: string | undefined;
|
|
3246
|
-
modifier?: string | undefined;
|
|
3247
3246
|
degrees?: number | undefined;
|
|
3247
|
+
modifier?: string | undefined;
|
|
3248
3248
|
driving_side?: "left" | "right" | undefined;
|
|
3249
3249
|
}>;
|
|
3250
3250
|
secondary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -3294,8 +3294,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3294
3294
|
active_direction?: string | undefined;
|
|
3295
3295
|
}[];
|
|
3296
3296
|
type?: string | undefined;
|
|
3297
|
-
modifier?: string | undefined;
|
|
3298
3297
|
degrees?: number | undefined;
|
|
3298
|
+
modifier?: string | undefined;
|
|
3299
3299
|
driving_side?: "left" | "right" | undefined;
|
|
3300
3300
|
}, {
|
|
3301
3301
|
text: string;
|
|
@@ -3310,8 +3310,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3310
3310
|
active_direction?: string | undefined;
|
|
3311
3311
|
}[];
|
|
3312
3312
|
type?: string | undefined;
|
|
3313
|
-
modifier?: string | undefined;
|
|
3314
3313
|
degrees?: number | undefined;
|
|
3314
|
+
modifier?: string | undefined;
|
|
3315
3315
|
driving_side?: "left" | "right" | undefined;
|
|
3316
3316
|
}>>>;
|
|
3317
3317
|
sub: z.ZodOptional<z.ZodObject<{
|
|
@@ -3361,8 +3361,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3361
3361
|
active_direction?: string | undefined;
|
|
3362
3362
|
}[];
|
|
3363
3363
|
type?: string | undefined;
|
|
3364
|
-
modifier?: string | undefined;
|
|
3365
3364
|
degrees?: number | undefined;
|
|
3365
|
+
modifier?: string | undefined;
|
|
3366
3366
|
driving_side?: "left" | "right" | undefined;
|
|
3367
3367
|
}, {
|
|
3368
3368
|
text: string;
|
|
@@ -3377,8 +3377,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3377
3377
|
active_direction?: string | undefined;
|
|
3378
3378
|
}[];
|
|
3379
3379
|
type?: string | undefined;
|
|
3380
|
-
modifier?: string | undefined;
|
|
3381
3380
|
degrees?: number | undefined;
|
|
3381
|
+
modifier?: string | undefined;
|
|
3382
3382
|
driving_side?: "left" | "right" | undefined;
|
|
3383
3383
|
}>>;
|
|
3384
3384
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3396,8 +3396,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3396
3396
|
active_direction?: string | undefined;
|
|
3397
3397
|
}[];
|
|
3398
3398
|
type?: string | undefined;
|
|
3399
|
-
modifier?: string | undefined;
|
|
3400
3399
|
degrees?: number | undefined;
|
|
3400
|
+
modifier?: string | undefined;
|
|
3401
3401
|
driving_side?: "left" | "right" | undefined;
|
|
3402
3402
|
};
|
|
3403
3403
|
sub?: {
|
|
@@ -3413,8 +3413,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3413
3413
|
active_direction?: string | undefined;
|
|
3414
3414
|
}[];
|
|
3415
3415
|
type?: string | undefined;
|
|
3416
|
-
modifier?: string | undefined;
|
|
3417
3416
|
degrees?: number | undefined;
|
|
3417
|
+
modifier?: string | undefined;
|
|
3418
3418
|
driving_side?: "left" | "right" | undefined;
|
|
3419
3419
|
} | undefined;
|
|
3420
3420
|
secondary?: {
|
|
@@ -3430,8 +3430,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3430
3430
|
active_direction?: string | undefined;
|
|
3431
3431
|
}[];
|
|
3432
3432
|
type?: string | undefined;
|
|
3433
|
-
modifier?: string | undefined;
|
|
3434
3433
|
degrees?: number | undefined;
|
|
3434
|
+
modifier?: string | undefined;
|
|
3435
3435
|
driving_side?: "left" | "right" | undefined;
|
|
3436
3436
|
} | null | undefined;
|
|
3437
3437
|
}, {
|
|
@@ -3449,8 +3449,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3449
3449
|
active_direction?: string | undefined;
|
|
3450
3450
|
}[];
|
|
3451
3451
|
type?: string | undefined;
|
|
3452
|
-
modifier?: string | undefined;
|
|
3453
3452
|
degrees?: number | undefined;
|
|
3453
|
+
modifier?: string | undefined;
|
|
3454
3454
|
driving_side?: "left" | "right" | undefined;
|
|
3455
3455
|
};
|
|
3456
3456
|
sub?: {
|
|
@@ -3466,8 +3466,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3466
3466
|
active_direction?: string | undefined;
|
|
3467
3467
|
}[];
|
|
3468
3468
|
type?: string | undefined;
|
|
3469
|
-
modifier?: string | undefined;
|
|
3470
3469
|
degrees?: number | undefined;
|
|
3470
|
+
modifier?: string | undefined;
|
|
3471
3471
|
driving_side?: "left" | "right" | undefined;
|
|
3472
3472
|
} | undefined;
|
|
3473
3473
|
secondary?: {
|
|
@@ -3483,8 +3483,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3483
3483
|
active_direction?: string | undefined;
|
|
3484
3484
|
}[];
|
|
3485
3485
|
type?: string | undefined;
|
|
3486
|
-
modifier?: string | undefined;
|
|
3487
3486
|
degrees?: number | undefined;
|
|
3487
|
+
modifier?: string | undefined;
|
|
3488
3488
|
driving_side?: "left" | "right" | undefined;
|
|
3489
3489
|
} | null | undefined;
|
|
3490
3490
|
}>, "many">>;
|
|
@@ -3494,11 +3494,11 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3494
3494
|
}, "strip", z.ZodTypeAny, {
|
|
3495
3495
|
duration: number;
|
|
3496
3496
|
name: string;
|
|
3497
|
-
distance: number;
|
|
3498
3497
|
geometry: string | {
|
|
3499
3498
|
type: "LineString";
|
|
3500
3499
|
coordinates: ([number, number] | [number, number, number])[];
|
|
3501
3500
|
};
|
|
3501
|
+
distance: number;
|
|
3502
3502
|
weight: number;
|
|
3503
3503
|
driving_side: "left" | "right";
|
|
3504
3504
|
maneuver: {
|
|
@@ -3553,8 +3553,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3553
3553
|
distanceAlongGeometry: number;
|
|
3554
3554
|
ssmlAnnouncement?: string | undefined;
|
|
3555
3555
|
}[] | undefined;
|
|
3556
|
-
duration_typical?: number | undefined;
|
|
3557
|
-
weight_typical?: number | undefined;
|
|
3556
|
+
duration_typical?: number | null | undefined;
|
|
3557
|
+
weight_typical?: number | null | undefined;
|
|
3558
3558
|
exit?: number | undefined;
|
|
3559
3559
|
ref?: string | undefined;
|
|
3560
3560
|
destinations?: string | undefined;
|
|
@@ -3577,8 +3577,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3577
3577
|
active_direction?: string | undefined;
|
|
3578
3578
|
}[];
|
|
3579
3579
|
type?: string | undefined;
|
|
3580
|
-
modifier?: string | undefined;
|
|
3581
3580
|
degrees?: number | undefined;
|
|
3581
|
+
modifier?: string | undefined;
|
|
3582
3582
|
driving_side?: "left" | "right" | undefined;
|
|
3583
3583
|
};
|
|
3584
3584
|
sub?: {
|
|
@@ -3594,8 +3594,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3594
3594
|
active_direction?: string | undefined;
|
|
3595
3595
|
}[];
|
|
3596
3596
|
type?: string | undefined;
|
|
3597
|
-
modifier?: string | undefined;
|
|
3598
3597
|
degrees?: number | undefined;
|
|
3598
|
+
modifier?: string | undefined;
|
|
3599
3599
|
driving_side?: "left" | "right" | undefined;
|
|
3600
3600
|
} | undefined;
|
|
3601
3601
|
secondary?: {
|
|
@@ -3611,8 +3611,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3611
3611
|
active_direction?: string | undefined;
|
|
3612
3612
|
}[];
|
|
3613
3613
|
type?: string | undefined;
|
|
3614
|
-
modifier?: string | undefined;
|
|
3615
3614
|
degrees?: number | undefined;
|
|
3615
|
+
modifier?: string | undefined;
|
|
3616
3616
|
driving_side?: "left" | "right" | undefined;
|
|
3617
3617
|
} | null | undefined;
|
|
3618
3618
|
}[] | undefined;
|
|
@@ -3621,11 +3621,11 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3621
3621
|
}, {
|
|
3622
3622
|
duration: number;
|
|
3623
3623
|
name: string;
|
|
3624
|
-
distance: number;
|
|
3625
3624
|
geometry: string | {
|
|
3626
3625
|
type: "LineString";
|
|
3627
3626
|
coordinates: ([number, number] | [number, number, number])[];
|
|
3628
3627
|
};
|
|
3628
|
+
distance: number;
|
|
3629
3629
|
weight: number;
|
|
3630
3630
|
driving_side: "left" | "right";
|
|
3631
3631
|
maneuver: {
|
|
@@ -3680,8 +3680,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3680
3680
|
distanceAlongGeometry: number;
|
|
3681
3681
|
ssmlAnnouncement?: string | undefined;
|
|
3682
3682
|
}[] | undefined;
|
|
3683
|
-
duration_typical?: number | undefined;
|
|
3684
|
-
weight_typical?: number | undefined;
|
|
3683
|
+
duration_typical?: number | null | undefined;
|
|
3684
|
+
weight_typical?: number | null | undefined;
|
|
3685
3685
|
exit?: number | undefined;
|
|
3686
3686
|
ref?: string | undefined;
|
|
3687
3687
|
destinations?: string | undefined;
|
|
@@ -3704,8 +3704,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3704
3704
|
active_direction?: string | undefined;
|
|
3705
3705
|
}[];
|
|
3706
3706
|
type?: string | undefined;
|
|
3707
|
-
modifier?: string | undefined;
|
|
3708
3707
|
degrees?: number | undefined;
|
|
3708
|
+
modifier?: string | undefined;
|
|
3709
3709
|
driving_side?: "left" | "right" | undefined;
|
|
3710
3710
|
};
|
|
3711
3711
|
sub?: {
|
|
@@ -3721,8 +3721,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3721
3721
|
active_direction?: string | undefined;
|
|
3722
3722
|
}[];
|
|
3723
3723
|
type?: string | undefined;
|
|
3724
|
-
modifier?: string | undefined;
|
|
3725
3724
|
degrees?: number | undefined;
|
|
3725
|
+
modifier?: string | undefined;
|
|
3726
3726
|
driving_side?: "left" | "right" | undefined;
|
|
3727
3727
|
} | undefined;
|
|
3728
3728
|
secondary?: {
|
|
@@ -3738,8 +3738,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3738
3738
|
active_direction?: string | undefined;
|
|
3739
3739
|
}[];
|
|
3740
3740
|
type?: string | undefined;
|
|
3741
|
-
modifier?: string | undefined;
|
|
3742
3741
|
degrees?: number | undefined;
|
|
3742
|
+
modifier?: string | undefined;
|
|
3743
3743
|
driving_side?: "left" | "right" | undefined;
|
|
3744
3744
|
} | null | undefined;
|
|
3745
3745
|
}[] | undefined;
|
|
@@ -3797,7 +3797,7 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3797
3797
|
iso_3166_1_alpha3: string;
|
|
3798
3798
|
end_time: string;
|
|
3799
3799
|
long_description: string;
|
|
3800
|
-
impact: "
|
|
3800
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
3801
3801
|
affected_road_names: string[];
|
|
3802
3802
|
creation_time: string;
|
|
3803
3803
|
start_time: string;
|
|
@@ -3823,7 +3823,7 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3823
3823
|
iso_3166_1_alpha3: string;
|
|
3824
3824
|
end_time: string;
|
|
3825
3825
|
long_description: string;
|
|
3826
|
-
impact: "
|
|
3826
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
3827
3827
|
affected_road_names: string[];
|
|
3828
3828
|
creation_time: string;
|
|
3829
3829
|
start_time: string;
|
|
@@ -3980,11 +3980,11 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
3980
3980
|
steps: {
|
|
3981
3981
|
duration: number;
|
|
3982
3982
|
name: string;
|
|
3983
|
-
distance: number;
|
|
3984
3983
|
geometry: string | {
|
|
3985
3984
|
type: "LineString";
|
|
3986
3985
|
coordinates: ([number, number] | [number, number, number])[];
|
|
3987
3986
|
};
|
|
3987
|
+
distance: number;
|
|
3988
3988
|
weight: number;
|
|
3989
3989
|
driving_side: "left" | "right";
|
|
3990
3990
|
maneuver: {
|
|
@@ -4039,8 +4039,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4039
4039
|
distanceAlongGeometry: number;
|
|
4040
4040
|
ssmlAnnouncement?: string | undefined;
|
|
4041
4041
|
}[] | undefined;
|
|
4042
|
-
duration_typical?: number | undefined;
|
|
4043
|
-
weight_typical?: number | undefined;
|
|
4042
|
+
duration_typical?: number | null | undefined;
|
|
4043
|
+
weight_typical?: number | null | undefined;
|
|
4044
4044
|
exit?: number | undefined;
|
|
4045
4045
|
ref?: string | undefined;
|
|
4046
4046
|
destinations?: string | undefined;
|
|
@@ -4063,8 +4063,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4063
4063
|
active_direction?: string | undefined;
|
|
4064
4064
|
}[];
|
|
4065
4065
|
type?: string | undefined;
|
|
4066
|
-
modifier?: string | undefined;
|
|
4067
4066
|
degrees?: number | undefined;
|
|
4067
|
+
modifier?: string | undefined;
|
|
4068
4068
|
driving_side?: "left" | "right" | undefined;
|
|
4069
4069
|
};
|
|
4070
4070
|
sub?: {
|
|
@@ -4080,8 +4080,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4080
4080
|
active_direction?: string | undefined;
|
|
4081
4081
|
}[];
|
|
4082
4082
|
type?: string | undefined;
|
|
4083
|
-
modifier?: string | undefined;
|
|
4084
4083
|
degrees?: number | undefined;
|
|
4084
|
+
modifier?: string | undefined;
|
|
4085
4085
|
driving_side?: "left" | "right" | undefined;
|
|
4086
4086
|
} | undefined;
|
|
4087
4087
|
secondary?: {
|
|
@@ -4097,8 +4097,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4097
4097
|
active_direction?: string | undefined;
|
|
4098
4098
|
}[];
|
|
4099
4099
|
type?: string | undefined;
|
|
4100
|
-
modifier?: string | undefined;
|
|
4101
4100
|
degrees?: number | undefined;
|
|
4101
|
+
modifier?: string | undefined;
|
|
4102
4102
|
driving_side?: "left" | "right" | undefined;
|
|
4103
4103
|
} | null | undefined;
|
|
4104
4104
|
}[] | undefined;
|
|
@@ -4146,7 +4146,7 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4146
4146
|
iso_3166_1_alpha3: string;
|
|
4147
4147
|
end_time: string;
|
|
4148
4148
|
long_description: string;
|
|
4149
|
-
impact: "
|
|
4149
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
4150
4150
|
affected_road_names: string[];
|
|
4151
4151
|
creation_time: string;
|
|
4152
4152
|
start_time: string;
|
|
@@ -4163,8 +4163,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4163
4163
|
sub_type?: string | undefined;
|
|
4164
4164
|
sub_type_description?: string | undefined;
|
|
4165
4165
|
}[] | undefined;
|
|
4166
|
-
duration_typical?: number | undefined;
|
|
4167
|
-
weight_typical?: number | undefined;
|
|
4166
|
+
duration_typical?: number | null | undefined;
|
|
4167
|
+
weight_typical?: number | null | undefined;
|
|
4168
4168
|
closures?: {
|
|
4169
4169
|
geometry_index_start: number;
|
|
4170
4170
|
geometry_index_end: number;
|
|
@@ -4185,11 +4185,11 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4185
4185
|
steps: {
|
|
4186
4186
|
duration: number;
|
|
4187
4187
|
name: string;
|
|
4188
|
-
distance: number;
|
|
4189
4188
|
geometry: string | {
|
|
4190
4189
|
type: "LineString";
|
|
4191
4190
|
coordinates: ([number, number] | [number, number, number])[];
|
|
4192
4191
|
};
|
|
4192
|
+
distance: number;
|
|
4193
4193
|
weight: number;
|
|
4194
4194
|
driving_side: "left" | "right";
|
|
4195
4195
|
maneuver: {
|
|
@@ -4244,8 +4244,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4244
4244
|
distanceAlongGeometry: number;
|
|
4245
4245
|
ssmlAnnouncement?: string | undefined;
|
|
4246
4246
|
}[] | undefined;
|
|
4247
|
-
duration_typical?: number | undefined;
|
|
4248
|
-
weight_typical?: number | undefined;
|
|
4247
|
+
duration_typical?: number | null | undefined;
|
|
4248
|
+
weight_typical?: number | null | undefined;
|
|
4249
4249
|
exit?: number | undefined;
|
|
4250
4250
|
ref?: string | undefined;
|
|
4251
4251
|
destinations?: string | undefined;
|
|
@@ -4268,8 +4268,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4268
4268
|
active_direction?: string | undefined;
|
|
4269
4269
|
}[];
|
|
4270
4270
|
type?: string | undefined;
|
|
4271
|
-
modifier?: string | undefined;
|
|
4272
4271
|
degrees?: number | undefined;
|
|
4272
|
+
modifier?: string | undefined;
|
|
4273
4273
|
driving_side?: "left" | "right" | undefined;
|
|
4274
4274
|
};
|
|
4275
4275
|
sub?: {
|
|
@@ -4285,8 +4285,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4285
4285
|
active_direction?: string | undefined;
|
|
4286
4286
|
}[];
|
|
4287
4287
|
type?: string | undefined;
|
|
4288
|
-
modifier?: string | undefined;
|
|
4289
4288
|
degrees?: number | undefined;
|
|
4289
|
+
modifier?: string | undefined;
|
|
4290
4290
|
driving_side?: "left" | "right" | undefined;
|
|
4291
4291
|
} | undefined;
|
|
4292
4292
|
secondary?: {
|
|
@@ -4302,8 +4302,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4302
4302
|
active_direction?: string | undefined;
|
|
4303
4303
|
}[];
|
|
4304
4304
|
type?: string | undefined;
|
|
4305
|
-
modifier?: string | undefined;
|
|
4306
4305
|
degrees?: number | undefined;
|
|
4306
|
+
modifier?: string | undefined;
|
|
4307
4307
|
driving_side?: "left" | "right" | undefined;
|
|
4308
4308
|
} | null | undefined;
|
|
4309
4309
|
}[] | undefined;
|
|
@@ -4351,7 +4351,7 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4351
4351
|
iso_3166_1_alpha3: string;
|
|
4352
4352
|
end_time: string;
|
|
4353
4353
|
long_description: string;
|
|
4354
|
-
impact: "
|
|
4354
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
4355
4355
|
affected_road_names: string[];
|
|
4356
4356
|
creation_time: string;
|
|
4357
4357
|
start_time: string;
|
|
@@ -4368,8 +4368,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4368
4368
|
sub_type?: string | undefined;
|
|
4369
4369
|
sub_type_description?: string | undefined;
|
|
4370
4370
|
}[] | undefined;
|
|
4371
|
-
duration_typical?: number | undefined;
|
|
4372
|
-
weight_typical?: number | undefined;
|
|
4371
|
+
duration_typical?: number | null | undefined;
|
|
4372
|
+
weight_typical?: number | null | undefined;
|
|
4373
4373
|
closures?: {
|
|
4374
4374
|
geometry_index_start: number;
|
|
4375
4375
|
geometry_index_end: number;
|
|
@@ -4453,6 +4453,7 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4453
4453
|
}, "strip", z.ZodTypeAny, {
|
|
4454
4454
|
name: string;
|
|
4455
4455
|
location: [number, number];
|
|
4456
|
+
distance?: number | undefined;
|
|
4456
4457
|
metadata?: {
|
|
4457
4458
|
type: "charging-station";
|
|
4458
4459
|
name: string;
|
|
@@ -4471,7 +4472,6 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4471
4472
|
} | {
|
|
4472
4473
|
type: "regular";
|
|
4473
4474
|
} | null | undefined;
|
|
4474
|
-
distance?: number | undefined;
|
|
4475
4475
|
time_zone?: {
|
|
4476
4476
|
offset: string;
|
|
4477
4477
|
identifier: string;
|
|
@@ -4480,6 +4480,7 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4480
4480
|
}, {
|
|
4481
4481
|
name: string;
|
|
4482
4482
|
location: [number, number];
|
|
4483
|
+
distance?: number | undefined;
|
|
4483
4484
|
metadata?: {
|
|
4484
4485
|
type: "charging-station";
|
|
4485
4486
|
name: string;
|
|
@@ -4498,7 +4499,6 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4498
4499
|
} | {
|
|
4499
4500
|
type: "regular";
|
|
4500
4501
|
} | null | undefined;
|
|
4501
|
-
distance?: number | undefined;
|
|
4502
4502
|
time_zone?: {
|
|
4503
4503
|
offset: string;
|
|
4504
4504
|
identifier: string;
|
|
@@ -4539,8 +4539,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4539
4539
|
} | undefined;
|
|
4540
4540
|
weight_name?: "auto" | "pedestrian" | undefined;
|
|
4541
4541
|
weight?: number | undefined;
|
|
4542
|
-
duration_typical?: number | undefined;
|
|
4543
|
-
weight_typical?: number | undefined;
|
|
4542
|
+
duration_typical?: number | null | undefined;
|
|
4543
|
+
weight_typical?: number | null | undefined;
|
|
4544
4544
|
legs?: {
|
|
4545
4545
|
duration: number;
|
|
4546
4546
|
distance: number;
|
|
@@ -4552,11 +4552,11 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4552
4552
|
steps: {
|
|
4553
4553
|
duration: number;
|
|
4554
4554
|
name: string;
|
|
4555
|
-
distance: number;
|
|
4556
4555
|
geometry: string | {
|
|
4557
4556
|
type: "LineString";
|
|
4558
4557
|
coordinates: ([number, number] | [number, number, number])[];
|
|
4559
4558
|
};
|
|
4559
|
+
distance: number;
|
|
4560
4560
|
weight: number;
|
|
4561
4561
|
driving_side: "left" | "right";
|
|
4562
4562
|
maneuver: {
|
|
@@ -4611,8 +4611,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4611
4611
|
distanceAlongGeometry: number;
|
|
4612
4612
|
ssmlAnnouncement?: string | undefined;
|
|
4613
4613
|
}[] | undefined;
|
|
4614
|
-
duration_typical?: number | undefined;
|
|
4615
|
-
weight_typical?: number | undefined;
|
|
4614
|
+
duration_typical?: number | null | undefined;
|
|
4615
|
+
weight_typical?: number | null | undefined;
|
|
4616
4616
|
exit?: number | undefined;
|
|
4617
4617
|
ref?: string | undefined;
|
|
4618
4618
|
destinations?: string | undefined;
|
|
@@ -4635,8 +4635,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4635
4635
|
active_direction?: string | undefined;
|
|
4636
4636
|
}[];
|
|
4637
4637
|
type?: string | undefined;
|
|
4638
|
-
modifier?: string | undefined;
|
|
4639
4638
|
degrees?: number | undefined;
|
|
4639
|
+
modifier?: string | undefined;
|
|
4640
4640
|
driving_side?: "left" | "right" | undefined;
|
|
4641
4641
|
};
|
|
4642
4642
|
sub?: {
|
|
@@ -4652,8 +4652,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4652
4652
|
active_direction?: string | undefined;
|
|
4653
4653
|
}[];
|
|
4654
4654
|
type?: string | undefined;
|
|
4655
|
-
modifier?: string | undefined;
|
|
4656
4655
|
degrees?: number | undefined;
|
|
4656
|
+
modifier?: string | undefined;
|
|
4657
4657
|
driving_side?: "left" | "right" | undefined;
|
|
4658
4658
|
} | undefined;
|
|
4659
4659
|
secondary?: {
|
|
@@ -4669,8 +4669,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4669
4669
|
active_direction?: string | undefined;
|
|
4670
4670
|
}[];
|
|
4671
4671
|
type?: string | undefined;
|
|
4672
|
-
modifier?: string | undefined;
|
|
4673
4672
|
degrees?: number | undefined;
|
|
4673
|
+
modifier?: string | undefined;
|
|
4674
4674
|
driving_side?: "left" | "right" | undefined;
|
|
4675
4675
|
} | null | undefined;
|
|
4676
4676
|
}[] | undefined;
|
|
@@ -4718,7 +4718,7 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4718
4718
|
iso_3166_1_alpha3: string;
|
|
4719
4719
|
end_time: string;
|
|
4720
4720
|
long_description: string;
|
|
4721
|
-
impact: "
|
|
4721
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
4722
4722
|
affected_road_names: string[];
|
|
4723
4723
|
creation_time: string;
|
|
4724
4724
|
start_time: string;
|
|
@@ -4735,8 +4735,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4735
4735
|
sub_type?: string | undefined;
|
|
4736
4736
|
sub_type_description?: string | undefined;
|
|
4737
4737
|
}[] | undefined;
|
|
4738
|
-
duration_typical?: number | undefined;
|
|
4739
|
-
weight_typical?: number | undefined;
|
|
4738
|
+
duration_typical?: number | null | undefined;
|
|
4739
|
+
weight_typical?: number | null | undefined;
|
|
4740
4740
|
closures?: {
|
|
4741
4741
|
geometry_index_start: number;
|
|
4742
4742
|
geometry_index_end: number;
|
|
@@ -4750,6 +4750,7 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4750
4750
|
waypoints?: {
|
|
4751
4751
|
name: string;
|
|
4752
4752
|
location: [number, number];
|
|
4753
|
+
distance?: number | undefined;
|
|
4753
4754
|
metadata?: {
|
|
4754
4755
|
type: "charging-station";
|
|
4755
4756
|
name: string;
|
|
@@ -4768,7 +4769,6 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4768
4769
|
} | {
|
|
4769
4770
|
type: "regular";
|
|
4770
4771
|
} | null | undefined;
|
|
4771
|
-
distance?: number | undefined;
|
|
4772
4772
|
time_zone?: {
|
|
4773
4773
|
offset: string;
|
|
4774
4774
|
identifier: string;
|
|
@@ -4799,8 +4799,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4799
4799
|
} | undefined;
|
|
4800
4800
|
weight_name?: "auto" | "pedestrian" | undefined;
|
|
4801
4801
|
weight?: number | undefined;
|
|
4802
|
-
duration_typical?: number | undefined;
|
|
4803
|
-
weight_typical?: number | undefined;
|
|
4802
|
+
duration_typical?: number | null | undefined;
|
|
4803
|
+
weight_typical?: number | null | undefined;
|
|
4804
4804
|
legs?: {
|
|
4805
4805
|
duration: number;
|
|
4806
4806
|
distance: number;
|
|
@@ -4812,11 +4812,11 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4812
4812
|
steps: {
|
|
4813
4813
|
duration: number;
|
|
4814
4814
|
name: string;
|
|
4815
|
-
distance: number;
|
|
4816
4815
|
geometry: string | {
|
|
4817
4816
|
type: "LineString";
|
|
4818
4817
|
coordinates: ([number, number] | [number, number, number])[];
|
|
4819
4818
|
};
|
|
4819
|
+
distance: number;
|
|
4820
4820
|
weight: number;
|
|
4821
4821
|
driving_side: "left" | "right";
|
|
4822
4822
|
maneuver: {
|
|
@@ -4871,8 +4871,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4871
4871
|
distanceAlongGeometry: number;
|
|
4872
4872
|
ssmlAnnouncement?: string | undefined;
|
|
4873
4873
|
}[] | undefined;
|
|
4874
|
-
duration_typical?: number | undefined;
|
|
4875
|
-
weight_typical?: number | undefined;
|
|
4874
|
+
duration_typical?: number | null | undefined;
|
|
4875
|
+
weight_typical?: number | null | undefined;
|
|
4876
4876
|
exit?: number | undefined;
|
|
4877
4877
|
ref?: string | undefined;
|
|
4878
4878
|
destinations?: string | undefined;
|
|
@@ -4895,8 +4895,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4895
4895
|
active_direction?: string | undefined;
|
|
4896
4896
|
}[];
|
|
4897
4897
|
type?: string | undefined;
|
|
4898
|
-
modifier?: string | undefined;
|
|
4899
4898
|
degrees?: number | undefined;
|
|
4899
|
+
modifier?: string | undefined;
|
|
4900
4900
|
driving_side?: "left" | "right" | undefined;
|
|
4901
4901
|
};
|
|
4902
4902
|
sub?: {
|
|
@@ -4912,8 +4912,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4912
4912
|
active_direction?: string | undefined;
|
|
4913
4913
|
}[];
|
|
4914
4914
|
type?: string | undefined;
|
|
4915
|
-
modifier?: string | undefined;
|
|
4916
4915
|
degrees?: number | undefined;
|
|
4916
|
+
modifier?: string | undefined;
|
|
4917
4917
|
driving_side?: "left" | "right" | undefined;
|
|
4918
4918
|
} | undefined;
|
|
4919
4919
|
secondary?: {
|
|
@@ -4929,8 +4929,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4929
4929
|
active_direction?: string | undefined;
|
|
4930
4930
|
}[];
|
|
4931
4931
|
type?: string | undefined;
|
|
4932
|
-
modifier?: string | undefined;
|
|
4933
4932
|
degrees?: number | undefined;
|
|
4933
|
+
modifier?: string | undefined;
|
|
4934
4934
|
driving_side?: "left" | "right" | undefined;
|
|
4935
4935
|
} | null | undefined;
|
|
4936
4936
|
}[] | undefined;
|
|
@@ -4978,7 +4978,7 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4978
4978
|
iso_3166_1_alpha3: string;
|
|
4979
4979
|
end_time: string;
|
|
4980
4980
|
long_description: string;
|
|
4981
|
-
impact: "
|
|
4981
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
4982
4982
|
affected_road_names: string[];
|
|
4983
4983
|
creation_time: string;
|
|
4984
4984
|
start_time: string;
|
|
@@ -4995,8 +4995,8 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
4995
4995
|
sub_type?: string | undefined;
|
|
4996
4996
|
sub_type_description?: string | undefined;
|
|
4997
4997
|
}[] | undefined;
|
|
4998
|
-
duration_typical?: number | undefined;
|
|
4999
|
-
weight_typical?: number | undefined;
|
|
4998
|
+
duration_typical?: number | null | undefined;
|
|
4999
|
+
weight_typical?: number | null | undefined;
|
|
5000
5000
|
closures?: {
|
|
5001
5001
|
geometry_index_start: number;
|
|
5002
5002
|
geometry_index_end: number;
|
|
@@ -5010,6 +5010,7 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
5010
5010
|
waypoints?: {
|
|
5011
5011
|
name: string;
|
|
5012
5012
|
location: [number, number];
|
|
5013
|
+
distance?: number | undefined;
|
|
5013
5014
|
metadata?: {
|
|
5014
5015
|
type: "charging-station";
|
|
5015
5016
|
name: string;
|
|
@@ -5028,7 +5029,6 @@ declare const RouteSchema: z.ZodObject<{
|
|
|
5028
5029
|
} | {
|
|
5029
5030
|
type: "regular";
|
|
5030
5031
|
} | null | undefined;
|
|
5031
|
-
distance?: number | undefined;
|
|
5032
5032
|
time_zone?: {
|
|
5033
5033
|
offset: string;
|
|
5034
5034
|
identifier: string;
|
|
@@ -5056,8 +5056,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5056
5056
|
distance: z.ZodNumber;
|
|
5057
5057
|
weight_name: z.ZodOptional<z.ZodEnum<["auto", "pedestrian"]>>;
|
|
5058
5058
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
5059
|
-
duration_typical: z.ZodOptional<z.ZodNumber
|
|
5060
|
-
weight_typical: z.ZodOptional<z.ZodNumber
|
|
5059
|
+
duration_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5060
|
+
weight_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5061
5061
|
geometry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5062
5062
|
type: z.ZodLiteral<"LineString">;
|
|
5063
5063
|
coordinates: z.ZodArray<z.ZodUnion<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>, "many">;
|
|
@@ -5072,8 +5072,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5072
5072
|
distance: z.ZodNumber;
|
|
5073
5073
|
duration: z.ZodNumber;
|
|
5074
5074
|
weight: z.ZodNumber;
|
|
5075
|
-
duration_typical: z.ZodOptional<z.ZodNumber
|
|
5076
|
-
weight_typical: z.ZodOptional<z.ZodNumber
|
|
5075
|
+
duration_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5076
|
+
weight_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5077
5077
|
steps: z.ZodArray<z.ZodObject<{
|
|
5078
5078
|
maneuver: z.ZodObject<{
|
|
5079
5079
|
bearing_before: z.ZodNumber;
|
|
@@ -5103,8 +5103,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5103
5103
|
distance: z.ZodNumber;
|
|
5104
5104
|
duration: z.ZodNumber;
|
|
5105
5105
|
weight: z.ZodNumber;
|
|
5106
|
-
duration_typical: z.ZodOptional<z.ZodNumber
|
|
5107
|
-
weight_typical: z.ZodOptional<z.ZodNumber
|
|
5106
|
+
duration_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5107
|
+
weight_typical: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5108
5108
|
geometry: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5109
5109
|
type: z.ZodLiteral<"LineString">;
|
|
5110
5110
|
coordinates: z.ZodArray<z.ZodUnion<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>, "many">;
|
|
@@ -5331,8 +5331,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5331
5331
|
active_direction?: string | undefined;
|
|
5332
5332
|
}[];
|
|
5333
5333
|
type?: string | undefined;
|
|
5334
|
-
modifier?: string | undefined;
|
|
5335
5334
|
degrees?: number | undefined;
|
|
5335
|
+
modifier?: string | undefined;
|
|
5336
5336
|
driving_side?: "left" | "right" | undefined;
|
|
5337
5337
|
}, {
|
|
5338
5338
|
text: string;
|
|
@@ -5347,8 +5347,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5347
5347
|
active_direction?: string | undefined;
|
|
5348
5348
|
}[];
|
|
5349
5349
|
type?: string | undefined;
|
|
5350
|
-
modifier?: string | undefined;
|
|
5351
5350
|
degrees?: number | undefined;
|
|
5351
|
+
modifier?: string | undefined;
|
|
5352
5352
|
driving_side?: "left" | "right" | undefined;
|
|
5353
5353
|
}>;
|
|
5354
5354
|
secondary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -5398,8 +5398,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5398
5398
|
active_direction?: string | undefined;
|
|
5399
5399
|
}[];
|
|
5400
5400
|
type?: string | undefined;
|
|
5401
|
-
modifier?: string | undefined;
|
|
5402
5401
|
degrees?: number | undefined;
|
|
5402
|
+
modifier?: string | undefined;
|
|
5403
5403
|
driving_side?: "left" | "right" | undefined;
|
|
5404
5404
|
}, {
|
|
5405
5405
|
text: string;
|
|
@@ -5414,8 +5414,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5414
5414
|
active_direction?: string | undefined;
|
|
5415
5415
|
}[];
|
|
5416
5416
|
type?: string | undefined;
|
|
5417
|
-
modifier?: string | undefined;
|
|
5418
5417
|
degrees?: number | undefined;
|
|
5418
|
+
modifier?: string | undefined;
|
|
5419
5419
|
driving_side?: "left" | "right" | undefined;
|
|
5420
5420
|
}>>>;
|
|
5421
5421
|
sub: z.ZodOptional<z.ZodObject<{
|
|
@@ -5465,8 +5465,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5465
5465
|
active_direction?: string | undefined;
|
|
5466
5466
|
}[];
|
|
5467
5467
|
type?: string | undefined;
|
|
5468
|
-
modifier?: string | undefined;
|
|
5469
5468
|
degrees?: number | undefined;
|
|
5469
|
+
modifier?: string | undefined;
|
|
5470
5470
|
driving_side?: "left" | "right" | undefined;
|
|
5471
5471
|
}, {
|
|
5472
5472
|
text: string;
|
|
@@ -5481,8 +5481,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5481
5481
|
active_direction?: string | undefined;
|
|
5482
5482
|
}[];
|
|
5483
5483
|
type?: string | undefined;
|
|
5484
|
-
modifier?: string | undefined;
|
|
5485
5484
|
degrees?: number | undefined;
|
|
5485
|
+
modifier?: string | undefined;
|
|
5486
5486
|
driving_side?: "left" | "right" | undefined;
|
|
5487
5487
|
}>>;
|
|
5488
5488
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5500,8 +5500,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5500
5500
|
active_direction?: string | undefined;
|
|
5501
5501
|
}[];
|
|
5502
5502
|
type?: string | undefined;
|
|
5503
|
-
modifier?: string | undefined;
|
|
5504
5503
|
degrees?: number | undefined;
|
|
5504
|
+
modifier?: string | undefined;
|
|
5505
5505
|
driving_side?: "left" | "right" | undefined;
|
|
5506
5506
|
};
|
|
5507
5507
|
sub?: {
|
|
@@ -5517,8 +5517,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5517
5517
|
active_direction?: string | undefined;
|
|
5518
5518
|
}[];
|
|
5519
5519
|
type?: string | undefined;
|
|
5520
|
-
modifier?: string | undefined;
|
|
5521
5520
|
degrees?: number | undefined;
|
|
5521
|
+
modifier?: string | undefined;
|
|
5522
5522
|
driving_side?: "left" | "right" | undefined;
|
|
5523
5523
|
} | undefined;
|
|
5524
5524
|
secondary?: {
|
|
@@ -5534,8 +5534,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5534
5534
|
active_direction?: string | undefined;
|
|
5535
5535
|
}[];
|
|
5536
5536
|
type?: string | undefined;
|
|
5537
|
-
modifier?: string | undefined;
|
|
5538
5537
|
degrees?: number | undefined;
|
|
5538
|
+
modifier?: string | undefined;
|
|
5539
5539
|
driving_side?: "left" | "right" | undefined;
|
|
5540
5540
|
} | null | undefined;
|
|
5541
5541
|
}, {
|
|
@@ -5553,8 +5553,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5553
5553
|
active_direction?: string | undefined;
|
|
5554
5554
|
}[];
|
|
5555
5555
|
type?: string | undefined;
|
|
5556
|
-
modifier?: string | undefined;
|
|
5557
5556
|
degrees?: number | undefined;
|
|
5557
|
+
modifier?: string | undefined;
|
|
5558
5558
|
driving_side?: "left" | "right" | undefined;
|
|
5559
5559
|
};
|
|
5560
5560
|
sub?: {
|
|
@@ -5570,8 +5570,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5570
5570
|
active_direction?: string | undefined;
|
|
5571
5571
|
}[];
|
|
5572
5572
|
type?: string | undefined;
|
|
5573
|
-
modifier?: string | undefined;
|
|
5574
5573
|
degrees?: number | undefined;
|
|
5574
|
+
modifier?: string | undefined;
|
|
5575
5575
|
driving_side?: "left" | "right" | undefined;
|
|
5576
5576
|
} | undefined;
|
|
5577
5577
|
secondary?: {
|
|
@@ -5587,8 +5587,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5587
5587
|
active_direction?: string | undefined;
|
|
5588
5588
|
}[];
|
|
5589
5589
|
type?: string | undefined;
|
|
5590
|
-
modifier?: string | undefined;
|
|
5591
5590
|
degrees?: number | undefined;
|
|
5591
|
+
modifier?: string | undefined;
|
|
5592
5592
|
driving_side?: "left" | "right" | undefined;
|
|
5593
5593
|
} | null | undefined;
|
|
5594
5594
|
}>, "many">>;
|
|
@@ -5598,11 +5598,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5598
5598
|
}, "strip", z.ZodTypeAny, {
|
|
5599
5599
|
duration: number;
|
|
5600
5600
|
name: string;
|
|
5601
|
-
distance: number;
|
|
5602
5601
|
geometry: string | {
|
|
5603
5602
|
type: "LineString";
|
|
5604
5603
|
coordinates: ([number, number] | [number, number, number])[];
|
|
5605
5604
|
};
|
|
5605
|
+
distance: number;
|
|
5606
5606
|
weight: number;
|
|
5607
5607
|
driving_side: "left" | "right";
|
|
5608
5608
|
maneuver: {
|
|
@@ -5657,8 +5657,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5657
5657
|
distanceAlongGeometry: number;
|
|
5658
5658
|
ssmlAnnouncement?: string | undefined;
|
|
5659
5659
|
}[] | undefined;
|
|
5660
|
-
duration_typical?: number | undefined;
|
|
5661
|
-
weight_typical?: number | undefined;
|
|
5660
|
+
duration_typical?: number | null | undefined;
|
|
5661
|
+
weight_typical?: number | null | undefined;
|
|
5662
5662
|
exit?: number | undefined;
|
|
5663
5663
|
ref?: string | undefined;
|
|
5664
5664
|
destinations?: string | undefined;
|
|
@@ -5681,8 +5681,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5681
5681
|
active_direction?: string | undefined;
|
|
5682
5682
|
}[];
|
|
5683
5683
|
type?: string | undefined;
|
|
5684
|
-
modifier?: string | undefined;
|
|
5685
5684
|
degrees?: number | undefined;
|
|
5685
|
+
modifier?: string | undefined;
|
|
5686
5686
|
driving_side?: "left" | "right" | undefined;
|
|
5687
5687
|
};
|
|
5688
5688
|
sub?: {
|
|
@@ -5698,8 +5698,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5698
5698
|
active_direction?: string | undefined;
|
|
5699
5699
|
}[];
|
|
5700
5700
|
type?: string | undefined;
|
|
5701
|
-
modifier?: string | undefined;
|
|
5702
5701
|
degrees?: number | undefined;
|
|
5702
|
+
modifier?: string | undefined;
|
|
5703
5703
|
driving_side?: "left" | "right" | undefined;
|
|
5704
5704
|
} | undefined;
|
|
5705
5705
|
secondary?: {
|
|
@@ -5715,8 +5715,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5715
5715
|
active_direction?: string | undefined;
|
|
5716
5716
|
}[];
|
|
5717
5717
|
type?: string | undefined;
|
|
5718
|
-
modifier?: string | undefined;
|
|
5719
5718
|
degrees?: number | undefined;
|
|
5719
|
+
modifier?: string | undefined;
|
|
5720
5720
|
driving_side?: "left" | "right" | undefined;
|
|
5721
5721
|
} | null | undefined;
|
|
5722
5722
|
}[] | undefined;
|
|
@@ -5725,11 +5725,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5725
5725
|
}, {
|
|
5726
5726
|
duration: number;
|
|
5727
5727
|
name: string;
|
|
5728
|
-
distance: number;
|
|
5729
5728
|
geometry: string | {
|
|
5730
5729
|
type: "LineString";
|
|
5731
5730
|
coordinates: ([number, number] | [number, number, number])[];
|
|
5732
5731
|
};
|
|
5732
|
+
distance: number;
|
|
5733
5733
|
weight: number;
|
|
5734
5734
|
driving_side: "left" | "right";
|
|
5735
5735
|
maneuver: {
|
|
@@ -5784,8 +5784,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5784
5784
|
distanceAlongGeometry: number;
|
|
5785
5785
|
ssmlAnnouncement?: string | undefined;
|
|
5786
5786
|
}[] | undefined;
|
|
5787
|
-
duration_typical?: number | undefined;
|
|
5788
|
-
weight_typical?: number | undefined;
|
|
5787
|
+
duration_typical?: number | null | undefined;
|
|
5788
|
+
weight_typical?: number | null | undefined;
|
|
5789
5789
|
exit?: number | undefined;
|
|
5790
5790
|
ref?: string | undefined;
|
|
5791
5791
|
destinations?: string | undefined;
|
|
@@ -5808,8 +5808,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5808
5808
|
active_direction?: string | undefined;
|
|
5809
5809
|
}[];
|
|
5810
5810
|
type?: string | undefined;
|
|
5811
|
-
modifier?: string | undefined;
|
|
5812
5811
|
degrees?: number | undefined;
|
|
5812
|
+
modifier?: string | undefined;
|
|
5813
5813
|
driving_side?: "left" | "right" | undefined;
|
|
5814
5814
|
};
|
|
5815
5815
|
sub?: {
|
|
@@ -5825,8 +5825,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5825
5825
|
active_direction?: string | undefined;
|
|
5826
5826
|
}[];
|
|
5827
5827
|
type?: string | undefined;
|
|
5828
|
-
modifier?: string | undefined;
|
|
5829
5828
|
degrees?: number | undefined;
|
|
5829
|
+
modifier?: string | undefined;
|
|
5830
5830
|
driving_side?: "left" | "right" | undefined;
|
|
5831
5831
|
} | undefined;
|
|
5832
5832
|
secondary?: {
|
|
@@ -5842,8 +5842,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5842
5842
|
active_direction?: string | undefined;
|
|
5843
5843
|
}[];
|
|
5844
5844
|
type?: string | undefined;
|
|
5845
|
-
modifier?: string | undefined;
|
|
5846
5845
|
degrees?: number | undefined;
|
|
5846
|
+
modifier?: string | undefined;
|
|
5847
5847
|
driving_side?: "left" | "right" | undefined;
|
|
5848
5848
|
} | null | undefined;
|
|
5849
5849
|
}[] | undefined;
|
|
@@ -5901,7 +5901,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5901
5901
|
iso_3166_1_alpha3: string;
|
|
5902
5902
|
end_time: string;
|
|
5903
5903
|
long_description: string;
|
|
5904
|
-
impact: "
|
|
5904
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
5905
5905
|
affected_road_names: string[];
|
|
5906
5906
|
creation_time: string;
|
|
5907
5907
|
start_time: string;
|
|
@@ -5927,7 +5927,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
5927
5927
|
iso_3166_1_alpha3: string;
|
|
5928
5928
|
end_time: string;
|
|
5929
5929
|
long_description: string;
|
|
5930
|
-
impact: "
|
|
5930
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
5931
5931
|
affected_road_names: string[];
|
|
5932
5932
|
creation_time: string;
|
|
5933
5933
|
start_time: string;
|
|
@@ -6084,11 +6084,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6084
6084
|
steps: {
|
|
6085
6085
|
duration: number;
|
|
6086
6086
|
name: string;
|
|
6087
|
-
distance: number;
|
|
6088
6087
|
geometry: string | {
|
|
6089
6088
|
type: "LineString";
|
|
6090
6089
|
coordinates: ([number, number] | [number, number, number])[];
|
|
6091
6090
|
};
|
|
6091
|
+
distance: number;
|
|
6092
6092
|
weight: number;
|
|
6093
6093
|
driving_side: "left" | "right";
|
|
6094
6094
|
maneuver: {
|
|
@@ -6143,8 +6143,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6143
6143
|
distanceAlongGeometry: number;
|
|
6144
6144
|
ssmlAnnouncement?: string | undefined;
|
|
6145
6145
|
}[] | undefined;
|
|
6146
|
-
duration_typical?: number | undefined;
|
|
6147
|
-
weight_typical?: number | undefined;
|
|
6146
|
+
duration_typical?: number | null | undefined;
|
|
6147
|
+
weight_typical?: number | null | undefined;
|
|
6148
6148
|
exit?: number | undefined;
|
|
6149
6149
|
ref?: string | undefined;
|
|
6150
6150
|
destinations?: string | undefined;
|
|
@@ -6167,8 +6167,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6167
6167
|
active_direction?: string | undefined;
|
|
6168
6168
|
}[];
|
|
6169
6169
|
type?: string | undefined;
|
|
6170
|
-
modifier?: string | undefined;
|
|
6171
6170
|
degrees?: number | undefined;
|
|
6171
|
+
modifier?: string | undefined;
|
|
6172
6172
|
driving_side?: "left" | "right" | undefined;
|
|
6173
6173
|
};
|
|
6174
6174
|
sub?: {
|
|
@@ -6184,8 +6184,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6184
6184
|
active_direction?: string | undefined;
|
|
6185
6185
|
}[];
|
|
6186
6186
|
type?: string | undefined;
|
|
6187
|
-
modifier?: string | undefined;
|
|
6188
6187
|
degrees?: number | undefined;
|
|
6188
|
+
modifier?: string | undefined;
|
|
6189
6189
|
driving_side?: "left" | "right" | undefined;
|
|
6190
6190
|
} | undefined;
|
|
6191
6191
|
secondary?: {
|
|
@@ -6201,8 +6201,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6201
6201
|
active_direction?: string | undefined;
|
|
6202
6202
|
}[];
|
|
6203
6203
|
type?: string | undefined;
|
|
6204
|
-
modifier?: string | undefined;
|
|
6205
6204
|
degrees?: number | undefined;
|
|
6205
|
+
modifier?: string | undefined;
|
|
6206
6206
|
driving_side?: "left" | "right" | undefined;
|
|
6207
6207
|
} | null | undefined;
|
|
6208
6208
|
}[] | undefined;
|
|
@@ -6250,7 +6250,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6250
6250
|
iso_3166_1_alpha3: string;
|
|
6251
6251
|
end_time: string;
|
|
6252
6252
|
long_description: string;
|
|
6253
|
-
impact: "
|
|
6253
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
6254
6254
|
affected_road_names: string[];
|
|
6255
6255
|
creation_time: string;
|
|
6256
6256
|
start_time: string;
|
|
@@ -6267,8 +6267,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6267
6267
|
sub_type?: string | undefined;
|
|
6268
6268
|
sub_type_description?: string | undefined;
|
|
6269
6269
|
}[] | undefined;
|
|
6270
|
-
duration_typical?: number | undefined;
|
|
6271
|
-
weight_typical?: number | undefined;
|
|
6270
|
+
duration_typical?: number | null | undefined;
|
|
6271
|
+
weight_typical?: number | null | undefined;
|
|
6272
6272
|
closures?: {
|
|
6273
6273
|
geometry_index_start: number;
|
|
6274
6274
|
geometry_index_end: number;
|
|
@@ -6289,11 +6289,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6289
6289
|
steps: {
|
|
6290
6290
|
duration: number;
|
|
6291
6291
|
name: string;
|
|
6292
|
-
distance: number;
|
|
6293
6292
|
geometry: string | {
|
|
6294
6293
|
type: "LineString";
|
|
6295
6294
|
coordinates: ([number, number] | [number, number, number])[];
|
|
6296
6295
|
};
|
|
6296
|
+
distance: number;
|
|
6297
6297
|
weight: number;
|
|
6298
6298
|
driving_side: "left" | "right";
|
|
6299
6299
|
maneuver: {
|
|
@@ -6348,8 +6348,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6348
6348
|
distanceAlongGeometry: number;
|
|
6349
6349
|
ssmlAnnouncement?: string | undefined;
|
|
6350
6350
|
}[] | undefined;
|
|
6351
|
-
duration_typical?: number | undefined;
|
|
6352
|
-
weight_typical?: number | undefined;
|
|
6351
|
+
duration_typical?: number | null | undefined;
|
|
6352
|
+
weight_typical?: number | null | undefined;
|
|
6353
6353
|
exit?: number | undefined;
|
|
6354
6354
|
ref?: string | undefined;
|
|
6355
6355
|
destinations?: string | undefined;
|
|
@@ -6372,8 +6372,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6372
6372
|
active_direction?: string | undefined;
|
|
6373
6373
|
}[];
|
|
6374
6374
|
type?: string | undefined;
|
|
6375
|
-
modifier?: string | undefined;
|
|
6376
6375
|
degrees?: number | undefined;
|
|
6376
|
+
modifier?: string | undefined;
|
|
6377
6377
|
driving_side?: "left" | "right" | undefined;
|
|
6378
6378
|
};
|
|
6379
6379
|
sub?: {
|
|
@@ -6389,8 +6389,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6389
6389
|
active_direction?: string | undefined;
|
|
6390
6390
|
}[];
|
|
6391
6391
|
type?: string | undefined;
|
|
6392
|
-
modifier?: string | undefined;
|
|
6393
6392
|
degrees?: number | undefined;
|
|
6393
|
+
modifier?: string | undefined;
|
|
6394
6394
|
driving_side?: "left" | "right" | undefined;
|
|
6395
6395
|
} | undefined;
|
|
6396
6396
|
secondary?: {
|
|
@@ -6406,8 +6406,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6406
6406
|
active_direction?: string | undefined;
|
|
6407
6407
|
}[];
|
|
6408
6408
|
type?: string | undefined;
|
|
6409
|
-
modifier?: string | undefined;
|
|
6410
6409
|
degrees?: number | undefined;
|
|
6410
|
+
modifier?: string | undefined;
|
|
6411
6411
|
driving_side?: "left" | "right" | undefined;
|
|
6412
6412
|
} | null | undefined;
|
|
6413
6413
|
}[] | undefined;
|
|
@@ -6455,7 +6455,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6455
6455
|
iso_3166_1_alpha3: string;
|
|
6456
6456
|
end_time: string;
|
|
6457
6457
|
long_description: string;
|
|
6458
|
-
impact: "
|
|
6458
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
6459
6459
|
affected_road_names: string[];
|
|
6460
6460
|
creation_time: string;
|
|
6461
6461
|
start_time: string;
|
|
@@ -6472,8 +6472,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6472
6472
|
sub_type?: string | undefined;
|
|
6473
6473
|
sub_type_description?: string | undefined;
|
|
6474
6474
|
}[] | undefined;
|
|
6475
|
-
duration_typical?: number | undefined;
|
|
6476
|
-
weight_typical?: number | undefined;
|
|
6475
|
+
duration_typical?: number | null | undefined;
|
|
6476
|
+
weight_typical?: number | null | undefined;
|
|
6477
6477
|
closures?: {
|
|
6478
6478
|
geometry_index_start: number;
|
|
6479
6479
|
geometry_index_end: number;
|
|
@@ -6557,6 +6557,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6557
6557
|
}, "strip", z.ZodTypeAny, {
|
|
6558
6558
|
name: string;
|
|
6559
6559
|
location: [number, number];
|
|
6560
|
+
distance?: number | undefined;
|
|
6560
6561
|
metadata?: {
|
|
6561
6562
|
type: "charging-station";
|
|
6562
6563
|
name: string;
|
|
@@ -6575,7 +6576,6 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6575
6576
|
} | {
|
|
6576
6577
|
type: "regular";
|
|
6577
6578
|
} | null | undefined;
|
|
6578
|
-
distance?: number | undefined;
|
|
6579
6579
|
time_zone?: {
|
|
6580
6580
|
offset: string;
|
|
6581
6581
|
identifier: string;
|
|
@@ -6584,6 +6584,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6584
6584
|
}, {
|
|
6585
6585
|
name: string;
|
|
6586
6586
|
location: [number, number];
|
|
6587
|
+
distance?: number | undefined;
|
|
6587
6588
|
metadata?: {
|
|
6588
6589
|
type: "charging-station";
|
|
6589
6590
|
name: string;
|
|
@@ -6602,7 +6603,6 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6602
6603
|
} | {
|
|
6603
6604
|
type: "regular";
|
|
6604
6605
|
} | null | undefined;
|
|
6605
|
-
distance?: number | undefined;
|
|
6606
6606
|
time_zone?: {
|
|
6607
6607
|
offset: string;
|
|
6608
6608
|
identifier: string;
|
|
@@ -6643,8 +6643,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6643
6643
|
} | undefined;
|
|
6644
6644
|
weight_name?: "auto" | "pedestrian" | undefined;
|
|
6645
6645
|
weight?: number | undefined;
|
|
6646
|
-
duration_typical?: number | undefined;
|
|
6647
|
-
weight_typical?: number | undefined;
|
|
6646
|
+
duration_typical?: number | null | undefined;
|
|
6647
|
+
weight_typical?: number | null | undefined;
|
|
6648
6648
|
legs?: {
|
|
6649
6649
|
duration: number;
|
|
6650
6650
|
distance: number;
|
|
@@ -6656,11 +6656,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6656
6656
|
steps: {
|
|
6657
6657
|
duration: number;
|
|
6658
6658
|
name: string;
|
|
6659
|
-
distance: number;
|
|
6660
6659
|
geometry: string | {
|
|
6661
6660
|
type: "LineString";
|
|
6662
6661
|
coordinates: ([number, number] | [number, number, number])[];
|
|
6663
6662
|
};
|
|
6663
|
+
distance: number;
|
|
6664
6664
|
weight: number;
|
|
6665
6665
|
driving_side: "left" | "right";
|
|
6666
6666
|
maneuver: {
|
|
@@ -6715,8 +6715,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6715
6715
|
distanceAlongGeometry: number;
|
|
6716
6716
|
ssmlAnnouncement?: string | undefined;
|
|
6717
6717
|
}[] | undefined;
|
|
6718
|
-
duration_typical?: number | undefined;
|
|
6719
|
-
weight_typical?: number | undefined;
|
|
6718
|
+
duration_typical?: number | null | undefined;
|
|
6719
|
+
weight_typical?: number | null | undefined;
|
|
6720
6720
|
exit?: number | undefined;
|
|
6721
6721
|
ref?: string | undefined;
|
|
6722
6722
|
destinations?: string | undefined;
|
|
@@ -6739,8 +6739,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6739
6739
|
active_direction?: string | undefined;
|
|
6740
6740
|
}[];
|
|
6741
6741
|
type?: string | undefined;
|
|
6742
|
-
modifier?: string | undefined;
|
|
6743
6742
|
degrees?: number | undefined;
|
|
6743
|
+
modifier?: string | undefined;
|
|
6744
6744
|
driving_side?: "left" | "right" | undefined;
|
|
6745
6745
|
};
|
|
6746
6746
|
sub?: {
|
|
@@ -6756,8 +6756,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6756
6756
|
active_direction?: string | undefined;
|
|
6757
6757
|
}[];
|
|
6758
6758
|
type?: string | undefined;
|
|
6759
|
-
modifier?: string | undefined;
|
|
6760
6759
|
degrees?: number | undefined;
|
|
6760
|
+
modifier?: string | undefined;
|
|
6761
6761
|
driving_side?: "left" | "right" | undefined;
|
|
6762
6762
|
} | undefined;
|
|
6763
6763
|
secondary?: {
|
|
@@ -6773,8 +6773,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6773
6773
|
active_direction?: string | undefined;
|
|
6774
6774
|
}[];
|
|
6775
6775
|
type?: string | undefined;
|
|
6776
|
-
modifier?: string | undefined;
|
|
6777
6776
|
degrees?: number | undefined;
|
|
6777
|
+
modifier?: string | undefined;
|
|
6778
6778
|
driving_side?: "left" | "right" | undefined;
|
|
6779
6779
|
} | null | undefined;
|
|
6780
6780
|
}[] | undefined;
|
|
@@ -6822,7 +6822,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6822
6822
|
iso_3166_1_alpha3: string;
|
|
6823
6823
|
end_time: string;
|
|
6824
6824
|
long_description: string;
|
|
6825
|
-
impact: "
|
|
6825
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
6826
6826
|
affected_road_names: string[];
|
|
6827
6827
|
creation_time: string;
|
|
6828
6828
|
start_time: string;
|
|
@@ -6839,8 +6839,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6839
6839
|
sub_type?: string | undefined;
|
|
6840
6840
|
sub_type_description?: string | undefined;
|
|
6841
6841
|
}[] | undefined;
|
|
6842
|
-
duration_typical?: number | undefined;
|
|
6843
|
-
weight_typical?: number | undefined;
|
|
6842
|
+
duration_typical?: number | null | undefined;
|
|
6843
|
+
weight_typical?: number | null | undefined;
|
|
6844
6844
|
closures?: {
|
|
6845
6845
|
geometry_index_start: number;
|
|
6846
6846
|
geometry_index_end: number;
|
|
@@ -6854,6 +6854,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6854
6854
|
waypoints?: {
|
|
6855
6855
|
name: string;
|
|
6856
6856
|
location: [number, number];
|
|
6857
|
+
distance?: number | undefined;
|
|
6857
6858
|
metadata?: {
|
|
6858
6859
|
type: "charging-station";
|
|
6859
6860
|
name: string;
|
|
@@ -6872,7 +6873,6 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6872
6873
|
} | {
|
|
6873
6874
|
type: "regular";
|
|
6874
6875
|
} | null | undefined;
|
|
6875
|
-
distance?: number | undefined;
|
|
6876
6876
|
time_zone?: {
|
|
6877
6877
|
offset: string;
|
|
6878
6878
|
identifier: string;
|
|
@@ -6903,8 +6903,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6903
6903
|
} | undefined;
|
|
6904
6904
|
weight_name?: "auto" | "pedestrian" | undefined;
|
|
6905
6905
|
weight?: number | undefined;
|
|
6906
|
-
duration_typical?: number | undefined;
|
|
6907
|
-
weight_typical?: number | undefined;
|
|
6906
|
+
duration_typical?: number | null | undefined;
|
|
6907
|
+
weight_typical?: number | null | undefined;
|
|
6908
6908
|
legs?: {
|
|
6909
6909
|
duration: number;
|
|
6910
6910
|
distance: number;
|
|
@@ -6916,11 +6916,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6916
6916
|
steps: {
|
|
6917
6917
|
duration: number;
|
|
6918
6918
|
name: string;
|
|
6919
|
-
distance: number;
|
|
6920
6919
|
geometry: string | {
|
|
6921
6920
|
type: "LineString";
|
|
6922
6921
|
coordinates: ([number, number] | [number, number, number])[];
|
|
6923
6922
|
};
|
|
6923
|
+
distance: number;
|
|
6924
6924
|
weight: number;
|
|
6925
6925
|
driving_side: "left" | "right";
|
|
6926
6926
|
maneuver: {
|
|
@@ -6975,8 +6975,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6975
6975
|
distanceAlongGeometry: number;
|
|
6976
6976
|
ssmlAnnouncement?: string | undefined;
|
|
6977
6977
|
}[] | undefined;
|
|
6978
|
-
duration_typical?: number | undefined;
|
|
6979
|
-
weight_typical?: number | undefined;
|
|
6978
|
+
duration_typical?: number | null | undefined;
|
|
6979
|
+
weight_typical?: number | null | undefined;
|
|
6980
6980
|
exit?: number | undefined;
|
|
6981
6981
|
ref?: string | undefined;
|
|
6982
6982
|
destinations?: string | undefined;
|
|
@@ -6999,8 +6999,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
6999
6999
|
active_direction?: string | undefined;
|
|
7000
7000
|
}[];
|
|
7001
7001
|
type?: string | undefined;
|
|
7002
|
-
modifier?: string | undefined;
|
|
7003
7002
|
degrees?: number | undefined;
|
|
7003
|
+
modifier?: string | undefined;
|
|
7004
7004
|
driving_side?: "left" | "right" | undefined;
|
|
7005
7005
|
};
|
|
7006
7006
|
sub?: {
|
|
@@ -7016,8 +7016,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7016
7016
|
active_direction?: string | undefined;
|
|
7017
7017
|
}[];
|
|
7018
7018
|
type?: string | undefined;
|
|
7019
|
-
modifier?: string | undefined;
|
|
7020
7019
|
degrees?: number | undefined;
|
|
7020
|
+
modifier?: string | undefined;
|
|
7021
7021
|
driving_side?: "left" | "right" | undefined;
|
|
7022
7022
|
} | undefined;
|
|
7023
7023
|
secondary?: {
|
|
@@ -7033,8 +7033,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7033
7033
|
active_direction?: string | undefined;
|
|
7034
7034
|
}[];
|
|
7035
7035
|
type?: string | undefined;
|
|
7036
|
-
modifier?: string | undefined;
|
|
7037
7036
|
degrees?: number | undefined;
|
|
7037
|
+
modifier?: string | undefined;
|
|
7038
7038
|
driving_side?: "left" | "right" | undefined;
|
|
7039
7039
|
} | null | undefined;
|
|
7040
7040
|
}[] | undefined;
|
|
@@ -7082,7 +7082,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7082
7082
|
iso_3166_1_alpha3: string;
|
|
7083
7083
|
end_time: string;
|
|
7084
7084
|
long_description: string;
|
|
7085
|
-
impact: "
|
|
7085
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
7086
7086
|
affected_road_names: string[];
|
|
7087
7087
|
creation_time: string;
|
|
7088
7088
|
start_time: string;
|
|
@@ -7099,8 +7099,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7099
7099
|
sub_type?: string | undefined;
|
|
7100
7100
|
sub_type_description?: string | undefined;
|
|
7101
7101
|
}[] | undefined;
|
|
7102
|
-
duration_typical?: number | undefined;
|
|
7103
|
-
weight_typical?: number | undefined;
|
|
7102
|
+
duration_typical?: number | null | undefined;
|
|
7103
|
+
weight_typical?: number | null | undefined;
|
|
7104
7104
|
closures?: {
|
|
7105
7105
|
geometry_index_start: number;
|
|
7106
7106
|
geometry_index_end: number;
|
|
@@ -7114,6 +7114,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7114
7114
|
waypoints?: {
|
|
7115
7115
|
name: string;
|
|
7116
7116
|
location: [number, number];
|
|
7117
|
+
distance?: number | undefined;
|
|
7117
7118
|
metadata?: {
|
|
7118
7119
|
type: "charging-station";
|
|
7119
7120
|
name: string;
|
|
@@ -7132,7 +7133,6 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7132
7133
|
} | {
|
|
7133
7134
|
type: "regular";
|
|
7134
7135
|
} | null | undefined;
|
|
7135
|
-
distance?: number | undefined;
|
|
7136
7136
|
time_zone?: {
|
|
7137
7137
|
offset: string;
|
|
7138
7138
|
identifier: string;
|
|
@@ -7321,8 +7321,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7321
7321
|
} | undefined;
|
|
7322
7322
|
weight_name?: "auto" | "pedestrian" | undefined;
|
|
7323
7323
|
weight?: number | undefined;
|
|
7324
|
-
duration_typical?: number | undefined;
|
|
7325
|
-
weight_typical?: number | undefined;
|
|
7324
|
+
duration_typical?: number | null | undefined;
|
|
7325
|
+
weight_typical?: number | null | undefined;
|
|
7326
7326
|
legs?: {
|
|
7327
7327
|
duration: number;
|
|
7328
7328
|
distance: number;
|
|
@@ -7334,11 +7334,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7334
7334
|
steps: {
|
|
7335
7335
|
duration: number;
|
|
7336
7336
|
name: string;
|
|
7337
|
-
distance: number;
|
|
7338
7337
|
geometry: string | {
|
|
7339
7338
|
type: "LineString";
|
|
7340
7339
|
coordinates: ([number, number] | [number, number, number])[];
|
|
7341
7340
|
};
|
|
7341
|
+
distance: number;
|
|
7342
7342
|
weight: number;
|
|
7343
7343
|
driving_side: "left" | "right";
|
|
7344
7344
|
maneuver: {
|
|
@@ -7393,8 +7393,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7393
7393
|
distanceAlongGeometry: number;
|
|
7394
7394
|
ssmlAnnouncement?: string | undefined;
|
|
7395
7395
|
}[] | undefined;
|
|
7396
|
-
duration_typical?: number | undefined;
|
|
7397
|
-
weight_typical?: number | undefined;
|
|
7396
|
+
duration_typical?: number | null | undefined;
|
|
7397
|
+
weight_typical?: number | null | undefined;
|
|
7398
7398
|
exit?: number | undefined;
|
|
7399
7399
|
ref?: string | undefined;
|
|
7400
7400
|
destinations?: string | undefined;
|
|
@@ -7417,8 +7417,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7417
7417
|
active_direction?: string | undefined;
|
|
7418
7418
|
}[];
|
|
7419
7419
|
type?: string | undefined;
|
|
7420
|
-
modifier?: string | undefined;
|
|
7421
7420
|
degrees?: number | undefined;
|
|
7421
|
+
modifier?: string | undefined;
|
|
7422
7422
|
driving_side?: "left" | "right" | undefined;
|
|
7423
7423
|
};
|
|
7424
7424
|
sub?: {
|
|
@@ -7434,8 +7434,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7434
7434
|
active_direction?: string | undefined;
|
|
7435
7435
|
}[];
|
|
7436
7436
|
type?: string | undefined;
|
|
7437
|
-
modifier?: string | undefined;
|
|
7438
7437
|
degrees?: number | undefined;
|
|
7438
|
+
modifier?: string | undefined;
|
|
7439
7439
|
driving_side?: "left" | "right" | undefined;
|
|
7440
7440
|
} | undefined;
|
|
7441
7441
|
secondary?: {
|
|
@@ -7451,8 +7451,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7451
7451
|
active_direction?: string | undefined;
|
|
7452
7452
|
}[];
|
|
7453
7453
|
type?: string | undefined;
|
|
7454
|
-
modifier?: string | undefined;
|
|
7455
7454
|
degrees?: number | undefined;
|
|
7455
|
+
modifier?: string | undefined;
|
|
7456
7456
|
driving_side?: "left" | "right" | undefined;
|
|
7457
7457
|
} | null | undefined;
|
|
7458
7458
|
}[] | undefined;
|
|
@@ -7500,7 +7500,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7500
7500
|
iso_3166_1_alpha3: string;
|
|
7501
7501
|
end_time: string;
|
|
7502
7502
|
long_description: string;
|
|
7503
|
-
impact: "
|
|
7503
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
7504
7504
|
affected_road_names: string[];
|
|
7505
7505
|
creation_time: string;
|
|
7506
7506
|
start_time: string;
|
|
@@ -7517,8 +7517,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7517
7517
|
sub_type?: string | undefined;
|
|
7518
7518
|
sub_type_description?: string | undefined;
|
|
7519
7519
|
}[] | undefined;
|
|
7520
|
-
duration_typical?: number | undefined;
|
|
7521
|
-
weight_typical?: number | undefined;
|
|
7520
|
+
duration_typical?: number | null | undefined;
|
|
7521
|
+
weight_typical?: number | null | undefined;
|
|
7522
7522
|
closures?: {
|
|
7523
7523
|
geometry_index_start: number;
|
|
7524
7524
|
geometry_index_end: number;
|
|
@@ -7532,6 +7532,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7532
7532
|
waypoints?: {
|
|
7533
7533
|
name: string;
|
|
7534
7534
|
location: [number, number];
|
|
7535
|
+
distance?: number | undefined;
|
|
7535
7536
|
metadata?: {
|
|
7536
7537
|
type: "charging-station";
|
|
7537
7538
|
name: string;
|
|
@@ -7550,7 +7551,6 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7550
7551
|
} | {
|
|
7551
7552
|
type: "regular";
|
|
7552
7553
|
} | null | undefined;
|
|
7553
|
-
distance?: number | undefined;
|
|
7554
7554
|
time_zone?: {
|
|
7555
7555
|
offset: string;
|
|
7556
7556
|
identifier: string;
|
|
@@ -7613,8 +7613,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7613
7613
|
} | undefined;
|
|
7614
7614
|
weight_name?: "auto" | "pedestrian" | undefined;
|
|
7615
7615
|
weight?: number | undefined;
|
|
7616
|
-
duration_typical?: number | undefined;
|
|
7617
|
-
weight_typical?: number | undefined;
|
|
7616
|
+
duration_typical?: number | null | undefined;
|
|
7617
|
+
weight_typical?: number | null | undefined;
|
|
7618
7618
|
legs?: {
|
|
7619
7619
|
duration: number;
|
|
7620
7620
|
distance: number;
|
|
@@ -7626,11 +7626,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7626
7626
|
steps: {
|
|
7627
7627
|
duration: number;
|
|
7628
7628
|
name: string;
|
|
7629
|
-
distance: number;
|
|
7630
7629
|
geometry: string | {
|
|
7631
7630
|
type: "LineString";
|
|
7632
7631
|
coordinates: ([number, number] | [number, number, number])[];
|
|
7633
7632
|
};
|
|
7633
|
+
distance: number;
|
|
7634
7634
|
weight: number;
|
|
7635
7635
|
driving_side: "left" | "right";
|
|
7636
7636
|
maneuver: {
|
|
@@ -7685,8 +7685,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7685
7685
|
distanceAlongGeometry: number;
|
|
7686
7686
|
ssmlAnnouncement?: string | undefined;
|
|
7687
7687
|
}[] | undefined;
|
|
7688
|
-
duration_typical?: number | undefined;
|
|
7689
|
-
weight_typical?: number | undefined;
|
|
7688
|
+
duration_typical?: number | null | undefined;
|
|
7689
|
+
weight_typical?: number | null | undefined;
|
|
7690
7690
|
exit?: number | undefined;
|
|
7691
7691
|
ref?: string | undefined;
|
|
7692
7692
|
destinations?: string | undefined;
|
|
@@ -7709,8 +7709,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7709
7709
|
active_direction?: string | undefined;
|
|
7710
7710
|
}[];
|
|
7711
7711
|
type?: string | undefined;
|
|
7712
|
-
modifier?: string | undefined;
|
|
7713
7712
|
degrees?: number | undefined;
|
|
7713
|
+
modifier?: string | undefined;
|
|
7714
7714
|
driving_side?: "left" | "right" | undefined;
|
|
7715
7715
|
};
|
|
7716
7716
|
sub?: {
|
|
@@ -7726,8 +7726,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7726
7726
|
active_direction?: string | undefined;
|
|
7727
7727
|
}[];
|
|
7728
7728
|
type?: string | undefined;
|
|
7729
|
-
modifier?: string | undefined;
|
|
7730
7729
|
degrees?: number | undefined;
|
|
7730
|
+
modifier?: string | undefined;
|
|
7731
7731
|
driving_side?: "left" | "right" | undefined;
|
|
7732
7732
|
} | undefined;
|
|
7733
7733
|
secondary?: {
|
|
@@ -7743,8 +7743,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7743
7743
|
active_direction?: string | undefined;
|
|
7744
7744
|
}[];
|
|
7745
7745
|
type?: string | undefined;
|
|
7746
|
-
modifier?: string | undefined;
|
|
7747
7746
|
degrees?: number | undefined;
|
|
7747
|
+
modifier?: string | undefined;
|
|
7748
7748
|
driving_side?: "left" | "right" | undefined;
|
|
7749
7749
|
} | null | undefined;
|
|
7750
7750
|
}[] | undefined;
|
|
@@ -7792,7 +7792,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7792
7792
|
iso_3166_1_alpha3: string;
|
|
7793
7793
|
end_time: string;
|
|
7794
7794
|
long_description: string;
|
|
7795
|
-
impact: "
|
|
7795
|
+
impact: "unknown" | "critical" | "low" | "major" | "minor";
|
|
7796
7796
|
affected_road_names: string[];
|
|
7797
7797
|
creation_time: string;
|
|
7798
7798
|
start_time: string;
|
|
@@ -7809,8 +7809,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7809
7809
|
sub_type?: string | undefined;
|
|
7810
7810
|
sub_type_description?: string | undefined;
|
|
7811
7811
|
}[] | undefined;
|
|
7812
|
-
duration_typical?: number | undefined;
|
|
7813
|
-
weight_typical?: number | undefined;
|
|
7812
|
+
duration_typical?: number | null | undefined;
|
|
7813
|
+
weight_typical?: number | null | undefined;
|
|
7814
7814
|
closures?: {
|
|
7815
7815
|
geometry_index_start: number;
|
|
7816
7816
|
geometry_index_end: number;
|
|
@@ -7824,6 +7824,7 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7824
7824
|
waypoints?: {
|
|
7825
7825
|
name: string;
|
|
7826
7826
|
location: [number, number];
|
|
7827
|
+
distance?: number | undefined;
|
|
7827
7828
|
metadata?: {
|
|
7828
7829
|
type: "charging-station";
|
|
7829
7830
|
name: string;
|
|
@@ -7842,7 +7843,6 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
|
|
|
7842
7843
|
} | {
|
|
7843
7844
|
type: "regular";
|
|
7844
7845
|
} | null | undefined;
|
|
7845
|
-
distance?: number | undefined;
|
|
7846
7846
|
time_zone?: {
|
|
7847
7847
|
offset: string;
|
|
7848
7848
|
identifier: string;
|