Skip to content

Commit e1e4738

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): update via SDK Studio (#7)
1 parent 299d77e commit e1e4738

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 18
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-70bae250a6bae7dc6efc73ce837b3244eab63318b2d4de9a77ac8733e104df5b.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-69e3c041b63edae61bddbb624edc185621be0ad4b1355395616ce08bc8d74ef9.yml

src/resources/sessions/sessions.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ export interface Session {
7676
*/
7777
project_id: string;
7878

79+
/**
80+
* Bytes used via the [Proxy](/features/stealth-mode#proxies-and-residential-ips)
81+
*/
82+
proxyBytes: number;
83+
7984
region: string;
8085

8186
started_at: string;
@@ -105,11 +110,6 @@ export interface Session {
105110
*/
106111
memory_usage?: number;
107112

108-
/**
109-
* Bytes used via the [Proxy](/features/stealth-mode#proxies-and-residential-ips)
110-
*/
111-
proxy_bytes?: number;
112-
113113
seleniumRemoteUrl?: string;
114114

115115
signingKey?: string;

0 commit comments

Comments
 (0)