Skip to content

Commit 06d8e40

Browse files
feat: Automated regeneration of Places client (googleapis#12348)
Auto-created at 2024-10-17 13:18:59 +0000 using the toys pull request generator.
1 parent 534357b commit 06d8e40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 "20241013"
23+
@discovery_revision "20241015"
2424

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

clients/places/lib/google_api/places/v1/model/google_maps_places_v1_place.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ defmodule GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Place do
5858
* `nationalPhoneNumber` (*type:* `String.t`, *default:* `nil`) - A human-readable phone number for the place, in national format.
5959
* `plusCode` (*type:* `GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlacePlusCode.t`, *default:* `nil`) - Plus code of the place location lat/long.
6060
* `servesBrunch` (*type:* `boolean()`, *default:* `nil`) - Specifies if the place serves brunch.
61-
* `viewport` (*type:* `GoogleApi.Places.V1.Model.GoogleGeoTypeViewport.t`, *default:* `nil`) - A viewport suitable for displaying the place on an average-sized map.
61+
* `viewport` (*type:* `GoogleApi.Places.V1.Model.GoogleGeoTypeViewport.t`, *default:* `nil`) - A viewport suitable for displaying the place on an average-sized map. This viewport should not be used as the physical boundary or the service area of the business.
6262
* `websiteUri` (*type:* `String.t`, *default:* `nil`) - The authoritative website for this place, e.g. a business' homepage. Note that for places that are part of a chain (e.g. an IKEA store), this will usually be the website for the individual store, not the overall chain.
6363
* `utcOffsetMinutes` (*type:* `integer()`, *default:* `nil`) - Number of minutes this place's timezone is currently offset from UTC. This is expressed in minutes to support timezones that are offset by fractions of an hour, e.g. X hours and 15 minutes.
6464
* `businessStatus` (*type:* `String.t`, *default:* `nil`) - The business status for the place.

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.8.0"
21+
@version "0.8.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)