@mapbox/mcp-server 0.8.1-dev.8 → 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.
Files changed (417) hide show
  1. package/README.md +165 -0
  2. package/dist/commonjs/index.js +15 -1
  3. package/dist/commonjs/index.js.map +1 -1
  4. package/dist/commonjs/schemas/shared.d.ts +5 -0
  5. package/dist/commonjs/schemas/shared.d.ts.map +1 -1
  6. package/dist/commonjs/schemas/shared.js +11 -1
  7. package/dist/commonjs/schemas/shared.js.map +1 -1
  8. package/dist/commonjs/tools/MapboxApiBasedTool.d.ts +8 -0
  9. package/dist/commonjs/tools/MapboxApiBasedTool.d.ts.map +1 -1
  10. package/dist/commonjs/tools/MapboxApiBasedTool.js +20 -0
  11. package/dist/commonjs/tools/MapboxApiBasedTool.js.map +1 -1
  12. package/dist/commonjs/tools/area-tool/AreaTool.d.ts +21 -0
  13. package/dist/commonjs/tools/area-tool/AreaTool.d.ts.map +1 -0
  14. package/dist/commonjs/tools/area-tool/AreaTool.input.schema.d.ts +19 -0
  15. package/dist/commonjs/tools/area-tool/AreaTool.input.schema.d.ts.map +1 -0
  16. package/dist/commonjs/tools/area-tool/AreaTool.input.schema.js +34 -0
  17. package/dist/commonjs/tools/area-tool/AreaTool.input.schema.js.map +1 -0
  18. package/dist/commonjs/tools/area-tool/AreaTool.js +104 -0
  19. package/dist/commonjs/tools/area-tool/AreaTool.js.map +1 -0
  20. package/dist/commonjs/tools/area-tool/AreaTool.output.schema.d.ts +19 -0
  21. package/dist/commonjs/tools/area-tool/AreaTool.output.schema.d.ts.map +1 -0
  22. package/dist/commonjs/tools/area-tool/AreaTool.output.schema.js +14 -0
  23. package/dist/commonjs/tools/area-tool/AreaTool.output.schema.js.map +1 -0
  24. package/dist/commonjs/tools/bearing-tool/BearingTool.d.ts +22 -0
  25. package/dist/commonjs/tools/bearing-tool/BearingTool.d.ts.map +1 -0
  26. package/dist/commonjs/tools/bearing-tool/BearingTool.input.schema.d.ts +49 -0
  27. package/dist/commonjs/tools/bearing-tool/BearingTool.input.schema.d.ts.map +1 -0
  28. package/dist/commonjs/tools/bearing-tool/BearingTool.input.schema.js +27 -0
  29. package/dist/commonjs/tools/bearing-tool/BearingTool.input.schema.js.map +1 -0
  30. package/dist/commonjs/tools/bearing-tool/BearingTool.js +84 -0
  31. package/dist/commonjs/tools/bearing-tool/BearingTool.js.map +1 -0
  32. package/dist/commonjs/tools/bearing-tool/BearingTool.output.schema.d.ts +52 -0
  33. package/dist/commonjs/tools/bearing-tool/BearingTool.output.schema.d.ts.map +1 -0
  34. package/dist/commonjs/tools/bearing-tool/BearingTool.output.schema.js +21 -0
  35. package/dist/commonjs/tools/bearing-tool/BearingTool.output.schema.js.map +1 -0
  36. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.d.ts +22 -0
  37. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.d.ts.map +1 -0
  38. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.input.schema.d.ts +16 -0
  39. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.input.schema.d.ts.map +1 -0
  40. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.input.schema.js +31 -0
  41. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.input.schema.js.map +1 -0
  42. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.js +107 -0
  43. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.js.map +1 -0
  44. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.output.schema.d.ts +16 -0
  45. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.output.schema.d.ts.map +1 -0
  46. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.output.schema.js +15 -0
  47. package/dist/commonjs/tools/bounding-box-tool/BoundingBoxTool.output.schema.js.map +1 -0
  48. package/dist/commonjs/tools/buffer-tool/BufferTool.d.ts +22 -0
  49. package/dist/commonjs/tools/buffer-tool/BufferTool.d.ts.map +1 -0
  50. package/dist/commonjs/tools/buffer-tool/BufferTool.input.schema.d.ts +22 -0
  51. package/dist/commonjs/tools/buffer-tool/BufferTool.input.schema.d.ts.map +1 -0
  52. package/dist/commonjs/tools/buffer-tool/BufferTool.input.schema.js +35 -0
  53. package/dist/commonjs/tools/buffer-tool/BufferTool.input.schema.js.map +1 -0
  54. package/dist/commonjs/tools/buffer-tool/BufferTool.js +103 -0
  55. package/dist/commonjs/tools/buffer-tool/BufferTool.js.map +1 -0
  56. package/dist/commonjs/tools/buffer-tool/BufferTool.output.schema.d.ts +22 -0
  57. package/dist/commonjs/tools/buffer-tool/BufferTool.output.schema.d.ts.map +1 -0
  58. package/dist/commonjs/tools/buffer-tool/BufferTool.output.schema.js +17 -0
  59. package/dist/commonjs/tools/buffer-tool/BufferTool.output.schema.js.map +1 -0
  60. package/dist/commonjs/tools/category-list-tool/CategoryListTool.d.ts.map +1 -1
  61. package/dist/commonjs/tools/category-list-tool/CategoryListTool.js +2 -1
  62. package/dist/commonjs/tools/category-list-tool/CategoryListTool.js.map +1 -1
  63. package/dist/commonjs/tools/category-search-tool/CategorySearchTool.d.ts.map +1 -1
  64. package/dist/commonjs/tools/category-search-tool/CategorySearchTool.input.schema.d.ts +10 -10
  65. package/dist/commonjs/tools/category-search-tool/CategorySearchTool.js +2 -1
  66. package/dist/commonjs/tools/category-search-tool/CategorySearchTool.js.map +1 -1
  67. package/dist/commonjs/tools/category-search-tool/CategorySearchTool.output.schema.d.ts +44 -44
  68. package/dist/commonjs/tools/centroid-tool/CentroidTool.d.ts +21 -0
  69. package/dist/commonjs/tools/centroid-tool/CentroidTool.d.ts.map +1 -0
  70. package/dist/commonjs/tools/centroid-tool/CentroidTool.input.schema.d.ts +16 -0
  71. package/dist/commonjs/tools/centroid-tool/CentroidTool.input.schema.d.ts.map +1 -0
  72. package/dist/commonjs/tools/centroid-tool/CentroidTool.input.schema.js +29 -0
  73. package/dist/commonjs/tools/centroid-tool/CentroidTool.input.schema.js.map +1 -0
  74. package/dist/commonjs/tools/centroid-tool/CentroidTool.js +81 -0
  75. package/dist/commonjs/tools/centroid-tool/CentroidTool.js.map +1 -0
  76. package/dist/commonjs/tools/centroid-tool/CentroidTool.output.schema.d.ts +31 -0
  77. package/dist/commonjs/tools/centroid-tool/CentroidTool.output.schema.d.ts.map +1 -0
  78. package/dist/commonjs/tools/centroid-tool/CentroidTool.output.schema.js +16 -0
  79. package/dist/commonjs/tools/centroid-tool/CentroidTool.output.schema.js.map +1 -0
  80. package/dist/commonjs/tools/directions-tool/DirectionsTool.d.ts.map +1 -1
  81. package/dist/commonjs/tools/directions-tool/DirectionsTool.input.schema.d.ts +3 -3
  82. package/dist/commonjs/tools/directions-tool/DirectionsTool.input.schema.d.ts.map +1 -1
  83. package/dist/commonjs/tools/directions-tool/DirectionsTool.input.schema.js +6 -7
  84. package/dist/commonjs/tools/directions-tool/DirectionsTool.input.schema.js.map +1 -1
  85. package/dist/commonjs/tools/directions-tool/DirectionsTool.js +9 -8
  86. package/dist/commonjs/tools/directions-tool/DirectionsTool.js.map +1 -1
  87. package/dist/commonjs/tools/directions-tool/DirectionsTool.output.schema.d.ts +266 -266
  88. package/dist/commonjs/tools/directions-tool/DirectionsTool.output.schema.js +6 -6
  89. package/dist/commonjs/tools/directions-tool/DirectionsTool.output.schema.js.map +1 -1
  90. package/dist/commonjs/tools/directions-tool/cleanResponseData.d.ts +2 -2
  91. package/dist/commonjs/tools/directions-tool/cleanResponseData.d.ts.map +1 -1
  92. package/dist/commonjs/tools/directions-tool/cleanResponseData.js.map +1 -1
  93. package/dist/commonjs/tools/distance-tool/DistanceTool.d.ts +29 -0
  94. package/dist/commonjs/tools/distance-tool/DistanceTool.d.ts.map +1 -0
  95. package/dist/commonjs/tools/distance-tool/DistanceTool.input.schema.d.ts +52 -0
  96. package/dist/commonjs/tools/distance-tool/DistanceTool.input.schema.d.ts.map +1 -0
  97. package/dist/commonjs/tools/distance-tool/DistanceTool.input.schema.js +29 -0
  98. package/dist/commonjs/tools/distance-tool/DistanceTool.input.schema.js.map +1 -0
  99. package/dist/commonjs/tools/distance-tool/DistanceTool.js +95 -0
  100. package/dist/commonjs/tools/distance-tool/DistanceTool.js.map +1 -0
  101. package/dist/commonjs/tools/distance-tool/DistanceTool.output.schema.d.ts +55 -0
  102. package/dist/commonjs/tools/distance-tool/DistanceTool.output.schema.d.ts.map +1 -0
  103. package/dist/commonjs/tools/distance-tool/DistanceTool.output.schema.js +26 -0
  104. package/dist/commonjs/tools/distance-tool/DistanceTool.output.schema.js.map +1 -0
  105. package/dist/commonjs/tools/isochrone-tool/IsochroneTool.d.ts.map +1 -1
  106. package/dist/commonjs/tools/isochrone-tool/IsochroneTool.input.schema.d.ts +2 -2
  107. package/dist/commonjs/tools/isochrone-tool/IsochroneTool.js +2 -1
  108. package/dist/commonjs/tools/isochrone-tool/IsochroneTool.js.map +1 -1
  109. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.d.ts +22 -0
  110. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.d.ts.map +1 -0
  111. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.input.schema.d.ts +43 -0
  112. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.input.schema.d.ts.map +1 -0
  113. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.input.schema.js +60 -0
  114. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.input.schema.js.map +1 -0
  115. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.js +117 -0
  116. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.js.map +1 -0
  117. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.output.schema.d.ts +170 -0
  118. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.output.schema.d.ts.map +1 -0
  119. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.output.schema.js +49 -0
  120. package/dist/commonjs/tools/map-matching-tool/MapMatchingTool.output.schema.js.map +1 -0
  121. package/dist/commonjs/tools/matrix-tool/MatrixTool.d.ts.map +1 -1
  122. package/dist/commonjs/tools/matrix-tool/MatrixTool.input.schema.d.ts +3 -3
  123. package/dist/commonjs/tools/matrix-tool/MatrixTool.input.schema.d.ts.map +1 -1
  124. package/dist/commonjs/tools/matrix-tool/MatrixTool.input.schema.js +5 -7
  125. package/dist/commonjs/tools/matrix-tool/MatrixTool.input.schema.js.map +1 -1
  126. package/dist/commonjs/tools/matrix-tool/MatrixTool.js +5 -3
  127. package/dist/commonjs/tools/matrix-tool/MatrixTool.js.map +1 -1
  128. package/dist/commonjs/tools/midpoint-tool/MidpointTool.d.ts +21 -0
  129. package/dist/commonjs/tools/midpoint-tool/MidpointTool.d.ts.map +1 -0
  130. package/dist/commonjs/tools/midpoint-tool/MidpointTool.input.schema.d.ts +49 -0
  131. package/dist/commonjs/tools/midpoint-tool/MidpointTool.input.schema.d.ts.map +1 -0
  132. package/dist/commonjs/tools/midpoint-tool/MidpointTool.input.schema.js +27 -0
  133. package/dist/commonjs/tools/midpoint-tool/MidpointTool.input.schema.js.map +1 -0
  134. package/dist/commonjs/tools/midpoint-tool/MidpointTool.js +81 -0
  135. package/dist/commonjs/tools/midpoint-tool/MidpointTool.js.map +1 -0
  136. package/dist/commonjs/tools/midpoint-tool/MidpointTool.output.schema.d.ts +67 -0
  137. package/dist/commonjs/tools/midpoint-tool/MidpointTool.output.schema.d.ts.map +1 -0
  138. package/dist/commonjs/tools/midpoint-tool/MidpointTool.output.schema.js +24 -0
  139. package/dist/commonjs/tools/midpoint-tool/MidpointTool.output.schema.js.map +1 -0
  140. package/dist/commonjs/tools/optimization-tool/OptimizationTool.d.ts +28 -0
  141. package/dist/commonjs/tools/optimization-tool/OptimizationTool.d.ts.map +1 -0
  142. package/dist/commonjs/tools/optimization-tool/OptimizationTool.input.schema.d.ts +58 -0
  143. package/dist/commonjs/tools/optimization-tool/OptimizationTool.input.schema.d.ts.map +1 -0
  144. package/dist/commonjs/tools/optimization-tool/OptimizationTool.input.schema.js +76 -0
  145. package/dist/commonjs/tools/optimization-tool/OptimizationTool.input.schema.js.map +1 -0
  146. package/dist/commonjs/tools/optimization-tool/OptimizationTool.js +142 -0
  147. package/dist/commonjs/tools/optimization-tool/OptimizationTool.js.map +1 -0
  148. package/dist/commonjs/tools/optimization-tool/OptimizationTool.output.schema.d.ts +621 -0
  149. package/dist/commonjs/tools/optimization-tool/OptimizationTool.output.schema.d.ts.map +1 -0
  150. package/dist/commonjs/tools/optimization-tool/OptimizationTool.output.schema.js +87 -0
  151. package/dist/commonjs/tools/optimization-tool/OptimizationTool.output.schema.js.map +1 -0
  152. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.d.ts +10 -0
  153. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.d.ts.map +1 -0
  154. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.input.schema.d.ts +303 -0
  155. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.input.schema.d.ts.map +1 -0
  156. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.input.schema.js +186 -0
  157. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.input.schema.js.map +1 -0
  158. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.js +332 -0
  159. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.js.map +1 -0
  160. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.output.schema.d.ts +356 -0
  161. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.output.schema.d.ts.map +1 -0
  162. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.output.schema.js +109 -0
  163. package/dist/commonjs/tools/optimization-tool/OptimizationV2Tool.output.schema.js.map +1 -0
  164. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.d.ts +24 -0
  165. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.d.ts.map +1 -0
  166. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.d.ts +34 -0
  167. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.d.ts.map +1 -0
  168. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.js +32 -0
  169. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.js.map +1 -0
  170. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.js +84 -0
  171. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.js.map +1 -0
  172. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.d.ts +34 -0
  173. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.d.ts.map +1 -0
  174. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.js +19 -0
  175. package/dist/commonjs/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.js.map +1 -0
  176. package/dist/commonjs/tools/resource-reader-tool/ResourceReaderTool.d.ts.map +1 -1
  177. package/dist/commonjs/tools/resource-reader-tool/ResourceReaderTool.js.map +1 -1
  178. package/dist/commonjs/tools/reverse-geocode-tool/ReverseGeocodeTool.d.ts.map +1 -1
  179. package/dist/commonjs/tools/reverse-geocode-tool/ReverseGeocodeTool.js +2 -1
  180. package/dist/commonjs/tools/reverse-geocode-tool/ReverseGeocodeTool.js.map +1 -1
  181. package/dist/commonjs/tools/reverse-geocode-tool/ReverseGeocodeTool.output.schema.d.ts +24 -24
  182. package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.input.schema.d.ts +10 -10
  183. package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.js +3 -3
  184. package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.js.map +1 -1
  185. package/dist/commonjs/tools/search-and-geocode-tool/SearchAndGeocodeTool.output.schema.d.ts +210 -210
  186. package/dist/commonjs/tools/simplify-tool/SimplifyTool.d.ts +22 -0
  187. package/dist/commonjs/tools/simplify-tool/SimplifyTool.d.ts.map +1 -0
  188. package/dist/commonjs/tools/simplify-tool/SimplifyTool.input.schema.d.ts +22 -0
  189. package/dist/commonjs/tools/simplify-tool/SimplifyTool.input.schema.d.ts.map +1 -0
  190. package/dist/commonjs/tools/simplify-tool/SimplifyTool.input.schema.js +38 -0
  191. package/dist/commonjs/tools/simplify-tool/SimplifyTool.input.schema.js.map +1 -0
  192. package/dist/commonjs/tools/simplify-tool/SimplifyTool.js +108 -0
  193. package/dist/commonjs/tools/simplify-tool/SimplifyTool.js.map +1 -0
  194. package/dist/commonjs/tools/simplify-tool/SimplifyTool.output.schema.d.ts +25 -0
  195. package/dist/commonjs/tools/simplify-tool/SimplifyTool.output.schema.d.ts.map +1 -0
  196. package/dist/commonjs/tools/simplify-tool/SimplifyTool.output.schema.js +23 -0
  197. package/dist/commonjs/tools/simplify-tool/SimplifyTool.output.schema.js.map +1 -0
  198. package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.d.ts.map +1 -1
  199. package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.input.schema.d.ts +8 -8
  200. package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.js +20 -2
  201. package/dist/commonjs/tools/static-map-image-tool/StaticMapImageTool.js.map +1 -1
  202. package/dist/commonjs/tools/toolRegistry.d.ts +12 -1
  203. package/dist/commonjs/tools/toolRegistry.d.ts.map +1 -1
  204. package/dist/commonjs/tools/toolRegistry.js +22 -0
  205. package/dist/commonjs/tools/toolRegistry.js.map +1 -1
  206. package/dist/commonjs/utils/tracing.d.ts.map +1 -1
  207. package/dist/commonjs/utils/tracing.js.map +1 -1
  208. package/dist/commonjs/version.json +4 -4
  209. package/dist/esm/index.js +15 -1
  210. package/dist/esm/index.js.map +1 -1
  211. package/dist/esm/schemas/shared.d.ts +5 -0
  212. package/dist/esm/schemas/shared.d.ts.map +1 -1
  213. package/dist/esm/schemas/shared.js +10 -0
  214. package/dist/esm/schemas/shared.js.map +1 -1
  215. package/dist/esm/tools/MapboxApiBasedTool.d.ts +8 -0
  216. package/dist/esm/tools/MapboxApiBasedTool.d.ts.map +1 -1
  217. package/dist/esm/tools/MapboxApiBasedTool.js +20 -0
  218. package/dist/esm/tools/MapboxApiBasedTool.js.map +1 -1
  219. package/dist/esm/tools/area-tool/AreaTool.d.ts +21 -0
  220. package/dist/esm/tools/area-tool/AreaTool.d.ts.map +1 -0
  221. package/dist/esm/tools/area-tool/AreaTool.input.schema.d.ts +19 -0
  222. package/dist/esm/tools/area-tool/AreaTool.input.schema.d.ts.map +1 -0
  223. package/dist/esm/tools/area-tool/AreaTool.input.schema.js +28 -0
  224. package/dist/esm/tools/area-tool/AreaTool.input.schema.js.map +1 -0
  225. package/dist/esm/tools/area-tool/AreaTool.js +100 -0
  226. package/dist/esm/tools/area-tool/AreaTool.js.map +1 -0
  227. package/dist/esm/tools/area-tool/AreaTool.output.schema.d.ts +19 -0
  228. package/dist/esm/tools/area-tool/AreaTool.output.schema.d.ts.map +1 -0
  229. package/dist/esm/tools/area-tool/AreaTool.output.schema.js +11 -0
  230. package/dist/esm/tools/area-tool/AreaTool.output.schema.js.map +1 -0
  231. package/dist/esm/tools/bearing-tool/BearingTool.d.ts +22 -0
  232. package/dist/esm/tools/bearing-tool/BearingTool.d.ts.map +1 -0
  233. package/dist/esm/tools/bearing-tool/BearingTool.input.schema.d.ts +49 -0
  234. package/dist/esm/tools/bearing-tool/BearingTool.input.schema.d.ts.map +1 -0
  235. package/dist/esm/tools/bearing-tool/BearingTool.input.schema.js +21 -0
  236. package/dist/esm/tools/bearing-tool/BearingTool.input.schema.js.map +1 -0
  237. package/dist/esm/tools/bearing-tool/BearingTool.js +80 -0
  238. package/dist/esm/tools/bearing-tool/BearingTool.js.map +1 -0
  239. package/dist/esm/tools/bearing-tool/BearingTool.output.schema.d.ts +52 -0
  240. package/dist/esm/tools/bearing-tool/BearingTool.output.schema.d.ts.map +1 -0
  241. package/dist/esm/tools/bearing-tool/BearingTool.output.schema.js +18 -0
  242. package/dist/esm/tools/bearing-tool/BearingTool.output.schema.js.map +1 -0
  243. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.d.ts +22 -0
  244. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.d.ts.map +1 -0
  245. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.input.schema.d.ts +16 -0
  246. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.input.schema.d.ts.map +1 -0
  247. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.input.schema.js +25 -0
  248. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.input.schema.js.map +1 -0
  249. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.js +103 -0
  250. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.js.map +1 -0
  251. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.output.schema.d.ts +16 -0
  252. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.output.schema.d.ts.map +1 -0
  253. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.output.schema.js +12 -0
  254. package/dist/esm/tools/bounding-box-tool/BoundingBoxTool.output.schema.js.map +1 -0
  255. package/dist/esm/tools/buffer-tool/BufferTool.d.ts +22 -0
  256. package/dist/esm/tools/buffer-tool/BufferTool.d.ts.map +1 -0
  257. package/dist/esm/tools/buffer-tool/BufferTool.input.schema.d.ts +22 -0
  258. package/dist/esm/tools/buffer-tool/BufferTool.input.schema.d.ts.map +1 -0
  259. package/dist/esm/tools/buffer-tool/BufferTool.input.schema.js +29 -0
  260. package/dist/esm/tools/buffer-tool/BufferTool.input.schema.js.map +1 -0
  261. package/dist/esm/tools/buffer-tool/BufferTool.js +99 -0
  262. package/dist/esm/tools/buffer-tool/BufferTool.js.map +1 -0
  263. package/dist/esm/tools/buffer-tool/BufferTool.output.schema.d.ts +22 -0
  264. package/dist/esm/tools/buffer-tool/BufferTool.output.schema.d.ts.map +1 -0
  265. package/dist/esm/tools/buffer-tool/BufferTool.output.schema.js +14 -0
  266. package/dist/esm/tools/buffer-tool/BufferTool.output.schema.js.map +1 -0
  267. package/dist/esm/tools/category-list-tool/CategoryListTool.d.ts.map +1 -1
  268. package/dist/esm/tools/category-list-tool/CategoryListTool.js +2 -1
  269. package/dist/esm/tools/category-list-tool/CategoryListTool.js.map +1 -1
  270. package/dist/esm/tools/category-search-tool/CategorySearchTool.d.ts.map +1 -1
  271. package/dist/esm/tools/category-search-tool/CategorySearchTool.input.schema.d.ts +10 -10
  272. package/dist/esm/tools/category-search-tool/CategorySearchTool.js +2 -1
  273. package/dist/esm/tools/category-search-tool/CategorySearchTool.js.map +1 -1
  274. package/dist/esm/tools/category-search-tool/CategorySearchTool.output.schema.d.ts +44 -44
  275. package/dist/esm/tools/centroid-tool/CentroidTool.d.ts +21 -0
  276. package/dist/esm/tools/centroid-tool/CentroidTool.d.ts.map +1 -0
  277. package/dist/esm/tools/centroid-tool/CentroidTool.input.schema.d.ts +16 -0
  278. package/dist/esm/tools/centroid-tool/CentroidTool.input.schema.d.ts.map +1 -0
  279. package/dist/esm/tools/centroid-tool/CentroidTool.input.schema.js +23 -0
  280. package/dist/esm/tools/centroid-tool/CentroidTool.input.schema.js.map +1 -0
  281. package/dist/esm/tools/centroid-tool/CentroidTool.js +77 -0
  282. package/dist/esm/tools/centroid-tool/CentroidTool.js.map +1 -0
  283. package/dist/esm/tools/centroid-tool/CentroidTool.output.schema.d.ts +31 -0
  284. package/dist/esm/tools/centroid-tool/CentroidTool.output.schema.d.ts.map +1 -0
  285. package/dist/esm/tools/centroid-tool/CentroidTool.output.schema.js +13 -0
  286. package/dist/esm/tools/centroid-tool/CentroidTool.output.schema.js.map +1 -0
  287. package/dist/esm/tools/directions-tool/DirectionsTool.d.ts.map +1 -1
  288. package/dist/esm/tools/directions-tool/DirectionsTool.input.schema.d.ts +3 -3
  289. package/dist/esm/tools/directions-tool/DirectionsTool.input.schema.d.ts.map +1 -1
  290. package/dist/esm/tools/directions-tool/DirectionsTool.input.schema.js +7 -8
  291. package/dist/esm/tools/directions-tool/DirectionsTool.input.schema.js.map +1 -1
  292. package/dist/esm/tools/directions-tool/DirectionsTool.js +9 -8
  293. package/dist/esm/tools/directions-tool/DirectionsTool.js.map +1 -1
  294. package/dist/esm/tools/directions-tool/DirectionsTool.output.schema.d.ts +266 -266
  295. package/dist/esm/tools/directions-tool/DirectionsTool.output.schema.js +6 -6
  296. package/dist/esm/tools/directions-tool/DirectionsTool.output.schema.js.map +1 -1
  297. package/dist/esm/tools/directions-tool/cleanResponseData.d.ts +2 -2
  298. package/dist/esm/tools/directions-tool/cleanResponseData.d.ts.map +1 -1
  299. package/dist/esm/tools/directions-tool/cleanResponseData.js.map +1 -1
  300. package/dist/esm/tools/distance-tool/DistanceTool.d.ts +29 -0
  301. package/dist/esm/tools/distance-tool/DistanceTool.d.ts.map +1 -0
  302. package/dist/esm/tools/distance-tool/DistanceTool.input.schema.d.ts +52 -0
  303. package/dist/esm/tools/distance-tool/DistanceTool.input.schema.d.ts.map +1 -0
  304. package/dist/esm/tools/distance-tool/DistanceTool.input.schema.js +23 -0
  305. package/dist/esm/tools/distance-tool/DistanceTool.input.schema.js.map +1 -0
  306. package/dist/esm/tools/distance-tool/DistanceTool.js +91 -0
  307. package/dist/esm/tools/distance-tool/DistanceTool.js.map +1 -0
  308. package/dist/esm/tools/distance-tool/DistanceTool.output.schema.d.ts +55 -0
  309. package/dist/esm/tools/distance-tool/DistanceTool.output.schema.d.ts.map +1 -0
  310. package/dist/esm/tools/distance-tool/DistanceTool.output.schema.js +23 -0
  311. package/dist/esm/tools/distance-tool/DistanceTool.output.schema.js.map +1 -0
  312. package/dist/esm/tools/isochrone-tool/IsochroneTool.d.ts.map +1 -1
  313. package/dist/esm/tools/isochrone-tool/IsochroneTool.input.schema.d.ts +2 -2
  314. package/dist/esm/tools/isochrone-tool/IsochroneTool.js +2 -1
  315. package/dist/esm/tools/isochrone-tool/IsochroneTool.js.map +1 -1
  316. package/dist/esm/tools/map-matching-tool/MapMatchingTool.d.ts +22 -0
  317. package/dist/esm/tools/map-matching-tool/MapMatchingTool.d.ts.map +1 -0
  318. package/dist/esm/tools/map-matching-tool/MapMatchingTool.input.schema.d.ts +43 -0
  319. package/dist/esm/tools/map-matching-tool/MapMatchingTool.input.schema.d.ts.map +1 -0
  320. package/dist/esm/tools/map-matching-tool/MapMatchingTool.input.schema.js +57 -0
  321. package/dist/esm/tools/map-matching-tool/MapMatchingTool.input.schema.js.map +1 -0
  322. package/dist/esm/tools/map-matching-tool/MapMatchingTool.js +113 -0
  323. package/dist/esm/tools/map-matching-tool/MapMatchingTool.js.map +1 -0
  324. package/dist/esm/tools/map-matching-tool/MapMatchingTool.output.schema.d.ts +170 -0
  325. package/dist/esm/tools/map-matching-tool/MapMatchingTool.output.schema.d.ts.map +1 -0
  326. package/dist/esm/tools/map-matching-tool/MapMatchingTool.output.schema.js +46 -0
  327. package/dist/esm/tools/map-matching-tool/MapMatchingTool.output.schema.js.map +1 -0
  328. package/dist/esm/tools/matrix-tool/MatrixTool.d.ts.map +1 -1
  329. package/dist/esm/tools/matrix-tool/MatrixTool.input.schema.d.ts +3 -3
  330. package/dist/esm/tools/matrix-tool/MatrixTool.input.schema.d.ts.map +1 -1
  331. package/dist/esm/tools/matrix-tool/MatrixTool.input.schema.js +6 -8
  332. package/dist/esm/tools/matrix-tool/MatrixTool.input.schema.js.map +1 -1
  333. package/dist/esm/tools/matrix-tool/MatrixTool.js +5 -3
  334. package/dist/esm/tools/matrix-tool/MatrixTool.js.map +1 -1
  335. package/dist/esm/tools/midpoint-tool/MidpointTool.d.ts +21 -0
  336. package/dist/esm/tools/midpoint-tool/MidpointTool.d.ts.map +1 -0
  337. package/dist/esm/tools/midpoint-tool/MidpointTool.input.schema.d.ts +49 -0
  338. package/dist/esm/tools/midpoint-tool/MidpointTool.input.schema.d.ts.map +1 -0
  339. package/dist/esm/tools/midpoint-tool/MidpointTool.input.schema.js +21 -0
  340. package/dist/esm/tools/midpoint-tool/MidpointTool.input.schema.js.map +1 -0
  341. package/dist/esm/tools/midpoint-tool/MidpointTool.js +77 -0
  342. package/dist/esm/tools/midpoint-tool/MidpointTool.js.map +1 -0
  343. package/dist/esm/tools/midpoint-tool/MidpointTool.output.schema.d.ts +67 -0
  344. package/dist/esm/tools/midpoint-tool/MidpointTool.output.schema.d.ts.map +1 -0
  345. package/dist/esm/tools/midpoint-tool/MidpointTool.output.schema.js +21 -0
  346. package/dist/esm/tools/midpoint-tool/MidpointTool.output.schema.js.map +1 -0
  347. package/dist/esm/tools/optimization-tool/OptimizationTool.d.ts +28 -0
  348. package/dist/esm/tools/optimization-tool/OptimizationTool.d.ts.map +1 -0
  349. package/dist/esm/tools/optimization-tool/OptimizationTool.input.schema.d.ts +58 -0
  350. package/dist/esm/tools/optimization-tool/OptimizationTool.input.schema.d.ts.map +1 -0
  351. package/dist/esm/tools/optimization-tool/OptimizationTool.input.schema.js +70 -0
  352. package/dist/esm/tools/optimization-tool/OptimizationTool.input.schema.js.map +1 -0
  353. package/dist/esm/tools/optimization-tool/OptimizationTool.js +138 -0
  354. package/dist/esm/tools/optimization-tool/OptimizationTool.js.map +1 -0
  355. package/dist/esm/tools/optimization-tool/OptimizationTool.output.schema.d.ts +621 -0
  356. package/dist/esm/tools/optimization-tool/OptimizationTool.output.schema.d.ts.map +1 -0
  357. package/dist/esm/tools/optimization-tool/OptimizationTool.output.schema.js +84 -0
  358. package/dist/esm/tools/optimization-tool/OptimizationTool.output.schema.js.map +1 -0
  359. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.d.ts +10 -0
  360. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.d.ts.map +1 -0
  361. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.input.schema.d.ts +303 -0
  362. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.input.schema.d.ts.map +1 -0
  363. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.input.schema.js +180 -0
  364. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.input.schema.js.map +1 -0
  365. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.js +329 -0
  366. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.js.map +1 -0
  367. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.output.schema.d.ts +356 -0
  368. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.output.schema.d.ts.map +1 -0
  369. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.output.schema.js +106 -0
  370. package/dist/esm/tools/optimization-tool/OptimizationV2Tool.output.schema.js.map +1 -0
  371. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.d.ts +24 -0
  372. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.d.ts.map +1 -0
  373. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.d.ts +34 -0
  374. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.d.ts.map +1 -0
  375. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.js +26 -0
  376. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.input.schema.js.map +1 -0
  377. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.js +80 -0
  378. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.js.map +1 -0
  379. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.d.ts +34 -0
  380. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.d.ts.map +1 -0
  381. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.js +16 -0
  382. package/dist/esm/tools/point-in-polygon-tool/PointInPolygonTool.output.schema.js.map +1 -0
  383. package/dist/esm/tools/resource-reader-tool/ResourceReaderTool.d.ts.map +1 -1
  384. package/dist/esm/tools/resource-reader-tool/ResourceReaderTool.js.map +1 -1
  385. package/dist/esm/tools/reverse-geocode-tool/ReverseGeocodeTool.d.ts.map +1 -1
  386. package/dist/esm/tools/reverse-geocode-tool/ReverseGeocodeTool.js +2 -1
  387. package/dist/esm/tools/reverse-geocode-tool/ReverseGeocodeTool.js.map +1 -1
  388. package/dist/esm/tools/reverse-geocode-tool/ReverseGeocodeTool.output.schema.d.ts +24 -24
  389. package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.input.schema.d.ts +10 -10
  390. package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.js +3 -3
  391. package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.js.map +1 -1
  392. package/dist/esm/tools/search-and-geocode-tool/SearchAndGeocodeTool.output.schema.d.ts +186 -186
  393. package/dist/esm/tools/simplify-tool/SimplifyTool.d.ts +22 -0
  394. package/dist/esm/tools/simplify-tool/SimplifyTool.d.ts.map +1 -0
  395. package/dist/esm/tools/simplify-tool/SimplifyTool.input.schema.d.ts +22 -0
  396. package/dist/esm/tools/simplify-tool/SimplifyTool.input.schema.d.ts.map +1 -0
  397. package/dist/esm/tools/simplify-tool/SimplifyTool.input.schema.js +32 -0
  398. package/dist/esm/tools/simplify-tool/SimplifyTool.input.schema.js.map +1 -0
  399. package/dist/esm/tools/simplify-tool/SimplifyTool.js +104 -0
  400. package/dist/esm/tools/simplify-tool/SimplifyTool.js.map +1 -0
  401. package/dist/esm/tools/simplify-tool/SimplifyTool.output.schema.d.ts +25 -0
  402. package/dist/esm/tools/simplify-tool/SimplifyTool.output.schema.d.ts.map +1 -0
  403. package/dist/esm/tools/simplify-tool/SimplifyTool.output.schema.js +20 -0
  404. package/dist/esm/tools/simplify-tool/SimplifyTool.output.schema.js.map +1 -0
  405. package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.d.ts.map +1 -1
  406. package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.input.schema.d.ts +8 -8
  407. package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.js +20 -2
  408. package/dist/esm/tools/static-map-image-tool/StaticMapImageTool.js.map +1 -1
  409. package/dist/esm/tools/toolRegistry.d.ts +12 -1
  410. package/dist/esm/tools/toolRegistry.d.ts.map +1 -1
  411. package/dist/esm/tools/toolRegistry.js +22 -0
  412. package/dist/esm/tools/toolRegistry.js.map +1 -1
  413. package/dist/esm/utils/tracing.d.ts.map +1 -1
  414. package/dist/esm/utils/tracing.js.map +1 -1
  415. package/dist/esm/version.json +4 -4
  416. package/package.json +3 -2
  417. /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: "critical" | "unknown" | "low" | "major" | "minor";
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: "critical" | "unknown" | "low" | "major" | "minor";
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">>;
@@ -1278,11 +1278,11 @@ declare const RouteStepSchema: z.ZodObject<{
1278
1278
  exit: z.ZodOptional<z.ZodNumber>;
1279
1279
  }, "strip", z.ZodTypeAny, {
1280
1280
  name: string;
1281
- distance: number;
1282
1281
  geometry: string | {
1283
1282
  type: "LineString";
1284
1283
  coordinates: ([number, number] | [number, number, number])[];
1285
1284
  };
1285
+ distance: number;
1286
1286
  duration: number;
1287
1287
  weight: number;
1288
1288
  driving_side: "left" | "right";
@@ -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;
@@ -1405,11 +1405,11 @@ declare const RouteStepSchema: z.ZodObject<{
1405
1405
  rotary_pronunciation?: string | undefined;
1406
1406
  }, {
1407
1407
  name: string;
1408
- distance: number;
1409
1408
  geometry: string | {
1410
1409
  type: "LineString";
1411
1410
  coordinates: ([number, number] | [number, number, number])[];
1412
1411
  };
1412
+ distance: number;
1413
1413
  duration: number;
1414
1414
  weight: number;
1415
1415
  driving_side: "left" | "right";
@@ -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">>;
@@ -2060,11 +2060,11 @@ declare const RouteLegSchema: z.ZodObject<{
2060
2060
  exit: z.ZodOptional<z.ZodNumber>;
2061
2061
  }, "strip", z.ZodTypeAny, {
2062
2062
  name: string;
2063
- distance: number;
2064
2063
  geometry: string | {
2065
2064
  type: "LineString";
2066
2065
  coordinates: ([number, number] | [number, number, number])[];
2067
2066
  };
2067
+ distance: number;
2068
2068
  duration: number;
2069
2069
  weight: number;
2070
2070
  driving_side: "left" | "right";
@@ -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;
@@ -2187,11 +2187,11 @@ declare const RouteLegSchema: z.ZodObject<{
2187
2187
  rotary_pronunciation?: string | undefined;
2188
2188
  }, {
2189
2189
  name: string;
2190
- distance: number;
2191
2190
  geometry: string | {
2192
2191
  type: "LineString";
2193
2192
  coordinates: ([number, number] | [number, number, number])[];
2194
2193
  };
2194
+ distance: number;
2195
2195
  duration: number;
2196
2196
  weight: number;
2197
2197
  driving_side: "left" | "right";
@@ -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: "critical" | "unknown" | "low" | "major" | "minor";
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: "critical" | "unknown" | "low" | "major" | "minor";
2393
+ impact: "unknown" | "critical" | "low" | "major" | "minor";
2394
2394
  affected_road_names: string[];
2395
2395
  creation_time: string;
2396
2396
  start_time: string;
@@ -2545,11 +2545,11 @@ declare const RouteLegSchema: z.ZodObject<{
2545
2545
  }[];
2546
2546
  steps: {
2547
2547
  name: string;
2548
- distance: number;
2549
2548
  geometry: string | {
2550
2549
  type: "LineString";
2551
2550
  coordinates: ([number, number] | [number, number, number])[];
2552
2551
  };
2552
+ distance: number;
2553
2553
  duration: number;
2554
2554
  weight: number;
2555
2555
  driving_side: "left" | "right";
@@ -2605,8 +2605,8 @@ declare const RouteLegSchema: z.ZodObject<{
2605
2605
  distanceAlongGeometry: number;
2606
2606
  ssmlAnnouncement?: string | undefined;
2607
2607
  }[] | undefined;
2608
- duration_typical?: number | undefined;
2609
- weight_typical?: number | undefined;
2608
+ duration_typical?: number | null | undefined;
2609
+ weight_typical?: number | null | undefined;
2610
2610
  exit?: number | undefined;
2611
2611
  ref?: string | undefined;
2612
2612
  destinations?: string | undefined;
@@ -2629,8 +2629,8 @@ declare const RouteLegSchema: z.ZodObject<{
2629
2629
  active_direction?: string | undefined;
2630
2630
  }[];
2631
2631
  type?: string | undefined;
2632
- modifier?: string | undefined;
2633
2632
  degrees?: number | undefined;
2633
+ modifier?: string | undefined;
2634
2634
  driving_side?: "left" | "right" | undefined;
2635
2635
  };
2636
2636
  sub?: {
@@ -2646,8 +2646,8 @@ declare const RouteLegSchema: z.ZodObject<{
2646
2646
  active_direction?: string | undefined;
2647
2647
  }[];
2648
2648
  type?: string | undefined;
2649
- modifier?: string | undefined;
2650
2649
  degrees?: number | undefined;
2650
+ modifier?: string | undefined;
2651
2651
  driving_side?: "left" | "right" | undefined;
2652
2652
  } | undefined;
2653
2653
  secondary?: {
@@ -2663,8 +2663,8 @@ declare const RouteLegSchema: z.ZodObject<{
2663
2663
  active_direction?: string | undefined;
2664
2664
  }[];
2665
2665
  type?: string | undefined;
2666
- modifier?: string | undefined;
2667
2666
  degrees?: number | undefined;
2667
+ modifier?: string | undefined;
2668
2668
  driving_side?: "left" | "right" | undefined;
2669
2669
  } | null | undefined;
2670
2670
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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;
@@ -2750,11 +2750,11 @@ declare const RouteLegSchema: z.ZodObject<{
2750
2750
  }[];
2751
2751
  steps: {
2752
2752
  name: string;
2753
- distance: number;
2754
2753
  geometry: string | {
2755
2754
  type: "LineString";
2756
2755
  coordinates: ([number, number] | [number, number, number])[];
2757
2756
  };
2757
+ distance: number;
2758
2758
  duration: number;
2759
2759
  weight: number;
2760
2760
  driving_side: "left" | "right";
@@ -2810,8 +2810,8 @@ declare const RouteLegSchema: z.ZodObject<{
2810
2810
  distanceAlongGeometry: number;
2811
2811
  ssmlAnnouncement?: string | undefined;
2812
2812
  }[] | undefined;
2813
- duration_typical?: number | undefined;
2814
- weight_typical?: number | undefined;
2813
+ duration_typical?: number | null | undefined;
2814
+ weight_typical?: number | null | undefined;
2815
2815
  exit?: number | undefined;
2816
2816
  ref?: string | undefined;
2817
2817
  destinations?: string | undefined;
@@ -2834,8 +2834,8 @@ declare const RouteLegSchema: z.ZodObject<{
2834
2834
  active_direction?: string | undefined;
2835
2835
  }[];
2836
2836
  type?: string | undefined;
2837
- modifier?: string | undefined;
2838
2837
  degrees?: number | undefined;
2838
+ modifier?: string | undefined;
2839
2839
  driving_side?: "left" | "right" | undefined;
2840
2840
  };
2841
2841
  sub?: {
@@ -2851,8 +2851,8 @@ declare const RouteLegSchema: z.ZodObject<{
2851
2851
  active_direction?: string | undefined;
2852
2852
  }[];
2853
2853
  type?: string | undefined;
2854
- modifier?: string | undefined;
2855
2854
  degrees?: number | undefined;
2855
+ modifier?: string | undefined;
2856
2856
  driving_side?: "left" | "right" | undefined;
2857
2857
  } | undefined;
2858
2858
  secondary?: {
@@ -2868,8 +2868,8 @@ declare const RouteLegSchema: z.ZodObject<{
2868
2868
  active_direction?: string | undefined;
2869
2869
  }[];
2870
2870
  type?: string | undefined;
2871
- modifier?: string | undefined;
2872
2871
  degrees?: number | undefined;
2872
+ modifier?: string | undefined;
2873
2873
  driving_side?: "left" | "right" | undefined;
2874
2874
  } | null | undefined;
2875
2875
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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">>;
@@ -3493,11 +3493,11 @@ declare const RouteSchema: z.ZodObject<{
3493
3493
  exit: z.ZodOptional<z.ZodNumber>;
3494
3494
  }, "strip", z.ZodTypeAny, {
3495
3495
  name: string;
3496
- distance: number;
3497
3496
  geometry: string | {
3498
3497
  type: "LineString";
3499
3498
  coordinates: ([number, number] | [number, number, number])[];
3500
3499
  };
3500
+ distance: number;
3501
3501
  duration: number;
3502
3502
  weight: number;
3503
3503
  driving_side: "left" | "right";
@@ -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;
@@ -3620,11 +3620,11 @@ declare const RouteSchema: z.ZodObject<{
3620
3620
  rotary_pronunciation?: string | undefined;
3621
3621
  }, {
3622
3622
  name: string;
3623
- distance: number;
3624
3623
  geometry: string | {
3625
3624
  type: "LineString";
3626
3625
  coordinates: ([number, number] | [number, number, number])[];
3627
3626
  };
3627
+ distance: number;
3628
3628
  duration: number;
3629
3629
  weight: number;
3630
3630
  driving_side: "left" | "right";
@@ -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: "critical" | "unknown" | "low" | "major" | "minor";
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: "critical" | "unknown" | "low" | "major" | "minor";
3826
+ impact: "unknown" | "critical" | "low" | "major" | "minor";
3827
3827
  affected_road_names: string[];
3828
3828
  creation_time: string;
3829
3829
  start_time: string;
@@ -3978,11 +3978,11 @@ declare const RouteSchema: z.ZodObject<{
3978
3978
  }[];
3979
3979
  steps: {
3980
3980
  name: string;
3981
- distance: number;
3982
3981
  geometry: string | {
3983
3982
  type: "LineString";
3984
3983
  coordinates: ([number, number] | [number, number, number])[];
3985
3984
  };
3985
+ distance: number;
3986
3986
  duration: number;
3987
3987
  weight: number;
3988
3988
  driving_side: "left" | "right";
@@ -4038,8 +4038,8 @@ declare const RouteSchema: z.ZodObject<{
4038
4038
  distanceAlongGeometry: number;
4039
4039
  ssmlAnnouncement?: string | undefined;
4040
4040
  }[] | undefined;
4041
- duration_typical?: number | undefined;
4042
- weight_typical?: number | undefined;
4041
+ duration_typical?: number | null | undefined;
4042
+ weight_typical?: number | null | undefined;
4043
4043
  exit?: number | undefined;
4044
4044
  ref?: string | undefined;
4045
4045
  destinations?: string | undefined;
@@ -4062,8 +4062,8 @@ declare const RouteSchema: z.ZodObject<{
4062
4062
  active_direction?: string | undefined;
4063
4063
  }[];
4064
4064
  type?: string | undefined;
4065
- modifier?: string | undefined;
4066
4065
  degrees?: number | undefined;
4066
+ modifier?: string | undefined;
4067
4067
  driving_side?: "left" | "right" | undefined;
4068
4068
  };
4069
4069
  sub?: {
@@ -4079,8 +4079,8 @@ declare const RouteSchema: z.ZodObject<{
4079
4079
  active_direction?: string | undefined;
4080
4080
  }[];
4081
4081
  type?: string | undefined;
4082
- modifier?: string | undefined;
4083
4082
  degrees?: number | undefined;
4083
+ modifier?: string | undefined;
4084
4084
  driving_side?: "left" | "right" | undefined;
4085
4085
  } | undefined;
4086
4086
  secondary?: {
@@ -4096,8 +4096,8 @@ declare const RouteSchema: z.ZodObject<{
4096
4096
  active_direction?: string | undefined;
4097
4097
  }[];
4098
4098
  type?: string | undefined;
4099
- modifier?: string | undefined;
4100
4099
  degrees?: number | undefined;
4100
+ modifier?: string | undefined;
4101
4101
  driving_side?: "left" | "right" | undefined;
4102
4102
  } | null | undefined;
4103
4103
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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;
@@ -4183,11 +4183,11 @@ declare const RouteSchema: z.ZodObject<{
4183
4183
  }[];
4184
4184
  steps: {
4185
4185
  name: string;
4186
- distance: number;
4187
4186
  geometry: string | {
4188
4187
  type: "LineString";
4189
4188
  coordinates: ([number, number] | [number, number, number])[];
4190
4189
  };
4190
+ distance: number;
4191
4191
  duration: number;
4192
4192
  weight: number;
4193
4193
  driving_side: "left" | "right";
@@ -4243,8 +4243,8 @@ declare const RouteSchema: z.ZodObject<{
4243
4243
  distanceAlongGeometry: number;
4244
4244
  ssmlAnnouncement?: string | undefined;
4245
4245
  }[] | undefined;
4246
- duration_typical?: number | undefined;
4247
- weight_typical?: number | undefined;
4246
+ duration_typical?: number | null | undefined;
4247
+ weight_typical?: number | null | undefined;
4248
4248
  exit?: number | undefined;
4249
4249
  ref?: string | undefined;
4250
4250
  destinations?: string | undefined;
@@ -4267,8 +4267,8 @@ declare const RouteSchema: z.ZodObject<{
4267
4267
  active_direction?: string | undefined;
4268
4268
  }[];
4269
4269
  type?: string | undefined;
4270
- modifier?: string | undefined;
4271
4270
  degrees?: number | undefined;
4271
+ modifier?: string | undefined;
4272
4272
  driving_side?: "left" | "right" | undefined;
4273
4273
  };
4274
4274
  sub?: {
@@ -4284,8 +4284,8 @@ declare const RouteSchema: z.ZodObject<{
4284
4284
  active_direction?: string | undefined;
4285
4285
  }[];
4286
4286
  type?: string | undefined;
4287
- modifier?: string | undefined;
4288
4287
  degrees?: number | undefined;
4288
+ modifier?: string | undefined;
4289
4289
  driving_side?: "left" | "right" | undefined;
4290
4290
  } | undefined;
4291
4291
  secondary?: {
@@ -4301,8 +4301,8 @@ declare const RouteSchema: z.ZodObject<{
4301
4301
  active_direction?: string | undefined;
4302
4302
  }[];
4303
4303
  type?: string | undefined;
4304
- modifier?: string | undefined;
4305
4304
  degrees?: number | undefined;
4305
+ modifier?: string | undefined;
4306
4306
  driving_side?: "left" | "right" | undefined;
4307
4307
  } | null | undefined;
4308
4308
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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
  distance: number;
4546
4546
  summary: string;
@@ -4550,11 +4550,11 @@ declare const RouteSchema: z.ZodObject<{
4550
4550
  }[];
4551
4551
  steps: {
4552
4552
  name: string;
4553
- distance: number;
4554
4553
  geometry: string | {
4555
4554
  type: "LineString";
4556
4555
  coordinates: ([number, number] | [number, number, number])[];
4557
4556
  };
4557
+ distance: number;
4558
4558
  duration: number;
4559
4559
  weight: number;
4560
4560
  driving_side: "left" | "right";
@@ -4610,8 +4610,8 @@ declare const RouteSchema: z.ZodObject<{
4610
4610
  distanceAlongGeometry: number;
4611
4611
  ssmlAnnouncement?: string | undefined;
4612
4612
  }[] | undefined;
4613
- duration_typical?: number | undefined;
4614
- weight_typical?: number | undefined;
4613
+ duration_typical?: number | null | undefined;
4614
+ weight_typical?: number | null | undefined;
4615
4615
  exit?: number | undefined;
4616
4616
  ref?: string | undefined;
4617
4617
  destinations?: string | undefined;
@@ -4634,8 +4634,8 @@ declare const RouteSchema: z.ZodObject<{
4634
4634
  active_direction?: string | undefined;
4635
4635
  }[];
4636
4636
  type?: string | undefined;
4637
- modifier?: string | undefined;
4638
4637
  degrees?: number | undefined;
4638
+ modifier?: string | undefined;
4639
4639
  driving_side?: "left" | "right" | undefined;
4640
4640
  };
4641
4641
  sub?: {
@@ -4651,8 +4651,8 @@ declare const RouteSchema: z.ZodObject<{
4651
4651
  active_direction?: string | undefined;
4652
4652
  }[];
4653
4653
  type?: string | undefined;
4654
- modifier?: string | undefined;
4655
4654
  degrees?: number | undefined;
4655
+ modifier?: string | undefined;
4656
4656
  driving_side?: "left" | "right" | undefined;
4657
4657
  } | undefined;
4658
4658
  secondary?: {
@@ -4668,8 +4668,8 @@ declare const RouteSchema: z.ZodObject<{
4668
4668
  active_direction?: string | undefined;
4669
4669
  }[];
4670
4670
  type?: string | undefined;
4671
- modifier?: string | undefined;
4672
4671
  degrees?: number | undefined;
4672
+ modifier?: string | undefined;
4673
4673
  driving_side?: "left" | "right" | undefined;
4674
4674
  } | null | undefined;
4675
4675
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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
  distance: number;
4806
4806
  summary: string;
@@ -4810,11 +4810,11 @@ declare const RouteSchema: z.ZodObject<{
4810
4810
  }[];
4811
4811
  steps: {
4812
4812
  name: string;
4813
- distance: number;
4814
4813
  geometry: string | {
4815
4814
  type: "LineString";
4816
4815
  coordinates: ([number, number] | [number, number, number])[];
4817
4816
  };
4817
+ distance: number;
4818
4818
  duration: number;
4819
4819
  weight: number;
4820
4820
  driving_side: "left" | "right";
@@ -4870,8 +4870,8 @@ declare const RouteSchema: z.ZodObject<{
4870
4870
  distanceAlongGeometry: number;
4871
4871
  ssmlAnnouncement?: string | undefined;
4872
4872
  }[] | undefined;
4873
- duration_typical?: number | undefined;
4874
- weight_typical?: number | undefined;
4873
+ duration_typical?: number | null | undefined;
4874
+ weight_typical?: number | null | undefined;
4875
4875
  exit?: number | undefined;
4876
4876
  ref?: string | undefined;
4877
4877
  destinations?: string | undefined;
@@ -4894,8 +4894,8 @@ declare const RouteSchema: z.ZodObject<{
4894
4894
  active_direction?: string | undefined;
4895
4895
  }[];
4896
4896
  type?: string | undefined;
4897
- modifier?: string | undefined;
4898
4897
  degrees?: number | undefined;
4898
+ modifier?: string | undefined;
4899
4899
  driving_side?: "left" | "right" | undefined;
4900
4900
  };
4901
4901
  sub?: {
@@ -4911,8 +4911,8 @@ declare const RouteSchema: z.ZodObject<{
4911
4911
  active_direction?: string | undefined;
4912
4912
  }[];
4913
4913
  type?: string | undefined;
4914
- modifier?: string | undefined;
4915
4914
  degrees?: number | undefined;
4915
+ modifier?: string | undefined;
4916
4916
  driving_side?: "left" | "right" | undefined;
4917
4917
  } | undefined;
4918
4918
  secondary?: {
@@ -4928,8 +4928,8 @@ declare const RouteSchema: z.ZodObject<{
4928
4928
  active_direction?: string | undefined;
4929
4929
  }[];
4930
4930
  type?: string | undefined;
4931
- modifier?: string | undefined;
4932
4931
  degrees?: number | undefined;
4932
+ modifier?: string | undefined;
4933
4933
  driving_side?: "left" | "right" | undefined;
4934
4934
  } | null | undefined;
4935
4935
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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">>;
@@ -5597,11 +5597,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
5597
5597
  exit: z.ZodOptional<z.ZodNumber>;
5598
5598
  }, "strip", z.ZodTypeAny, {
5599
5599
  name: string;
5600
- distance: number;
5601
5600
  geometry: string | {
5602
5601
  type: "LineString";
5603
5602
  coordinates: ([number, number] | [number, number, number])[];
5604
5603
  };
5604
+ distance: number;
5605
5605
  duration: number;
5606
5606
  weight: number;
5607
5607
  driving_side: "left" | "right";
@@ -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;
@@ -5724,11 +5724,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
5724
5724
  rotary_pronunciation?: string | undefined;
5725
5725
  }, {
5726
5726
  name: string;
5727
- distance: number;
5728
5727
  geometry: string | {
5729
5728
  type: "LineString";
5730
5729
  coordinates: ([number, number] | [number, number, number])[];
5731
5730
  };
5731
+ distance: number;
5732
5732
  duration: number;
5733
5733
  weight: number;
5734
5734
  driving_side: "left" | "right";
@@ -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: "critical" | "unknown" | "low" | "major" | "minor";
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: "critical" | "unknown" | "low" | "major" | "minor";
5930
+ impact: "unknown" | "critical" | "low" | "major" | "minor";
5931
5931
  affected_road_names: string[];
5932
5932
  creation_time: string;
5933
5933
  start_time: string;
@@ -6082,11 +6082,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6082
6082
  }[];
6083
6083
  steps: {
6084
6084
  name: string;
6085
- distance: number;
6086
6085
  geometry: string | {
6087
6086
  type: "LineString";
6088
6087
  coordinates: ([number, number] | [number, number, number])[];
6089
6088
  };
6089
+ distance: number;
6090
6090
  duration: number;
6091
6091
  weight: number;
6092
6092
  driving_side: "left" | "right";
@@ -6142,8 +6142,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6142
6142
  distanceAlongGeometry: number;
6143
6143
  ssmlAnnouncement?: string | undefined;
6144
6144
  }[] | undefined;
6145
- duration_typical?: number | undefined;
6146
- weight_typical?: number | undefined;
6145
+ duration_typical?: number | null | undefined;
6146
+ weight_typical?: number | null | undefined;
6147
6147
  exit?: number | undefined;
6148
6148
  ref?: string | undefined;
6149
6149
  destinations?: string | undefined;
@@ -6166,8 +6166,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6166
6166
  active_direction?: string | undefined;
6167
6167
  }[];
6168
6168
  type?: string | undefined;
6169
- modifier?: string | undefined;
6170
6169
  degrees?: number | undefined;
6170
+ modifier?: string | undefined;
6171
6171
  driving_side?: "left" | "right" | undefined;
6172
6172
  };
6173
6173
  sub?: {
@@ -6183,8 +6183,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6183
6183
  active_direction?: string | undefined;
6184
6184
  }[];
6185
6185
  type?: string | undefined;
6186
- modifier?: string | undefined;
6187
6186
  degrees?: number | undefined;
6187
+ modifier?: string | undefined;
6188
6188
  driving_side?: "left" | "right" | undefined;
6189
6189
  } | undefined;
6190
6190
  secondary?: {
@@ -6200,8 +6200,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6200
6200
  active_direction?: string | undefined;
6201
6201
  }[];
6202
6202
  type?: string | undefined;
6203
- modifier?: string | undefined;
6204
6203
  degrees?: number | undefined;
6204
+ modifier?: string | undefined;
6205
6205
  driving_side?: "left" | "right" | undefined;
6206
6206
  } | null | undefined;
6207
6207
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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;
@@ -6287,11 +6287,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6287
6287
  }[];
