File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111
1212``` elixir
1313def deps do
14- [{:google_api_places , " ~> 0.6 " }]
14+ [{:google_api_places , " ~> 0.7 " }]
1515end
1616```
1717
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2626end
Original file line number Diff line number Diff line change 1818defmodule 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 [
You can’t perform that action at this time.
0 commit comments