Skip to content

Commit

Permalink
feat: Automated regeneration of Books client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent 9e554ee commit 2dd557d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clients/books/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_books, "~> 0.20"}]
[{:google_api_books, "~> 0.21"}]
end
```

Expand Down
4 changes: 3 additions & 1 deletion clients/books/lib/google_api/books/v1/api/mylibrary.ex
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ defmodule GoogleApi.Books.V1.Api.Mylibrary do
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:source` (*type:* `String.t`) - Optional. String to identify the originator of this request.
* `opts` (*type:* `keyword()`) - Call options
## Returns
Expand Down Expand Up @@ -292,7 +293,8 @@ defmodule GoogleApi.Books.V1.Api.Mylibrary do
:prettyPrint => :query,
:quotaUser => :query,
:uploadType => :query,
:upload_protocol => :query
:upload_protocol => :query,
:source => :query
}

request =
Expand Down
2 changes: 1 addition & 1 deletion clients/books/lib/google_api/books/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Books.V1 do
API client metadata for GoogleApi.Books.V1.
"""

@discovery_revision "20220318"
@discovery_revision "20240305"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/books/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Books.Mixfile do
use Mix.Project

@version "0.20.1"
@version "0.21.0"

def project() do
[
Expand Down

0 comments on commit 2dd557d

Please sign in to comment.