Skip to content

Commit e3a80c1

Browse files
feat: Automated regeneration of Places client (googleapis#12195)
Auto-created at 2024-09-24 13:13:24 +0000 using the toys pull request generator.
1 parent d1ed32c commit e3a80c1

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

clients/places/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_places, "~> 0.6"}]
14+
[{:google_api_places, "~> 0.7"}]
1515
end
1616
```
1717

clients/places/lib/google_api/places/v1/connection.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ defmodule GoogleApi.Places.V1.Connection do
3636
# Private Service: https://www.googleapis.com/auth/maps-platform.places.details
3737
"https://www.googleapis.com/auth/maps-platform.places.details",
3838

39+
# Private Service: https://www.googleapis.com/auth/maps-platform.places.getphotomedia
40+
"https://www.googleapis.com/auth/maps-platform.places.getphotomedia",
41+
3942
# Private Service: https://www.googleapis.com/auth/maps-platform.places.nearbysearch
4043
"https://www.googleapis.com/auth/maps-platform.places.nearbysearch",
4144

clients/places/lib/google_api/places/v1/metadata.ex

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

23-
@discovery_revision "20240918"
23+
@discovery_revision "20240920"
2424

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

clients/places/mix.exs

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

21-
@version "0.6.0"
21+
@version "0.7.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)