Skip to content

Commit b92b144

Browse files
SDK regeneration (#42)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 55e429b commit b92b144

File tree

6 files changed

+5
-21
lines changed

6 files changed

+5
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "",
3-
"version": "0.0.37",
3+
"version": "0.0.40",
44
"private": false,
55
"repository": "github:browser-use/browser-use-node",
66
"type": "commonjs",

src/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class BrowserUseClient {
5050
{
5151
"X-Fern-Language": "JavaScript",
5252
"X-Fern-SDK-Name": "",
53-
"X-Fern-SDK-Version": "0.0.37",
53+
"X-Fern-SDK-Version": "0.0.40",
5454
"X-Fern-Runtime": core.RUNTIME.type,
5555
"X-Fern-Runtime-Version": core.RUNTIME.version,
5656
},

src/api/resources/sessions/client/requests/CreateSessionRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ import * as BrowserUse from "../../../../index.js";
1111
export interface CreateSessionRequest {
1212
/** The ID of the profile to use for the session */
1313
profileId?: string;
14-
/** Proxy settings for the session */
15-
proxy?: BrowserUse.ProxySettings;
14+
/** Country code for proxy location. */
15+
proxyCountryCode?: BrowserUse.ProxyCountryCode;
1616
}

src/api/types/ProxySettings.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/api/types/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export * from "./ProfileListResponse.js";
1313
export * from "./ProfileNotFoundError.js";
1414
export * from "./ProfileView.js";
1515
export * from "./ProxyCountryCode.js";
16-
export * from "./ProxySettings.js";
1716
export * from "./SessionHasRunningTaskError.js";
1817
export * from "./SessionItemView.js";
1918
export * from "./SessionListResponse.js";

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "0.0.37";
1+
export const SDK_VERSION = "0.0.40";

0 commit comments

Comments
 (0)