Skip to content

Commit 6456213

Browse files
feat: Automated regeneration of MyBusinessLodging client (googleapis#10699)
Auto-created at 2022-11-10 13:24:33 +0000 using the toys pull request generator.
1 parent 592484c commit 6456213

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

clients/my_business_lodging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_my_business_lodging, "~> 0.2"}]
14+
[{:google_api_my_business_lodging, "~> 0.3"}]
1515
end
1616
```
1717

clients/my_business_lodging/lib/google_api/my_business_lodging/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.MyBusinessLodging.V1 do
2020
API client metadata for GoogleApi.MyBusinessLodging.V1.
2121
"""
2222

23-
@discovery_revision "20220914"
23+
@discovery_revision "20221109"
2424

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

clients/my_business_lodging/lib/google_api/my_business_lodging/v1/model/families.ex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ defmodule GoogleApi.MyBusinessLodging.V1.Model.Families do
2727
* `kidsActivitiesException` (*type:* `String.t`, *default:* `nil`) - Kids activities exception.
2828
* `kidsClub` (*type:* `boolean()`, *default:* `nil`) - Kids club. An organized program of group activities held at the hotel and designed for the enjoyment of children. Facilitated by hotel staff (or staff procured by the hotel) in an area(s) designated for the purpose of entertaining children without their parents. May include games, outings, water sports, team sports, arts and crafts, and films. Usually has set hours. Can be free or for a fee. Also known as Kids Camp or Kids program.
2929
* `kidsClubException` (*type:* `String.t`, *default:* `nil`) - Kids club exception.
30+
* `kidsFriendly` (*type:* `boolean()`, *default:* `nil`) - Kids friendly. The hotel has one or more special features for families with children, such as reduced rates, child-sized beds, kids' club, babysitting service, or suitable place to play on premises.
31+
* `kidsFriendlyException` (*type:* `String.t`, *default:* `nil`) - Kids friendly exception.
3032
"""
3133

3234
use GoogleApi.Gax.ModelBase
@@ -37,7 +39,9 @@ defmodule GoogleApi.MyBusinessLodging.V1.Model.Families do
3739
:kidsActivities => boolean() | nil,
3840
:kidsActivitiesException => String.t() | nil,
3941
:kidsClub => boolean() | nil,
40-
:kidsClubException => String.t() | nil
42+
:kidsClubException => String.t() | nil,
43+
:kidsFriendly => boolean() | nil,
44+
:kidsFriendlyException => String.t() | nil
4145
}
4246

4347
field(:babysitting)
@@ -46,6 +50,8 @@ defmodule GoogleApi.MyBusinessLodging.V1.Model.Families do
4650
field(:kidsActivitiesException)
4751
field(:kidsClub)
4852
field(:kidsClubException)
53+
field(:kidsFriendly)
54+
field(:kidsFriendlyException)
4955
end
5056

5157
defimpl Poison.Decoder, for: GoogleApi.MyBusinessLodging.V1.Model.Families do

clients/my_business_lodging/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.MyBusinessLodging.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.2.2"
21+
@version "0.3.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)