@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperbrowser/sdk",
3
- "version": "0.75.0",
3
+ "version": "0.77.0",
4
4
  "description": "Node SDK for Hyperbrowser API",
5
5
  "author": "",
6
6
  "main": "dist/index.js",