From 2d3250f78f550235e25fbec1c642eae6d42ec723 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sat, 12 Oct 2024 13:11:45 +0000 Subject: [PATCH] feat: Automated regeneration of VerifiedAccess client --- .../lib/google_api/verified_access/v2/metadata.ex | 2 +- .../lib/google_api/verified_access/v2/model/device_signals.ex | 2 +- clients/verified_access/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/verified_access/lib/google_api/verified_access/v2/metadata.ex b/clients/verified_access/lib/google_api/verified_access/v2/metadata.ex index f52bc01c21..74096b5e0f 100644 --- a/clients/verified_access/lib/google_api/verified_access/v2/metadata.ex +++ b/clients/verified_access/lib/google_api/verified_access/v2/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.VerifiedAccess.V2 do API client metadata for GoogleApi.VerifiedAccess.V2. """ - @discovery_revision "20240402" + @discovery_revision "20241001" def discovery_revision(), do: @discovery_revision end diff --git a/clients/verified_access/lib/google_api/verified_access/v2/model/device_signals.ex b/clients/verified_access/lib/google_api/verified_access/v2/model/device_signals.ex index 22231581a8..07ac0cdaa3 100644 --- a/clients/verified_access/lib/google_api/verified_access/v2/model/device_signals.ex +++ b/clients/verified_access/lib/google_api/verified_access/v2/model/device_signals.ex @@ -37,7 +37,7 @@ defmodule GoogleApi.VerifiedAccess.V2.Model.DeviceSignals do * `macAddresses` (*type:* `list(String.t)`, *default:* `nil`) - MAC addresses of the device. * `meid` (*type:* `list(String.t)`, *default:* `nil`) - Mobile Equipment Identifier (MEID) of the device. Available on ChromeOS only. * `operatingSystem` (*type:* `String.t`, *default:* `nil`) - The type of the Operating System currently running on the device. - * `osFirewall` (*type:* `String.t`, *default:* `nil`) - The state of the OS level firewall. On ChromeOS, the value will always be ENABLED on regular devices and UNKNOWN on devices in developer mode. + * `osFirewall` (*type:* `String.t`, *default:* `nil`) - The state of the OS level firewall. On ChromeOS, the value will always be ENABLED on regular devices and UNKNOWN on devices in developer mode. The signal is currently not available on MacOS 15 (Sequoia) and later. * `osVersion` (*type:* `String.t`, *default:* `nil`) - The current version of the Operating System. On Windows and linux, the value will also include the security patch information. * `passwordProtectionWarningTrigger` (*type:* `String.t`, *default:* `nil`) - Whether the Password Protection Warning feature is enabled or not. Password protection alerts users when they reuse their protected password on potentially suspicious sites. This setting is controlled by an enterprise policy: https://chromeenterprise.google/policies/#PasswordProtectionWarningTrigger. Note that the policy unset does not have the same effects as having the policy explicitly set to `PASSWORD_PROTECTION_OFF`. * `profileAffiliationIds` (*type:* `list(String.t)`, *default:* `nil`) - Affiliation IDs of the organizations that are affiliated with the organization that is currently managing the Chrome Profile’s user or ChromeOS user. diff --git a/clients/verified_access/mix.exs b/clients/verified_access/mix.exs index ed160939c3..8b6b6cd475 100644 --- a/clients/verified_access/mix.exs +++ b/clients/verified_access/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.VerifiedAccess.Mixfile do use Mix.Project - @version "0.10.0" + @version "0.10.1" def project() do [