stadiamaps 3.2.0__tar.gz → 3.2.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.
- {stadiamaps-3.2.0/stadiamaps.egg-info → stadiamaps-3.2.1}/PKG-INFO +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/pyproject.toml +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/setup.py +2 -2
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/__init__.py +3 -4
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/api/geocoding_api.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/api/geospatial_api.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/api/routing_api.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/api_client.py +2 -2
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/configuration.py +3 -3
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/exceptions.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/__init__.py +2 -3
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/access.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/admin_region.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/administrative.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/auto_costing_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/base_costing_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/base_trace_request.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/bicycle_costing_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/bike_network.py +1 -1
- stadiamaps-3.2.1/stadiamaps/models/bulk_request.py +117 -0
- stadiamaps-3.2.0/stadiamaps/models/bulk_request.py → stadiamaps-3.2.1/stadiamaps/models/bulk_request_query.py +28 -31
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/bulk_search_response.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/contour.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/coordinate.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/costing_model.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/costing_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/directions_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/distance_unit.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/edge_sign.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/edge_use.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/end_node.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/geo_attributes.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/geo_json_geometry.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/geo_json_geometry_base.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/geo_json_line_string.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/geo_json_point.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/geo_json_polygon.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/geocoding_object.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/height_request.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/height_response.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/highway_classification.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/intersecting_edge.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/isochrone_costing_model.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/isochrone_feature.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/isochrone_properties.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/isochrone_request.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/isochrone_response.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/locate_detailed_edge.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/locate_edge.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/locate_edge_info.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/locate_node.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/locate_object.py +11 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/low_speed_vehicle_costing_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/maneuver_sign.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/maneuver_sign_element.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/map_match_costing_model.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/map_match_request.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/map_match_route_response.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/map_match_trace_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/map_match_waypoint.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/matched_point.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/matrix_costing_model.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/matrix_distance.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/matrix_request.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/matrix_response.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/matrix_waypoint.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/motor_scooter_costing_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/motorcycle_costing_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/nearest_roads_request.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/node_id.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/node_type.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/optimized_route_request.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/pedestrian_costing_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/pelias_geo_json_feature.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/pelias_geo_json_properties.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/pelias_geo_json_properties_addendum.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/pelias_geo_json_properties_addendum_osm.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/pelias_layer.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/pelias_response.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/pelias_source.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/restrictions.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/road_class.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/route_leg.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/route_maneuver.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/route_request.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/route_response.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/route_response_alternates_inner.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/route_summary.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/route_trip.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/routing_response_waypoint.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/routing_waypoint.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/routing_waypoint_all_of_search_filter.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/search_query.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/search_structured_query.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/simple_routing_waypoint.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/speeds.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/trace_attribute_filter_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/trace_attribute_key.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/trace_attributes_base_response.py +6 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/trace_attributes_request.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/trace_attributes_response.py +6 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/trace_edge.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/travel_mode.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/traversability.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/truck_costing_options.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/tz_response.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/valhalla_languages.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/valhalla_long_units.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/warning.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/rest.py +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1/stadiamaps.egg-info}/PKG-INFO +1 -1
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps.egg-info/SOURCES.txt +2 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/integration/test_gecoding.py +9 -8
- stadiamaps-3.2.1/test/test_bulk_request_query.py +81 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/LICENSE.txt +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/README.md +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/setup.cfg +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/api/__init__.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/api_response.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/auto_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/bicycle_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/bulk_search_request_inner.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/geo_json_line_string_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/geo_json_point_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/geo_json_polygon_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/locate_node_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/map_match_request_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/map_match_route_response_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/map_match_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/motor_scooter_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/motorcycle_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/pelias_response_geocoding.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/route_response_trip.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/routing_response_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/routing_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/search_bulk_query.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/search_bulk_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/search_structured_bulk_query.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/simple_routing_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/trace_attributes_request_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/trace_attributes_request_all_of_filters.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/trace_attributes_response_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/models/truck_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps/py.typed +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps.egg-info/dependency_links.txt +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps.egg-info/requires.txt +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/stadiamaps.egg-info/top_level.txt +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/integration/__init__.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/integration/test_eu_endpoint.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/integration/test_geospatial.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/integration/test_routing.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_access.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_admin_region.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_administrative.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_auto_costing_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_auto_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_base_costing_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_base_trace_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_bicycle_costing_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_bicycle_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_bike_network.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_bulk_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_bulk_search_request_inner.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_bulk_search_response.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_contour.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_coordinate.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_costing_model.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_costing_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_directions_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_distance_unit.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_edge_sign.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_edge_use.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_end_node.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geo_attributes.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geo_json_geometry.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geo_json_geometry_base.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geo_json_line_string.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geo_json_line_string_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geo_json_point.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geo_json_point_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geo_json_polygon.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geo_json_polygon_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geocoding_api.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geocoding_object.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_geospatial_api.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_height_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_height_response.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_highway_classification.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_intersecting_edge.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_isochrone_costing_model.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_isochrone_feature.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_isochrone_properties.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_isochrone_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_isochrone_response.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_locate_detailed_edge.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_locate_edge.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_locate_edge_info.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_locate_node.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_locate_node_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_locate_object.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_low_speed_vehicle_costing_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_maneuver_sign.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_maneuver_sign_element.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_map_match_costing_model.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_map_match_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_map_match_request_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_map_match_route_response.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_map_match_route_response_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_map_match_trace_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_map_match_waypoint.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_map_match_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_matched_point.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_matrix_costing_model.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_matrix_distance.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_matrix_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_matrix_response.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_matrix_waypoint.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_motor_scooter_costing_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_motor_scooter_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_motorcycle_costing_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_motorcycle_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_nearest_roads_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_node_id.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_node_type.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_optimized_route_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_pedestrian_costing_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_pelias_geo_json_feature.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_pelias_geo_json_properties.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_pelias_geo_json_properties_addendum.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_pelias_geo_json_properties_addendum_osm.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_pelias_layer.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_pelias_response.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_pelias_response_geocoding.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_pelias_source.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_restrictions.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_road_class.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_route_leg.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_route_maneuver.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_route_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_route_response.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_route_response_alternates_inner.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_route_response_trip.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_route_summary.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_route_trip.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_routing_api.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_routing_response_waypoint.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_routing_response_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_routing_waypoint.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_routing_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_routing_waypoint_all_of_search_filter.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_search_bulk_query.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_search_bulk_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_search_query.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_search_structured_bulk_query.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_search_structured_query.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_simple_routing_waypoint.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_simple_routing_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_speeds.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_trace_attribute_filter_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_trace_attribute_key.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_trace_attributes_base_response.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_trace_attributes_request.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_trace_attributes_request_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_trace_attributes_request_all_of_filters.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_trace_attributes_response.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_trace_attributes_response_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_trace_edge.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_travel_mode.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_traversability.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_truck_costing_options.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_truck_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_tz_response.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_valhalla_languages.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_valhalla_long_units.py +0 -0
- {stadiamaps-3.2.0 → stadiamaps-3.2.1}/test/test_warning.py +0 -0
@@ -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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
22
22
|
# prerequisite: setuptools
|
23
23
|
# http://pypi.python.org/pypi/setuptools
|
24
24
|
NAME = "stadiamaps"
|
25
|
-
VERSION = "3.2.
|
25
|
+
VERSION = "3.2.1"
|
26
26
|
PYTHON_REQUIRES = ">=3.7"
|
27
27
|
REQUIRES = [
|
28
28
|
"urllib3 >= 1.25.3, < 2.1.0",
|
@@ -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: 6.6.
|
10
|
+
The version of the OpenAPI document: 6.6.3
|
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__ = "3.2.
|
18
|
+
__version__ = "3.2.1"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from stadiamaps.api.geocoding_api import GeocodingApi
|
@@ -43,6 +43,7 @@ from stadiamaps.models.base_trace_request import BaseTraceRequest
|
|
43
43
|
from stadiamaps.models.bicycle_costing_options import BicycleCostingOptions
|
44
44
|
from stadiamaps.models.bike_network import BikeNetwork
|
45
45
|
from stadiamaps.models.bulk_request import BulkRequest
|
46
|
+
from stadiamaps.models.bulk_request_query import BulkRequestQuery
|
46
47
|
from stadiamaps.models.bulk_search_response import BulkSearchResponse
|
47
48
|
from stadiamaps.models.contour import Contour
|
48
49
|
from stadiamaps.models.coordinate import Coordinate
|
@@ -114,9 +115,7 @@ from stadiamaps.models.route_trip import RouteTrip
|
|
114
115
|
from stadiamaps.models.routing_response_waypoint import RoutingResponseWaypoint
|
115
116
|
from stadiamaps.models.routing_waypoint import RoutingWaypoint
|
116
117
|
from stadiamaps.models.routing_waypoint_all_of_search_filter import RoutingWaypointAllOfSearchFilter
|
117
|
-
from stadiamaps.models.search_bulk_query import SearchBulkQuery
|
118
118
|
from stadiamaps.models.search_query import SearchQuery
|
119
|
-
from stadiamaps.models.search_structured_bulk_query import SearchStructuredBulkQuery
|
120
119
|
from stadiamaps.models.search_structured_query import SearchStructuredQuery
|
121
120
|
from stadiamaps.models.simple_routing_waypoint import SimpleRoutingWaypoint
|
122
121
|
from stadiamaps.models.speeds import Speeds
|
@@ -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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -89,7 +89,7 @@ class ApiClient:
|
|
89
89
|
self.default_headers[header_name] = header_value
|
90
90
|
self.cookie = cookie
|
91
91
|
# Set default User-Agent.
|
92
|
-
self.user_agent = 'OpenAPI-Generator/3.2.
|
92
|
+
self.user_agent = 'OpenAPI-Generator/3.2.1/python'
|
93
93
|
self.client_side_validation = configuration.client_side_validation
|
94
94
|
|
95
95
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -413,8 +413,8 @@ conf = stadiamaps.Configuration(
|
|
413
413
|
return "Python SDK Debug Report:\n"\
|
414
414
|
"OS: {env}\n"\
|
415
415
|
"Python Version: {pyversion}\n"\
|
416
|
-
"Version of the API: 6.6.
|
417
|
-
"SDK Package Version: 3.2.
|
416
|
+
"Version of the API: 6.6.3\n"\
|
417
|
+
"SDK Package Version: 3.2.1".\
|
418
418
|
format(env=sys.platform, pyversion=sys.version)
|
419
419
|
|
420
420
|
def get_host_settings(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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
9
|
+
The version of the OpenAPI document: 6.6.3
|
10
10
|
Contact: support@stadiamaps.com
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
12
12
|
|
@@ -24,6 +24,7 @@ from stadiamaps.models.base_trace_request import BaseTraceRequest
|
|
24
24
|
from stadiamaps.models.bicycle_costing_options import BicycleCostingOptions
|
25
25
|
from stadiamaps.models.bike_network import BikeNetwork
|
26
26
|
from stadiamaps.models.bulk_request import BulkRequest
|
27
|
+
from stadiamaps.models.bulk_request_query import BulkRequestQuery
|
27
28
|
from stadiamaps.models.bulk_search_response import BulkSearchResponse
|
28
29
|
from stadiamaps.models.contour import Contour
|
29
30
|
from stadiamaps.models.coordinate import Coordinate
|
@@ -95,9 +96,7 @@ from stadiamaps.models.route_trip import RouteTrip
|
|
95
96
|
from stadiamaps.models.routing_response_waypoint import RoutingResponseWaypoint
|
96
97
|
from stadiamaps.models.routing_waypoint import RoutingWaypoint
|
97
98
|
from stadiamaps.models.routing_waypoint_all_of_search_filter import RoutingWaypointAllOfSearchFilter
|
98
|
-
from stadiamaps.models.search_bulk_query import SearchBulkQuery
|
99
99
|
from stadiamaps.models.search_query import SearchQuery
|
100
|
-
from stadiamaps.models.search_structured_bulk_query import SearchStructuredBulkQuery
|
101
100
|
from stadiamaps.models.search_structured_query import SearchStructuredQuery
|
102
101
|
from stadiamaps.models.simple_routing_waypoint import SimpleRoutingWaypoint
|
103
102
|
from stadiamaps.models.speeds import Speeds
|
@@ -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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -0,0 +1,117 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
"""
|
4
|
+
Stadia Maps Geospatial APIs
|
5
|
+
|
6
|
+
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
|
+
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
9
|
+
Contact: support@stadiamaps.com
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
|
+
|
12
|
+
Do not edit the class manually.
|
13
|
+
""" # noqa: E501
|
14
|
+
|
15
|
+
|
16
|
+
from __future__ import annotations
|
17
|
+
import pprint
|
18
|
+
import re # noqa: F401
|
19
|
+
import json
|
20
|
+
|
21
|
+
from pydantic import BaseModel, ConfigDict, StrictStr, field_validator
|
22
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
23
|
+
from stadiamaps.models.bulk_request_query import BulkRequestQuery
|
24
|
+
from typing import Optional, Set
|
25
|
+
from typing_extensions import Self
|
26
|
+
|
27
|
+
class BulkRequest(BaseModel):
|
28
|
+
"""
|
29
|
+
BulkRequest
|
30
|
+
""" # noqa: E501
|
31
|
+
endpoint: Optional[StrictStr] = None
|
32
|
+
query: Optional[BulkRequestQuery] = None
|
33
|
+
additional_properties: Dict[str, Any] = {}
|
34
|
+
__properties: ClassVar[List[str]] = ["endpoint", "query"]
|
35
|
+
|
36
|
+
@field_validator('endpoint')
|
37
|
+
def endpoint_validate_enum(cls, value):
|
38
|
+
"""Validates the enum"""
|
39
|
+
if value is None:
|
40
|
+
return value
|
41
|
+
|
42
|
+
if value not in set(['/v1/search', '/v1/search/structured']):
|
43
|
+
raise ValueError("must be one of enum values ('/v1/search', '/v1/search/structured')")
|
44
|
+
return value
|
45
|
+
|
46
|
+
model_config = ConfigDict(
|
47
|
+
populate_by_name=True,
|
48
|
+
validate_assignment=True,
|
49
|
+
protected_namespaces=(),
|
50
|
+
)
|
51
|
+
|
52
|
+
|
53
|
+
def to_str(self) -> str:
|
54
|
+
"""Returns the string representation of the model using alias"""
|
55
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
56
|
+
|
57
|
+
def to_json(self) -> str:
|
58
|
+
"""Returns the JSON representation of the model using alias"""
|
59
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
60
|
+
return json.dumps(self.to_dict())
|
61
|
+
|
62
|
+
@classmethod
|
63
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
64
|
+
"""Create an instance of BulkRequest from a JSON string"""
|
65
|
+
return cls.from_dict(json.loads(json_str))
|
66
|
+
|
67
|
+
def to_dict(self) -> Dict[str, Any]:
|
68
|
+
"""Return the dictionary representation of the model using alias.
|
69
|
+
|
70
|
+
This has the following differences from calling pydantic's
|
71
|
+
`self.model_dump(by_alias=True)`:
|
72
|
+
|
73
|
+
* `None` is only added to the output dict for nullable fields that
|
74
|
+
were set at model initialization. Other fields with value `None`
|
75
|
+
are ignored.
|
76
|
+
* Fields in `self.additional_properties` are added to the output dict.
|
77
|
+
"""
|
78
|
+
excluded_fields: Set[str] = set([
|
79
|
+
"additional_properties",
|
80
|
+
])
|
81
|
+
|
82
|
+
_dict = self.model_dump(
|
83
|
+
by_alias=True,
|
84
|
+
exclude=excluded_fields,
|
85
|
+
exclude_none=True,
|
86
|
+
)
|
87
|
+
# override the default output from pydantic by calling `to_dict()` of query
|
88
|
+
if self.query:
|
89
|
+
_dict['query'] = self.query.to_dict()
|
90
|
+
# puts key-value pairs in additional_properties in the top level
|
91
|
+
if self.additional_properties is not None:
|
92
|
+
for _key, _value in self.additional_properties.items():
|
93
|
+
_dict[_key] = _value
|
94
|
+
|
95
|
+
return _dict
|
96
|
+
|
97
|
+
@classmethod
|
98
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
99
|
+
"""Create an instance of BulkRequest from a dict"""
|
100
|
+
if obj is None:
|
101
|
+
return None
|
102
|
+
|
103
|
+
if not isinstance(obj, dict):
|
104
|
+
return cls.model_validate(obj)
|
105
|
+
|
106
|
+
_obj = cls.model_validate({
|
107
|
+
"endpoint": obj.get("endpoint"),
|
108
|
+
"query": BulkRequestQuery.from_dict(obj["query"]) if obj.get("query") is not None else None
|
109
|
+
})
|
110
|
+
# store additional fields in additional_properties
|
111
|
+
for _key in obj.keys():
|
112
|
+
if _key not in cls.__properties:
|
113
|
+
_obj.additional_properties[_key] = obj.get(_key)
|
114
|
+
|
115
|
+
return _obj
|
116
|
+
|
117
|
+
|
@@ -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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -18,24 +18,24 @@ import json
|
|
18
18
|
import pprint
|
19
19
|
from pydantic import BaseModel, ConfigDict, Field, StrictStr, ValidationError, field_validator
|
20
20
|
from typing import Any, List, Optional
|
21
|
-
from stadiamaps.models.
|
22
|
-
from stadiamaps.models.
|
21
|
+
from stadiamaps.models.search_query import SearchQuery
|
22
|
+
from stadiamaps.models.search_structured_query import SearchStructuredQuery
|
23
23
|
from pydantic import StrictStr, Field
|
24
24
|
from typing import Union, List, Set, Optional, Dict
|
25
25
|
from typing_extensions import Literal, Self
|
26
26
|
|
27
|
-
|
27
|
+
BULKREQUESTQUERY_ONE_OF_SCHEMAS = ["SearchQuery", "SearchStructuredQuery"]
|
28
28
|
|
29
|
-
class
|
29
|
+
class BulkRequestQuery(BaseModel):
|
30
30
|
"""
|
31
|
-
|
31
|
+
BulkRequestQuery
|
32
32
|
"""
|
33
|
-
# data type:
|
34
|
-
oneof_schema_1_validator: Optional[
|
35
|
-
# data type:
|
36
|
-
oneof_schema_2_validator: Optional[
|
37
|
-
actual_instance: Optional[Union[
|
38
|
-
one_of_schemas: Set[str] = { "
|
33
|
+
# data type: SearchQuery
|
34
|
+
oneof_schema_1_validator: Optional[SearchQuery] = None
|
35
|
+
# data type: SearchStructuredQuery
|
36
|
+
oneof_schema_2_validator: Optional[SearchStructuredQuery] = None
|
37
|
+
actual_instance: Optional[Union[SearchQuery, SearchStructuredQuery]] = None
|
38
|
+
one_of_schemas: Set[str] = { "SearchQuery", "SearchStructuredQuery" }
|
39
39
|
|
40
40
|
model_config = ConfigDict(
|
41
41
|
validate_assignment=True,
|
@@ -43,9 +43,6 @@ class BulkRequest(BaseModel):
|
|
43
43
|
)
|
44
44
|
|
45
45
|
|
46
|
-
discriminator_value_class_map: Dict[str, str] = {
|
47
|
-
}
|
48
|
-
|
49
46
|
def __init__(self, *args, **kwargs) -> None:
|
50
47
|
if args:
|
51
48
|
if len(args) > 1:
|
@@ -58,25 +55,25 @@ class BulkRequest(BaseModel):
|
|
58
55
|
|
59
56
|
@field_validator('actual_instance')
|
60
57
|
def actual_instance_must_validate_oneof(cls, v):
|
61
|
-
instance =
|
58
|
+
instance = BulkRequestQuery.model_construct()
|
62
59
|
error_messages = []
|
63
60
|
match = 0
|
64
|
-
# validate data type:
|
65
|
-
if not isinstance(v,
|
66
|
-
error_messages.append(f"Error! Input type `{type(v)}` is not `
|
61
|
+
# validate data type: SearchQuery
|
62
|
+
if not isinstance(v, SearchQuery):
|
63
|
+
error_messages.append(f"Error! Input type `{type(v)}` is not `SearchQuery`")
|
67
64
|
else:
|
68
65
|
match += 1
|
69
|
-
# validate data type:
|
70
|
-
if not isinstance(v,
|
71
|
-
error_messages.append(f"Error! Input type `{type(v)}` is not `
|
66
|
+
# validate data type: SearchStructuredQuery
|
67
|
+
if not isinstance(v, SearchStructuredQuery):
|
68
|
+
error_messages.append(f"Error! Input type `{type(v)}` is not `SearchStructuredQuery`")
|
72
69
|
else:
|
73
70
|
match += 1
|
74
71
|
if match > 1:
|
75
72
|
# more than 1 match
|
76
|
-
raise ValueError("Multiple matches found when setting `actual_instance` in
|
73
|
+
raise ValueError("Multiple matches found when setting `actual_instance` in BulkRequestQuery with oneOf schemas: SearchQuery, SearchStructuredQuery. Details: " + ", ".join(error_messages))
|
77
74
|
elif match == 0:
|
78
75
|
# no match
|
79
|
-
raise ValueError("No match found when setting `actual_instance` in
|
76
|
+
raise ValueError("No match found when setting `actual_instance` in BulkRequestQuery with oneOf schemas: SearchQuery, SearchStructuredQuery. Details: " + ", ".join(error_messages))
|
80
77
|
else:
|
81
78
|
return v
|
82
79
|
|
@@ -91,25 +88,25 @@ class BulkRequest(BaseModel):
|
|
91
88
|
error_messages = []
|
92
89
|
match = 0
|
93
90
|
|
94
|
-
# deserialize data into
|
91
|
+
# deserialize data into SearchQuery
|
95
92
|
try:
|
96
|
-
instance.actual_instance =
|
93
|
+
instance.actual_instance = SearchQuery.from_json(json_str)
|
97
94
|
match += 1
|
98
95
|
except (ValidationError, ValueError) as e:
|
99
96
|
error_messages.append(str(e))
|
100
|
-
# deserialize data into
|
97
|
+
# deserialize data into SearchStructuredQuery
|
101
98
|
try:
|
102
|
-
instance.actual_instance =
|
99
|
+
instance.actual_instance = SearchStructuredQuery.from_json(json_str)
|
103
100
|
match += 1
|
104
101
|
except (ValidationError, ValueError) as e:
|
105
102
|
error_messages.append(str(e))
|
106
103
|
|
107
104
|
if match > 1:
|
108
105
|
# more than 1 match
|
109
|
-
raise ValueError("Multiple matches found when deserializing the JSON string into
|
106
|
+
raise ValueError("Multiple matches found when deserializing the JSON string into BulkRequestQuery with oneOf schemas: SearchQuery, SearchStructuredQuery. Details: " + ", ".join(error_messages))
|
110
107
|
elif match == 0:
|
111
108
|
# no match
|
112
|
-
raise ValueError("No match found when deserializing the JSON string into
|
109
|
+
raise ValueError("No match found when deserializing the JSON string into BulkRequestQuery with oneOf schemas: SearchQuery, SearchStructuredQuery. Details: " + ", ".join(error_messages))
|
113
110
|
else:
|
114
111
|
return instance
|
115
112
|
|
@@ -123,7 +120,7 @@ class BulkRequest(BaseModel):
|
|
123
120
|
else:
|
124
121
|
return json.dumps(self.actual_instance)
|
125
122
|
|
126
|
-
def to_dict(self) -> Optional[Union[Dict[str, Any],
|
123
|
+
def to_dict(self) -> Optional[Union[Dict[str, Any], SearchQuery, SearchStructuredQuery]]:
|
127
124
|
"""Returns the dict representation of the actual instance"""
|
128
125
|
if self.actual_instance is None:
|
129
126
|
return None
|
@@ -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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
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: 6.6.
|
8
|
+
The version of the OpenAPI document: 6.6.3
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|