File tree Expand file tree Collapse file tree 6 files changed +5
-21
lines changed
resources/sessions/client/requests Expand file tree Collapse file tree 6 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " " ,
3
- "version" : " 0.0.37 " ,
3
+ "version" : " 0.0.40 " ,
4
4
"private" : false ,
5
5
"repository" : " github:browser-use/browser-use-node" ,
6
6
"type" : " commonjs" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export class BrowserUseClient {
50
50
{
51
51
"X-Fern-Language" : "JavaScript" ,
52
52
"X-Fern-SDK-Name" : "" ,
53
- "X-Fern-SDK-Version" : "0.0.37 " ,
53
+ "X-Fern-SDK-Version" : "0.0.40 " ,
54
54
"X-Fern-Runtime" : core . RUNTIME . type ,
55
55
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
56
56
} ,
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ import * as BrowserUse from "../../../../index.js";
11
11
export interface CreateSessionRequest {
12
12
/** The ID of the profile to use for the session */
13
13
profileId ?: string ;
14
- /** Proxy settings for the session */
15
- proxy ?: BrowserUse . ProxySettings ;
14
+ /** Country code for proxy location. */
15
+ proxyCountryCode ?: BrowserUse . ProxyCountryCode ;
16
16
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export * from "./ProfileListResponse.js";
13
13
export * from "./ProfileNotFoundError.js" ;
14
14
export * from "./ProfileView.js" ;
15
15
export * from "./ProxyCountryCode.js" ;
16
- export * from "./ProxySettings.js" ;
17
16
export * from "./SessionHasRunningTaskError.js" ;
18
17
export * from "./SessionItemView.js" ;
19
18
export * from "./SessionListResponse.js" ;
Original file line number Diff line number Diff line change 1
- export const SDK_VERSION = "0.0.37 " ;
1
+ export const SDK_VERSION = "0.0.40 " ;
You can’t perform that action at this time.
0 commit comments