Skip to content

Commit 134049e

Browse files
feat(api): api update (#140)
1 parent 5846086 commit 134049e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.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-ec3d6c02f952f61a904c5fe7890827b8bf9add878e772a96dbdafb328057ad31.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-d3cf17b167ebc2abbcbe668904c4e2b69b1697b340249afbcffcd329366eea34.yml

src/browserbase/types/project.py

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

15+
concurrency: int
16+
1517
created_at: datetime = FieldInfo(alias="createdAt")
1618

1719
default_timeout: int = FieldInfo(alias="defaultTimeout")

0 commit comments

Comments
 (0)