From 1d50279b0ce619c59f48c650ea1881eb8baa3ae8 Mon Sep 17 00:00:00 2001 From: GitLab CI/CD Date: Tue, 3 Dec 2024 13:57:51 +0000 Subject: [PATCH] Generated update for version 8.2.0. Please review before merging. --- README.md | 2 +- openrouteservice/__init__.py | 4 ++-- openrouteservice/api/directions_service_api.py | 4 ++-- openrouteservice/api/elevation_api.py | 4 ++-- openrouteservice/api/geocode_api.py | 4 ++-- openrouteservice/api/isochrones_service_api.py | 4 ++-- openrouteservice/api/matrix_service_api.py | 4 ++-- openrouteservice/api/optimization_api.py | 4 ++-- openrouteservice/api/pois_api.py | 4 ++-- openrouteservice/api/snapping_service_api.py | 4 ++-- openrouteservice/api_client.py | 6 +++--- openrouteservice/configuration.py | 8 ++++---- openrouteservice/models/__init__.py | 4 ++-- openrouteservice/models/alternative_routes.py | 4 ++-- openrouteservice/models/directions_service_body.py | 6 +++--- openrouteservice/models/elevation_line_body.py | 4 ++-- openrouteservice/models/elevation_point_body.py | 4 ++-- openrouteservice/models/isochrones_profile_body.py | 4 ++-- openrouteservice/models/json_response.py | 4 ++-- openrouteservice/models/matrix_profile_body.py | 4 ++-- openrouteservice/models/openpoiservice_poi_request.py | 4 ++-- openrouteservice/models/optimization_body.py | 4 ++-- openrouteservice/models/optimization_breaks.py | 4 ++-- openrouteservice/models/optimization_costs.py | 4 ++-- openrouteservice/models/optimization_jobs.py | 4 ++-- openrouteservice/models/optimization_matrices.py | 4 ++-- .../models/optimization_matrices_cyclingelectric.py | 4 ++-- openrouteservice/models/optimization_options.py | 4 ++-- openrouteservice/models/optimization_steps.py | 4 ++-- openrouteservice/models/optimization_vehicles.py | 4 ++-- openrouteservice/models/pois_filters.py | 4 ++-- openrouteservice/models/pois_geometry.py | 4 ++-- openrouteservice/models/profile_geojson_body.py | 4 ++-- openrouteservice/models/profile_json_body.py | 4 ++-- openrouteservice/models/profile_parameters.py | 4 ++-- .../models/profile_parameters_restrictions.py | 4 ++-- openrouteservice/models/profile_weightings.py | 4 ++-- openrouteservice/models/round_trip_route_options.py | 4 ++-- openrouteservice/models/route_options.py | 4 ++-- openrouteservice/models/route_options_avoid_polygons.py | 4 ++-- openrouteservice/models/snap_profile_body.py | 4 ++-- openrouteservice/rest.py | 4 ++-- pyproject.toml | 2 +- setup.py | 6 +++--- 44 files changed, 91 insertions(+), 91 deletions(-) diff --git a/README.md b/README.md index 4de960e..ad65157 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The openrouteservice library gives you painless access to the [openrouteservice] | API Version | Package version | Build package | | -------------- | ------------------ | ------------------ | -| 8.1.0 | 8.1.0 | io.swagger.codegen.v3.generators.python.PythonClientCodegen | +| 8.2.0 | 8.2.0 | io.swagger.codegen.v3.generators.python.PythonClientCodegen | For further details, please visit: - our [homepage](https://openrouteservice.org) diff --git a/openrouteservice/__init__.py b/openrouteservice/__init__.py index 3355d24..652a6a2 100644 --- a/openrouteservice/__init__.py +++ b/openrouteservice/__init__.py @@ -5,9 +5,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/api/directions_service_api.py b/openrouteservice/api/directions_service_api.py index 295bb14..193cfe3 100644 --- a/openrouteservice/api/directions_service_api.py +++ b/openrouteservice/api/directions_service_api.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/api/elevation_api.py b/openrouteservice/api/elevation_api.py index 404d07e..f7115e5 100644 --- a/openrouteservice/api/elevation_api.py +++ b/openrouteservice/api/elevation_api.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/api/geocode_api.py b/openrouteservice/api/geocode_api.py index a40d993..f2a0747 100644 --- a/openrouteservice/api/geocode_api.py +++ b/openrouteservice/api/geocode_api.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/api/isochrones_service_api.py b/openrouteservice/api/isochrones_service_api.py index a4964ad..7038e4d 100644 --- a/openrouteservice/api/isochrones_service_api.py +++ b/openrouteservice/api/isochrones_service_api.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/api/matrix_service_api.py b/openrouteservice/api/matrix_service_api.py index b156311..1d18388 100644 --- a/openrouteservice/api/matrix_service_api.py +++ b/openrouteservice/api/matrix_service_api.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/api/optimization_api.py b/openrouteservice/api/optimization_api.py index 08440e8..f4fb682 100644 --- a/openrouteservice/api/optimization_api.py +++ b/openrouteservice/api/optimization_api.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/api/pois_api.py b/openrouteservice/api/pois_api.py index 4cee77b..78c531e 100644 --- a/openrouteservice/api/pois_api.py +++ b/openrouteservice/api/pois_api.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/api/snapping_service_api.py b/openrouteservice/api/snapping_service_api.py index e0b9ddb..17c3754 100644 --- a/openrouteservice/api/snapping_service_api.py +++ b/openrouteservice/api/snapping_service_api.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/api_client.py b/openrouteservice/api_client.py index 436cc9e..af7c155 100644 --- a/openrouteservice/api_client.py +++ b/openrouteservice/api_client.py @@ -2,9 +2,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -72,7 +72,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/8.1.0/python' + self.user_agent = 'Swagger-Codegen/8.2.0/python' def __del__(self): self.pool.close() diff --git a/openrouteservice/configuration.py b/openrouteservice/configuration.py index 35efaaa..0faefdc 100644 --- a/openrouteservice/configuration.py +++ b/openrouteservice/configuration.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -246,6 +246,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 8.1.0\n"\ - "SDK Package Version: 8.1.0".\ + "Version of the API: 8.2.0\n"\ + "SDK Package Version: 8.2.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/openrouteservice/models/__init__.py b/openrouteservice/models/__init__.py index 943c6ac..ce6bc4c 100644 --- a/openrouteservice/models/__init__.py +++ b/openrouteservice/models/__init__.py @@ -4,9 +4,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/alternative_routes.py b/openrouteservice/models/alternative_routes.py index 24b04d7..fa2f3c6 100644 --- a/openrouteservice/models/alternative_routes.py +++ b/openrouteservice/models/alternative_routes.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/directions_service_body.py b/openrouteservice/models/directions_service_body.py index 4c08fee..2992967 100644 --- a/openrouteservice/models/directions_service_body.py +++ b/openrouteservice/models/directions_service_body.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -510,7 +510,7 @@ def language(self, language): :param language: The language of this DirectionsServiceBody. # noqa: E501 :type: str """ - allowed_values = ["cs", "cs-cz", "de", "de-de", "en", "en-us", "eo", "eo-eo", "es", "es-es", "fr", "fr-fr", "gr", "gr-gr", "he", "he-il", "hu", "hu-hu", "id", "id-id", "it", "it-it", "ja", "ja-jp", "ne", "ne-np", "nl", "nl-nl", "nb", "nb-no", "pl", "pl-pl", "pt", "pt-pt", "ro", "ro-ro", "ru", "ru-ru", "tr", "tr-tr", "zh", "zh-cn"] # noqa: E501 + allowed_values = ["cs", "cs-cz", "da", "dk-da", "de", "de-de", "en", "en-us", "eo", "eo-eo", "es", "es-es", "fi", "fi-fi", "fr", "fr-fr", "gr", "gr-gr", "he", "he-il", "hu", "hu-hu", "id", "id-id", "it", "it-it", "ja", "ja-jp", "ne", "ne-np", "nl", "nl-nl", "nb", "nb-no", "pl", "pl-pl", "pt", "pt-pt", "ro", "ro-ro", "ru", "ru-ru", "tr", "tr-tr", "vi", "vi-vn", "zh", "zh-cn"] # noqa: E501 if language not in allowed_values: raise ValueError( "Invalid value for `language` ({0}), must be one of {1}" # noqa: E501 diff --git a/openrouteservice/models/elevation_line_body.py b/openrouteservice/models/elevation_line_body.py index 8461be0..fc7338d 100644 --- a/openrouteservice/models/elevation_line_body.py +++ b/openrouteservice/models/elevation_line_body.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/elevation_point_body.py b/openrouteservice/models/elevation_point_body.py index a471cde..7a88e4c 100644 --- a/openrouteservice/models/elevation_point_body.py +++ b/openrouteservice/models/elevation_point_body.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/isochrones_profile_body.py b/openrouteservice/models/isochrones_profile_body.py index 052c6e8..b1e03ae 100644 --- a/openrouteservice/models/isochrones_profile_body.py +++ b/openrouteservice/models/isochrones_profile_body.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/json_response.py b/openrouteservice/models/json_response.py index e0a5b8c..4e0f8e9 100644 --- a/openrouteservice/models/json_response.py +++ b/openrouteservice/models/json_response.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/matrix_profile_body.py b/openrouteservice/models/matrix_profile_body.py index 6bb6321..781ccc7 100644 --- a/openrouteservice/models/matrix_profile_body.py +++ b/openrouteservice/models/matrix_profile_body.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/openpoiservice_poi_request.py b/openrouteservice/models/openpoiservice_poi_request.py index a255ebb..77b752b 100644 --- a/openrouteservice/models/openpoiservice_poi_request.py +++ b/openrouteservice/models/openpoiservice_poi_request.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/optimization_body.py b/openrouteservice/models/optimization_body.py index 57cc4df..d2d0489 100644 --- a/openrouteservice/models/optimization_body.py +++ b/openrouteservice/models/optimization_body.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/optimization_breaks.py b/openrouteservice/models/optimization_breaks.py index 71a3863..d648685 100644 --- a/openrouteservice/models/optimization_breaks.py +++ b/openrouteservice/models/optimization_breaks.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/optimization_costs.py b/openrouteservice/models/optimization_costs.py index d65f072..113f5f2 100644 --- a/openrouteservice/models/optimization_costs.py +++ b/openrouteservice/models/optimization_costs.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/optimization_jobs.py b/openrouteservice/models/optimization_jobs.py index 297a7ea..2d1ed56 100644 --- a/openrouteservice/models/optimization_jobs.py +++ b/openrouteservice/models/optimization_jobs.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/optimization_matrices.py b/openrouteservice/models/optimization_matrices.py index 582f3e3..47e06c6 100644 --- a/openrouteservice/models/optimization_matrices.py +++ b/openrouteservice/models/optimization_matrices.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/optimization_matrices_cyclingelectric.py b/openrouteservice/models/optimization_matrices_cyclingelectric.py index 8462b28..d105ba1 100644 --- a/openrouteservice/models/optimization_matrices_cyclingelectric.py +++ b/openrouteservice/models/optimization_matrices_cyclingelectric.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/optimization_options.py b/openrouteservice/models/optimization_options.py index f9c20a1..e8e185d 100644 --- a/openrouteservice/models/optimization_options.py +++ b/openrouteservice/models/optimization_options.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/optimization_steps.py b/openrouteservice/models/optimization_steps.py index e78b1ee..bef584b 100644 --- a/openrouteservice/models/optimization_steps.py +++ b/openrouteservice/models/optimization_steps.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/optimization_vehicles.py b/openrouteservice/models/optimization_vehicles.py index 9a1337f..42bce99 100644 --- a/openrouteservice/models/optimization_vehicles.py +++ b/openrouteservice/models/optimization_vehicles.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/pois_filters.py b/openrouteservice/models/pois_filters.py index b1af8a7..459cc3f 100644 --- a/openrouteservice/models/pois_filters.py +++ b/openrouteservice/models/pois_filters.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/pois_geometry.py b/openrouteservice/models/pois_geometry.py index 3492490..c7bde43 100644 --- a/openrouteservice/models/pois_geometry.py +++ b/openrouteservice/models/pois_geometry.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/profile_geojson_body.py b/openrouteservice/models/profile_geojson_body.py index b6d4961..2f88b29 100644 --- a/openrouteservice/models/profile_geojson_body.py +++ b/openrouteservice/models/profile_geojson_body.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/profile_json_body.py b/openrouteservice/models/profile_json_body.py index 786e4c5..635ec55 100644 --- a/openrouteservice/models/profile_json_body.py +++ b/openrouteservice/models/profile_json_body.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/profile_parameters.py b/openrouteservice/models/profile_parameters.py index 6b1e43f..c6a1651 100644 --- a/openrouteservice/models/profile_parameters.py +++ b/openrouteservice/models/profile_parameters.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/profile_parameters_restrictions.py b/openrouteservice/models/profile_parameters_restrictions.py index e5158d0..f30ab5a 100644 --- a/openrouteservice/models/profile_parameters_restrictions.py +++ b/openrouteservice/models/profile_parameters_restrictions.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/profile_weightings.py b/openrouteservice/models/profile_weightings.py index 560c6d4..407956a 100644 --- a/openrouteservice/models/profile_weightings.py +++ b/openrouteservice/models/profile_weightings.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/round_trip_route_options.py b/openrouteservice/models/round_trip_route_options.py index c7f7704..91a4fed 100644 --- a/openrouteservice/models/round_trip_route_options.py +++ b/openrouteservice/models/round_trip_route_options.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/route_options.py b/openrouteservice/models/route_options.py index 027b5d1..0a90922 100644 --- a/openrouteservice/models/route_options.py +++ b/openrouteservice/models/route_options.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/route_options_avoid_polygons.py b/openrouteservice/models/route_options_avoid_polygons.py index 8449e97..03f6441 100644 --- a/openrouteservice/models/route_options_avoid_polygons.py +++ b/openrouteservice/models/route_options_avoid_polygons.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/models/snap_profile_body.py b/openrouteservice/models/snap_profile_body.py index 87da66c..99ff332 100644 --- a/openrouteservice/models/snap_profile_body.py +++ b/openrouteservice/models/snap_profile_body.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/openrouteservice/rest.py b/openrouteservice/rest.py index d3ef9f7..7ce94f4 100644 --- a/openrouteservice/rest.py +++ b/openrouteservice/rest.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/pyproject.toml b/pyproject.toml index cd28c82..691ed82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "openrouteservice" -version = "8.1.0" +version = "8.2.0" authors = ["HeiGIT gGmbH "] description = "Python client for requests to openrouteservice API services" readme = "README.md" diff --git a/setup.py b/setup.py index 727c8f6..59a66ec 100644 --- a/setup.py +++ b/setup.py @@ -3,9 +3,9 @@ """ Openrouteservice - This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 + This is the openrouteservice API documentation for ORS Core-Version 8.2.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501 - OpenAPI spec version: 8.1.0 + OpenAPI spec version: 8.2.0 Contact: support@smartmobility.heigit.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -13,7 +13,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "openrouteservice" -VERSION = "8.1.0" +VERSION = "8.2.0" # To install the library, run the following # # python setup.py install