Skip to content

Commit c673da9

Browse files
stainless-app[bot]kamath
authored andcommitted
feat(api): update via SDK Studio (#13)
1 parent 604c19b commit c673da9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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-208ded3468d1fbad85834462bced46e59d6cff963b347f9ba69c0b4fabe483c0.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-9af27d5ca04efd55b732756ee4c81b76331e5ee8ab8c74576a3eaf16faac44f1.yml

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

+7-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
class Extension(BaseModel):
1313
id: str
1414

15-
created_at: datetime = FieldInfo(alias="createdAt")
15+
created_at: datetime
1616

17-
updated_at: datetime = FieldInfo(alias="updatedAt")
17+
file_name: str = FieldInfo(alias="fileName")
18+
19+
project_id: str = FieldInfo(alias="projectId")
20+
"""The Project ID linked to the uploaded Extension."""
21+
22+
updated_at: datetime

0 commit comments

Comments
 (0)