@googleapis/verifiedaccess 3.3.0 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/build/v2.d.ts +1 -1
- package/package.json +1 -1
- package/v2.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.4.1](https://github.com/googleapis/google-api-nodejs-client/compare/verifiedaccess-v3.4.0...verifiedaccess-v3.4.1) (2025-02-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **verifiedaccess:** update the API ([d068dcc](https://github.com/googleapis/google-api-nodejs-client/commit/d068dcc2179b028d75da364a8f2de94153b28255))
|
|
9
|
+
|
|
10
|
+
## [3.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/verifiedaccess-v3.3.0...verifiedaccess-v3.4.0) (2024-05-02)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **verifiedaccess:** update the API ([33544fc](https://github.com/googleapis/google-api-nodejs-client/commit/33544fca5d8da32c49b7c9a803e6f818cd71abcb))
|
|
16
|
+
|
|
3
17
|
## [3.3.0](https://github.com/googleapis/google-api-nodejs-client/compare/verifiedaccess-v3.2.0...verifiedaccess-v3.3.0) (2024-05-02)
|
|
4
18
|
|
|
5
19
|
|
package/build/v2.d.ts
CHANGED
|
@@ -162,7 +162,7 @@ export declare namespace verifiedaccess_v2 {
|
|
|
162
162
|
*/
|
|
163
163
|
operatingSystem?: string | null;
|
|
164
164
|
/**
|
|
165
|
-
* 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.
|
|
165
|
+
* 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.
|
|
166
166
|
*/
|
|
167
167
|
osFirewall?: string | null;
|
|
168
168
|
/**
|
package/package.json
CHANGED
package/v2.ts
CHANGED
|
@@ -215,7 +215,7 @@ export namespace verifiedaccess_v2 {
|
|
|
215
215
|
*/
|
|
216
216
|
operatingSystem?: string | null;
|
|
217
217
|
/**
|
|
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. Support for MacOS 15 (Sequoia) and later has been introduced in Chrome M131.
|
|
219
219
|
*/
|
|
220
220
|
osFirewall?: string | null;
|
|
221
221
|
/**
|