6288
6288
  steps: {
6289
6289
  name: string;
6290
- distance: number;
6291
6290
  geometry: string | {
6292
6291
  type: "LineString";
6293
6292
  coordinates: ([number, number] | [number, number, number])[];
6294
6293
  };
6294
+ distance: number;
6295
6295
  duration: number;
6296
6296
  weight: number;
6297
6297
  driving_side: "left" | "right";
@@ -6347,8 +6347,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6347
6347
  distanceAlongGeometry: number;
6348
6348
  ssmlAnnouncement?: string | undefined;
6349
6349
  }[] | undefined;
6350
- duration_typical?: number | undefined;
6351
- weight_typical?: number | undefined;
6350
+ duration_typical?: number | null | undefined;
6351
+ weight_typical?: number | null | undefined;
6352
6352
  exit?: number | undefined;
6353
6353
  ref?: string | undefined;
6354
6354
  destinations?: string | undefined;
@@ -6371,8 +6371,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6371
6371
  active_direction?: string | undefined;
6372
6372
  }[];
6373
6373
  type?: string | undefined;
6374
- modifier?: string | undefined;
6375
6374
  degrees?: number | undefined;
6375
+ modifier?: string | undefined;
6376
6376
  driving_side?: "left" | "right" | undefined;
6377
6377
  };
