@hyperbrowser/sdk 0.76.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.
@@ -111,6 +111,7 @@ export interface CreateSessionParams {
111
111
  viewOnlyLiveView?: boolean;
112
112
  disablePasswordManager?: boolean;
113
113
  enableAlwaysOpenPdfExternally?: boolean;
114
+ appendTimestampToDownloads?: boolean;
114
115
  }
115
116
  export interface SessionRecording {
116
117
  type: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperbrowser/sdk",
3
- "version": "0.76.0",
3
+ "version": "0.77.0",
4
4
  "description": "Node SDK for Hyperbrowser API",
5
5
  "author": "",
6
6
  "main": "dist/index.js",