From 30f87c2c8fe7964ce27239a53aab084a75afb68f Mon Sep 17 00:00:00 2001 From: Guido Zuidhof Date: Tue, 17 Feb 2026 12:03:54 +0100 Subject: [PATCH] Remove `headless` field --- src/api/typesRiskIntelligence.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/api/typesRiskIntelligence.ts b/src/api/typesRiskIntelligence.ts index 11ef8b6..eb831d8 100644 --- a/src/api/typesRiskIntelligence.ts +++ b/src/api/typesRiskIntelligence.ts @@ -775,12 +775,6 @@ export interface ClientAutomationToolData { * @public */ export interface ClientAutomationData { - /** - * Whether the browser was detected as running in headless mode. - * @summary Headless browser detection - */ - headless: boolean; - /** * Detected automation tool information. * @summary Automation tool detection results