diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index 6116b14..09a6d30 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.8.0-SNAPSHOT +7.8.0 diff --git a/README.md b/README.md index e8273aa..6949123 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ your list of dependencies in `mix.exs`: ```elixir def deps do - [{:nuon, "~> 0.19.204"}] + [{:nuon, "~> 0.19.205"}] end ``` diff --git a/lib/nuon/api/apps.ex b/lib/nuon/api/apps.ex index 431ee5c..e2704eb 100644 --- a/lib/nuon/api/apps.ex +++ b/lib/nuon/api/apps.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Api.Apps do diff --git a/lib/nuon/api/components.ex b/lib/nuon/api/components.ex index 7371c42..544cd48 100644 --- a/lib/nuon/api/components.ex +++ b/lib/nuon/api/components.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Api.Components do diff --git a/lib/nuon/api/general.ex b/lib/nuon/api/general.ex index e994b95..b08e8b4 100644 --- a/lib/nuon/api/general.ex +++ b/lib/nuon/api/general.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Api.General do diff --git a/lib/nuon/api/installers.ex b/lib/nuon/api/installers.ex index e6546a8..6cd8635 100644 --- a/lib/nuon/api/installers.ex +++ b/lib/nuon/api/installers.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Api.Installers do diff --git a/lib/nuon/api/installs.ex b/lib/nuon/api/installs.ex index bb84592..921e5f0 100644 --- a/lib/nuon/api/installs.ex +++ b/lib/nuon/api/installs.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Api.Installs do diff --git a/lib/nuon/api/orgs.ex b/lib/nuon/api/orgs.ex index 67f9d9d..c90e3ea 100644 --- a/lib/nuon/api/orgs.ex +++ b/lib/nuon/api/orgs.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Api.Orgs do diff --git a/lib/nuon/api/releases.ex b/lib/nuon/api/releases.ex index 44638a1..ca9804d 100644 --- a/lib/nuon/api/releases.ex +++ b/lib/nuon/api/releases.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Api.Releases do diff --git a/lib/nuon/api/vcs.ex b/lib/nuon/api/vcs.ex index 53e1702..881adc3 100644 --- a/lib/nuon/api/vcs.ex +++ b/lib/nuon/api/vcs.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Api.Vcs do diff --git a/lib/nuon/connection.ex b/lib/nuon/connection.ex index 5620f5b..2f3a1c8 100644 --- a/lib/nuon/connection.ex +++ b/lib/nuon/connection.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Connection do @@ -96,7 +96,7 @@ defmodule Nuon.Connection do Keyword.get( tesla_options, :user_agent, - "openapi-generator - Nuon 0.19.204 - elixir" + "openapi-generator - Nuon 0.19.205 - elixir" ) ) diff --git a/lib/nuon/deserializer.ex b/lib/nuon/deserializer.ex index 114d48d..b9b5b6e 100644 --- a/lib/nuon/deserializer.ex +++ b/lib/nuon/deserializer.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Deserializer do diff --git a/lib/nuon/model/app_account.ex b/lib/nuon/model/app_account.ex index 5eab991..2412b3c 100644 --- a/lib/nuon/model/app_account.ex +++ b/lib/nuon/model/app_account.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAccount do diff --git a/lib/nuon/model/app_account_type.ex b/lib/nuon/model/app_account_type.ex index 607a090..43990d1 100644 --- a/lib/nuon/model/app_account_type.ex +++ b/lib/nuon/model/app_account_type.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAccountType do diff --git a/lib/nuon/model/app_app.ex b/lib/nuon/model/app_app.ex index afafdae..c127bcf 100644 --- a/lib/nuon/model/app_app.ex +++ b/lib/nuon/model/app_app.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppApp do diff --git a/lib/nuon/model/app_app_aws_delegation_config.ex b/lib/nuon/model/app_app_aws_delegation_config.ex index 29e61dd..c63f266 100644 --- a/lib/nuon/model/app_app_aws_delegation_config.ex +++ b/lib/nuon/model/app_app_aws_delegation_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppAwsDelegationConfig do diff --git a/lib/nuon/model/app_app_config.ex b/lib/nuon/model/app_app_config.ex index e4c0641..c983706 100644 --- a/lib/nuon/model/app_app_config.ex +++ b/lib/nuon/model/app_app_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppConfig do diff --git a/lib/nuon/model/app_app_config_fmt.ex b/lib/nuon/model/app_app_config_fmt.ex index ae851c3..070636c 100644 --- a/lib/nuon/model/app_app_config_fmt.ex +++ b/lib/nuon/model/app_app_config_fmt.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppConfigFmt do diff --git a/lib/nuon/model/app_app_config_status.ex b/lib/nuon/model/app_app_config_status.ex index 66616ba..e808b5e 100644 --- a/lib/nuon/model/app_app_config_status.ex +++ b/lib/nuon/model/app_app_config_status.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppConfigStatus do diff --git a/lib/nuon/model/app_app_input.ex b/lib/nuon/model/app_app_input.ex index 1611ce4..87f848c 100644 --- a/lib/nuon/model/app_app_input.ex +++ b/lib/nuon/model/app_app_input.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppInput do diff --git a/lib/nuon/model/app_app_input_config.ex b/lib/nuon/model/app_app_input_config.ex index def2623..0cbb0b0 100644 --- a/lib/nuon/model/app_app_input_config.ex +++ b/lib/nuon/model/app_app_input_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppInputConfig do diff --git a/lib/nuon/model/app_app_input_group.ex b/lib/nuon/model/app_app_input_group.ex index 1935d6a..17e0646 100644 --- a/lib/nuon/model/app_app_input_group.ex +++ b/lib/nuon/model/app_app_input_group.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppInputGroup do diff --git a/lib/nuon/model/app_app_runner_config.ex b/lib/nuon/model/app_app_runner_config.ex index d242b9f..e4cf97c 100644 --- a/lib/nuon/model/app_app_runner_config.ex +++ b/lib/nuon/model/app_app_runner_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppRunnerConfig do diff --git a/lib/nuon/model/app_app_runner_type.ex b/lib/nuon/model/app_app_runner_type.ex index 372ed15..bcead42 100644 --- a/lib/nuon/model/app_app_runner_type.ex +++ b/lib/nuon/model/app_app_runner_type.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppRunnerType do diff --git a/lib/nuon/model/app_app_sandbox_config.ex b/lib/nuon/model/app_app_sandbox_config.ex index d25a337..64206ab 100644 --- a/lib/nuon/model/app_app_sandbox_config.ex +++ b/lib/nuon/model/app_app_sandbox_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppSandboxConfig do diff --git a/lib/nuon/model/app_app_sandbox_config_artifacts.ex b/lib/nuon/model/app_app_sandbox_config_artifacts.ex index 226e49f..99c93d5 100644 --- a/lib/nuon/model/app_app_sandbox_config_artifacts.ex +++ b/lib/nuon/model/app_app_sandbox_config_artifacts.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppSandboxConfigArtifacts do diff --git a/lib/nuon/model/app_app_secret.ex b/lib/nuon/model/app_app_secret.ex index b5d3a3c..5c10538 100644 --- a/lib/nuon/model/app_app_secret.ex +++ b/lib/nuon/model/app_app_secret.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAppSecret do diff --git a/lib/nuon/model/app_aws_account.ex b/lib/nuon/model/app_aws_account.ex index 55604d1..03bd60d 100644 --- a/lib/nuon/model/app_aws_account.ex +++ b/lib/nuon/model/app_aws_account.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAwsAccount do diff --git a/lib/nuon/model/app_awsecr_image_config.ex b/lib/nuon/model/app_awsecr_image_config.ex index d5fe1f6..509c515 100644 --- a/lib/nuon/model/app_awsecr_image_config.ex +++ b/lib/nuon/model/app_awsecr_image_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAwsecrImageConfig do diff --git a/lib/nuon/model/app_azure_account.ex b/lib/nuon/model/app_azure_account.ex index d7fdea5..58bdecd 100644 --- a/lib/nuon/model/app_azure_account.ex +++ b/lib/nuon/model/app_azure_account.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppAzureAccount do diff --git a/lib/nuon/model/app_cloud_platform.ex b/lib/nuon/model/app_cloud_platform.ex index be6d260..012aa37 100644 --- a/lib/nuon/model/app_cloud_platform.ex +++ b/lib/nuon/model/app_cloud_platform.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppCloudPlatform do diff --git a/lib/nuon/model/app_cloud_platform_region.ex b/lib/nuon/model/app_cloud_platform_region.ex index 1eb91bd..579d87b 100644 --- a/lib/nuon/model/app_cloud_platform_region.ex +++ b/lib/nuon/model/app_cloud_platform_region.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppCloudPlatformRegion do diff --git a/lib/nuon/model/app_component.ex b/lib/nuon/model/app_component.ex index 5721c56..18e8663 100644 --- a/lib/nuon/model/app_component.ex +++ b/lib/nuon/model/app_component.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppComponent do diff --git a/lib/nuon/model/app_component_build.ex b/lib/nuon/model/app_component_build.ex index ca382c6..bf7757d 100644 --- a/lib/nuon/model/app_component_build.ex +++ b/lib/nuon/model/app_component_build.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppComponentBuild do diff --git a/lib/nuon/model/app_component_config_connection.ex b/lib/nuon/model/app_component_config_connection.ex index fee31b2..4049f52 100644 --- a/lib/nuon/model/app_component_config_connection.ex +++ b/lib/nuon/model/app_component_config_connection.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppComponentConfigConnection do diff --git a/lib/nuon/model/app_component_release.ex b/lib/nuon/model/app_component_release.ex index 42dea3a..9d8e3c6 100644 --- a/lib/nuon/model/app_component_release.ex +++ b/lib/nuon/model/app_component_release.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppComponentRelease do diff --git a/lib/nuon/model/app_component_release_step.ex b/lib/nuon/model/app_component_release_step.ex index 862dd5b..6f77df5 100644 --- a/lib/nuon/model/app_component_release_step.ex +++ b/lib/nuon/model/app_component_release_step.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppComponentReleaseStep do diff --git a/lib/nuon/model/app_component_type.ex b/lib/nuon/model/app_component_type.ex index 9630fbb..9514053 100644 --- a/lib/nuon/model/app_component_type.ex +++ b/lib/nuon/model/app_component_type.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppComponentType do diff --git a/lib/nuon/model/app_connected_github_vcs_config.ex b/lib/nuon/model/app_connected_github_vcs_config.ex index f1ab862..36a045e 100644 --- a/lib/nuon/model/app_connected_github_vcs_config.ex +++ b/lib/nuon/model/app_connected_github_vcs_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppConnectedGithubVcsConfig do diff --git a/lib/nuon/model/app_docker_build_component_config.ex b/lib/nuon/model/app_docker_build_component_config.ex index 888e2d5..b432d72 100644 --- a/lib/nuon/model/app_docker_build_component_config.ex +++ b/lib/nuon/model/app_docker_build_component_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppDockerBuildComponentConfig do diff --git a/lib/nuon/model/app_external_image_component_config.ex b/lib/nuon/model/app_external_image_component_config.ex index 19dc04d..6933029 100644 --- a/lib/nuon/model/app_external_image_component_config.ex +++ b/lib/nuon/model/app_external_image_component_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppExternalImageComponentConfig do diff --git a/lib/nuon/model/app_helm_component_config.ex b/lib/nuon/model/app_helm_component_config.ex index eac0f57..89d3f0b 100644 --- a/lib/nuon/model/app_helm_component_config.ex +++ b/lib/nuon/model/app_helm_component_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppHelmComponentConfig do diff --git a/lib/nuon/model/app_install.ex b/lib/nuon/model/app_install.ex index c4e8a49..2cb10d5 100644 --- a/lib/nuon/model/app_install.ex +++ b/lib/nuon/model/app_install.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppInstall do diff --git a/lib/nuon/model/app_install_component.ex b/lib/nuon/model/app_install_component.ex index 27e5d44..c752638 100644 --- a/lib/nuon/model/app_install_component.ex +++ b/lib/nuon/model/app_install_component.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppInstallComponent do diff --git a/lib/nuon/model/app_install_deploy.ex b/lib/nuon/model/app_install_deploy.ex index 3248c81..0937300 100644 --- a/lib/nuon/model/app_install_deploy.ex +++ b/lib/nuon/model/app_install_deploy.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppInstallDeploy do diff --git a/lib/nuon/model/app_install_deploy_type.ex b/lib/nuon/model/app_install_deploy_type.ex index 8416b6d..66d7d8e 100644 --- a/lib/nuon/model/app_install_deploy_type.ex +++ b/lib/nuon/model/app_install_deploy_type.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppInstallDeployType do diff --git a/lib/nuon/model/app_install_event.ex b/lib/nuon/model/app_install_event.ex index 76f2df9..594da0d 100644 --- a/lib/nuon/model/app_install_event.ex +++ b/lib/nuon/model/app_install_event.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppInstallEvent do diff --git a/lib/nuon/model/app_install_inputs.ex b/lib/nuon/model/app_install_inputs.ex index 0a085ac..f5b0104 100644 --- a/lib/nuon/model/app_install_inputs.ex +++ b/lib/nuon/model/app_install_inputs.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppInstallInputs do diff --git a/lib/nuon/model/app_install_sandbox_run.ex b/lib/nuon/model/app_install_sandbox_run.ex index c051fe0..0017372 100644 --- a/lib/nuon/model/app_install_sandbox_run.ex +++ b/lib/nuon/model/app_install_sandbox_run.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppInstallSandboxRun do diff --git a/lib/nuon/model/app_installer.ex b/lib/nuon/model/app_installer.ex index a0d1207..a8ab2a4 100644 --- a/lib/nuon/model/app_installer.ex +++ b/lib/nuon/model/app_installer.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppInstaller do diff --git a/lib/nuon/model/app_installer_metadata.ex b/lib/nuon/model/app_installer_metadata.ex index 5d47c8b..4bdc5c9 100644 --- a/lib/nuon/model/app_installer_metadata.ex +++ b/lib/nuon/model/app_installer_metadata.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppInstallerMetadata do diff --git a/lib/nuon/model/app_installer_type.ex b/lib/nuon/model/app_installer_type.ex index 49b2018..758a566 100644 --- a/lib/nuon/model/app_installer_type.ex +++ b/lib/nuon/model/app_installer_type.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppInstallerType do diff --git a/lib/nuon/model/app_job_component_config.ex b/lib/nuon/model/app_job_component_config.ex index 7f8c76e..9e96933 100644 --- a/lib/nuon/model/app_job_component_config.ex +++ b/lib/nuon/model/app_job_component_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppJobComponentConfig do diff --git a/lib/nuon/model/app_notifications_config.ex b/lib/nuon/model/app_notifications_config.ex index 7a74732..2eac0cd 100644 --- a/lib/nuon/model/app_notifications_config.ex +++ b/lib/nuon/model/app_notifications_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppNotificationsConfig do diff --git a/lib/nuon/model/app_operation_status.ex b/lib/nuon/model/app_operation_status.ex index bf0b393..f369db3 100644 --- a/lib/nuon/model/app_operation_status.ex +++ b/lib/nuon/model/app_operation_status.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppOperationStatus do diff --git a/lib/nuon/model/app_org.ex b/lib/nuon/model/app_org.ex index 5110b3f..f0d2207 100644 --- a/lib/nuon/model/app_org.ex +++ b/lib/nuon/model/app_org.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppOrg do diff --git a/lib/nuon/model/app_org_health_check.ex b/lib/nuon/model/app_org_health_check.ex index 7604245..15214d2 100644 --- a/lib/nuon/model/app_org_health_check.ex +++ b/lib/nuon/model/app_org_health_check.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppOrgHealthCheck do diff --git a/lib/nuon/model/app_org_health_check_status.ex b/lib/nuon/model/app_org_health_check_status.ex index a084b3f..81177be 100644 --- a/lib/nuon/model/app_org_health_check_status.ex +++ b/lib/nuon/model/app_org_health_check_status.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppOrgHealthCheckStatus do diff --git a/lib/nuon/model/app_org_invite.ex b/lib/nuon/model/app_org_invite.ex index 7c81777..c18d7ce 100644 --- a/lib/nuon/model/app_org_invite.ex +++ b/lib/nuon/model/app_org_invite.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppOrgInvite do diff --git a/lib/nuon/model/app_org_invite_status.ex b/lib/nuon/model/app_org_invite_status.ex index fedcc7c..d892d8a 100644 --- a/lib/nuon/model/app_org_invite_status.ex +++ b/lib/nuon/model/app_org_invite_status.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppOrgInviteStatus do diff --git a/lib/nuon/model/app_policy.ex b/lib/nuon/model/app_policy.ex index aa5859d..86c03fa 100644 --- a/lib/nuon/model/app_policy.ex +++ b/lib/nuon/model/app_policy.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppPolicy do diff --git a/lib/nuon/model/app_policy_name.ex b/lib/nuon/model/app_policy_name.ex index 7e3a2eb..35254f6 100644 --- a/lib/nuon/model/app_policy_name.ex +++ b/lib/nuon/model/app_policy_name.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppPolicyName do diff --git a/lib/nuon/model/app_public_git_vcs_config.ex b/lib/nuon/model/app_public_git_vcs_config.ex index ccff157..6ea3649 100644 --- a/lib/nuon/model/app_public_git_vcs_config.ex +++ b/lib/nuon/model/app_public_git_vcs_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppPublicGitVcsConfig do diff --git a/lib/nuon/model/app_role.ex b/lib/nuon/model/app_role.ex index 091270d..1648d24 100644 --- a/lib/nuon/model/app_role.ex +++ b/lib/nuon/model/app_role.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppRole do diff --git a/lib/nuon/model/app_role_type.ex b/lib/nuon/model/app_role_type.ex index fc6c7b5..e886b6f 100644 --- a/lib/nuon/model/app_role_type.ex +++ b/lib/nuon/model/app_role_type.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppRoleType do diff --git a/lib/nuon/model/app_sandbox_run_type.ex b/lib/nuon/model/app_sandbox_run_type.ex index e8b0ed6..a042a70 100644 --- a/lib/nuon/model/app_sandbox_run_type.ex +++ b/lib/nuon/model/app_sandbox_run_type.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppSandboxRunType do diff --git a/lib/nuon/model/app_terraform_module_component_config.ex b/lib/nuon/model/app_terraform_module_component_config.ex index d07b02d..a8752b0 100644 --- a/lib/nuon/model/app_terraform_module_component_config.ex +++ b/lib/nuon/model/app_terraform_module_component_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppTerraformModuleComponentConfig do diff --git a/lib/nuon/model/app_vcs_connection.ex b/lib/nuon/model/app_vcs_connection.ex index 09a94a6..a0f5c12 100644 --- a/lib/nuon/model/app_vcs_connection.ex +++ b/lib/nuon/model/app_vcs_connection.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppVcsConnection do diff --git a/lib/nuon/model/app_vcs_connection_commit.ex b/lib/nuon/model/app_vcs_connection_commit.ex index 5b996ef..61bdd5b 100644 --- a/lib/nuon/model/app_vcs_connection_commit.ex +++ b/lib/nuon/model/app_vcs_connection_commit.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.AppVcsConnectionCommit do diff --git a/lib/nuon/model/metrics_decr.ex b/lib/nuon/model/metrics_decr.ex index 3573f09..5dd4177 100644 --- a/lib/nuon/model/metrics_decr.ex +++ b/lib/nuon/model/metrics_decr.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.MetricsDecr do diff --git a/lib/nuon/model/metrics_event.ex b/lib/nuon/model/metrics_event.ex index 5f659c3..663980e 100644 --- a/lib/nuon/model/metrics_event.ex +++ b/lib/nuon/model/metrics_event.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.MetricsEvent do diff --git a/lib/nuon/model/metrics_incr.ex b/lib/nuon/model/metrics_incr.ex index 753f1f6..25eb783 100644 --- a/lib/nuon/model/metrics_incr.ex +++ b/lib/nuon/model/metrics_incr.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.MetricsIncr do diff --git a/lib/nuon/model/metrics_timing.ex b/lib/nuon/model/metrics_timing.ex index e2dc47b..445d934 100644 --- a/lib/nuon/model/metrics_timing.ex +++ b/lib/nuon/model/metrics_timing.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.MetricsTiming do diff --git a/lib/nuon/model/permissions_permission.ex b/lib/nuon/model/permissions_permission.ex index 841a643..0ef2db8 100644 --- a/lib/nuon/model/permissions_permission.ex +++ b/lib/nuon/model/permissions_permission.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.PermissionsPermission do diff --git a/lib/nuon/model/planv1_plan.ex b/lib/nuon/model/planv1_plan.ex index c7b4c16..6503074 100644 --- a/lib/nuon/model/planv1_plan.ex +++ b/lib/nuon/model/planv1_plan.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.Planv1Plan do diff --git a/lib/nuon/model/service_app_config_template.ex b/lib/nuon/model/service_app_config_template.ex index ef0f562..e24a228 100644 --- a/lib/nuon/model/service_app_config_template.ex +++ b/lib/nuon/model/service_app_config_template.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceAppConfigTemplate do diff --git a/lib/nuon/model/service_app_config_template_type.ex b/lib/nuon/model/service_app_config_template_type.ex index 4400f72..d34a730 100644 --- a/lib/nuon/model/service_app_config_template_type.ex +++ b/lib/nuon/model/service_app_config_template_type.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceAppConfigTemplateType do diff --git a/lib/nuon/model/service_app_group_request.ex b/lib/nuon/model/service_app_group_request.ex index 48aa835..f8802e8 100644 --- a/lib/nuon/model/service_app_group_request.ex +++ b/lib/nuon/model/service_app_group_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceAppGroupRequest do diff --git a/lib/nuon/model/service_app_input_request.ex b/lib/nuon/model/service_app_input_request.ex index 802c5de..606e64d 100644 --- a/lib/nuon/model/service_app_input_request.ex +++ b/lib/nuon/model/service_app_input_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceAppInputRequest do diff --git a/lib/nuon/model/service_aws_ecr_image_config_request.ex b/lib/nuon/model/service_aws_ecr_image_config_request.ex index 71a0a5b..e5172fc 100644 --- a/lib/nuon/model/service_aws_ecr_image_config_request.ex +++ b/lib/nuon/model/service_aws_ecr_image_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceAwsEcrImageConfigRequest do diff --git a/lib/nuon/model/service_cli_config.ex b/lib/nuon/model/service_cli_config.ex index 77a6977..5185000 100644 --- a/lib/nuon/model/service_cli_config.ex +++ b/lib/nuon/model/service_cli_config.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCliConfig do diff --git a/lib/nuon/model/service_connected_github_vcs_config_request.ex b/lib/nuon/model/service_connected_github_vcs_config_request.ex index a7e92af..4df659e 100644 --- a/lib/nuon/model/service_connected_github_vcs_config_request.ex +++ b/lib/nuon/model/service_connected_github_vcs_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceConnectedGithubVcsConfigRequest do diff --git a/lib/nuon/model/service_connected_github_vcs_sandbox_config_request.ex b/lib/nuon/model/service_connected_github_vcs_sandbox_config_request.ex index b83ce51..da1261f 100644 --- a/lib/nuon/model/service_connected_github_vcs_sandbox_config_request.ex +++ b/lib/nuon/model/service_connected_github_vcs_sandbox_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceConnectedGithubVcsSandboxConfigRequest do diff --git a/lib/nuon/model/service_create_app_input_config_request.ex b/lib/nuon/model/service_create_app_input_config_request.ex index 4f2e848..b15db75 100644 --- a/lib/nuon/model/service_create_app_input_config_request.ex +++ b/lib/nuon/model/service_create_app_input_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateAppInputConfigRequest do diff --git a/lib/nuon/model/service_create_app_request.ex b/lib/nuon/model/service_create_app_request.ex index 83b90c9..921eb43 100644 --- a/lib/nuon/model/service_create_app_request.ex +++ b/lib/nuon/model/service_create_app_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateAppRequest do diff --git a/lib/nuon/model/service_create_app_runner_config_request.ex b/lib/nuon/model/service_create_app_runner_config_request.ex index d1e7b1b..960f567 100644 --- a/lib/nuon/model/service_create_app_runner_config_request.ex +++ b/lib/nuon/model/service_create_app_runner_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateAppRunnerConfigRequest do diff --git a/lib/nuon/model/service_create_app_sandbox_config_request.ex b/lib/nuon/model/service_create_app_sandbox_config_request.ex index f036aa9..86b2289 100644 --- a/lib/nuon/model/service_create_app_sandbox_config_request.ex +++ b/lib/nuon/model/service_create_app_sandbox_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateAppSandboxConfigRequest do diff --git a/lib/nuon/model/service_create_app_secret_request.ex b/lib/nuon/model/service_create_app_secret_request.ex index 3a6e19f..68b5808 100644 --- a/lib/nuon/model/service_create_app_secret_request.ex +++ b/lib/nuon/model/service_create_app_secret_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateAppSecretRequest do diff --git a/lib/nuon/model/service_create_component_build_request.ex b/lib/nuon/model/service_create_component_build_request.ex index 0cdecae..a18db2e 100644 --- a/lib/nuon/model/service_create_component_build_request.ex +++ b/lib/nuon/model/service_create_component_build_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateComponentBuildRequest do diff --git a/lib/nuon/model/service_create_component_release_request.ex b/lib/nuon/model/service_create_component_release_request.ex index 2bbf651..ae83420 100644 --- a/lib/nuon/model/service_create_component_release_request.ex +++ b/lib/nuon/model/service_create_component_release_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateComponentReleaseRequest do diff --git a/lib/nuon/model/service_create_component_release_request_strategy.ex b/lib/nuon/model/service_create_component_release_request_strategy.ex index 0ef46da..64a063e 100644 --- a/lib/nuon/model/service_create_component_release_request_strategy.ex +++ b/lib/nuon/model/service_create_component_release_request_strategy.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateComponentReleaseRequestStrategy do diff --git a/lib/nuon/model/service_create_component_request.ex b/lib/nuon/model/service_create_component_request.ex index aebc96b..98c8f9d 100644 --- a/lib/nuon/model/service_create_component_request.ex +++ b/lib/nuon/model/service_create_component_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateComponentRequest do diff --git a/lib/nuon/model/service_create_connection_callback_request.ex b/lib/nuon/model/service_create_connection_callback_request.ex index 0a6494d..b83b58e 100644 --- a/lib/nuon/model/service_create_connection_callback_request.ex +++ b/lib/nuon/model/service_create_connection_callback_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateConnectionCallbackRequest do diff --git a/lib/nuon/model/service_create_connection_request.ex b/lib/nuon/model/service_create_connection_request.ex index 1b3b8ce..74240d7 100644 --- a/lib/nuon/model/service_create_connection_request.ex +++ b/lib/nuon/model/service_create_connection_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateConnectionRequest do diff --git a/lib/nuon/model/service_create_docker_build_component_config_request.ex b/lib/nuon/model/service_create_docker_build_component_config_request.ex index 94cf5dc..eafad8f 100644 --- a/lib/nuon/model/service_create_docker_build_component_config_request.ex +++ b/lib/nuon/model/service_create_docker_build_component_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateDockerBuildComponentConfigRequest do diff --git a/lib/nuon/model/service_create_external_image_component_config_request.ex b/lib/nuon/model/service_create_external_image_component_config_request.ex index 88f5168..8a97978 100644 --- a/lib/nuon/model/service_create_external_image_component_config_request.ex +++ b/lib/nuon/model/service_create_external_image_component_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateExternalImageComponentConfigRequest do diff --git a/lib/nuon/model/service_create_helm_component_config_request.ex b/lib/nuon/model/service_create_helm_component_config_request.ex index d9fa0b3..c1fd2ea 100644 --- a/lib/nuon/model/service_create_helm_component_config_request.ex +++ b/lib/nuon/model/service_create_helm_component_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateHelmComponentConfigRequest do diff --git a/lib/nuon/model/service_create_install_deploy_request.ex b/lib/nuon/model/service_create_install_deploy_request.ex index ce525e3..dc53268 100644 --- a/lib/nuon/model/service_create_install_deploy_request.ex +++ b/lib/nuon/model/service_create_install_deploy_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateInstallDeployRequest do diff --git a/lib/nuon/model/service_create_install_inputs_request.ex b/lib/nuon/model/service_create_install_inputs_request.ex index 06ac217..bbce644 100644 --- a/lib/nuon/model/service_create_install_inputs_request.ex +++ b/lib/nuon/model/service_create_install_inputs_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateInstallInputsRequest do diff --git a/lib/nuon/model/service_create_install_request.ex b/lib/nuon/model/service_create_install_request.ex index 3dc2e71..4230d9a 100644 --- a/lib/nuon/model/service_create_install_request.ex +++ b/lib/nuon/model/service_create_install_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateInstallRequest do diff --git a/lib/nuon/model/service_create_install_request_aws_account.ex b/lib/nuon/model/service_create_install_request_aws_account.ex index 139f5e2..a5f5312 100644 --- a/lib/nuon/model/service_create_install_request_aws_account.ex +++ b/lib/nuon/model/service_create_install_request_aws_account.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateInstallRequestAwsAccount do diff --git a/lib/nuon/model/service_create_install_request_azure_account.ex b/lib/nuon/model/service_create_install_request_azure_account.ex index 41994b7..c595a4d 100644 --- a/lib/nuon/model/service_create_install_request_azure_account.ex +++ b/lib/nuon/model/service_create_install_request_azure_account.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateInstallRequestAzureAccount do diff --git a/lib/nuon/model/service_create_installer_request.ex b/lib/nuon/model/service_create_installer_request.ex index 20699d0..7dd0c27 100644 --- a/lib/nuon/model/service_create_installer_request.ex +++ b/lib/nuon/model/service_create_installer_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateInstallerRequest do diff --git a/lib/nuon/model/service_create_installer_request_metadata.ex b/lib/nuon/model/service_create_installer_request_metadata.ex index 1eb38b2..38bdbd0 100644 --- a/lib/nuon/model/service_create_installer_request_metadata.ex +++ b/lib/nuon/model/service_create_installer_request_metadata.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateInstallerRequestMetadata do diff --git a/lib/nuon/model/service_create_job_component_config_request.ex b/lib/nuon/model/service_create_job_component_config_request.ex index 13b15ce..d6a852a 100644 --- a/lib/nuon/model/service_create_job_component_config_request.ex +++ b/lib/nuon/model/service_create_job_component_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateJobComponentConfigRequest do diff --git a/lib/nuon/model/service_create_org_invite_request.ex b/lib/nuon/model/service_create_org_invite_request.ex index a5d0133..b4c803a 100644 --- a/lib/nuon/model/service_create_org_invite_request.ex +++ b/lib/nuon/model/service_create_org_invite_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateOrgInviteRequest do diff --git a/lib/nuon/model/service_create_org_request.ex b/lib/nuon/model/service_create_org_request.ex index 62ee60d..74b89a7 100644 --- a/lib/nuon/model/service_create_org_request.ex +++ b/lib/nuon/model/service_create_org_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateOrgRequest do diff --git a/lib/nuon/model/service_create_org_user_request.ex b/lib/nuon/model/service_create_org_user_request.ex index 66f08e1..0b2defb 100644 --- a/lib/nuon/model/service_create_org_user_request.ex +++ b/lib/nuon/model/service_create_org_user_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateOrgUserRequest do diff --git a/lib/nuon/model/service_create_terraform_module_component_config_request.ex b/lib/nuon/model/service_create_terraform_module_component_config_request.ex index e6eff9f..98ea225 100644 --- a/lib/nuon/model/service_create_terraform_module_component_config_request.ex +++ b/lib/nuon/model/service_create_terraform_module_component_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceCreateTerraformModuleComponentConfigRequest do diff --git a/lib/nuon/model/service_public_git_vcs_config_request.ex b/lib/nuon/model/service_public_git_vcs_config_request.ex index 94c1021..8660d5d 100644 --- a/lib/nuon/model/service_public_git_vcs_config_request.ex +++ b/lib/nuon/model/service_public_git_vcs_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServicePublicGitVcsConfigRequest do diff --git a/lib/nuon/model/service_public_git_vcs_sandbox_config_request.ex b/lib/nuon/model/service_public_git_vcs_sandbox_config_request.ex index 1af61a5..856a81e 100644 --- a/lib/nuon/model/service_public_git_vcs_sandbox_config_request.ex +++ b/lib/nuon/model/service_public_git_vcs_sandbox_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServicePublicGitVcsSandboxConfigRequest do diff --git a/lib/nuon/model/service_publish_metric_input.ex b/lib/nuon/model/service_publish_metric_input.ex index cd99d57..827cff3 100644 --- a/lib/nuon/model/service_publish_metric_input.ex +++ b/lib/nuon/model/service_publish_metric_input.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServicePublishMetricInput do diff --git a/lib/nuon/model/service_rendered_installer.ex b/lib/nuon/model/service_rendered_installer.ex index 63972a6..364f856 100644 --- a/lib/nuon/model/service_rendered_installer.ex +++ b/lib/nuon/model/service_rendered_installer.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceRenderedInstaller do diff --git a/lib/nuon/model/service_repository.ex b/lib/nuon/model/service_repository.ex index a72f157..9838bb5 100644 --- a/lib/nuon/model/service_repository.ex +++ b/lib/nuon/model/service_repository.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceRepository do diff --git a/lib/nuon/model/service_update_app_config_request.ex b/lib/nuon/model/service_update_app_config_request.ex index b293b88..2dd4a0f 100644 --- a/lib/nuon/model/service_update_app_config_request.ex +++ b/lib/nuon/model/service_update_app_config_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceUpdateAppConfigRequest do diff --git a/lib/nuon/model/service_update_app_request.ex b/lib/nuon/model/service_update_app_request.ex index 86c39d9..abc47ca 100644 --- a/lib/nuon/model/service_update_app_request.ex +++ b/lib/nuon/model/service_update_app_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceUpdateAppRequest do diff --git a/lib/nuon/model/service_update_component_request.ex b/lib/nuon/model/service_update_component_request.ex index 9926c3f..f91137b 100644 --- a/lib/nuon/model/service_update_component_request.ex +++ b/lib/nuon/model/service_update_component_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceUpdateComponentRequest do diff --git a/lib/nuon/model/service_update_install_request.ex b/lib/nuon/model/service_update_install_request.ex index e92763f..18fdd0b 100644 --- a/lib/nuon/model/service_update_install_request.ex +++ b/lib/nuon/model/service_update_install_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceUpdateInstallRequest do diff --git a/lib/nuon/model/service_update_installer_request.ex b/lib/nuon/model/service_update_installer_request.ex index cd1c83c..fd8cf14 100644 --- a/lib/nuon/model/service_update_installer_request.ex +++ b/lib/nuon/model/service_update_installer_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceUpdateInstallerRequest do diff --git a/lib/nuon/model/service_update_org_request.ex b/lib/nuon/model/service_update_org_request.ex index eb211ee..3690cde 100644 --- a/lib/nuon/model/service_update_org_request.ex +++ b/lib/nuon/model/service_update_org_request.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.ServiceUpdateOrgRequest do diff --git a/lib/nuon/model/statsd_event.ex b/lib/nuon/model/statsd_event.ex index 70811f1..952a2cc 100644 --- a/lib/nuon/model/statsd_event.ex +++ b/lib/nuon/model/statsd_event.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.StatsdEvent do diff --git a/lib/nuon/model/statsd_event_alert_type.ex b/lib/nuon/model/statsd_event_alert_type.ex index 0488584..cad9ff1 100644 --- a/lib/nuon/model/statsd_event_alert_type.ex +++ b/lib/nuon/model/statsd_event_alert_type.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.StatsdEventAlertType do diff --git a/lib/nuon/model/statsd_event_priority.ex b/lib/nuon/model/statsd_event_priority.ex index 016473f..39aee18 100644 --- a/lib/nuon/model/statsd_event_priority.ex +++ b/lib/nuon/model/statsd_event_priority.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.StatsdEventPriority do diff --git a/lib/nuon/model/stderr_err_response.ex b/lib/nuon/model/stderr_err_response.ex index 905183e..42f4054 100644 --- a/lib/nuon/model/stderr_err_response.ex +++ b/lib/nuon/model/stderr_err_response.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.Model.StderrErrResponse do diff --git a/lib/nuon/request_builder.ex b/lib/nuon/request_builder.ex index 12e4c72..8cdf868 100644 --- a/lib/nuon/request_builder.ex +++ b/lib/nuon/request_builder.ex @@ -1,4 +1,4 @@ -# NOTE: This file is auto generated by OpenAPI Generator 7.8.0-SNAPSHOT (https://openapi-generator.tech). +# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Nuon.RequestBuilder do diff --git a/mix.exs b/mix.exs index 13dee01..a07643e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Nuon.Mixfile do def project do [ app: :nuon, - version: "0.19.204", + version: "0.19.205", elixir: "~> 1.10", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod, diff --git a/version.txt b/version.txt index 96e5dc8..fb6fee8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.19.204 +0.19.205