From 00199dc6e53e35cb12e1e67ce441a2d06f87e9ae Mon Sep 17 00:00:00 2001 From: browser-automation-bot <133232582+browser-automation-bot@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:46:43 +0100 Subject: [PATCH] fix: re-generate types based on specifciation updates (#108) --- out/gen/main.d.ts | 1 + src/gen/main.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/out/gen/main.d.ts b/out/gen/main.d.ts index 27aa8bb..fbb89fe 100644 --- a/out/gen/main.d.ts +++ b/out/gen/main.d.ts @@ -1813,6 +1813,7 @@ export declare namespace Script { BrowsingContext.BrowsingContext, ...BrowsingContext.BrowsingContext[], ]; + userContexts?: [Browser.UserContext, ...Browser.UserContext[]]; sandbox?: string; }; } diff --git a/src/gen/main.ts b/src/gen/main.ts index fc38d0e..505e0a4 100644 --- a/src/gen/main.ts +++ b/src/gen/main.ts @@ -1817,6 +1817,7 @@ export namespace Script { BrowsingContext.BrowsingContext, ...BrowsingContext.BrowsingContext[], ]; + userContexts?: [Browser.UserContext, ...Browser.UserContext[]]; sandbox?: string; }; }