Skip to content
New issue

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

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

Already on GitHub? # to your account

ci: generate from api 0.19.157 #133

Merged
merged 1 commit into from
Jun 12, 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
1 change: 0 additions & 1 deletion docs/AppAppInputGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Name | Type | Description | Notes
**description** | **str** | | [optional]
**display_name** | **str** | | [optional]
**id** | **str** | | [optional]
**is_default** | **bool** | | [optional]
**name** | **str** | | [optional]
**org_id** | **str** | | [optional]
**updated_at** | **str** | | [optional]
Expand Down
4 changes: 2 additions & 2 deletions nuon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
""" # noqa: E501


__version__ = "0.19.156"
__version__ = "0.19.157"

# import apis into sdk package
from nuon.api.apps_api import AppsApi
Expand Down
2 changes: 1 addition & 1 deletion nuon/api/apps_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/api/components_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/api/general_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/api/installers_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/api/installs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/api/orgs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/api/releases_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/api/sandboxes_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/api/vcs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
4 changes: 2 additions & 2 deletions nuon/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down Expand Up @@ -87,7 +87,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/0.19.156/python'
self.user_agent = 'OpenAPI-Generator/0.19.157/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
6 changes: 3 additions & 3 deletions nuon/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down Expand Up @@ -406,8 +406,8 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 0.19.156\n"\
"SDK Package Version: 0.19.156".\
"Version of the API: 0.19.157\n"\
"SDK Package Version: 0.19.157".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion nuon/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_app_config_fmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_app_config_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_app_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_app_input_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
8 changes: 3 additions & 5 deletions nuon/models/app_app_input_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand All @@ -21,7 +21,7 @@



from pydantic import BaseModel, ConfigDict, StrictBool, StrictStr
from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from nuon.models.app_user_token import AppUserToken
try:
Expand All @@ -41,11 +41,10 @@ class AppAppInputGroup(BaseModel):
description: Optional[StrictStr] = None
display_name: Optional[StrictStr] = None
id: Optional[StrictStr] = None
is_default: Optional[StrictBool] = None
name: Optional[StrictStr] = None
org_id: Optional[StrictStr] = None
updated_at: Optional[StrictStr] = None
__properties: ClassVar[List[str]] = ["app_input_id", "app_inputs", "created_at", "created_by", "created_by_id", "description", "display_name", "id", "is_default", "name", "org_id", "updated_at"]
__properties: ClassVar[List[str]] = ["app_input_id", "app_inputs", "created_at", "created_by", "created_by_id", "description", "display_name", "id", "name", "org_id", "updated_at"]

model_config = {
"populate_by_name": True,
Expand Down Expand Up @@ -114,7 +113,6 @@ def from_dict(cls, obj: Dict) -> Self:
"description": obj.get("description"),
"display_name": obj.get("display_name"),
"id": obj.get("id"),
"is_default": obj.get("is_default"),
"name": obj.get("name"),
"org_id": obj.get("org_id"),
"updated_at": obj.get("updated_at")
Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_app_runner_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_app_runner_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_app_sandbox_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_app_sandbox_config_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_app_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_aws_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_awsecr_image_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_azure_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_cloud_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_cloud_platform_region.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_component_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_component_config_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_component_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_component_release_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion nuon/models/app_connected_github_vcs_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API for managing nuon apps, components, and installs.

The version of the OpenAPI document: 0.19.156
The version of the OpenAPI document: 0.19.157
Contact: support@nuon.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Loading
Loading