Skip to content

Commit

Permalink
feat: Automated regeneration of Places client (#12449)
Browse files Browse the repository at this point in the history
Auto-created at 2024-10-31 13:11:53 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 31, 2024
1 parent db006af commit 119fad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 "20241028"
@discovery_revision "20241029"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ defmodule GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Place do
* `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.
* `businessStatus` (*type:* `String.t`, *default:* `nil`) -
* `menuForChildren` (*type:* `boolean()`, *default:* `nil`) - Place has a children's menu.
* `regularSecondaryOpeningHours` (*type:* `list(GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceOpeningHours.t)`, *default:* `nil`) - Contains an array of entries for information about regular secondary hours of a business. Secondary hours are different from a business's main hours. For example, a restaurant can specify drive through hours or delivery hours as its secondary hours. This field populates the type subfield, which draws from a predefined list of opening hours types (such as DRIVE_THROUGH, PICKUP, or TAKEOUT) based on the types of the place.
* `curbsidePickup` (*type:* `boolean()`, *default:* `nil`) - Specifies if the business supports curbside pickup.
Expand Down

0 comments on commit 119fad3

Please sign in to comment.