6378
6378
  sub?: {
@@ -6388,8 +6388,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6388
6388
  active_direction?: string | undefined;
6389
6389
  }[];
6390
6390
  type?: string | undefined;
6391
- modifier?: string | undefined;
6392
6391
  degrees?: number | undefined;
6392
+ modifier?: string | undefined;
6393
6393
  driving_side?: "left" | "right" | undefined;
6394
6394
  } | undefined;
6395
6395
  secondary?: {
@@ -6405,8 +6405,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6405
6405
  active_direction?: string | undefined;
6406
6406
  }[];
6407
6407
  type?: string | undefined;
6408
- modifier?: string | undefined;
6409
6408
  degrees?: number | undefined;
6409
+ modifier?: string | undefined;
6410
6410
  driving_side?: "left" | "right" | undefined;
6411
6411
  } | null | undefined;
6412
6412
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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
  distance: number;
6650
6650
  summary: string;
@@ -6654,11 +6654,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6654
6654
  }[];
6655
6655
  steps: {
6656
6656
  name: string;
6657
- distance: number;
6658
6657
  geometry: string | {
6659
6658
  type: "LineString";
6660
6659
  coordinates: ([number, number] | [number, number, number])[];
6661
6660
  };
6661
+ distance: number;
6662
6662
  duration: number;
6663
6663
  weight: number;
6664
6664
  driving_side: "left" | "right";
@@ -6714,8 +6714,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6714
6714
  distanceAlongGeometry: number;
6715
6715
  ssmlAnnouncement?: string | undefined;
6716
6716
  }[] | undefined;
