@googleapis/verifiedaccess 3.8.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 CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## [3.8.0](https://github.com/googleapis/google-api-nodejs-client/compare/verifiedaccess-v3.7.0...verifiedaccess-v3.8.0) (2025-04-18)
4
11
 
5
12
 
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/verifiedaccess",
3
- "version": "3.8.0",
3
+ "version": "3.9.0",
4
4
  "description": "verifiedaccess",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
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
  /**