Skip to content

Commit 4433ec6

Browse files
fix(verifiedaccess): update the API
#### verifiedaccess:v2 The following keys were changed: - schemas.DeviceSignals.properties.osFirewall.description
1 parent 36fc3e3 commit 4433ec6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/verifiedaccess-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147
}
148148
},
149-
"revision": "20240423",
149+
"revision": "20241001",
150150
"rootUrl": "https://verifiedaccess.googleapis.com/",
151151
"schemas": {
152152
"Challenge": {
@@ -285,7 +285,7 @@
285285
"type": "string"
286286
},
287287
"osFirewall": {
288-
"description": "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.",
288+
"description": "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.",
289289
"enum": [
290290
"OS_FIREWALL_UNSPECIFIED",
291291
"OS_FIREWALL_UNKNOWN",

src/apis/verifiedaccess/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export namespace verifiedaccess_v2 {
215215
*/
216216
operatingSystem?: string | null;
217217
/**
218-
* 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.
218+
* 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.
219219
*/
220220
osFirewall?: string | null;
221221
/**

0 commit comments

Comments
 (0)