6717
- duration_typical?: number | undefined;
6718
- weight_typical?: number | undefined;
6717
+ duration_typical?: number | null | undefined;
6718
+ weight_typical?: number | null | undefined;
6719
6719
  exit?: number | undefined;
6720
6720
  ref?: string | undefined;
6721
6721
  destinations?: string | undefined;
@@ -6738,8 +6738,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6738
6738
  active_direction?: string | undefined;
6739
6739
  }[];
6740
6740
  type?: string | undefined;
6741
- modifier?: string | undefined;
6742
6741
  degrees?: number | undefined;
6742
+ modifier?: string | undefined;
6743
6743
  driving_side?: "left" | "right" | undefined;
6744
6744
  };
6745
6745
  sub?: {
@@ -6755,8 +6755,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6755
6755
  active_direction?: string | undefined;
6756
6756
  }[];
6757
6757
  type?: string | undefined;
6758
- modifier?: string | undefined;
6759
6758
  degrees?: number | undefined;
6759
+ modifier?: string | undefined;
6760
6760
  driving_side?: "left" | "right" | undefined;
6761
6761
  } | undefined;
6762
6762
  secondary?: {
@@ -6772,8 +6772,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6772
6772
  active_direction?: string | undefined;
6773
6773
  }[];
6774
6774
  type?: string | undefined;
