browser-use-sdk 2.0.3 → 2.0.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.
@@ -49,8 +49,8 @@ class BrowserUseClient {
49
49
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "browser-use-sdk",
52
- "X-Fern-SDK-Version": "2.0.3",
53
- "User-Agent": "browser-use-sdk/2.0.3",
52
+ "X-Fern-SDK-Version": "2.0.4",
53
+ "User-Agent": "browser-use-sdk/2.0.4",
54
54
  "X-Fern-Runtime": core.RUNTIME.type,
55
55
  "X-Fern-Runtime-Version": core.RUNTIME.version,
56
56
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -21,8 +21,6 @@ export interface TaskItemView {
21
21
  finishedAt?: string;
22
22
  /** Optional additional metadata associated with the task set by the user */
23
23
  metadata?: Record<string, unknown>;
24
- /** Whether this task was created as a scheduled task */
25
- isScheduled: boolean;
26
24
  /** Final output/result of the task */
27
25
  output?: string;
28
26
  /** Version of browser-use used for this task (older tasks may not have this set) */
@@ -21,8 +21,6 @@ export interface TaskView {
21
21
  finishedAt?: string;
22
22
  /** Optional additional metadata associated with the task set by the user */
23
23
  metadata?: Record<string, unknown>;
24
- /** Whether this task was created as a scheduled task */
25
- isScheduled: boolean;
26
24
  steps: BrowserUse.TaskStepView[];
27
25
  /** Final output/result of the task */
28
26
  output?: string;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.0.3";
1
+ export declare const SDK_VERSION = "2.0.4";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "2.0.3";
4
+ exports.SDK_VERSION = "2.0.4";
@@ -13,8 +13,8 @@ export class BrowserUseClient {
13
13
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
14
14
  "X-Fern-Language": "JavaScript",
15
15
  "X-Fern-SDK-Name": "browser-use-sdk",
16
- "X-Fern-SDK-Version": "2.0.3",
17
- "User-Agent": "browser-use-sdk/2.0.3",
16
+ "X-Fern-SDK-Version": "2.0.4",
17
+ "User-Agent": "browser-use-sdk/2.0.4",
18
18
  "X-Fern-Runtime": core.RUNTIME.type,
19
19
  "X-Fern-Runtime-Version": core.RUNTIME.version,
20
20
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -21,8 +21,6 @@ export interface TaskItemView {
21
21
  finishedAt?: string;
22
22
  /** Optional additional metadata associated with the task set by the user */
23
23
  metadata?: Record<string, unknown>;
24
- /** Whether this task was created as a scheduled task */
25
- isScheduled: boolean;
26
24
  /** Final output/result of the task */
27
25
  output?: string;
28
26
  /** Version of browser-use used for this task (older tasks may not have this set) */
@@ -21,8 +21,6 @@ export interface TaskView {
21
21
  finishedAt?: string;
22
22
  /** Optional additional metadata associated with the task set by the user */
23
23
  metadata?: Record<string, unknown>;
24
- /** Whether this task was created as a scheduled task */
25
- isScheduled: boolean;
26
24
  steps: BrowserUse.TaskStepView[];
27
25
  /** Final output/result of the task */
28
26
  output?: string;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.0.3";
1
+ export declare const SDK_VERSION = "2.0.4";
@@ -1 +1 @@
1
- export const SDK_VERSION = "2.0.3";
1
+ export const SDK_VERSION = "2.0.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-use-sdk",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "private": false,
5
5
  "repository": "github:browser-use/browser-use-node",
6
6
  "type": "commonjs",