Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Patched version of openapi-generator-cli with python3 support

FROM docker.io/openapitools/openapi-generator-cli:v7.17.0
FROM docker.io/openapitools/openapi-generator-cli:v7.18.0

RUN apt-get update && apt-get install -y python3
4 changes: 2 additions & 2 deletions .generation/config.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[input]
backendCommit = 7ff0ace96463ee8757a7382080c52802f85885fb
backendCommit = 4a64a6ad6cf4f9301498829529a3f8a855cdcf43

[general]
githubUrl = https://github.com/geo-engine/openapi-client
version = 0.0.29
version = 0.0.30

[python]
name = geoengine_openapi_client
Expand Down
12 changes: 1 addition & 11 deletions .generation/input/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3461,17 +3461,7 @@
},
"responses": {
"200": {
"description": "Role was added",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RoleId"
},
"example": {
"id": "5b4466d2-8bab-4ed8-a182-722af3c80958"
}
}
}
"$ref": "#/components/responses/IdResponse"
}
},
"security": [
Expand Down
2 changes: 1 addition & 1 deletion python/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.17.0
7.18.0
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ No description provided (generated by Openapi Generator https://github.com/opena
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.8.0
- Package version: 0.0.29
- Generator version: 7.17.0
- Package version: 0.0.30
- Generator version: 7.18.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion python/geoengine_openapi_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "0.0.29"
__version__ = "0.0.30"

# Define package exports
__all__ = [
Expand Down
60 changes: 30 additions & 30 deletions python/geoengine_openapi_client/api/layers_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ def autocomplete_handler(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param collection: Layer collection id (required)
:type collection: str
:param search_type: (required)
Expand Down Expand Up @@ -1547,7 +1547,7 @@ def autocomplete_handler_with_http_info(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param collection: Layer collection id (required)
:type collection: str
:param search_type: (required)
Expand Down Expand Up @@ -1633,7 +1633,7 @@ def autocomplete_handler_without_preload_content(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param collection: Layer collection id (required)
:type collection: str
:param search_type: (required)
Expand Down Expand Up @@ -1797,7 +1797,7 @@ def delete_provider(


:param provider: Layer provider id (required)
:type provider: str
:type provider: UUID
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -1863,7 +1863,7 @@ def delete_provider_with_http_info(


:param provider: Layer provider id (required)
:type provider: str
:type provider: UUID
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -1929,7 +1929,7 @@ def delete_provider_without_preload_content(


:param provider: Layer provider id (required)
:type provider: str
:type provider: UUID
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -2048,7 +2048,7 @@ def get_provider_definition(


:param provider: Layer provider id (required)
:type provider: str
:type provider: UUID
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -2114,7 +2114,7 @@ def get_provider_definition_with_http_info(


:param provider: Layer provider id (required)
:type provider: str
:type provider: UUID
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -2180,7 +2180,7 @@ def get_provider_definition_without_preload_content(


:param provider: Layer provider id (required)
:type provider: str
:type provider: UUID
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -2307,7 +2307,7 @@ def layer_handler(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param layer: Layer id (required)
:type layer: str
:param _request_timeout: timeout setting for this request. If one
Expand Down Expand Up @@ -2377,7 +2377,7 @@ def layer_handler_with_http_info(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param layer: Layer id (required)
:type layer: str
:param _request_timeout: timeout setting for this request. If one
Expand Down Expand Up @@ -2447,7 +2447,7 @@ def layer_handler_without_preload_content(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param layer: Layer id (required)
:type layer: str
:param _request_timeout: timeout setting for this request. If one
Expand Down Expand Up @@ -2580,7 +2580,7 @@ def layer_to_dataset(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param layer: Layer id (required)
:type layer: str
:param _request_timeout: timeout setting for this request. If one
Expand Down Expand Up @@ -2650,7 +2650,7 @@ def layer_to_dataset_with_http_info(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param layer: Layer id (required)
:type layer: str
:param _request_timeout: timeout setting for this request. If one
Expand Down Expand Up @@ -2720,7 +2720,7 @@ def layer_to_dataset_without_preload_content(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param layer: Layer id (required)
:type layer: str
:param _request_timeout: timeout setting for this request. If one
Expand Down Expand Up @@ -2853,7 +2853,7 @@ def layer_to_workflow_id_handler(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param layer: Layer id (required)
:type layer: str
:param _request_timeout: timeout setting for this request. If one
Expand Down Expand Up @@ -2923,7 +2923,7 @@ def layer_to_workflow_id_handler_with_http_info(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param layer: Layer id (required)
:type layer: str
:param _request_timeout: timeout setting for this request. If one
Expand Down Expand Up @@ -2993,7 +2993,7 @@ def layer_to_workflow_id_handler_without_preload_content(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param layer: Layer id (required)
:type layer: str
:param _request_timeout: timeout setting for this request. If one
Expand Down Expand Up @@ -3128,7 +3128,7 @@ def list_collection_handler(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param collection: Layer collection id (required)
:type collection: str
:param offset: (required)
Expand Down Expand Up @@ -3206,7 +3206,7 @@ def list_collection_handler_with_http_info(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param collection: Layer collection id (required)
:type collection: str
:param offset: (required)
Expand Down Expand Up @@ -3284,7 +3284,7 @@ def list_collection_handler_without_preload_content(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param collection: Layer collection id (required)
:type collection: str
:param offset: (required)
Expand Down Expand Up @@ -3986,7 +3986,7 @@ def provider_capabilities_handler(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -4052,7 +4052,7 @@ def provider_capabilities_handler_with_http_info(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -4118,7 +4118,7 @@ def provider_capabilities_handler_without_preload_content(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -5295,7 +5295,7 @@ def search_handler(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param collection: Layer collection id (required)
:type collection: str
:param search_type: (required)
Expand Down Expand Up @@ -5381,7 +5381,7 @@ def search_handler_with_http_info(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param collection: Layer collection id (required)
:type collection: str
:param search_type: (required)
Expand Down Expand Up @@ -5467,7 +5467,7 @@ def search_handler_without_preload_content(


:param provider: Data provider id (required)
:type provider: str
:type provider: UUID
:param collection: Layer collection id (required)
:type collection: str
:param search_type: (required)
Expand Down Expand Up @@ -6190,7 +6190,7 @@ def update_provider_definition(


:param provider: Layer provider id (required)
:type provider: str
:type provider: UUID
:param typed_data_provider_definition: (required)
:type typed_data_provider_definition: TypedDataProviderDefinition
:param _request_timeout: timeout setting for this request. If one
Expand Down Expand Up @@ -6260,7 +6260,7 @@ def update_provider_definition_with_http_info(


:param provider: Layer provider id (required)
:type provider: str
:type provider: UUID
:param typed_data_provider_definition: (required)
:type typed_data_provider_definition: TypedDataProviderDefinition
:param _request_timeout: timeout setting for this request. If one
Expand Down Expand Up @@ -6330,7 +6330,7 @@ def update_provider_definition_without_preload_content(


:param provider: Layer provider id (required)
:type provider: str
:type provider: UUID
:param typed_data_provider_definition: (required)
:type typed_data_provider_definition: TypedDataProviderDefinition
:param _request_timeout: timeout setting for this request. If one
Expand Down
Loading