6775
- modifier?: string | undefined;
6776
6775
  degrees?: number | undefined;
6776
+ modifier?: string | undefined;
6777
6777
  driving_side?: "left" | "right" | undefined;
6778
6778
  } | null | undefined;
6779
6779
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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
  distance: number;
6910
6910
  summary: string;
@@ -6914,11 +6914,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6914
6914
  }[];
6915
6915
  steps: {
6916
6916
  name: string;
6917
- distance: number;
6918
6917
  geometry: string | {
6919
6918
  type: "LineString";
6920
6919
  coordinates: ([number, number] | [number, number, number])[];
6921
6920
  };
6921
+ distance: number;
6922
6922
  duration: number;
6923
6923
  weight: number;
6924
6924
  driving_side: "left" | "right";
@@ -6974,8 +6974,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6974
6974
  distanceAlongGeometry: number;
6975
6975
  ssmlAnnouncement?: string | undefined;
6976
6976
  }[] | undefined;
6977
- duration_typical?: number | undefined;
6978
- weight_typical?: number | undefined;
6977
+ duration_typical?: number | null | undefined;
6978
+ weight_typical?: number | null | undefined;
6979
6979
  exit?: number | undefined;
6980
6980
  ref?: string | undefined;
6981
6981
  destinations?: string | undefined;
