Skip to content

Commit

Permalink
feat: Automated regeneration of AlertCenter client (#11271)
Browse files Browse the repository at this point in the history
Auto-created at 2024-04-09 13:12:31 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Apr 9, 2024
1 parent 578519c commit 0e8ea9f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/alert_center/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_alert_center, "~> 0.23"}]
[{:google_api_alert_center, "~> 0.24"}]
end
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.AlertCenter.V1beta1 do
API client metadata for GoogleApi.AlertCenter.V1beta1.
"""

@discovery_revision "20240325"
@discovery_revision "20240408"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Model.DeviceManagementRule do
* `deviceModel` (*type:* `String.t`, *default:* `nil`) - The model of the device.
* `deviceType` (*type:* `String.t`, *default:* `nil`) - The type of the device.
* `email` (*type:* `String.t`, *default:* `nil`) - The email of the user this alert was created for.
* `id` (*type:* `String.t`, *default:* `nil`) - ID of the rule that triggered the alert
* `iosVendorId` (*type:* `String.t`, *default:* `nil`) - Required for iOS, empty for others.
* `ownerId` (*type:* `String.t`, *default:* `nil`) - Obfuscated ID of the owner of the device
* `resourceId` (*type:* `String.t`, *default:* `nil`) - The device resource ID.
Expand All @@ -39,6 +40,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Model.DeviceManagementRule do
:deviceModel => String.t() | nil,
:deviceType => String.t() | nil,
:email => String.t() | nil,
:id => String.t() | nil,
:iosVendorId => String.t() | nil,
:ownerId => String.t() | nil,
:resourceId => String.t() | nil,
Expand All @@ -50,6 +52,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Model.DeviceManagementRule do
field(:deviceModel)
field(:deviceType)
field(:email)
field(:id)
field(:iosVendorId)
field(:ownerId)
field(:resourceId)
Expand Down
2 changes: 1 addition & 1 deletion clients/alert_center/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.AlertCenter.Mixfile do
use Mix.Project

@version "0.23.0"
@version "0.24.0"

def project() do
[
Expand Down

0 comments on commit 0e8ea9f

Please sign in to comment.