@googleapis/verifiedaccess 3.7.0 → 3.9.0
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 +19 -0
- package/build/v2.d.ts +2 -2
- package/package.json +1 -1
- package/v2.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.9.0](https://github.com/googleapis/google-api-nodejs-client/compare/verifiedaccess-v3.8.0...verifiedaccess-v3.9.0) (2025-05-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **verifiedaccess:** update the API ([fbd86e4](https://github.com/googleapis/google-api-nodejs-client/commit/fbd86e49504ba79a4458dc3475ab27a694afb0e0))
|
|
9
|
+
|
|
10
|
+
## [3.8.0](https://github.com/googleapis/google-api-nodejs-client/compare/verifiedaccess-v3.7.0...verifiedaccess-v3.8.0) (2025-04-18)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **verifiedaccess:** update the API ([346824a](https://github.com/googleapis/google-api-nodejs-client/commit/346824aec3fe4a8c71f4b6c718605574f8db48f2))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **verifiedaccess:** update the API ([d068dcc](https://github.com/googleapis/google-api-nodejs-client/commit/d068dcc2179b028d75da364a8f2de94153b28255))
|
|
21
|
+
|
|
3
22
|
## [3.7.0](https://github.com/googleapis/google-api-nodejs-client/compare/verifiedaccess-v3.6.0...verifiedaccess-v3.7.0) (2025-03-19)
|
|
4
23
|
|
|
5
24
|
|
package/build/v2.d.ts
CHANGED
|
@@ -223,7 +223,7 @@ export declare namespace verifiedaccess_v2 {
|
|
|
223
223
|
*/
|
|
224
224
|
systemDnsServers?: string[] | null;
|
|
225
225
|
/**
|
|
226
|
-
* Output only. Whether Chrome is blocking third-party software injection or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on Windows only.
|
|
226
|
+
* Output only. Deprecated. The corresponding policy is now deprecated. Whether Chrome is blocking third-party software injection or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on Windows only.
|
|
227
227
|
*/
|
|
228
228
|
thirdPartyBlockingEnabled?: boolean | null;
|
|
229
229
|
/**
|
|
@@ -258,7 +258,7 @@ export declare namespace verifiedaccess_v2 {
|
|
|
258
258
|
expectedIdentity?: string | null;
|
|
259
259
|
}
|
|
260
260
|
/**
|
|
261
|
-
* Result message for VerifiedAccess.VerifyChallengeResponse.
|
|
261
|
+
* Result message for VerifiedAccess.VerifyChallengeResponse. The response returned when successful for Managed profiles on Unmanaged browsers will NOT have devicePermanentId, keyTrustLevel, virtualDeviceId and customerId fields. Managed profiles will INSTEAD have the profileCustomerId, virtualProfileId, profilePermanentId and profileKeyTrustLevel fields.
|
|
262
262
|
*/
|
|
263
263
|
export interface Schema$VerifyChallengeResponseResult {
|
|
264
264
|
/**
|
package/package.json
CHANGED
package/v2.ts
CHANGED
|
@@ -276,7 +276,7 @@ export namespace verifiedaccess_v2 {
|
|
|
276
276
|
*/
|
|
277
277
|
systemDnsServers?: string[] | null;
|
|
278
278
|
/**
|
|
279
|
-
* Output only. Whether Chrome is blocking third-party software injection or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on Windows only.
|
|
279
|
+
* Output only. Deprecated. The corresponding policy is now deprecated. Whether Chrome is blocking third-party software injection or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on Windows only.
|
|
280
280
|
*/
|
|
281
281
|
thirdPartyBlockingEnabled?: boolean | null;
|
|
282
282
|
/**
|
|
@@ -310,7 +310,7 @@ export namespace verifiedaccess_v2 {
|
|
|
310
310
|
expectedIdentity?: string | null;
|
|
311
311
|
}
|
|
312
312
|
/**
|
|
313
|
-
* Result message for VerifiedAccess.VerifyChallengeResponse.
|
|
313
|
+
* Result message for VerifiedAccess.VerifyChallengeResponse. The response returned when successful for Managed profiles on Unmanaged browsers will NOT have devicePermanentId, keyTrustLevel, virtualDeviceId and customerId fields. Managed profiles will INSTEAD have the profileCustomerId, virtualProfileId, profilePermanentId and profileKeyTrustLevel fields.
|
|
314
314
|
*/
|
|
315
315
|
export interface Schema$VerifyChallengeResponseResult {
|
|
316
316
|
/**
|