File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_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):
2424 project_id : str
2525 """The Project ID linked to the Session."""
2626
27+ proxy_bytes : int = FieldInfo (alias = "proxyBytes" )
28+ """Bytes used via the [Proxy](/features/stealth-mode#proxies-and-residential-ips)"""
29+
2730 region : str
2831
2932 started_at : datetime
@@ -47,9 +50,6 @@ class Session(BaseModel):
4750 memory_usage : Optional [int ] = None
4851 """Memory used by the Session"""
4952
50- proxy_bytes : Optional [int ] = None
51- """Bytes used via the [Proxy](/features/stealth-mode#proxies-and-residential-ips)"""
52-
5353 selenium_remote_url : Optional [str ] = FieldInfo (alias = "seleniumRemoteUrl" , default = None )
5454
5555 signing_key : Optional [str ] = FieldInfo (alias = "signingKey" , default = None )
You can’t perform that action at this time.
0 commit comments