stadiamaps 7.0.0__tar.gz → 7.0.1__tar.gz

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 (352) hide show
  1. {stadiamaps-7.0.0/stadiamaps.egg-info → stadiamaps-7.0.1}/PKG-INFO +4 -2
  2. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/README.md +3 -1
  3. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/pyproject.toml +1 -1
  4. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/__init__.py +2 -2
  5. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/api/geocoding_api.py +1 -1
  6. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/api/geospatial_api.py +1 -1
  7. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/api/routing_api.py +1 -1
  8. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/api_client.py +2 -2
  9. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/configuration.py +3 -3
  10. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/exceptions.py +1 -1
  11. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/__init__.py +1 -1
  12. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/access.py +1 -1
  13. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/addendum_v2.py +1 -1
  14. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/address_components_v2.py +1 -1
  15. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/admin_region.py +1 -1
  16. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/administrative.py +1 -1
  17. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/annotation_filters.py +1 -1
  18. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/auto_costing_options.py +1 -1
  19. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/base_costing_options.py +1 -1
  20. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/base_trace_request.py +1 -1
  21. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/bicycle_costing_options.py +1 -1
  22. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/bike_network.py +1 -1
  23. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/bulk_request.py +1 -1
  24. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/bulk_request_query.py +1 -1
  25. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/bulk_search_response.py +1 -1
  26. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/context.py +1 -1
  27. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/contour.py +1 -1
  28. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/coordinate.py +1 -1
  29. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/costing_model.py +1 -1
  30. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/costing_options.py +1 -1
  31. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/directions_options.py +1 -1
  32. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/distance_unit.py +1 -1
  33. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/edge_sign.py +1 -1
  34. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/edge_use.py +1 -1
  35. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/end_node.py +1 -1
  36. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/extended_directions_options.py +1 -1
  37. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/feature_properties_v2.py +1 -1
  38. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/feature_properties_v2_properties.py +1 -1
  39. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/foursquare_addendum.py +1 -1
  40. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geo_attributes.py +1 -1
  41. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geo_json_geometry_base.py +1 -1
  42. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geo_json_point.py +1 -1
  43. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geocode_response.py +1 -1
  44. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geocode_response_envelope_properties_v2.py +1 -1
  45. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geocoding_geo_json_feature.py +1 -1
  46. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geocoding_geo_json_properties.py +1 -1
  47. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geocoding_geo_json_properties_addendum.py +1 -1
  48. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geocoding_geo_json_properties_addendum_osm.py +1 -1
  49. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geocoding_layer.py +1 -1
  50. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geocoding_meta.py +1 -1
  51. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geocoding_object.py +1 -1
  52. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geocoding_source.py +1 -1
  53. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geonames_addendum.py +1 -1
  54. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/height_request.py +1 -1
  55. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/height_response.py +1 -1
  56. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/highway_classification.py +1 -1
  57. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/intersecting_edge.py +1 -1
  58. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/isochrone_costing_model.py +1 -1
  59. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/isochrone_feature.py +1 -1
  60. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/isochrone_properties.py +1 -1
  61. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/isochrone_request.py +1 -1
  62. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/isochrone_response.py +1 -1
  63. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/layer_id.py +1 -1
  64. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/locate_detailed_edge.py +1 -1
  65. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/locate_edge.py +1 -1
  66. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/locate_edge_info.py +1 -1
  67. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/locate_node.py +1 -1
  68. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/locate_object.py +1 -1
  69. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/low_speed_vehicle_costing_options.py +1 -1
  70. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/maneuver_sign.py +1 -1
  71. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/maneuver_sign_element.py +1 -1
  72. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/map_match_costing_model.py +1 -1
  73. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/map_match_request.py +1 -1
  74. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/map_match_route_response.py +1 -1
  75. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/map_match_trace_options.py +1 -1
  76. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/map_match_waypoint.py +1 -1
  77. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/match_type.py +1 -1
  78. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/matched_point.py +1 -1
  79. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/matrix_costing_model.py +1 -1
  80. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/matrix_distance.py +1 -1
  81. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/matrix_request.py +1 -1
  82. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/matrix_response.py +1 -1
  83. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/matrix_waypoint.py +1 -1
  84. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/motor_scooter_costing_options.py +1 -1
  85. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/motorcycle_costing_options.py +1 -1
  86. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/nearest_roads_request.py +1 -1
  87. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/node_id.py +1 -1
  88. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/node_type.py +1 -1
  89. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/open_street_map_addendum.py +1 -1
  90. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/optimized_route_request.py +1 -1
  91. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_admin.py +1 -1
  92. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_annotation.py +1 -1
  93. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_banner_component.py +1 -1
  94. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_banner_content.py +1 -1
  95. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_banner_instruction.py +1 -1
  96. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_base_api_response.py +1 -1
  97. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_guidance_modifier.py +1 -1
  98. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_intersection.py +1 -1
  99. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_lane.py +1 -1
  100. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_route.py +1 -1
  101. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_route_leg.py +1 -1
  102. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_route_response.py +1 -1
  103. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_route_step.py +1 -1
  104. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_speed_limit.py +1 -1
  105. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_step_maneuver.py +3 -3
  106. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_via_waypoint.py +1 -1
  107. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_voice_instruction.py +1 -1
  108. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/osrm_waypoint.py +1 -1
  109. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/pedestrian_costing_options.py +1 -1
  110. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/pedestrian_type.py +1 -1
  111. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/point.py +1 -1
  112. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/precision.py +1 -1
  113. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/properties_v2.py +1 -1
  114. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/restrictions.py +1 -1
  115. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/road_class.py +1 -1
  116. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/route200_response.py +1 -1
  117. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/route_leg.py +1 -1
  118. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/route_maneuver.py +1 -1
  119. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/route_request.py +1 -1
  120. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/route_response.py +1 -1
  121. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/route_response_alternates_inner.py +1 -1
  122. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/route_summary.py +1 -1
  123. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/route_trip.py +1 -1
  124. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/routing_languages.py +1 -1
  125. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/routing_long_units.py +1 -1
  126. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/routing_response_waypoint.py +1 -1
  127. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/routing_waypoint.py +1 -1
  128. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/routing_waypoint_all_of_search_filter.py +1 -1
  129. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/search_query.py +1 -1
  130. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/search_structured_query.py +1 -1
  131. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/simple_routing_waypoint.py +1 -1
  132. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/source_attribution.py +1 -1
  133. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/source_id.py +1 -1
  134. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/speeds.py +1 -1
  135. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/trace_attribute_filter_options.py +1 -1
  136. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/trace_attribute_key.py +1 -1
  137. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/trace_attributes_base_response.py +1 -1
  138. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/trace_attributes_request.py +1 -1
  139. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/trace_attributes_response.py +1 -1
  140. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/trace_edge.py +1 -1
  141. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/travel_mode.py +1 -1
  142. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/traversability.py +1 -1
  143. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/truck_costing_options.py +1 -1
  144. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/tz_response.py +1 -1
  145. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/warning.py +1 -1
  146. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/whos_on_first_concordances.py +1 -1
  147. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/wof_context.py +1 -1
  148. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/wof_context_component.py +1 -1
  149. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/rest.py +1 -1
  150. {stadiamaps-7.0.0 → stadiamaps-7.0.1/stadiamaps.egg-info}/PKG-INFO +4 -2
  151. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/LICENSE.txt +0 -0
  152. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/setup.cfg +0 -0
  153. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/api/__init__.py +0 -0
  154. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/api_response.py +0 -0
  155. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/auto_costing_options_all_of.py +0 -0
  156. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/bicycle_costing_options_all_of.py +0 -0
  157. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/bulk_search_request_inner.py +0 -0
  158. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geo_json_geometry.py +0 -0
  159. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geo_json_line_string.py +0 -0
  160. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geo_json_line_string_all_of.py +0 -0
  161. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geo_json_point_all_of.py +0 -0
  162. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geo_json_polygon.py +0 -0
  163. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/geo_json_polygon_all_of.py +0 -0
  164. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/locate_node_all_of.py +0 -0
  165. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/map_match_request_all_of.py +0 -0
  166. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/map_match_route_response_all_of.py +0 -0
  167. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/map_match_waypoint_all_of.py +0 -0
  168. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/motor_scooter_costing_options_all_of.py +0 -0
  169. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/motorcycle_costing_options_all_of.py +0 -0
  170. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/routing_response_waypoint_all_of.py +0 -0
  171. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/routing_waypoint_all_of.py +0 -0
  172. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/search_bulk_query.py +0 -0
  173. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/search_bulk_request.py +0 -0
  174. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/search_structured_bulk_query.py +0 -0
  175. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/simple_routing_waypoint_all_of.py +0 -0
  176. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/trace_attributes_request_all_of.py +0 -0
  177. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/trace_attributes_request_all_of_filters.py +0 -0
  178. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/models/truck_costing_options_all_of.py +0 -0
  179. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps/py.typed +0 -0
  180. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps.egg-info/SOURCES.txt +0 -0
  181. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps.egg-info/dependency_links.txt +0 -0
  182. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps.egg-info/requires.txt +0 -0
  183. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/stadiamaps.egg-info/top_level.txt +0 -0
  184. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/integration/__init__.py +0 -0
  185. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/integration/test_eu_endpoint.py +0 -0
  186. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/integration/test_gecoding.py +0 -0
  187. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/integration/test_geospatial.py +0 -0
  188. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/integration/test_routing.py +0 -0
  189. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_access.py +0 -0
  190. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_addendum_v2.py +0 -0
  191. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_address_components_v2.py +0 -0
  192. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_admin_region.py +0 -0
  193. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_administrative.py +0 -0
  194. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_annotation_filters.py +0 -0
  195. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_auto_costing_options.py +0 -0
  196. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_auto_costing_options_all_of.py +0 -0
  197. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_base_costing_options.py +0 -0
  198. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_base_trace_request.py +0 -0
  199. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_bicycle_costing_options.py +0 -0
  200. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_bicycle_costing_options_all_of.py +0 -0
  201. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_bike_network.py +0 -0
  202. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_bulk_request.py +0 -0
  203. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_bulk_request_query.py +0 -0
  204. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_bulk_search_request_inner.py +0 -0
  205. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_bulk_search_response.py +0 -0
  206. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_context.py +0 -0
  207. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_contour.py +0 -0
  208. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_coordinate.py +0 -0
  209. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_costing_model.py +0 -0
  210. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_costing_options.py +0 -0
  211. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_directions_options.py +0 -0
  212. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_distance_unit.py +0 -0
  213. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_edge_sign.py +0 -0
  214. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_edge_use.py +0 -0
  215. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_end_node.py +0 -0
  216. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_extended_directions_options.py +0 -0
  217. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_feature_properties_v2.py +0 -0
  218. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_feature_properties_v2_properties.py +0 -0
  219. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_foursquare_addendum.py +0 -0
  220. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geo_attributes.py +0 -0
  221. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geo_json_geometry.py +0 -0
  222. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geo_json_geometry_base.py +0 -0
  223. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geo_json_line_string.py +0 -0
  224. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geo_json_line_string_all_of.py +0 -0
  225. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geo_json_point.py +0 -0
  226. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geo_json_point_all_of.py +0 -0
  227. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geo_json_polygon.py +0 -0
  228. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geo_json_polygon_all_of.py +0 -0
  229. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geocode_response.py +0 -0
  230. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geocode_response_envelope_properties_v2.py +0 -0
  231. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geocoding_api.py +0 -0
  232. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geocoding_geo_json_feature.py +0 -0
  233. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geocoding_geo_json_properties.py +0 -0
  234. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geocoding_geo_json_properties_addendum.py +0 -0
  235. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geocoding_geo_json_properties_addendum_osm.py +0 -0
  236. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geocoding_layer.py +0 -0
  237. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geocoding_meta.py +0 -0
  238. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geocoding_object.py +0 -0
  239. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geocoding_source.py +0 -0
  240. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geonames_addendum.py +0 -0
  241. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_geospatial_api.py +0 -0
  242. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_height_request.py +0 -0
  243. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_height_response.py +0 -0
  244. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_highway_classification.py +0 -0
  245. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_intersecting_edge.py +0 -0
  246. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_isochrone_costing_model.py +0 -0
  247. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_isochrone_feature.py +0 -0
  248. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_isochrone_properties.py +0 -0
  249. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_isochrone_request.py +0 -0
  250. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_isochrone_response.py +0 -0
  251. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_layer_id.py +0 -0
  252. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_locate_detailed_edge.py +0 -0
  253. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_locate_edge.py +0 -0
  254. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_locate_edge_info.py +0 -0
  255. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_locate_node.py +0 -0
  256. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_locate_node_all_of.py +0 -0
  257. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_locate_object.py +0 -0
  258. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_low_speed_vehicle_costing_options.py +0 -0
  259. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_maneuver_sign.py +0 -0
  260. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_maneuver_sign_element.py +0 -0
  261. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_map_match_costing_model.py +0 -0
  262. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_map_match_request.py +0 -0
  263. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_map_match_request_all_of.py +0 -0
  264. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_map_match_route_response.py +0 -0
  265. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_map_match_route_response_all_of.py +0 -0
  266. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_map_match_trace_options.py +0 -0
  267. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_map_match_waypoint.py +0 -0
  268. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_map_match_waypoint_all_of.py +0 -0
  269. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_match_type.py +0 -0
  270. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_matched_point.py +0 -0
  271. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_matrix_costing_model.py +0 -0
  272. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_matrix_distance.py +0 -0
  273. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_matrix_request.py +0 -0
  274. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_matrix_response.py +0 -0
  275. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_matrix_waypoint.py +0 -0
  276. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_motor_scooter_costing_options.py +0 -0
  277. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_motor_scooter_costing_options_all_of.py +0 -0
  278. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_motorcycle_costing_options.py +0 -0
  279. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_motorcycle_costing_options_all_of.py +0 -0
  280. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_nearest_roads_request.py +0 -0
  281. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_node_id.py +0 -0
  282. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_node_type.py +0 -0
  283. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_open_street_map_addendum.py +0 -0
  284. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_optimized_route_request.py +0 -0
  285. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_admin.py +0 -0
  286. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_annotation.py +0 -0
  287. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_banner_component.py +0 -0
  288. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_banner_content.py +0 -0
  289. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_banner_instruction.py +0 -0
  290. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_base_api_response.py +0 -0
  291. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_guidance_modifier.py +0 -0
  292. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_intersection.py +0 -0
  293. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_lane.py +0 -0
  294. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_route.py +0 -0
  295. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_route_leg.py +0 -0
  296. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_route_response.py +0 -0
  297. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_route_step.py +0 -0
  298. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_speed_limit.py +0 -0
  299. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_step_maneuver.py +0 -0
  300. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_via_waypoint.py +0 -0
  301. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_voice_instruction.py +0 -0
  302. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_osrm_waypoint.py +0 -0
  303. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_pedestrian_costing_options.py +0 -0
  304. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_pedestrian_type.py +0 -0
  305. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_point.py +0 -0
  306. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_precision.py +0 -0
  307. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_properties_v2.py +0 -0
  308. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_restrictions.py +0 -0
  309. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_road_class.py +0 -0
  310. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_route200_response.py +0 -0
  311. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_route_leg.py +0 -0
  312. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_route_maneuver.py +0 -0
  313. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_route_request.py +0 -0
  314. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_route_response.py +0 -0
  315. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_route_response_alternates_inner.py +0 -0
  316. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_route_summary.py +0 -0
  317. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_route_trip.py +0 -0
  318. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_routing_api.py +0 -0
  319. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_routing_languages.py +0 -0
  320. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_routing_long_units.py +0 -0
  321. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_routing_response_waypoint.py +0 -0
  322. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_routing_response_waypoint_all_of.py +0 -0
  323. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_routing_waypoint.py +0 -0
  324. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_routing_waypoint_all_of.py +0 -0
  325. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_routing_waypoint_all_of_search_filter.py +0 -0
  326. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_search_bulk_query.py +0 -0
  327. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_search_bulk_request.py +0 -0
  328. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_search_query.py +0 -0
  329. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_search_structured_bulk_query.py +0 -0
  330. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_search_structured_query.py +0 -0
  331. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_simple_routing_waypoint.py +0 -0
  332. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_simple_routing_waypoint_all_of.py +0 -0
  333. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_source_attribution.py +0 -0
  334. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_source_id.py +0 -0
  335. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_speeds.py +0 -0
  336. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_trace_attribute_filter_options.py +0 -0
  337. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_trace_attribute_key.py +0 -0
  338. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_trace_attributes_base_response.py +0 -0
  339. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_trace_attributes_request.py +0 -0
  340. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_trace_attributes_request_all_of.py +0 -0
  341. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_trace_attributes_request_all_of_filters.py +0 -0
  342. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_trace_attributes_response.py +0 -0
  343. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_trace_edge.py +0 -0
  344. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_travel_mode.py +0 -0
  345. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_traversability.py +0 -0
  346. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_truck_costing_options.py +0 -0
  347. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_truck_costing_options_all_of.py +0 -0
  348. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_tz_response.py +0 -0
  349. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_warning.py +0 -0
  350. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_whos_on_first_concordances.py +0 -0
  351. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_wof_context.py +0 -0
  352. {stadiamaps-7.0.0 → stadiamaps-7.0.1}/test/test_wof_context_component.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stadiamaps
3
- Version: 7.0.0
3
+ Version: 7.0.1
4
4
  Summary: Stadia Maps Geospatial APIs
5
5
  Author-email: Stadia Maps Support <support@stadiamaps.com>
6
6
  License-Expression: BSD-3-Clause
@@ -79,13 +79,15 @@ with stadiamaps.ApiClient(configuration) as api_client:
79
79
 
80
80
  try:
81
81
  # Search and geocode quickly based on partial input.
82
- api_response = api_instance.autocomplete_v2(text, lang="en")
82
+ api_response = api_instance.search_v2(text, lang="en")
83
83
  print("The response of GeocodingApi->autocomplete:\n")
84
84
  pprint(api_response)
85
85
  except ApiException as e:
86
86
  print("Exception when calling GeocodingApi->autocomplete_v2: %s\n" % e)
87
87
  ```
88
88
 
89
+ Check out our [integration test folder](test/integration) for more examples.
90
+
89
91
  ## Documentation
90
92
 
91
93
  Official documentation lives at [docs.stadiamaps.com](https://docs.stadiamaps.com/?utm_source=github&utm_campaign=sdk_readme&utm_content=python_readme),
@@ -61,13 +61,15 @@ with stadiamaps.ApiClient(configuration) as api_client:
61
61
 
62
62
  try:
63
63
  # Search and geocode quickly based on partial input.
64
- api_response = api_instance.autocomplete_v2(text, lang="en")
64
+ api_response = api_instance.search_v2(text, lang="en")
65
65
  print("The response of GeocodingApi->autocomplete:\n")
66
66
  pprint(api_response)
67
67
  except ApiException as e:
68
68
  print("Exception when calling GeocodingApi->autocomplete_v2: %s\n" % e)
69
69
  ```
