Skip to content

Commit

Permalink
fix(verifiedaccess): update the API
Browse files Browse the repository at this point in the history
#### verifiedaccess:v2

The following keys were changed:
- schemas.DeviceSignals.properties.osFirewall.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jan 29, 2025
1 parent 4068fd4 commit d068dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/verifiedaccess-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
}
},
"revision": "20240423",
"revision": "20241112",
"rootUrl": "https://verifiedaccess.googleapis.com/",
"schemas": {
"Challenge": {
Expand Down Expand Up @@ -285,7 +285,7 @@
"type": "string"
},
"osFirewall": {
"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.",
"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. Support for MacOS 15 (Sequoia) and later has been introduced in Chrome M131.",
"enum": [
"OS_FIREWALL_UNSPECIFIED",
"OS_FIREWALL_UNKNOWN",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/verifiedaccess/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export namespace verifiedaccess_v2 {
*/
operatingSystem?: string | null;
/**
* 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 state of the OS level firewall. On ChromeOS, the value will always be ENABLED on regular devices and UNKNOWN on devices in developer mode. Support for MacOS 15 (Sequoia) and later has been introduced in Chrome M131.
*/
osFirewall?: string | null;
/**
Expand Down

0 comments on commit d068dcc

Please sign in to comment.