Skip to content

Commit e7762b4

Browse files
feat(api): api update (#151)
1 parent 5173b58 commit e7762b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
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/resources/projects.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export class Projects extends APIResource {
2929
export interface Project {
3030
id: string;
3131

32+
concurrency: number;
33+
3234
createdAt: string;
3335

3436
defaultTimeout: number;

0 commit comments

Comments
 (0)