@@ -6998,8 +6998,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
6998
6998
  active_direction?: string | undefined;
6999
6999
  }[];
7000
7000
  type?: string | undefined;
7001
- modifier?: string | undefined;
7002
7001
  degrees?: number | undefined;
7002
+ modifier?: string | undefined;
7003
7003
  driving_side?: "left" | "right" | undefined;
7004
7004
  };
7005
7005
  sub?: {
@@ -7015,8 +7015,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7015
7015
  active_direction?: string | undefined;
7016
7016
  }[];
7017
7017
  type?: string | undefined;
7018
- modifier?: string | undefined;
7019
7018
  degrees?: number | undefined;
7019
+ modifier?: string | undefined;
7020
7020
  driving_side?: "left" | "right" | undefined;
7021
7021
  } | undefined;
7022
7022
  secondary?: {
@@ -7032,8 +7032,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7032
7032
  active_direction?: string | undefined;
7033
7033
  }[];
7034
7034
  type?: string | undefined;
7035
- modifier?: string | undefined;
7036
7035
  degrees?: number | undefined;
7036
+ modifier?: string | undefined;
7037
7037
  driving_side?: "left" | "right" | undefined;
7038
7038
  } | null | undefined;
7039
7039
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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
  distance: number;
7328
7328
  summary: string;
