diff --git a/nuon/__init__.py b/nuon/__init__.py index 2d8611aa..d22fdda7 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.178 + The version of the OpenAPI document: 0.19.179 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.19.178" +__version__ = "0.19.179" # 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 56651d15..c5e8bfcd 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.178 + The version of the OpenAPI document: 0.19.179 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 fd1af51f..b37c4d45 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.178 + The version of the OpenAPI document: 0.19.179 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 52dd5dbf..e7b721fe 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.178 + The version of the OpenAPI document: 0.19.179 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 98f5f450..8b8f0e5e 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.178 + The version of the OpenAPI document: 0.19.179 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 74f757b2..cc7ada71 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.178 + The version of the OpenAPI document: 0.19.179 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 d524f35d..6f74fda9 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.178 + The version of the OpenAPI document: 0.19.179 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 3caf6612..fca609f3 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.178 + The version of the OpenAPI document: 0.19.179 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 39ae15f4..148b0042 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.178 + The version of the OpenAPI document: 0.19.179 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 5b2dfc41..511b0fc0 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.178 + The version of the OpenAPI document: 0.19.179 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.178/python' + self.user_agent = 'OpenAPI-Generator/0.19.179/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/nuon/configuration.py b/nuon/configuration.py index 9c50a0b7..38ab52da 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.178 + The version of the OpenAPI document: 0.19.179 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.178\n"\ - "SDK Package Version: 0.19.178".\ + "Version of the API: 0.19.179\n"\ + "SDK Package Version: 0.19.179".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/nuon/exceptions.py b/nuon/exceptions.py index bb9a4acc..ae549765 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.178 + The version of the OpenAPI document: 0.19.179 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 e5d8d4bd..0b043d97 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.178 + The version of the OpenAPI document: 0.19.179 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 8a524ccb..a3024dbd 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.178 + The version of the OpenAPI document: 0.19.179 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 2935419d..4c2ce8d0 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.178 + The version of the OpenAPI document: 0.19.179 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 15d27285..0ffc9482 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.178 + The version of the OpenAPI document: 0.19.179 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 51d99c56..ac94aa29 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.178 + The version of the OpenAPI document: 0.19.179 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 df18f096..e8f7f078 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.178 + The version of the OpenAPI document: 0.19.179 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 e9b9e1a8..8825ecad 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.178 + The version of the OpenAPI document: 0.19.179 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 6ed80b7d..475d339a 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.178 + The version of the OpenAPI document: 0.19.179 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 928538a9..55a5b4ef 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.178 + The version of the OpenAPI document: 0.19.179 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 9d80cdee..0e4597bb 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.178 + The version of the OpenAPI document: 0.19.179 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 c74b6c2e..eb526848 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.178 + The version of the OpenAPI document: 0.19.179 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 f690dbfc..5350f03b 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.178 + The version of the OpenAPI document: 0.19.179 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 68eb448e..d152411e 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.178 + The version of the OpenAPI document: 0.19.179 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 146cfd0c..312a1e9f 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.178 + The version of the OpenAPI document: 0.19.179 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 61e2eedb..fef73a50 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.178 + The version of the OpenAPI document: 0.19.179 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 3907cbf6..a30e45f6 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.178 + The version of the OpenAPI document: 0.19.179 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 eb658016..ff1ffb62 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.178 + The version of the OpenAPI document: 0.19.179 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 b800aef6..f0da2364 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.178 + The version of the OpenAPI document: 0.19.179 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 6d5946b8..88764752 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.178 + The version of the OpenAPI document: 0.19.179 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 a1b7c672..3e2e345b 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.178 + The version of the OpenAPI document: 0.19.179 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 d34d6497..e6db3d7c 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.178 + The version of the OpenAPI document: 0.19.179 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 112ed3e6..e608913e 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.178 + The version of the OpenAPI document: 0.19.179 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 f6157816..49d40f0b 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.178 + The version of the OpenAPI document: 0.19.179 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 a84acf15..3b4cbc2b 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.178 + The version of the OpenAPI document: 0.19.179 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 8653f96c..a847e07b 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.178 + The version of the OpenAPI document: 0.19.179 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 4ed6fadf..23d8873e 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.178 + The version of the OpenAPI document: 0.19.179 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 04d32b9a..d93ef84e 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.178 + The version of the OpenAPI document: 0.19.179 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 4cd48bb9..23964ed0 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.178 + The version of the OpenAPI document: 0.19.179 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 72ba7aec..d7033589 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.178 + The version of the OpenAPI document: 0.19.179 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 698437a0..094d2e10 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.178 + The version of the OpenAPI document: 0.19.179 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 91094f8b..4d305b70 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.178 + The version of the OpenAPI document: 0.19.179 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 48411a03..6ba53fe4 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.178 + The version of the OpenAPI document: 0.19.179 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 15971ad9..53022e3f 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.178 + The version of the OpenAPI document: 0.19.179 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 abbd98cc..3feb34cd 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.178 + The version of the OpenAPI document: 0.19.179 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 67d9b081..ac453173 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.178 + The version of the OpenAPI document: 0.19.179 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 952674e7..80196785 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.178 + The version of the OpenAPI document: 0.19.179 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 8d4e5bf7..2cc720ea 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.178 + The version of the OpenAPI document: 0.19.179 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 2cca4099..95a1b0c9 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.178 + The version of the OpenAPI document: 0.19.179 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 40866d59..1125a06b 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.178 + The version of the OpenAPI document: 0.19.179 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 724cc6b9..783b75c2 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.178 + The version of the OpenAPI document: 0.19.179 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 fb66b3f7..e5f5acbf 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.178 + The version of the OpenAPI document: 0.19.179 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 a60bf18a..e7233f10 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.178 + The version of the OpenAPI document: 0.19.179 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 e508c13e..95e4dd2d 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.178 + The version of the OpenAPI document: 0.19.179 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 db1ef9de..6348ddf8 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.178 + The version of the OpenAPI document: 0.19.179 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 18b7259c..47458c20 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.178 + The version of the OpenAPI document: 0.19.179 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 c4df9062..1b1a5e4b 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.178 + The version of the OpenAPI document: 0.19.179 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 eb905bff..f392958c 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.178 + The version of the OpenAPI document: 0.19.179 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 0c21ed56..4241470d 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.178 + The version of the OpenAPI document: 0.19.179 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 0b5b3157..1d6063a1 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.178 + The version of the OpenAPI document: 0.19.179 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 a2aa7884..a8b487e8 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.178 + The version of the OpenAPI document: 0.19.179 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 68fc610f..d2063bbb 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.178 + The version of the OpenAPI document: 0.19.179 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 e7ca2c2c..ddded4be 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.178 + The version of the OpenAPI document: 0.19.179 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 078230e8..da4129e8 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.178 + The version of the OpenAPI document: 0.19.179 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 b73d5794..9a1dbbbc 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.178 + The version of the OpenAPI document: 0.19.179 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 f3c39788..8eb889b0 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.178 + The version of the OpenAPI document: 0.19.179 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 ab41bcaa..4cd2a68b 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.178 + The version of the OpenAPI document: 0.19.179 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 a9b8c9e2..24a7cd53 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.178 + The version of the OpenAPI document: 0.19.179 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 01164800..f4ed0534 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.178 + The version of the OpenAPI document: 0.19.179 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 d94203c5..80118707 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.178 + The version of the OpenAPI document: 0.19.179 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 f1037328..ba240f04 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.178 + The version of the OpenAPI document: 0.19.179 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 a75666bd..ec2ba768 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.178 + The version of the OpenAPI document: 0.19.179 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 53e0f968..2d15e10b 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.178 + The version of the OpenAPI document: 0.19.179 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 e482826d..9f268aac 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.178 + The version of the OpenAPI document: 0.19.179 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 4104b2bc..365af01d 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.178 + The version of the OpenAPI document: 0.19.179 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 d9fa6d26..fd143c9b 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.178 + The version of the OpenAPI document: 0.19.179 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 ce094c47..84e2e6c7 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.178 + The version of the OpenAPI document: 0.19.179 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 d2645650..8fa7d14e 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.178 + The version of the OpenAPI document: 0.19.179 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 dfa487b4..779843a5 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.178 + The version of the OpenAPI document: 0.19.179 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 4a7e4fac..52239359 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.178 + The version of the OpenAPI document: 0.19.179 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 8195c141..2a0b1157 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.178 + The version of the OpenAPI document: 0.19.179 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 17c1730c..cd734228 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.178 + The version of the OpenAPI document: 0.19.179 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 960a2cbb..e36b999a 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.178 + The version of the OpenAPI document: 0.19.179 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 4e382cde..7f9c49be 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.178 + The version of the OpenAPI document: 0.19.179 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 aff5a65f..0ae229a4 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.178 + The version of the OpenAPI document: 0.19.179 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 00d6a598..9d66de6b 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.178 + The version of the OpenAPI document: 0.19.179 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 892961bf..850b428b 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.178 + The version of the OpenAPI document: 0.19.179 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 71109c59..53ed6daf 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.178 + The version of the OpenAPI document: 0.19.179 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 173924aa..8cabb9a4 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.178 + The version of the OpenAPI document: 0.19.179 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 f5909957..baae7971 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.178 + The version of the OpenAPI document: 0.19.179 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 f5758cfc..1ca2632e 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.178 + The version of the OpenAPI document: 0.19.179 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 54e61d71..09d4692c 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.178 + The version of the OpenAPI document: 0.19.179 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 1fa7faad..3b2c6f54 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.178 + The version of the OpenAPI document: 0.19.179 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 9f7b8998..c7a31b0b 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.178 + The version of the OpenAPI document: 0.19.179 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 a150174e..0c637a75 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.178 + The version of the OpenAPI document: 0.19.179 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 3c328b91..6e805ef9 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.178 + The version of the OpenAPI document: 0.19.179 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 8d4b11b2..689952e4 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.178 + The version of the OpenAPI document: 0.19.179 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 6a399fc1..b3b5316c 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.178 + The version of the OpenAPI document: 0.19.179 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 0d99c56d..4230d848 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.178 + The version of the OpenAPI document: 0.19.179 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 ade39ebc..c471894d 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.178 + The version of the OpenAPI document: 0.19.179 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 c5de1b31..b76603cc 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.178 + The version of the OpenAPI document: 0.19.179 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 aede5c76..6308ee95 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.178 + The version of the OpenAPI document: 0.19.179 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 3cce0e05..87fdce6d 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.178 + The version of the OpenAPI document: 0.19.179 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 ee3e9890..cea77b0e 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.178 + The version of the OpenAPI document: 0.19.179 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 78868035..e2166e9d 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.178 + The version of the OpenAPI document: 0.19.179 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 520de08c..bb30386b 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.178 + The version of the OpenAPI document: 0.19.179 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 37926de5..a9a845ff 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.178 + The version of the OpenAPI document: 0.19.179 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 9f57f9cb..8b81f2b7 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.178 + The version of the OpenAPI document: 0.19.179 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 a6263d12..5a5a8d4d 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.178 + The version of the OpenAPI document: 0.19.179 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 5a53ba35..f2c6399a 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.178 + The version of the OpenAPI document: 0.19.179 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 6eec4d81..668797b7 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.178 + The version of the OpenAPI document: 0.19.179 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 dd8b0284..1534e642 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.178 + The version of the OpenAPI document: 0.19.179 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 b19ec185..96b57f5d 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.178 + The version of the OpenAPI document: 0.19.179 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 ae665b49..38cca296 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.178 + The version of the OpenAPI document: 0.19.179 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 b17803c1..bd75c160 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.178 + The version of the OpenAPI document: 0.19.179 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 300e7832..bcaa91a9 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.178 + The version of the OpenAPI document: 0.19.179 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 b23a34ac..78fa093a 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.178 + The version of the OpenAPI document: 0.19.179 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 a458a2e7..7d3fd113 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.178 + The version of the OpenAPI document: 0.19.179 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/models/service_update_installer_request_metadata.py b/nuon/models/service_update_installer_request_metadata.py index d3c6fb55..35468bf2 100644 --- a/nuon/models/service_update_installer_request_metadata.py +++ b/nuon/models/service_update_installer_request_metadata.py @@ -5,7 +5,7 @@ API for managing nuon apps, components, and installs. - The version of the OpenAPI document: 0.19.178 + The version of the OpenAPI document: 0.19.179 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 ab6f165f..f1a704e8 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.178 + The version of the OpenAPI document: 0.19.179 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 e630ac6c..313c6ff6 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.178 + The version of the OpenAPI document: 0.19.179 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 772d7e9e..4d3d7f96 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.178 + The version of the OpenAPI document: 0.19.179 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 cac71e31..33b7fa7c 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.178 + The version of the OpenAPI document: 0.19.179 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 bf8f3b89..15bb3881 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.178 + The version of the OpenAPI document: 0.19.179 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/nuon/rest.py b/nuon/rest.py index 0939ca94..d335d0f2 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.178 + The version of the OpenAPI document: 0.19.179 Contact: support@nuon.co Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pyproject.toml b/pyproject.toml index 8afb9881..01efe8f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nuon" -version = "0.19.178" +version = "0.19.179" description = "Nuon" authors = ["Nuon Support "] license = "NoLicense" diff --git a/setup.py b/setup.py index 1cc02608..b6ee3613 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.178 + The version of the OpenAPI document: 0.19.179 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.178" +VERSION = "0.19.179" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/version.txt b/version.txt index bb08cbef..257df374 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.19.178 +0.19.179