@hyperbrowser/sdk 0.90.2 → 0.90.4

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.
@@ -57,6 +57,7 @@ export interface SessionDetail extends Session {
57
57
  computerActionEndpoint?: string;
58
58
  webdriverEndpoint?: string;
59
59
  liveUrl?: string;
60
+ liveDomain?: string;
60
61
  token: string;
61
62
  }
62
63
  export interface SessionGetParams {
@@ -148,6 +149,7 @@ export interface CreateSessionParams {
148
149
  acceptCookies?: boolean;
149
150
  urlBlocklist?: string[];
150
151
  browserArgs?: string[];
152
+ disabledExternalProtocols?: string[];
151
153
  saveDownloads?: boolean;
152
154
  imageCaptchaParams?: Array<ImageCaptchaParam>;
153
155
  timeoutMinutes?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperbrowser/sdk",
3
- "version": "0.90.2",
3
+ "version": "0.90.4",
4
4
  "description": "Node SDK for Hyperbrowser API",
5
5
  "author": "",
6
6
  "repository": {