diff --git a/clients/fact_check_tools/README.md b/clients/fact_check_tools/README.md index 8a02638ebf..d130efa068 100644 --- a/clients/fact_check_tools/README.md +++ b/clients/fact_check_tools/README.md @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding ```elixir def deps do - [{:google_api_fact_check_tools, "~> 0.7"}] + [{:google_api_fact_check_tools, "~> 0.8"}] end ``` diff --git a/clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/connection.ex b/clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/connection.ex index ac0efb40ea..0c1c6b44da 100644 --- a/clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/connection.ex +++ b/clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/connection.ex @@ -24,6 +24,9 @@ defmodule GoogleApi.FactCheckTools.V1alpha1.Connection do use GoogleApi.Gax.Connection, scopes: [ + # Read, create, update, and delete your ClaimReview data. + "https://www.googleapis.com/auth/factchecktools", + # See your primary Google Account email address "https://www.googleapis.com/auth/userinfo.email" ], diff --git a/clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/metadata.ex b/clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/metadata.ex index b2cf2e7ddf..e6e4291820 100644 --- a/clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/metadata.ex +++ b/clients/fact_check_tools/lib/google_api/fact_check_tools/v1alpha1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.FactCheckTools.V1alpha1 do API client metadata for GoogleApi.FactCheckTools.V1alpha1. """ - @discovery_revision "20240326" + @discovery_revision "20240626" def discovery_revision(), do: @discovery_revision end diff --git a/clients/fact_check_tools/mix.exs b/clients/fact_check_tools/mix.exs index b2a1100385..7f73744d21 100644 --- a/clients/fact_check_tools/mix.exs +++ b/clients/fact_check_tools/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.FactCheckTools.Mixfile do use Mix.Project - @version "0.7.0" + @version "0.8.0" def project() do [