Skip to content

Commit 2eedaaf

Browse files
feat: Automated regeneration of Places client (googleapis#12569)
Auto-created at 2024-11-19 13:16:50 +0000 using the toys pull request generator.
1 parent e513ad9 commit 2eedaaf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 "20241106"
23+
@discovery_revision "20241117"
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
@@ -40,7 +40,7 @@ defmodule GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Place do
4040
* `takeout` (*type:* `boolean()`, *default:* `nil`) - Specifies if the business supports takeout.
4141
* `paymentOptions` (*type:* `GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlacePaymentOptions.t`, *default:* `nil`) - Payment options the place accepts. If a payment option data is not available, the payment option field will be unset.
4242
* `pureServiceAreaBusiness` (*type:* `boolean()`, *default:* `nil`) - Indicates whether the place is a pure service area business. Pure service area business is a business that visits or delivers to customers directly but does not serve customers at their business address. For example, businesses like cleaning services or plumbers. Those businesses may not have a physical address or location on Google Maps.
43-
* `regularOpeningHours` (*type:* `GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceOpeningHours.t`, *default:* `nil`) - The regular hours of operation.
43+
* `regularOpeningHours` (*type:* `GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceOpeningHours.t`, *default:* `nil`) - The regular hours of operation. Note that if a place is always open (24 hours), the `close` field will not be set. Clients can rely on always open (24 hours) being represented as an `open` period containing day with value `0`, hour with value `0`, and minute with value `0`.
4444
* `shortFormattedAddress` (*type:* `String.t`, *default:* `nil`) - A short, human-readable address for this place.
4545
* `internationalPhoneNumber` (*type:* `String.t`, *default:* `nil`) - A human-readable phone number for the place, in international format.
4646
* `servesBeer` (*type:* `boolean()`, *default:* `nil`) - Specifies if the place serves beer.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ defmodule GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoi
2323
2424
* `date` (*type:* `GoogleApi.Places.V1.Model.GoogleTypeDate.t`, *default:* `nil`) - Date in the local timezone for the place.
2525
* `day` (*type:* `integer()`, *default:* `nil`) - A day of the week, as an integer in the range 0-6. 0 is Sunday, 1 is Monday, etc.
26-
* `hour` (*type:* `integer()`, *default:* `nil`) - The hour in 2 digits. Ranges from 00 to 23.
27-
* `minute` (*type:* `integer()`, *default:* `nil`) - The minute in 2 digits. Ranges from 00 to 59.
26+
* `hour` (*type:* `integer()`, *default:* `nil`) - The hour in 24 hour format. Ranges from 0 to 23.
27+
* `minute` (*type:* `integer()`, *default:* `nil`) - The minute. Ranges from 0 to 59.
2828
* `truncated` (*type:* `boolean()`, *default:* `nil`) - Whether or not this endpoint was truncated. Truncation occurs when the real hours are outside the times we are willing to return hours between, so we truncate the hours back to these boundaries. This ensures that at most 24 * 7 hours from midnight of the day of the request are returned.
2929
"""
3030

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.10.0"
21+
@version "0.10.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)