Skip to content

Commit

Permalink
Generated update. Please review before merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab CI/CD committed Apr 10, 2024
1 parent f3f2c9c commit 67b4a53
Show file tree
Hide file tree
Showing 46 changed files with 97 additions and 93 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -72,6 +72,10 @@ openrouteservice-py/tests-config.ini

# node_modules
openrouteservice-js/node_modules
node_modules/

# Vitepress
.vitepress/cache

# Generated and used during building
client_version.txt
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ The openrouteservice library gives you painless access to the [openrouteservice]

| API Version | Package version | Build package |
| -------------- | ------------------ | ------------------ |
| 7.1.1 | 7.1.1 | io.swagger.codegen.v3.generators.python.PythonClientCodegen |
| 8.0.0 | 8.0.0 | io.swagger.codegen.v3.generators.python.PythonClientCodegen |

For further details, please visit:
- our [homepage](https://openrouteservice.org)
Expand Down
2 changes: 1 addition & 1 deletion docs/RouteOptions.md
Expand Up @@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**avoid_borders** | **str** | Specify which type of border crossing to avoid | [optional]
**avoid_countries** | **list[str]** | List of countries to exclude from matrix with `driving-*` profiles. Can be used together with `'avoid_borders': 'controlled'`. `[ 11, 193 ]` would exclude Austria and Switzerland. List of countries and application examples can be found [here](https://GIScience.github.io/openrouteservice/documentation/routing-options/Country-List.html). Also, ISO standard country codes cna be used in place of the numerical ids, for example, DE or DEU for Germany. | [optional]
**avoid_countries** | **list[str]** | List of countries to exclude from matrix with `driving-*` profiles. Can be used together with `'avoid_borders': 'controlled'`. `[ 11, 193 ]` would exclude Austria and Switzerland. List of countries and application examples can be found [here](https://giscience.github.io/openrouteservice/technical-details/country-list). Also, ISO standard country codes cna be used in place of the numerical ids, for example, DE or DEU for Germany. | [optional]
**avoid_features** | **list[str]** | List of features to avoid. | [optional]
**avoid_polygons** | [**RouteOptionsAvoidPolygons**](RouteOptionsAvoidPolygons.md) | | [optional]
**profile_params** | [**ProfileParameters**](ProfileParameters.md) | | [optional]
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/__init__.py
Expand Up @@ -5,9 +5,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/directions_service_api.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/elevation_api.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/geocode_api.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/isochrones_service_api.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/matrix_service_api.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/optimization_api.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/pois_api.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/snapping_service_api.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions openrouteservice/api_client.py
Expand Up @@ -2,9 +2,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -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/7.1.1/python'
self.user_agent = 'Swagger-Codegen/8.0.0/python'

def __del__(self):
self.pool.close()
Expand Down
8 changes: 4 additions & 4 deletions openrouteservice/configuration.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -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: 7.1.1\n"\
"SDK Package Version: 7.1.1".\
"Version of the API: 8.0.0\n"\
"SDK Package Version: 8.0.0".\
format(env=sys.platform, pyversion=sys.version)
4 changes: 2 additions & 2 deletions openrouteservice/models/__init__.py
Expand Up @@ -4,9 +4,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/alternative_routes.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/directions_service_body.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/elevation_line_body.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/elevation_point_body.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/isochrones_profile_body.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/json_response.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/matrix_profile_body.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/openpoiservice_poi_request.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/optimization_body.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/optimization_breaks.py
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 7.1.1. 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.0.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: 7.1.1
OpenAPI spec version: 8.0.0
Contact: support@smartmobility.heigit.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down

0 comments on commit 67b4a53

Please sign in to comment.