@hyperbrowser/sdk 0.81.0 → 0.81.1

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