Skip to content

Commit be11159

Browse files
feat: Automated regeneration of Meet client (googleapis#12891)
Auto-created at 2025-01-30 13:11:10 +0000 using the toys pull request generator.
1 parent aef39f0 commit be11159

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

clients/meet/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_meet, "~> 0.3"}]
14+
[{:google_api_meet, "~> 0.4"}]
1515
end
1616
```
1717

clients/meet/lib/google_api/meet/v2/connection.ex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ defmodule GoogleApi.Meet.V2.Connection do
2828
"https://www.googleapis.com/auth/meetings.space.created",
2929

3030
# Read information about any of your Google Meet conferences
31-
"https://www.googleapis.com/auth/meetings.space.readonly"
31+
"https://www.googleapis.com/auth/meetings.space.readonly",
32+
33+
# Edit, and see settings for all of your Google Meet calls.
34+
"https://www.googleapis.com/auth/meetings.space.settings"
3235
],
3336
otp_app: :google_api_meet,
3437
base_url: "https://meet.googleapis.com/"

clients/meet/lib/google_api/meet/v2/metadata.ex

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

23-
@discovery_revision "20240808"
23+
@discovery_revision "20250127"
2424

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

clients/meet/mix.exs

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

21-
@version "0.3.1"
21+
@version "0.4.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)