@@ -7332,11 +7332,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7332
7332
  }[];
7333
7333
  steps: {
7334
7334
  name: string;
7335
- distance: number;
7336
7335
  geometry: string | {
7337
7336
  type: "LineString";
7338
7337
  coordinates: ([number, number] | [number, number, number])[];
7339
7338
  };
7339
+ distance: number;
7340
7340
  duration: number;
7341
7341
  weight: number;
7342
7342
  driving_side: "left" | "right";
@@ -7392,8 +7392,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7392
7392
  distanceAlongGeometry: number;
7393
7393
  ssmlAnnouncement?: string | undefined;
7394
7394
  }[] | undefined;
7395
- duration_typical?: number | undefined;
7396
- weight_typical?: number | undefined;
7395
+ duration_typical?: number | null | undefined;
7396
+ weight_typical?: number | null | undefined;
7397
7397
  exit?: number | undefined;
7398
7398
  ref?: string | undefined;
7399
7399
  destinations?: string | undefined;
@@ -7416,8 +7416,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7416
7416
  active_direction?: string | undefined;
7417
7417
  }[];
7418
7418
  type?: string | undefined;
7419
- modifier?: string | undefined;
7420
7419
  degrees?: number | undefined;
7420
+ modifier?: string | undefined;
7421
7421
  driving_side?: "left" | "right" | undefined;
