agent-afk 5.10.2 → 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.
package/dist/paths.d.ts CHANGED
@@ -50,6 +50,10 @@ export declare function getBgJobsRoot(): string;
50
50
  export declare function getBgJobDir(jobId: string): string;
51
51
  export declare function getBgJobLog(jobId: string): string;
52
52
  export declare function getBgJobMeta(jobId: string): string;
53
+ export declare function assertSafeBrowserProfile(profile: string): void;
54
+ export declare function getBrowserStateRoot(): string;
55
+ export declare function getBrowserProfileStateDir(profile: string): string;
56
+ export declare function getBrowserStorageStatePath(profile: string): string;
53
57
  export declare function isSafeLedgerSessionId(sessionId: string): boolean;
54
58
  export declare function getSessionLedgerDir(sessionId: string): string;
55
59
  export declare function getSessionLedgerPath(sessionId: string): string;