From e8b484b17ea686a6ad81b7ba50396225a5cae71b Mon Sep 17 00:00:00 2001 From: nuonbot Date: Tue, 21 May 2024 20:47:02 -0700 Subject: [PATCH] ci: generate from api 0.19.141 (#117) --- nuon/__init__.py | 4 ++-- nuon/api/apps_api.py | 2 +- nuon/api/components_api.py | 2 +- nuon/api/general_api.py | 2 +- nuon/api/installers_api.py | 2 +- nuon/api/installs_api.py | 2 +- nuon/api/orgs_api.py | 2 +- nuon/api/releases_api.py | 2 +- nuon/api/sandboxes_api.py | 2 +- nuon/api/vcs_api.py | 2 +- nuon/api_client.py | 4 ++-- nuon/configuration.py | 6 +++--- nuon/exceptions.py | 2 +- nuon/models/__init__.py | 2 +- nuon/models/app_app.py | 2 +- nuon/models/app_app_config.py | 2 +- nuon/models/app_app_config_fmt.py | 2 +- nuon/models/app_app_config_status.py | 2 +- nuon/models/app_app_input.py | 2 +- nuon/models/app_app_input_config.py | 2 +- nuon/models/app_app_runner_config.py | 2 +- nuon/models/app_app_runner_type.py | 2 +- nuon/models/app_app_sandbox_config.py | 2 +- nuon/models/app_app_sandbox_config_artifacts.py | 2 +- nuon/models/app_app_secret.py | 2 +- nuon/models/app_aws_account.py | 2 +- nuon/models/app_awsecr_image_config.py | 2 +- nuon/models/app_azure_account.py | 2 +- nuon/models/app_cloud_platform.py | 2 +- nuon/models/app_cloud_platform_region.py | 2 +- nuon/models/app_component.py | 2 +- nuon/models/app_component_build.py | 2 +- nuon/models/app_component_config_connection.py | 2 +- nuon/models/app_component_release.py | 2 +- nuon/models/app_component_release_step.py | 2 +- nuon/models/app_connected_github_vcs_config.py | 2 +- nuon/models/app_docker_build_component_config.py | 2 +- nuon/models/app_external_image_component_config.py | 2 +- nuon/models/app_helm_component_config.py | 2 +- nuon/models/app_install.py | 2 +- nuon/models/app_install_component.py | 2 +- nuon/models/app_install_deploy.py | 2 +- nuon/models/app_install_deploy_type.py | 2 +- nuon/models/app_install_event.py | 2 +- nuon/models/app_install_inputs.py | 2 +- nuon/models/app_install_sandbox_run.py | 2 +- nuon/models/app_installer.py | 2 +- nuon/models/app_installer_metadata.py | 2 +- nuon/models/app_installer_type.py | 2 +- nuon/models/app_job_component_config.py | 2 +- nuon/models/app_operation_status.py | 2 +- nuon/models/app_org.py | 2 +- nuon/models/app_org_health_check.py | 2 +- nuon/models/app_org_health_check_status.py | 2 +- nuon/models/app_org_invite.py | 2 +- nuon/models/app_org_invite_status.py | 2 +- nuon/models/app_public_git_vcs_config.py | 2 +- nuon/models/app_sandbox.py | 2 +- nuon/models/app_sandbox_release.py | 2 +- nuon/models/app_sandbox_run_type.py | 2 +- nuon/models/app_terraform_module_component_config.py | 2 +- nuon/models/app_token_type.py | 2 +- nuon/models/app_user_org.py | 2 +- nuon/models/app_user_token.py | 2 +- nuon/models/app_vcs_connection.py | 2 +- nuon/models/app_vcs_connection_commit.py | 2 +- ...tl_api_internal_app_installs_worker_signals_operation.py | 2 +- nuon/models/metrics_decr.py | 2 +- nuon/models/metrics_event.py | 2 +- nuon/models/metrics_incr.py | 2 +- nuon/models/metrics_timing.py | 2 +- nuon/models/planv1_plan.py | 2 +- nuon/models/service_app_config_template.py | 2 +- nuon/models/service_app_config_template_type.py | 2 +- nuon/models/service_app_input_request.py | 2 +- nuon/models/service_aws_ecr_image_config_request.py | 2 +- nuon/models/service_cli_config.py | 2 +- nuon/models/service_connected_github_vcs_config_request.py | 2 +- .../service_connected_github_vcs_sandbox_config_request.py | 2 +- nuon/models/service_create_app_config_request.py | 2 +- nuon/models/service_create_app_input_config_request.py | 2 +- nuon/models/service_create_app_request.py | 2 +- nuon/models/service_create_app_runner_config_request.py | 2 +- nuon/models/service_create_app_sandbox_config_request.py | 2 +- nuon/models/service_create_app_secret_request.py | 2 +- nuon/models/service_create_component_build_request.py | 2 +- nuon/models/service_create_component_release_request.py | 2 +- .../service_create_component_release_request_strategy.py | 2 +- nuon/models/service_create_component_request.py | 2 +- nuon/models/service_create_connection_callback_request.py | 2 +- nuon/models/service_create_connection_request.py | 2 +- .../service_create_docker_build_component_config_request.py | 2 +- ...ervice_create_external_image_component_config_request.py | 2 +- nuon/models/service_create_helm_component_config_request.py | 2 +- nuon/models/service_create_install_deploy_request.py | 2 +- nuon/models/service_create_install_inputs_request.py | 2 +- nuon/models/service_create_install_request.py | 2 +- nuon/models/service_create_install_request_aws_account.py | 2 +- nuon/models/service_create_install_request_azure_account.py | 2 +- nuon/models/service_create_installer_request.py | 2 +- nuon/models/service_create_installer_request_metadata.py | 2 +- nuon/models/service_create_job_component_config_request.py | 2 +- nuon/models/service_create_org_invite_request.py | 2 +- nuon/models/service_create_org_request.py | 2 +- nuon/models/service_create_org_user_request.py | 2 +- ...vice_create_terraform_module_component_config_request.py | 2 +- nuon/models/service_public_git_vcs_config_request.py | 2 +- .../models/service_public_git_vcs_sandbox_config_request.py | 2 +- nuon/models/service_publish_metric_input.py | 2 +- nuon/models/service_rendered_installer.py | 2 +- nuon/models/service_repository.py | 2 +- nuon/models/service_update_app_request.py | 2 +- nuon/models/service_update_component_request.py | 2 +- nuon/models/service_update_install_request.py | 2 +- nuon/models/service_update_installer_request.py | 2 +- nuon/models/service_update_org_request.py | 2 +- nuon/models/statsd_event.py | 2 +- nuon/models/statsd_event_alert_type.py | 2 +- nuon/models/statsd_event_priority.py | 2 +- nuon/models/stderr_err_response.py | 2 +- nuon/rest.py | 2 +- pyproject.toml | 2 +- setup.py | 4 ++-- version.txt | 2 +- 124 files changed, 129 insertions(+), 129 deletions(-) diff --git a/nuon/__init__.py b/nuon/__init__.py index 95b3a50c..cb5d9673 100644 --- a/nuon/__init__.py +++ b/nuon/__init__.py @@ -7,7 +7,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.19.140" +__version__ = "0.19.141" # import apis into sdk package from nuon.api.apps_api import AppsApi diff --git a/nuon/api/apps_api.py b/nuon/api/apps_api.py index 7d74ec98..4ef52dae 100644 --- a/nuon/api/apps_api.py +++ b/nuon/api/apps_api.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/api/components_api.py b/nuon/api/components_api.py index 6f5f4c6f..8ac7497f 100644 --- a/nuon/api/components_api.py +++ b/nuon/api/components_api.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/api/general_api.py b/nuon/api/general_api.py index bb885f46..81a3a8ef 100644 --- a/nuon/api/general_api.py +++ b/nuon/api/general_api.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/api/installers_api.py b/nuon/api/installers_api.py index 1eb2824e..2fa6e4d1 100644 --- a/nuon/api/installers_api.py +++ b/nuon/api/installers_api.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/api/installs_api.py b/nuon/api/installs_api.py index 5efabbe3..527a3619 100644 --- a/nuon/api/installs_api.py +++ b/nuon/api/installs_api.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/api/orgs_api.py b/nuon/api/orgs_api.py index c8ebe685..a543f08b 100644 --- a/nuon/api/orgs_api.py +++ b/nuon/api/orgs_api.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/api/releases_api.py b/nuon/api/releases_api.py index 06277438..33e689ce 100644 --- a/nuon/api/releases_api.py +++ b/nuon/api/releases_api.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/api/sandboxes_api.py b/nuon/api/sandboxes_api.py index 157f71ea..727a1777 100644 --- a/nuon/api/sandboxes_api.py +++ b/nuon/api/sandboxes_api.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/api/vcs_api.py b/nuon/api/vcs_api.py index 7854a113..8ac331d0 100644 --- a/nuon/api/vcs_api.py +++ b/nuon/api/vcs_api.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/api_client.py b/nuon/api_client.py index 9699b233..15b7630b 100644 --- a/nuon/api_client.py +++ b/nuon/api_client.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -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.140/python' + self.user_agent = 'OpenAPI-Generator/0.19.141/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/nuon/configuration.py b/nuon/configuration.py index 053d21ce..98701452 100644 --- a/nuon/configuration.py +++ b/nuon/configuration.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -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.140\n"\ - "SDK Package Version: 0.19.140".\ + "Version of the API: 0.19.141\n"\ + "SDK Package Version: 0.19.141".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/nuon/exceptions.py b/nuon/exceptions.py index 1cd587a5..5144f7b7 100644 --- a/nuon/exceptions.py +++ b/nuon/exceptions.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/__init__.py b/nuon/models/__init__.py index aef53b73..afb22a7a 100644 --- a/nuon/models/__init__.py +++ b/nuon/models/__init__.py @@ -6,7 +6,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app.py b/nuon/models/app_app.py index 2d82aa07..d4b207f9 100644 --- a/nuon/models/app_app.py +++ b/nuon/models/app_app.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_config.py b/nuon/models/app_app_config.py index 3dd10a70..44b9c1d5 100644 --- a/nuon/models/app_app_config.py +++ b/nuon/models/app_app_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_config_fmt.py b/nuon/models/app_app_config_fmt.py index 0cfdb63e..ba508a32 100644 --- a/nuon/models/app_app_config_fmt.py +++ b/nuon/models/app_app_config_fmt.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_config_status.py b/nuon/models/app_app_config_status.py index c41cec88..c4b4877f 100644 --- a/nuon/models/app_app_config_status.py +++ b/nuon/models/app_app_config_status.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_input.py b/nuon/models/app_app_input.py index a2aa7a1c..df968add 100644 --- a/nuon/models/app_app_input.py +++ b/nuon/models/app_app_input.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_input_config.py b/nuon/models/app_app_input_config.py index 83e46f3a..b81c5657 100644 --- a/nuon/models/app_app_input_config.py +++ b/nuon/models/app_app_input_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_runner_config.py b/nuon/models/app_app_runner_config.py index 9c1653d0..6e8eaa1f 100644 --- a/nuon/models/app_app_runner_config.py +++ b/nuon/models/app_app_runner_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_runner_type.py b/nuon/models/app_app_runner_type.py index 641c352a..c980b039 100644 --- a/nuon/models/app_app_runner_type.py +++ b/nuon/models/app_app_runner_type.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_sandbox_config.py b/nuon/models/app_app_sandbox_config.py index fcccaa49..15dd2957 100644 --- a/nuon/models/app_app_sandbox_config.py +++ b/nuon/models/app_app_sandbox_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_sandbox_config_artifacts.py b/nuon/models/app_app_sandbox_config_artifacts.py index 2fefad8f..2f4525cf 100644 --- a/nuon/models/app_app_sandbox_config_artifacts.py +++ b/nuon/models/app_app_sandbox_config_artifacts.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_secret.py b/nuon/models/app_app_secret.py index e6247eb6..a93d9743 100644 --- a/nuon/models/app_app_secret.py +++ b/nuon/models/app_app_secret.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_aws_account.py b/nuon/models/app_aws_account.py index 0c889396..7e52e74a 100644 --- a/nuon/models/app_aws_account.py +++ b/nuon/models/app_aws_account.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_awsecr_image_config.py b/nuon/models/app_awsecr_image_config.py index 8d4150b5..ac290da5 100644 --- a/nuon/models/app_awsecr_image_config.py +++ b/nuon/models/app_awsecr_image_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_azure_account.py b/nuon/models/app_azure_account.py index 7c9da570..5e016b12 100644 --- a/nuon/models/app_azure_account.py +++ b/nuon/models/app_azure_account.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_cloud_platform.py b/nuon/models/app_cloud_platform.py index f5a84b08..f50261f1 100644 --- a/nuon/models/app_cloud_platform.py +++ b/nuon/models/app_cloud_platform.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_cloud_platform_region.py b/nuon/models/app_cloud_platform_region.py index a964186f..ff65b13d 100644 --- a/nuon/models/app_cloud_platform_region.py +++ b/nuon/models/app_cloud_platform_region.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_component.py b/nuon/models/app_component.py index 4d53b17b..f3d87a51 100644 --- a/nuon/models/app_component.py +++ b/nuon/models/app_component.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_component_build.py b/nuon/models/app_component_build.py index c88f0b39..beeebb72 100644 --- a/nuon/models/app_component_build.py +++ b/nuon/models/app_component_build.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_component_config_connection.py b/nuon/models/app_component_config_connection.py index acdc07a4..2b918311 100644 --- a/nuon/models/app_component_config_connection.py +++ b/nuon/models/app_component_config_connection.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_component_release.py b/nuon/models/app_component_release.py index c5aa5cd9..166fab98 100644 --- a/nuon/models/app_component_release.py +++ b/nuon/models/app_component_release.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_component_release_step.py b/nuon/models/app_component_release_step.py index 7ff32d61..a62891b1 100644 --- a/nuon/models/app_component_release_step.py +++ b/nuon/models/app_component_release_step.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_connected_github_vcs_config.py b/nuon/models/app_connected_github_vcs_config.py index 0a0db70f..220a9467 100644 --- a/nuon/models/app_connected_github_vcs_config.py +++ b/nuon/models/app_connected_github_vcs_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_docker_build_component_config.py b/nuon/models/app_docker_build_component_config.py index bfc5e259..ac451f11 100644 --- a/nuon/models/app_docker_build_component_config.py +++ b/nuon/models/app_docker_build_component_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_external_image_component_config.py b/nuon/models/app_external_image_component_config.py index 190d201b..cca81fa4 100644 --- a/nuon/models/app_external_image_component_config.py +++ b/nuon/models/app_external_image_component_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_helm_component_config.py b/nuon/models/app_helm_component_config.py index 7b44957d..35401f9a 100644 --- a/nuon/models/app_helm_component_config.py +++ b/nuon/models/app_helm_component_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_install.py b/nuon/models/app_install.py index 3f7e8a45..96b4cbe8 100644 --- a/nuon/models/app_install.py +++ b/nuon/models/app_install.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_install_component.py b/nuon/models/app_install_component.py index 63b45e04..8b378824 100644 --- a/nuon/models/app_install_component.py +++ b/nuon/models/app_install_component.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_install_deploy.py b/nuon/models/app_install_deploy.py index 1f36623c..adecfe87 100644 --- a/nuon/models/app_install_deploy.py +++ b/nuon/models/app_install_deploy.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_install_deploy_type.py b/nuon/models/app_install_deploy_type.py index f7808da0..adbeb9b2 100644 --- a/nuon/models/app_install_deploy_type.py +++ b/nuon/models/app_install_deploy_type.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_install_event.py b/nuon/models/app_install_event.py index e0c62ab1..671d8a6d 100644 --- a/nuon/models/app_install_event.py +++ b/nuon/models/app_install_event.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_install_inputs.py b/nuon/models/app_install_inputs.py index bdb49f3a..f027e60c 100644 --- a/nuon/models/app_install_inputs.py +++ b/nuon/models/app_install_inputs.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_install_sandbox_run.py b/nuon/models/app_install_sandbox_run.py index ec93d636..34d51c5b 100644 --- a/nuon/models/app_install_sandbox_run.py +++ b/nuon/models/app_install_sandbox_run.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_installer.py b/nuon/models/app_installer.py index 4f7bf597..ed984721 100644 --- a/nuon/models/app_installer.py +++ b/nuon/models/app_installer.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_installer_metadata.py b/nuon/models/app_installer_metadata.py index ebfe2ed4..d428ba5a 100644 --- a/nuon/models/app_installer_metadata.py +++ b/nuon/models/app_installer_metadata.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_installer_type.py b/nuon/models/app_installer_type.py index cfc19677..17117ecc 100644 --- a/nuon/models/app_installer_type.py +++ b/nuon/models/app_installer_type.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_job_component_config.py b/nuon/models/app_job_component_config.py index 98bbe0c0..87fc5408 100644 --- a/nuon/models/app_job_component_config.py +++ b/nuon/models/app_job_component_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_operation_status.py b/nuon/models/app_operation_status.py index 2b7b6eca..a1c8ea0f 100644 --- a/nuon/models/app_operation_status.py +++ b/nuon/models/app_operation_status.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_org.py b/nuon/models/app_org.py index e7e18a33..3a442723 100644 --- a/nuon/models/app_org.py +++ b/nuon/models/app_org.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_org_health_check.py b/nuon/models/app_org_health_check.py index 6e45a5fa..9acbc0b7 100644 --- a/nuon/models/app_org_health_check.py +++ b/nuon/models/app_org_health_check.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_org_health_check_status.py b/nuon/models/app_org_health_check_status.py index 85bea027..e863e480 100644 --- a/nuon/models/app_org_health_check_status.py +++ b/nuon/models/app_org_health_check_status.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_org_invite.py b/nuon/models/app_org_invite.py index 9ee969b0..6e43c256 100644 --- a/nuon/models/app_org_invite.py +++ b/nuon/models/app_org_invite.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_org_invite_status.py b/nuon/models/app_org_invite_status.py index 434c6a83..630ea5e0 100644 --- a/nuon/models/app_org_invite_status.py +++ b/nuon/models/app_org_invite_status.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_public_git_vcs_config.py b/nuon/models/app_public_git_vcs_config.py index 9b87161e..b69efd78 100644 --- a/nuon/models/app_public_git_vcs_config.py +++ b/nuon/models/app_public_git_vcs_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_sandbox.py b/nuon/models/app_sandbox.py index e6f793b2..3d39be65 100644 --- a/nuon/models/app_sandbox.py +++ b/nuon/models/app_sandbox.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_sandbox_release.py b/nuon/models/app_sandbox_release.py index b9b82133..c9027b1f 100644 --- a/nuon/models/app_sandbox_release.py +++ b/nuon/models/app_sandbox_release.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_sandbox_run_type.py b/nuon/models/app_sandbox_run_type.py index 6e462b6c..f9bb69b7 100644 --- a/nuon/models/app_sandbox_run_type.py +++ b/nuon/models/app_sandbox_run_type.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_terraform_module_component_config.py b/nuon/models/app_terraform_module_component_config.py index 007002e2..5e7aaa90 100644 --- a/nuon/models/app_terraform_module_component_config.py +++ b/nuon/models/app_terraform_module_component_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_token_type.py b/nuon/models/app_token_type.py index 940f415a..43cd34bd 100644 --- a/nuon/models/app_token_type.py +++ b/nuon/models/app_token_type.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_user_org.py b/nuon/models/app_user_org.py index 39440cfd..e5b1487e 100644 --- a/nuon/models/app_user_org.py +++ b/nuon/models/app_user_org.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_user_token.py b/nuon/models/app_user_token.py index 94e65762..86f0f0eb 100644 --- a/nuon/models/app_user_token.py +++ b/nuon/models/app_user_token.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_vcs_connection.py b/nuon/models/app_vcs_connection.py index 38b34d99..1af59db9 100644 --- a/nuon/models/app_vcs_connection.py +++ b/nuon/models/app_vcs_connection.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_vcs_connection_commit.py b/nuon/models/app_vcs_connection_commit.py index 8487077c..18bf23b5 100644 --- a/nuon/models/app_vcs_connection_commit.py +++ b/nuon/models/app_vcs_connection_commit.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/github_com_powertoolsdev_mono_services_ctl_api_internal_app_installs_worker_signals_operation.py b/nuon/models/github_com_powertoolsdev_mono_services_ctl_api_internal_app_installs_worker_signals_operation.py index 99ea212f..95f6cbad 100644 --- a/nuon/models/github_com_powertoolsdev_mono_services_ctl_api_internal_app_installs_worker_signals_operation.py +++ b/nuon/models/github_com_powertoolsdev_mono_services_ctl_api_internal_app_installs_worker_signals_operation.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/metrics_decr.py b/nuon/models/metrics_decr.py index 11c747cc..91c3290d 100644 --- a/nuon/models/metrics_decr.py +++ b/nuon/models/metrics_decr.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/metrics_event.py b/nuon/models/metrics_event.py index 25981a6c..cdb18f82 100644 --- a/nuon/models/metrics_event.py +++ b/nuon/models/metrics_event.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/metrics_incr.py b/nuon/models/metrics_incr.py index de93dcc0..da29f1ea 100644 --- a/nuon/models/metrics_incr.py +++ b/nuon/models/metrics_incr.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/metrics_timing.py b/nuon/models/metrics_timing.py index fe0dcc0f..7eb9f526 100644 --- a/nuon/models/metrics_timing.py +++ b/nuon/models/metrics_timing.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/planv1_plan.py b/nuon/models/planv1_plan.py index beb6d93f..7fa63f8b 100644 --- a/nuon/models/planv1_plan.py +++ b/nuon/models/planv1_plan.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_app_config_template.py b/nuon/models/service_app_config_template.py index 053fdd19..1db3f22a 100644 --- a/nuon/models/service_app_config_template.py +++ b/nuon/models/service_app_config_template.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_app_config_template_type.py b/nuon/models/service_app_config_template_type.py index dde77f84..418e3d06 100644 --- a/nuon/models/service_app_config_template_type.py +++ b/nuon/models/service_app_config_template_type.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_app_input_request.py b/nuon/models/service_app_input_request.py index 0a3e9af7..d4f69c30 100644 --- a/nuon/models/service_app_input_request.py +++ b/nuon/models/service_app_input_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_aws_ecr_image_config_request.py b/nuon/models/service_aws_ecr_image_config_request.py index a15792f5..f5883533 100644 --- a/nuon/models/service_aws_ecr_image_config_request.py +++ b/nuon/models/service_aws_ecr_image_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_cli_config.py b/nuon/models/service_cli_config.py index 40dda09e..a4098b87 100644 --- a/nuon/models/service_cli_config.py +++ b/nuon/models/service_cli_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_connected_github_vcs_config_request.py b/nuon/models/service_connected_github_vcs_config_request.py index 5affe405..f9a6a88c 100644 --- a/nuon/models/service_connected_github_vcs_config_request.py +++ b/nuon/models/service_connected_github_vcs_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_connected_github_vcs_sandbox_config_request.py b/nuon/models/service_connected_github_vcs_sandbox_config_request.py index 5e0a3d3a..a2a14436 100644 --- a/nuon/models/service_connected_github_vcs_sandbox_config_request.py +++ b/nuon/models/service_connected_github_vcs_sandbox_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_app_config_request.py b/nuon/models/service_create_app_config_request.py index dee75c49..74ea53c3 100644 --- a/nuon/models/service_create_app_config_request.py +++ b/nuon/models/service_create_app_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_app_input_config_request.py b/nuon/models/service_create_app_input_config_request.py index 9b9a7534..9970326b 100644 --- a/nuon/models/service_create_app_input_config_request.py +++ b/nuon/models/service_create_app_input_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_app_request.py b/nuon/models/service_create_app_request.py index 54a18730..6df13264 100644 --- a/nuon/models/service_create_app_request.py +++ b/nuon/models/service_create_app_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_app_runner_config_request.py b/nuon/models/service_create_app_runner_config_request.py index dbc95a92..99b16ba9 100644 --- a/nuon/models/service_create_app_runner_config_request.py +++ b/nuon/models/service_create_app_runner_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_app_sandbox_config_request.py b/nuon/models/service_create_app_sandbox_config_request.py index f84afd54..e275dda8 100644 --- a/nuon/models/service_create_app_sandbox_config_request.py +++ b/nuon/models/service_create_app_sandbox_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_app_secret_request.py b/nuon/models/service_create_app_secret_request.py index 812fcd6a..4b3d8fd3 100644 --- a/nuon/models/service_create_app_secret_request.py +++ b/nuon/models/service_create_app_secret_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_component_build_request.py b/nuon/models/service_create_component_build_request.py index 92650495..27693df4 100644 --- a/nuon/models/service_create_component_build_request.py +++ b/nuon/models/service_create_component_build_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_component_release_request.py b/nuon/models/service_create_component_release_request.py index 9b23c523..fe1a7b54 100644 --- a/nuon/models/service_create_component_release_request.py +++ b/nuon/models/service_create_component_release_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_component_release_request_strategy.py b/nuon/models/service_create_component_release_request_strategy.py index a1f74202..19b629d8 100644 --- a/nuon/models/service_create_component_release_request_strategy.py +++ b/nuon/models/service_create_component_release_request_strategy.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_component_request.py b/nuon/models/service_create_component_request.py index 2c162808..08252e1c 100644 --- a/nuon/models/service_create_component_request.py +++ b/nuon/models/service_create_component_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_connection_callback_request.py b/nuon/models/service_create_connection_callback_request.py index 26d99a00..840654ac 100644 --- a/nuon/models/service_create_connection_callback_request.py +++ b/nuon/models/service_create_connection_callback_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_connection_request.py b/nuon/models/service_create_connection_request.py index e9dbb439..15fb3366 100644 --- a/nuon/models/service_create_connection_request.py +++ b/nuon/models/service_create_connection_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_docker_build_component_config_request.py b/nuon/models/service_create_docker_build_component_config_request.py index 711abaf2..f6820dd3 100644 --- a/nuon/models/service_create_docker_build_component_config_request.py +++ b/nuon/models/service_create_docker_build_component_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_external_image_component_config_request.py b/nuon/models/service_create_external_image_component_config_request.py index 9d23bf35..3e487eca 100644 --- a/nuon/models/service_create_external_image_component_config_request.py +++ b/nuon/models/service_create_external_image_component_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_helm_component_config_request.py b/nuon/models/service_create_helm_component_config_request.py index 0af18128..cfddc9b2 100644 --- a/nuon/models/service_create_helm_component_config_request.py +++ b/nuon/models/service_create_helm_component_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_install_deploy_request.py b/nuon/models/service_create_install_deploy_request.py index 1d149e8d..861f2476 100644 --- a/nuon/models/service_create_install_deploy_request.py +++ b/nuon/models/service_create_install_deploy_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_install_inputs_request.py b/nuon/models/service_create_install_inputs_request.py index 933d344f..07a26ee6 100644 --- a/nuon/models/service_create_install_inputs_request.py +++ b/nuon/models/service_create_install_inputs_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_install_request.py b/nuon/models/service_create_install_request.py index 51a18947..b7bbe234 100644 --- a/nuon/models/service_create_install_request.py +++ b/nuon/models/service_create_install_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_install_request_aws_account.py b/nuon/models/service_create_install_request_aws_account.py index b8d46168..f69a7f78 100644 --- a/nuon/models/service_create_install_request_aws_account.py +++ b/nuon/models/service_create_install_request_aws_account.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_install_request_azure_account.py b/nuon/models/service_create_install_request_azure_account.py index daa063f6..ca1a917d 100644 --- a/nuon/models/service_create_install_request_azure_account.py +++ b/nuon/models/service_create_install_request_azure_account.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_installer_request.py b/nuon/models/service_create_installer_request.py index 17498a40..b984e787 100644 --- a/nuon/models/service_create_installer_request.py +++ b/nuon/models/service_create_installer_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_installer_request_metadata.py b/nuon/models/service_create_installer_request_metadata.py index 15b2a30f..1ad86445 100644 --- a/nuon/models/service_create_installer_request_metadata.py +++ b/nuon/models/service_create_installer_request_metadata.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_job_component_config_request.py b/nuon/models/service_create_job_component_config_request.py index baf20bab..bc225f15 100644 --- a/nuon/models/service_create_job_component_config_request.py +++ b/nuon/models/service_create_job_component_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_org_invite_request.py b/nuon/models/service_create_org_invite_request.py index c8da3316..24adaa66 100644 --- a/nuon/models/service_create_org_invite_request.py +++ b/nuon/models/service_create_org_invite_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_org_request.py b/nuon/models/service_create_org_request.py index 7a2a85fb..982078f6 100644 --- a/nuon/models/service_create_org_request.py +++ b/nuon/models/service_create_org_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_org_user_request.py b/nuon/models/service_create_org_user_request.py index 1ee8f10b..50655194 100644 --- a/nuon/models/service_create_org_user_request.py +++ b/nuon/models/service_create_org_user_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_create_terraform_module_component_config_request.py b/nuon/models/service_create_terraform_module_component_config_request.py index 2da95e89..50059be9 100644 --- a/nuon/models/service_create_terraform_module_component_config_request.py +++ b/nuon/models/service_create_terraform_module_component_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_public_git_vcs_config_request.py b/nuon/models/service_public_git_vcs_config_request.py index e4822ae9..f2e6ab4c 100644 --- a/nuon/models/service_public_git_vcs_config_request.py +++ b/nuon/models/service_public_git_vcs_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_public_git_vcs_sandbox_config_request.py b/nuon/models/service_public_git_vcs_sandbox_config_request.py index f11c4598..b438ec44 100644 --- a/nuon/models/service_public_git_vcs_sandbox_config_request.py +++ b/nuon/models/service_public_git_vcs_sandbox_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_publish_metric_input.py b/nuon/models/service_publish_metric_input.py index cc5c73fa..82ce3653 100644 --- a/nuon/models/service_publish_metric_input.py +++ b/nuon/models/service_publish_metric_input.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_rendered_installer.py b/nuon/models/service_rendered_installer.py index 195f113b..83c7f49f 100644 --- a/nuon/models/service_rendered_installer.py +++ b/nuon/models/service_rendered_installer.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_repository.py b/nuon/models/service_repository.py index 34cae845..b7370faf 100644 --- a/nuon/models/service_repository.py +++ b/nuon/models/service_repository.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_update_app_request.py b/nuon/models/service_update_app_request.py index e7be6008..054e6221 100644 --- a/nuon/models/service_update_app_request.py +++ b/nuon/models/service_update_app_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_update_component_request.py b/nuon/models/service_update_component_request.py index bd11e4fd..96d3e799 100644 --- a/nuon/models/service_update_component_request.py +++ b/nuon/models/service_update_component_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_update_install_request.py b/nuon/models/service_update_install_request.py index a4205e5f..a941b236 100644 --- a/nuon/models/service_update_install_request.py +++ b/nuon/models/service_update_install_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_update_installer_request.py b/nuon/models/service_update_installer_request.py index b3915e0f..af133a41 100644 --- a/nuon/models/service_update_installer_request.py +++ b/nuon/models/service_update_installer_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_update_org_request.py b/nuon/models/service_update_org_request.py index 41db6561..438da5e6 100644 --- a/nuon/models/service_update_org_request.py +++ b/nuon/models/service_update_org_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/statsd_event.py b/nuon/models/statsd_event.py index e5169cf7..0a92ea2b 100644 --- a/nuon/models/statsd_event.py +++ b/nuon/models/statsd_event.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/statsd_event_alert_type.py b/nuon/models/statsd_event_alert_type.py index ec65d3c4..9895e253 100644 --- a/nuon/models/statsd_event_alert_type.py +++ b/nuon/models/statsd_event_alert_type.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/statsd_event_priority.py b/nuon/models/statsd_event_priority.py index 32c663a5..0614c97c 100644 --- a/nuon/models/statsd_event_priority.py +++ b/nuon/models/statsd_event_priority.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/stderr_err_response.py b/nuon/models/stderr_err_response.py index 77dcfa01..144b8b83 100644 --- a/nuon/models/stderr_err_response.py +++ b/nuon/models/stderr_err_response.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/rest.py b/nuon/rest.py index 1f3ce337..6c93c2bd 100644 --- a/nuon/rest.py +++ b/nuon/rest.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pyproject.toml b/pyproject.toml index d4799479..efac8ac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nuon" -version = "0.19.140" +version = "0.19.141" description = "Nuon" authors = ["Nuon Support "] license = "NoLicense" diff --git a/setup.py b/setup.py index 28f9ad79..6b64db39 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.140 + The version of the OpenAPI document: 0.19.141 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "nuon" -VERSION = "0.19.140" +VERSION = "0.19.141" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/version.txt b/version.txt index 4906ccad..c36432dc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.19.140 +0.19.141