File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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 @@ -24,6 +24,9 @@ class Session(BaseModel):
24
24
project_id : str
25
25
"""The Project ID linked to the Session."""
26
26
27
+ proxy_bytes : int = FieldInfo (alias = "proxyBytes" )
28
+ """Bytes used via the [Proxy](/features/stealth-mode#proxies-and-residential-ips)"""
29
+
27
30
region : str
28
31
29
32
started_at : datetime
@@ -47,9 +50,6 @@ class Session(BaseModel):
47
50
memory_usage : Optional [int ] = None
48
51
"""Memory used by the Session"""
49
52
50
- proxy_bytes : Optional [int ] = None
51
- """Bytes used via the [Proxy](/features/stealth-mode#proxies-and-residential-ips)"""
52
-
53
53
selenium_remote_url : Optional [str ] = FieldInfo (alias = "seleniumRemoteUrl" , default = None )
54
54
55
55
signing_key : Optional [str ] = FieldInfo (alias = "signingKey" , default = None )
You can’t perform that action at this time.
0 commit comments