diff --git a/.generation/config.ini b/.generation/config.ini index cd402c18..6e7724e7 100644 --- a/.generation/config.ini +++ b/.generation/config.ini @@ -6,9 +6,9 @@ githubUrl = https://github.com/geo-engine/openapi-client [python] name = geoengine_openapi_client -version = 0.0.14 +version = 0.0.15 [typescript] name = @geoengine/openapi-client -version = 0.0.14 +version = 0.0.15 diff --git a/python/README.md b/python/README.md index e8996583..ae6b1c88 100644 --- a/python/README.md +++ b/python/README.md @@ -4,7 +4,7 @@ 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.14 +- Package version: 0.0.15 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/python/geoengine_openapi_client/__init__.py b/python/geoengine_openapi_client/__init__.py index 15d729d6..a84de787 100644 --- a/python/geoengine_openapi_client/__init__.py +++ b/python/geoengine_openapi_client/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.0.14" +__version__ = "0.0.15" # import apis into sdk package from geoengine_openapi_client.api.datasets_api import DatasetsApi diff --git a/python/geoengine_openapi_client/api_client.py b/python/geoengine_openapi_client/api_client.py index e07e5580..483dbebf 100644 --- a/python/geoengine_openapi_client/api_client.py +++ b/python/geoengine_openapi_client/api_client.py @@ -76,7 +76,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 = 'geoengine/openapi-client/python/0.0.14' + self.user_agent = 'geoengine/openapi-client/python/0.0.15' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/python/geoengine_openapi_client/configuration.py b/python/geoengine_openapi_client/configuration.py index 5fcab321..6c39b3a3 100644 --- a/python/geoengine_openapi_client/configuration.py +++ b/python/geoengine_openapi_client/configuration.py @@ -378,7 +378,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 0.8.0\n"\ - "SDK Package Version: 0.0.14".\ + "SDK Package Version: 0.0.15".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/python/pyproject.toml b/python/pyproject.toml index bf2f37e2..eb364b4b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geoengine_openapi_client" -version = "0.0.14" +version = "0.0.15" description = "Geo Engine Pro API" authors = ["Geo Engine Developers "] license = "Apache-2.0" diff --git a/python/setup.py b/python/setup.py index 303b3f78..8b1bb94c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "geoengine-openapi-client" -VERSION = "0.0.14" +VERSION = "0.0.15" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/typescript/README.md b/typescript/README.md index d9134b0d..f26f4107 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -1,4 +1,4 @@ -## @geoengine/openapi-client@0.0.14 +## @geoengine/openapi-client@0.0.15 This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install @geoengine/openapi-client@0.0.14 --save +npm install @geoengine/openapi-client@0.0.15 --save ``` _unPublished (not recommended):_ diff --git a/typescript/dist/esm/runtime.js b/typescript/dist/esm/runtime.js index 3bea251b..aa41218b 100644 --- a/typescript/dist/esm/runtime.js +++ b/typescript/dist/esm/runtime.js @@ -69,7 +69,7 @@ export class Configuration { } export const DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.14' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.15' } }); /** diff --git a/typescript/dist/runtime.js b/typescript/dist/runtime.js index efc7dd8d..d5385a16 100644 --- a/typescript/dist/runtime.js +++ b/typescript/dist/runtime.js @@ -73,7 +73,7 @@ class Configuration { exports.Configuration = Configuration; exports.DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.14' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.15' } }); /** diff --git a/typescript/package.json b/typescript/package.json index 1b0a3571..313401ed 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@geoengine/openapi-client", - "version": "0.0.14", + "version": "0.0.15", "description": "OpenAPI client for @geoengine/openapi-client", "author": "OpenAPI-Generator", "repository": { diff --git a/typescript/src/runtime.ts b/typescript/src/runtime.ts index 762902c7..bf2c4ccc 100644 --- a/typescript/src/runtime.ts +++ b/typescript/src/runtime.ts @@ -86,7 +86,7 @@ export class Configuration { export const DefaultConfig = new Configuration({ headers: { - 'User-Agent': 'geoengine/openapi-client/typescript/0.0.14' + 'User-Agent': 'geoengine/openapi-client/typescript/0.0.15' } });