@hyperbrowser/sdk 0.67.0 → 0.68.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/types/session.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/session.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export interface SessionLaunchState {
|
|
|
28
28
|
enableWindowManagerTaskbar?: boolean;
|
|
29
29
|
viewOnlyLiveView?: boolean;
|
|
30
30
|
disablePasswordManager?: boolean;
|
|
31
|
+
enableAlwaysOpenPdfExternally?: boolean;
|
|
31
32
|
}
|
|
32
33
|
export interface Session {
|
|
33
34
|
id: string;
|
|
@@ -107,6 +108,7 @@ export interface CreateSessionParams {
|
|
|
107
108
|
region?: SessionRegion;
|
|
108
109
|
viewOnlyLiveView?: boolean;
|
|
109
110
|
disablePasswordManager?: boolean;
|
|
111
|
+
enableAlwaysOpenPdfExternally?: boolean;
|
|
110
112
|
}
|
|
111
113
|
export interface SessionRecording {
|
|
112
114
|
type: number;
|