70
70
 
71
+ Check out our [integration test folder](test/integration) for more examples.
72
+
71
73
  ## Documentation
72
74
 
73
75
  Official documentation lives at [docs.stadiamaps.com](https://docs.stadiamaps.com/?utm_source=github&utm_campaign=sdk_readme&utm_content=python_readme),
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "stadiamaps"
3
- version = "7.0.0"
3
+ version = "7.0.1"
4
4
  description = "Stadia Maps Geospatial APIs"
5
5
  authors = [
6
6
  { name = "Stadia Maps Support", email = "support@stadiamaps.com" }
@@ -7,7 +7,7 @@
7
7
 
8
8
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
9
9
 
10
- The version of the OpenAPI document: 10.0.0
10
+ The version of the OpenAPI document: 10.0.1
11
11
  Contact: support@stadiamaps.com
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "7.0.0"
18
+ __version__ = "7.0.1"
19
19
 
20
20
  # import apis into sdk package
21
21
  from stadiamaps.api.geocoding_api import GeocodingApi
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/7.0.0/python'
94
+ self.user_agent = 'OpenAPI-Generator/7.0.1/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -531,8 +531,8 @@ conf = stadiamaps.Configuration(
531
531
  return "Python SDK Debug Report:\n"\
532
532
  "OS: {env}\n"\
533
533
  "Python Version: {pyversion}\n"\
534
- "Version of the API: 10.0.0\n"\
535
- "SDK Package Version: 7.0.0".\
534
+ "Version of the API: 10.0.1\n"\
535
+ "SDK Package Version: 7.0.1".\
536
536
  format(env=sys.platform, pyversion=sys.version)
537
537
 
538
538
  def get_host_settings(self) -> List[HostSetting]:
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
8
8
 
9
- The version of the OpenAPI document: 10.0.0
9
+ The version of the OpenAPI document: 10.0.1
10
10
  Contact: support@stadiamaps.com
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 10.0.0
8
+ The version of the OpenAPI document: 10.0.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11