From a788c9fca0e0f5262e2db4c935a524edae864ecd Mon Sep 17 00:00:00 2001 From: J H <2364004+Blu-J@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:56:35 -0700 Subject: [PATCH] feat: Update to remove is sandboxed --- lib/types.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/types.ts b/lib/types.ts index aa5da03..b15dda4 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -225,12 +225,10 @@ export type ExposeUiPaths = Array<{ export type Effects = { executeAction(opts: { serviceId?: string + actionId: string input: Input }): Promise - /** Sandbox mode lets us read but not write */ - is_sandboxed(): Promise - /** Removes all network bindings */ clearBindings(): Promise /** Creates a host connected to the specified port with the provided options */