Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDK release] Generated SDK code based on data-link 0.4.0 API changes #11

Merged
merged 1 commit into from
Jul 11, 2024
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
- Package version: 2.3.0
- Generator version: 7.6.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

Expand Down
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
- Package version: 2.3.0
- Generator version: 7.6.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

Expand Down
4 changes: 2 additions & 2 deletions src/databox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
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
Expand Down
2 changes: 1 addition & 1 deletion src/databox/api/default_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
4 changes: 2 additions & 2 deletions src/databox/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down Expand Up @@ -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):
Expand Down
6 changes: 3 additions & 3 deletions src/databox/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down Expand Up @@ -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.4.0\n"\
"SDK Package Version: 2.3.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion src/databox/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/databox/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/databox/models/api_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/databox/models/push_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/databox/models/push_data_attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/databox/models/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/databox/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <team@openapitools.org>"]
license = "NoLicense"
Expand Down
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/test/test_api_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/test/test_default_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/test/test_push_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/test/test_push_data_attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion src/test/test_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down