@hyperbrowser/sdk 0.75.0 → 0.77.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
|
@@ -29,6 +29,7 @@ export interface SessionLaunchState {
|
|
|
29
29
|
viewOnlyLiveView?: boolean;
|
|
30
30
|
disablePasswordManager?: boolean;
|
|
31
31
|
enableAlwaysOpenPdfExternally?: boolean;
|
|
32
|
+
appendTimestampToDownloads?: boolean;
|
|
32
33
|
}
|
|
33
34
|
export interface Session {
|
|
34
35
|
id: string;
|
|
@@ -110,6 +111,7 @@ export interface CreateSessionParams {
|
|
|
110
111
|
viewOnlyLiveView?: boolean;
|
|
111
112
|
disablePasswordManager?: boolean;
|
|
112
113
|
enableAlwaysOpenPdfExternally?: boolean;
|
|
114
|
+
appendTimestampToDownloads?: boolean;
|
|
113
115
|
}
|
|
114
116
|
export interface SessionRecording {
|
|
115
117
|
type: number;
|