Skip to content

Commit 078b497

Browse files
authoredMay 7, 2024··
feat: Automated regeneration of ContentWarehouse client (#11378)
1 parent e6a95f9 commit 078b497

File tree

2,423 files changed

+7
-164707
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,423 files changed

+7
-164707
lines changed
 

Diff for: ‎clients/content_warehouse/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_content_warehouse, "~> 0.4"}]
14+
[{:google_api_content_warehouse, "~> 0.5"}]
1515
end
1616
```
1717

Diff for: ‎clients/content_warehouse/lib/google_api/content_warehouse/v1/metadata.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.ContentWarehouse.V1 do
2020
API client metadata for GoogleApi.ContentWarehouse.V1.
2121
"""
2222

23-
@discovery_revision "20240321"
23+
@discovery_revision "20240506"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

0 commit comments

Comments
 (0)
Please sign in to comment.