Skip to content

Commit

Permalink
ci: generate from api 0.19.197 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuonbot authored Jul 23, 2024
1 parent c87cd13 commit 2aacc96
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:nuon, "~> 0.19.196"}]
[{:nuon, "~> 0.19.197"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/nuon/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ defmodule Nuon.Connection do
Keyword.get(
tesla_options,
:user_agent,
"openapi-generator - Nuon 0.19.196 - elixir"
"openapi-generator - Nuon 0.19.197 - elixir"
)
)

Expand Down
4 changes: 0 additions & 4 deletions lib/nuon/model/app_app_aws_delegation_config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,24 @@ defmodule Nuon.Model.AppAppAwsDelegationConfig do

@derive Jason.Encoder
defstruct [
:access_key_id,
:app_sandbox_config_id,
:created_at,
:created_by,
:created_by_id,
:iam_role_arn,
:id,
:org_id,
:secret_access_key,
:updated_at
]

@type t :: %__MODULE__{
:access_key_id => String.t | nil,
:app_sandbox_config_id => String.t | nil,
:created_at => String.t | nil,
:created_by => Nuon.Model.AppAccount.t | nil,
:created_by_id => String.t | nil,
:iam_role_arn => String.t | nil,
:id => String.t | nil,
:org_id => String.t | nil,
:secret_access_key => String.t | nil,
:updated_at => String.t | nil
}

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Nuon.Mixfile do
def project do
[
app: :nuon,
version: "0.19.196",
version: "0.19.197",
elixir: "~> 1.10",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.196
0.19.197

0 comments on commit 2aacc96

Please sign in to comment.