diff --git a/nuon/__init__.py b/nuon/__init__.py index e8c07ddd..a9e0d80b 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.19.205" +__version__ = "0.19.206" # 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 dc65c3db..40c6b0da 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.205 + The version of the OpenAPI document: 0.19.206 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 d4803749..97013252 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.205 + The version of the OpenAPI document: 0.19.206 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 e364a62e..9710314e 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.205 + The version of the OpenAPI document: 0.19.206 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 ae1c49e1..0df877c7 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.205 + The version of the OpenAPI document: 0.19.206 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 e3559746..5cc076e8 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.205 + The version of the OpenAPI document: 0.19.206 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 57e0721d..edc3c5a8 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.205 + The version of the OpenAPI document: 0.19.206 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 2aa88e5b..b26c27cb 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.205 + The version of the OpenAPI document: 0.19.206 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 3d158199..ae6c5a86 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.205 + The version of the OpenAPI document: 0.19.206 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 66e22f83..46fb8061 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.205 + The version of the OpenAPI document: 0.19.206 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.205/python' + self.user_agent = 'OpenAPI-Generator/0.19.206/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/nuon/configuration.py b/nuon/configuration.py index 7cd1a333..156ffb8a 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.205 + The version of the OpenAPI document: 0.19.206 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.205\n"\ - "SDK Package Version: 0.19.205".\ + "Version of the API: 0.19.206\n"\ + "SDK Package Version: 0.19.206".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/nuon/exceptions.py b/nuon/exceptions.py index aa4ab195..17a4e46a 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.205 + The version of the OpenAPI document: 0.19.206 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 05e1b404..90067003 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_account.py b/nuon/models/app_account.py index d63a4130..66b1a9d6 100644 --- a/nuon/models/app_account.py +++ b/nuon/models/app_account.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_account_type.py b/nuon/models/app_account_type.py index 2451fcf9..8bfabed7 100644 --- a/nuon/models/app_account_type.py +++ b/nuon/models/app_account_type.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 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 e06f1628..4b6c9722 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_aws_delegation_config.py b/nuon/models/app_app_aws_delegation_config.py index 48700378..1e59d555 100644 --- a/nuon/models/app_app_aws_delegation_config.py +++ b/nuon/models/app_app_aws_delegation_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 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 121d5e5e..4dc93e38 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.205 + The version of the OpenAPI document: 0.19.206 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 29ed7624..767fc980 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.205 + The version of the OpenAPI document: 0.19.206 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 18a0043b..a082b12f 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.205 + The version of the OpenAPI document: 0.19.206 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 393c9a33..861d6921 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.205 + The version of the OpenAPI document: 0.19.206 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 c8b68f47..b3e227d2 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_app_input_group.py b/nuon/models/app_app_input_group.py index f67cdec2..f84932bb 100644 --- a/nuon/models/app_app_input_group.py +++ b/nuon/models/app_app_input_group.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 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 13c90a6c..c4d61df5 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.205 + The version of the OpenAPI document: 0.19.206 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 42ed0541..5c55672a 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.205 + The version of the OpenAPI document: 0.19.206 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 67a4fac7..077ab413 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.205 + The version of the OpenAPI document: 0.19.206 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 99066d02..e7b0eb78 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.205 + The version of the OpenAPI document: 0.19.206 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 e22ea1bf..55051932 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.205 + The version of the OpenAPI document: 0.19.206 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 30724f82..c268b8c0 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.205 + The version of the OpenAPI document: 0.19.206 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 0e1fc8e4..19ef4df7 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.205 + The version of the OpenAPI document: 0.19.206 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 2a4050c6..f9a49159 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.205 + The version of the OpenAPI document: 0.19.206 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 8bbce73b..d9e874d6 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.205 + The version of the OpenAPI document: 0.19.206 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 8d6cb196..83a45fc6 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.205 + The version of the OpenAPI document: 0.19.206 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 1aa6e555..28450f70 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.205 + The version of the OpenAPI document: 0.19.206 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 6a588e8c..5b74425f 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.205 + The version of the OpenAPI document: 0.19.206 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 a4065f77..8db53a9a 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.205 + The version of the OpenAPI document: 0.19.206 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 aeeafe0c..1d4d2a3f 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.205 + The version of the OpenAPI document: 0.19.206 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 4c099bb9..a2c24e53 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_component_type.py b/nuon/models/app_component_type.py index 87b52ca7..5b7b7588 100644 --- a/nuon/models/app_component_type.py +++ b/nuon/models/app_component_type.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 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 e1ccc2e3..0952b2fb 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.205 + The version of the OpenAPI document: 0.19.206 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 202ae6cd..1ece89a5 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.205 + The version of the OpenAPI document: 0.19.206 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 420e59b1..7ba9ad46 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.205 + The version of the OpenAPI document: 0.19.206 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 105b1971..69ad27d5 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.205 + The version of the OpenAPI document: 0.19.206 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 9c7795ad..0c984e8e 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.205 + The version of the OpenAPI document: 0.19.206 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 edd21a83..55d1fe1f 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.205 + The version of the OpenAPI document: 0.19.206 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 189e59b6..4cea4e5c 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.205 + The version of the OpenAPI document: 0.19.206 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 b7e49e11..62ed9e68 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.205 + The version of the OpenAPI document: 0.19.206 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 5e0878f0..3a52bcba 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.205 + The version of the OpenAPI document: 0.19.206 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 c6ffe344..9866c8d0 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.205 + The version of the OpenAPI document: 0.19.206 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 e8f7da8e..826a5a33 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.205 + The version of the OpenAPI document: 0.19.206 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 b1ab7e69..4a0ad068 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.205 + The version of the OpenAPI document: 0.19.206 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 986b2942..8b0affe0 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.205 + The version of the OpenAPI document: 0.19.206 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 1df53e00..e4465444 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.205 + The version of the OpenAPI document: 0.19.206 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 68af7dc4..8ba7fff9 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_notifications_config.py b/nuon/models/app_notifications_config.py index aa51fc8d..add5108a 100644 --- a/nuon/models/app_notifications_config.py +++ b/nuon/models/app_notifications_config.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 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 88202aa5..122ac14c 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.205 + The version of the OpenAPI document: 0.19.206 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 1d3a68db..db9a59a5 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.205 + The version of the OpenAPI document: 0.19.206 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 00482065..50e96d1d 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.205 + The version of the OpenAPI document: 0.19.206 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 09f745f9..905a4df6 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.205 + The version of the OpenAPI document: 0.19.206 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 fc38d3e4..b8382e15 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.205 + The version of the OpenAPI document: 0.19.206 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 c1ef59c7..28e31bea 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_policy.py b/nuon/models/app_policy.py index 52159f36..8232d9ef 100644 --- a/nuon/models/app_policy.py +++ b/nuon/models/app_policy.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_policy_name.py b/nuon/models/app_policy_name.py index 842d346a..0a6911e9 100644 --- a/nuon/models/app_policy_name.py +++ b/nuon/models/app_policy_name.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 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 d1f690d2..195dd0f6 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_role.py b/nuon/models/app_role.py index 4e1c7fac..6bc0b14c 100644 --- a/nuon/models/app_role.py +++ b/nuon/models/app_role.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/app_role_type.py b/nuon/models/app_role_type.py index e00c525f..ce9c126e 100644 --- a/nuon/models/app_role_type.py +++ b/nuon/models/app_role_type.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 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 0d49db2f..51199514 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.205 + The version of the OpenAPI document: 0.19.206 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 f5ccc50b..e8f5d910 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.205 + The version of the OpenAPI document: 0.19.206 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 11e2e6f1..beffbafc 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.205 + The version of the OpenAPI document: 0.19.206 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 91395a37..ac58131d 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.205 + The version of the OpenAPI document: 0.19.206 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 9bb01847..ea0004ea 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.205 + The version of the OpenAPI document: 0.19.206 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 724b3226..c59c1ac3 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.205 + The version of the OpenAPI document: 0.19.206 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 157114ad..fb46932d 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.205 + The version of the OpenAPI document: 0.19.206 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 537dfbda..2e75f4a2 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/permissions_permission.py b/nuon/models/permissions_permission.py index eab88bcf..c18c6c14 100644 --- a/nuon/models/permissions_permission.py +++ b/nuon/models/permissions_permission.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 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 ab28e7f3..b77529e5 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.205 + The version of the OpenAPI document: 0.19.206 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 b0bdc714..922c4a76 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.205 + The version of the OpenAPI document: 0.19.206 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 4e172d6d..3d62dd05 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_app_group_request.py b/nuon/models/service_app_group_request.py index d27f1ce5..b3b5f750 100644 --- a/nuon/models/service_app_group_request.py +++ b/nuon/models/service_app_group_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 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 1e3d166d..e2eb673c 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.205 + The version of the OpenAPI document: 0.19.206 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 f6899548..fe6ac84c 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.205 + The version of the OpenAPI document: 0.19.206 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 0f839588..7421d574 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.205 + The version of the OpenAPI document: 0.19.206 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 d3bf44f0..1f4e6efc 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.205 + The version of the OpenAPI document: 0.19.206 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 572fb17f..9ebecbb9 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.205 + The version of the OpenAPI document: 0.19.206 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 933669ec..f5cd7593 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.205 + The version of the OpenAPI document: 0.19.206 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 8fe4fe93..0cde5bc0 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.205 + The version of the OpenAPI document: 0.19.206 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 b030bfd9..b87c1ef9 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.205 + The version of the OpenAPI document: 0.19.206 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 20e98147..5f6c2fe4 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.205 + The version of the OpenAPI document: 0.19.206 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 7fb7b5b7..0e690398 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.205 + The version of the OpenAPI document: 0.19.206 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 b6dec182..f2881f9f 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.205 + The version of the OpenAPI document: 0.19.206 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 d0c90b38..9496be85 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.205 + The version of the OpenAPI document: 0.19.206 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 c8789105..7edf3b4a 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.205 + The version of the OpenAPI document: 0.19.206 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 aa6b9f6e..def87aae 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.205 + The version of the OpenAPI document: 0.19.206 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 d1e67252..a40a299b 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.205 + The version of the OpenAPI document: 0.19.206 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 0614add7..453768b4 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.205 + The version of the OpenAPI document: 0.19.206 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 410d66a3..4a0c058f 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.205 + The version of the OpenAPI document: 0.19.206 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 a5df228e..f45244d0 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.205 + The version of the OpenAPI document: 0.19.206 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 08ae6cbd..2fc4d256 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.205 + The version of the OpenAPI document: 0.19.206 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 124c2412..33856106 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.205 + The version of the OpenAPI document: 0.19.206 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 2a954e81..58713fc3 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.205 + The version of the OpenAPI document: 0.19.206 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 66f07bec..e65c55d2 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.205 + The version of the OpenAPI document: 0.19.206 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 478b6615..f35a746f 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.205 + The version of the OpenAPI document: 0.19.206 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 296751e1..2f0d5419 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.205 + The version of the OpenAPI document: 0.19.206 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 d74cbe21..ecd1ef7e 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.205 + The version of the OpenAPI document: 0.19.206 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 50f521ec..f1ea4603 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.205 + The version of the OpenAPI document: 0.19.206 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 1d3224fd..fd6988b1 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.205 + The version of the OpenAPI document: 0.19.206 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 3f53c1a7..73365fa7 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.205 + The version of the OpenAPI document: 0.19.206 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 de8e8708..c6cf5193 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.205 + The version of the OpenAPI document: 0.19.206 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 d6e059a4..0fee485a 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.205 + The version of the OpenAPI document: 0.19.206 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 2bc25d73..04a952ab 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.205 + The version of the OpenAPI document: 0.19.206 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 152bb405..873b1ad0 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.205 + The version of the OpenAPI document: 0.19.206 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 24d0c8ee..05f519f8 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.205 + The version of the OpenAPI document: 0.19.206 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 1a4ead31..bfe081cd 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.205 + The version of the OpenAPI document: 0.19.206 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 a255d4c6..be2d2a5b 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.205 + The version of the OpenAPI document: 0.19.206 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 31a582f4..fde2b513 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_update_app_config_request.py b/nuon/models/service_update_app_config_request.py index 682e1574..cd076201 100644 --- a/nuon/models/service_update_app_config_request.py +++ b/nuon/models/service_update_app_config_request.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.205 + The version of the OpenAPI document: 0.19.206 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 605c2773..ca0850b6 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.205 + The version of the OpenAPI document: 0.19.206 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 0abea2d1..da730ecb 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.205 + The version of the OpenAPI document: 0.19.206 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 7919cce1..c8e0f387 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.205 + The version of the OpenAPI document: 0.19.206 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 e7c7935f..956d10eb 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.205 + The version of the OpenAPI document: 0.19.206 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 7afc15b4..aac57e1f 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.205 + The version of the OpenAPI document: 0.19.206 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 25e0d1df..5782090f 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.205 + The version of the OpenAPI document: 0.19.206 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 672fa178..1f844689 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.205 + The version of the OpenAPI document: 0.19.206 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 e4b0fbcb..57853258 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.205 + The version of the OpenAPI document: 0.19.206 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 f09080f1..b9ff64e4 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/rest.py b/nuon/rest.py index ba300e67..7e5b3c11 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.205 + The version of the OpenAPI document: 0.19.206 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pyproject.toml b/pyproject.toml index c45c61f5..4c44ff3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nuon" -version = "0.19.205" +version = "0.19.206" description = "Nuon" authors = ["Nuon Support "] license = "NoLicense" diff --git a/setup.py b/setup.py index d51dba2e..2df4a415 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.205 + The version of the OpenAPI document: 0.19.206 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.205" +VERSION = "0.19.206" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/version.txt b/version.txt index fb6fee81..6b3670b5 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.19.205 +0.19.206