diff --git a/clients/places/lib/google_api/places/v1/metadata.ex b/clients/places/lib/google_api/places/v1/metadata.ex index 231c27b5b4..c0424c30be 100644 --- a/clients/places/lib/google_api/places/v1/metadata.ex +++ b/clients/places/lib/google_api/places/v1/metadata.ex @@ -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 diff --git a/clients/places/lib/google_api/places/v1/model/google_maps_places_v1_place.ex b/clients/places/lib/google_api/places/v1/model/google_maps_places_v1_place.ex index 4838d14fdb..df5b3a3817 100644 --- a/clients/places/lib/google_api/places/v1/model/google_maps_places_v1_place.ex +++ b/clients/places/lib/google_api/places/v1/model/google_maps_places_v1_place.ex @@ -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.