Skip to content

Commit b962e8d

Browse files
feat: Automated regeneration of FactCheckTools client (googleapis#12248)
Auto-created at 2024-10-01 13:15:34 +0000 using the toys pull request generator.
1 parent a36b404 commit b962e8d

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

clients/fact_check_tools/README.md

Lines changed: 1 addition & 1 deletion
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_fact_check_tools, "~> 0.9"}]
14+
[{:google_api_fact_check_tools, "~> 0.10"}]
1515
end
1616
```
1717

clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/connection.ex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ defmodule GoogleApi.FactCheckTools.V1alpha1.Connection do
2525
use GoogleApi.Gax.Connection,
2626
scopes: [
2727
# Read, create, update, and delete your ClaimReview data.
28-
"https://www.googleapis.com/auth/factchecktools",
29-
30-
# See your primary Google Account email address
31-
"https://www.googleapis.com/auth/userinfo.email"
28+
"https://www.googleapis.com/auth/factchecktools"
3229
],
3330
otp_app: :google_api_fact_check_tools,
3431
base_url: "https://factchecktools.googleapis.com/"

clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.FactCheckTools.V1alpha1 do
2020
API client metadata for GoogleApi.FactCheckTools.V1alpha1.
2121
"""
2222

23-
@discovery_revision "20240626"
23+
@discovery_revision "20240929"
2424

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

clients/fact_check_tools/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.FactCheckTools.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.9.0"
21+
@version "0.10.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)