7422
7422
  };
7423
7423
  sub?: {
@@ -7433,8 +7433,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7433
7433
  active_direction?: string | undefined;
7434
7434
  }[];
7435
7435
  type?: string | undefined;
7436
- modifier?: string | undefined;
7437
7436
  degrees?: number | undefined;
7437
+ modifier?: string | undefined;
7438
7438
  driving_side?: "left" | "right" | undefined;
7439
7439
  } | undefined;
7440
7440
  secondary?: {
@@ -7450,8 +7450,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7450
7450
  active_direction?: string | undefined;
7451
7451
  }[];
7452
7452
  type?: string | undefined;
7453
- modifier?: string | undefined;
7454
7453
  degrees?: number | undefined;
7454
+ modifier?: string | undefined;
7455
7455
  driving_side?: "left" | "right" | undefined;
7456
7456
  } | null | undefined;
7457
7457
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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
  distance: number;
7620
7620
  summary: string;
@@ -7624,11 +7624,11 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7624
7624
  }[];
7625
7625
  steps: {
7626
7626
  name: string;
7627
- distance: number;
7628
7627
  geometry: string | {
7629
7628
  type: "LineString";
7630
7629
  coordinates: ([number, number] | [number, number, number])[];
7631
7630
  };
7631
+ distance: number;
7632
7632
  duration: number;
7633
7633
  weight: number;
7634
7634
  driving_side: "left" | "right";
@@ -7684,8 +7684,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7684
7684
  distanceAlongGeometry: number;
7685
7685
  ssmlAnnouncement?: string | undefined;
7686
7686
  }[] | undefined;
7687
- duration_typical?: number | undefined;
7688
- weight_typical?: number | undefined;
7687
+ duration_typical?: number | null | undefined;
7688
+ weight_typical?: number | null | undefined;
7689
7689
  exit?: number | undefined;
7690
7690
  ref?: string | undefined;
7691
7691
  destinations?: string | undefined;
@@ -7708,8 +7708,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7708
7708
  active_direction?: string | undefined;
7709
7709
  }[];
7710
7710
  type?: string | undefined;
7711
- modifier?: string | undefined;
7712
7711
  degrees?: number | undefined;
7712
+ modifier?: string | undefined;
7713
7713
  driving_side?: "left" | "right" | undefined;
7714
7714
  };
7715
7715
  sub?: {
@@ -7725,8 +7725,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7725
7725
  active_direction?: string | undefined;
7726
7726
  }[];
7727
7727
  type?: string | undefined;
7728
- modifier?: string | undefined;
7729
7728
  degrees?: number | undefined;
7729
+ modifier?: string | undefined;
7730
7730
  driving_side?: "left" | "right" | undefined;
7731
7731
  } | undefined;
7732
7732
  secondary?: {
@@ -7742,8 +7742,8 @@ export declare const DirectionsResponseSchema: z.ZodObject<{
7742
7742
  active_direction?: string | undefined;
7743
7743
  }[];
7744
7744
  type?: string | undefined;
7745
- modifier?: string | undefined;
7746
7745
  degrees?: number | undefined;
7746
+ modifier?: string | undefined;
7747
7747
  driving_side?: "left" | "right" | undefined;
7748
7748
  } | null | undefined;
7749
7749
  }[] | 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: "critical" | "unknown" | "low" | "major" | "minor";
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;