agent-afk 5.10.3 → 5.11.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.
@@ -29,4 +29,6 @@ export declare class BrowserLauncher {
29
29
  shutdown(): Promise<void>;
30
30
  activeSessions(): number;
31
31
  private contextOptions;
32
+ private loadStorageState;
33
+ private saveStorageState;
32
34
  }
@@ -136,4 +136,5 @@ export interface BrowserConfig {
136
136
  domSnapshots: boolean;
137
137
  backend: 'playwright';
138
138
  configPath: string | null;
139
+ defaultProfile: string;
139
140
  }