Skip to content

Commit

Permalink
feat: Automated regeneration of Places client (#12348)
Browse files Browse the repository at this point in the history
Auto-created at 2024-10-17 13:18:59 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 17, 2024
1 parent 534357b commit 06d8e40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/places/lib/google_api/places/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Places.V1 do
API client metadata for GoogleApi.Places.V1.
"""

@discovery_revision "20241013"
@discovery_revision "20241015"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ defmodule GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Place do
* `nationalPhoneNumber` (*type:* `String.t`, *default:* `nil`) - A human-readable phone number for the place, in national format.
* `plusCode` (*type:* `GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlacePlusCode.t`, *default:* `nil`) - Plus code of the place location lat/long.
* `servesBrunch` (*type:* `boolean()`, *default:* `nil`) - Specifies if the place serves brunch.
* `viewport` (*type:* `GoogleApi.Places.V1.Model.GoogleGeoTypeViewport.t`, *default:* `nil`) - A viewport suitable for displaying the place on an average-sized map.
* `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.
* `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.
* `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.
* `businessStatus` (*type:* `String.t`, *default:* `nil`) - The business status for the place.
Expand Down
2 changes: 1 addition & 1 deletion clients/places/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Places.Mixfile do
use Mix.Project

@version "0.8.0"
@version "0.8.1"

def project() do
[
Expand Down

0 comments on commit 06d8e40

Please sign in to comment.