diff --git a/README.md b/README.md index 08c252a..4e2419b 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.3.15-sdk.5 -- Package version: 2.2.3 +- API version: 0.3.15-sdk.6 +- Package version: 2.3.0 - Generator version: 7.6.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/src/README.md b/src/README.md index 08c252a..4e2419b 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.3.15-sdk.5 -- Package version: 2.2.3 +- API version: 0.3.15-sdk.6 +- Package version: 2.3.0 - 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 b0dd402..3bd20f1 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. """ # noqa: E501 -__version__ = "2.2.3" +__version__ = "2.3.0" # 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 9e0fae7..47ec5e0 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 bb52990..231cb3f 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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/2.2.3/python' + self.user_agent = 'OpenAPI-Generator/2.3.0/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 36b443d..0c25045 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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: 0.3.15-sdk.5\n"\ - "SDK Package Version: 2.2.3".\ + "Version of the API: 0.3.15-sdk.6\n"\ + "SDK Package Version: 2.3.0".\ 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 75d9f36..648fe7b 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 8c651af..7edd0cd 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 d8a9e4c..3870b86 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 6c8ad74..d115264 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 011c91b..ef9ce98 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 a734ce8..7ca0369 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 d48e7bc..a5399b9 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 66c3689..9a555ec 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "databox" -version = "2.2.3" +version = "2.3.0" 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 ce51fca..0794a7c 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: 0.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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-api" -VERSION = "2.2.3" +VERSION = "2.3.0" 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 b5d036d..ebca2d6 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.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 7414775..47efc9d 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.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 0c8814d..3194b6a 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.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 3d66870..1b1e4da 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.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 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 28687cf..87de129 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.3.15-sdk.5 + The version of the OpenAPI document: 0.3.15-sdk.6 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually.