Skip to content

Commit 7c40daa

Browse files
feat(api): update via SDK Studio (#18)
1 parent 2e54df1 commit 7c40daa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .stats.yml

+1-1
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

Diff for: src/browserbase/types/session.py

+3-3
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)