Skip to content

Commit

Permalink
feat: Automated regeneration of FactCheckTools client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 27, 2024
1 parent ec72cbe commit 40874c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/fact_check_tools/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_fact_check_tools, "~> 0.7"}]
[{:google_api_fact_check_tools, "~> 0.8"}]
end
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion clients/fact_check_tools/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.FactCheckTools.Mixfile do
use Mix.Project

@version "0.7.0"
@version "0.8.0"

def project() do
[
Expand Down

0 comments on commit 40874c4

Please sign in to comment.