File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
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
Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ export interface Session {
76
76
*/
77
77
project_id : string ;
78
78
79
+ /**
80
+ * Bytes used via the [Proxy](/features/stealth-mode#proxies-and-residential-ips)
81
+ */
82
+ proxyBytes : number ;
83
+
79
84
region : string ;
80
85
81
86
started_at : string ;
@@ -105,11 +110,6 @@ export interface Session {
105
110
*/
106
111
memory_usage ?: number ;
107
112
108
- /**
109
- * Bytes used via the [Proxy](/features/stealth-mode#proxies-and-residential-ips)
110
- */
111
- proxy_bytes ?: number ;
112
-
113
113
seleniumRemoteUrl ?: string ;
114
114
115
115
signingKey ?: string ;
You can’t perform that action at this time.
0 commit comments