From 51b6f9892553e2ec0235b1298feb7ef4a348e32d Mon Sep 17 00:00:00 2001 From: slavkor <30171206+slavkor@users.noreply.github.com> Date: Thu, 11 Jul 2024 08:40:30 +0000 Subject: [PATCH] chore: release data-link SDK --- README.md | 4 ++-- src/.openapi-generator/FILES | 5 +++++ src/README.md | 4 ++-- src/databox/__init__.py | 4 ++-- src/databox/api/default_api.py | 2 +- src/databox/api_client.py | 4 ++-- src/databox/configuration.py | 6 +++--- src/databox/exceptions.py | 2 +- src/databox/models/__init__.py | 2 +- src/databox/models/api_response.py | 2 +- src/databox/models/push_data.py | 2 +- src/databox/models/push_data_attribute.py | 2 +- src/databox/models/state.py | 2 +- src/databox/rest.py | 2 +- src/pyproject.toml | 2 +- src/setup.py | 4 ++-- src/test/test_api_response.py | 2 +- src/test/test_default_api.py | 2 +- src/test/test_push_data.py | 2 +- src/test/test_push_data_attribute.py | 2 +- src/test/test_state.py | 2 +- 21 files changed, 32 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index c349a12..409e255 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Push API resources Open API documentation This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 0.4.0 -- Package version: 2.3.0 +- API version: 0.4.1 +- Package version: 2.2.2 - Generator version: 7.6.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/src/.openapi-generator/FILES b/src/.openapi-generator/FILES index 4da5e1d..06176d4 100644 --- a/src/.openapi-generator/FILES +++ b/src/.openapi-generator/FILES @@ -29,4 +29,9 @@ setup.cfg setup.py test-requirements.txt test/__init__.py +test/test_api_response.py +test/test_default_api.py +test/test_push_data.py +test/test_push_data_attribute.py +test/test_state.py tox.ini diff --git a/src/README.md b/src/README.md index c349a12..409e255 100644 --- a/src/README.md +++ b/src/README.md @@ -3,8 +3,8 @@ Push API resources Open API documentation This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 0.4.0 -- Package version: 2.3.0 +- API version: 0.4.1 +- Package version: 2.2.2 - Generator version: 7.6.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/src/databox/__init__.py b/src/databox/__init__.py index 284e85c..f73580a 100644 --- a/src/databox/__init__.py +++ b/src/databox/__init__.py @@ -7,14 +7,14 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. """ # noqa: E501 -__version__ = "0.4.0" +__version__ = "2.2.2" # import apis into sdk package from databox.api.default_api import DefaultApi diff --git a/src/databox/api/default_api.py b/src/databox/api/default_api.py index 4576add..5a1b36e 100644 --- a/src/databox/api/default_api.py +++ b/src/databox/api/default_api.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/databox/api_client.py b/src/databox/api_client.py index 4fac07d..3fc924e 100644 --- a/src/databox/api_client.py +++ b/src/databox/api_client.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. @@ -88,7 +88,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/0.4.0/python' + self.user_agent = 'OpenAPI-Generator/2.2.2/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/src/databox/configuration.py b/src/databox/configuration.py index b679d21..e899b97 100644 --- a/src/databox/configuration.py +++ b/src/databox/configuration.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. @@ -393,8 +393,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 1.0\n"\ - "SDK Package Version: 0.4.0".\ + "Version of the API: 0.4.1\n"\ + "SDK Package Version: 2.2.2".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/src/databox/exceptions.py b/src/databox/exceptions.py index 536984a..b54deb0 100644 --- a/src/databox/exceptions.py +++ b/src/databox/exceptions.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/databox/models/__init__.py b/src/databox/models/__init__.py index 49024d8..294c5f8 100644 --- a/src/databox/models/__init__.py +++ b/src/databox/models/__init__.py @@ -6,7 +6,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/databox/models/api_response.py b/src/databox/models/api_response.py index 4965580..f922e01 100644 --- a/src/databox/models/api_response.py +++ b/src/databox/models/api_response.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/databox/models/push_data.py b/src/databox/models/push_data.py index 96c895d..0963ed9 100644 --- a/src/databox/models/push_data.py +++ b/src/databox/models/push_data.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/databox/models/push_data_attribute.py b/src/databox/models/push_data_attribute.py index e61f666..4a3794c 100644 --- a/src/databox/models/push_data_attribute.py +++ b/src/databox/models/push_data_attribute.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/databox/models/state.py b/src/databox/models/state.py index 864594c..c7f284a 100644 --- a/src/databox/models/state.py +++ b/src/databox/models/state.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/databox/rest.py b/src/databox/rest.py index 538ce74..f43f483 100644 --- a/src/databox/rest.py +++ b/src/databox/rest.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/pyproject.toml b/src/pyproject.toml index 04c6bc3..bb703e7 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "databox" -version = "0.4.0" +version = "2.2.2" description = "Static OpenAPI document of Push API resource" authors = ["OpenAPI Generator Community "] license = "NoLicense" diff --git a/src/setup.py b/src/setup.py index f91c045..1e88545 100644 --- a/src/setup.py +++ b/src/setup.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 1.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. @@ -21,7 +21,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "databox" -VERSION = "0.4.0" +VERSION = "2.2.2" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/src/test/test_api_response.py b/src/test/test_api_response.py index 1fdc6df..6a80796 100644 --- a/src/test/test_api_response.py +++ b/src/test/test_api_response.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 0.4.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/test/test_default_api.py b/src/test/test_default_api.py index 5515ba9..9424e4a 100644 --- a/src/test/test_default_api.py +++ b/src/test/test_default_api.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 0.4.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/test/test_push_data.py b/src/test/test_push_data.py index 5d6fbd4..2a8e6d3 100644 --- a/src/test/test_push_data.py +++ b/src/test/test_push_data.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 0.4.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/test/test_push_data_attribute.py b/src/test/test_push_data_attribute.py index deaeb03..6277365 100644 --- a/src/test/test_push_data_attribute.py +++ b/src/test/test_push_data_attribute.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 0.4.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/src/test/test_state.py b/src/test/test_state.py index 5118138..8148721 100644 --- a/src/test/test_state.py +++ b/src/test/test_state.py @@ -5,7 +5,7 @@ Push API resources Open API documentation - The version of the OpenAPI document: 0.4.0 + The version of the OpenAPI document: 0.4.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually.