We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5173b58 commit e7762b4Copy full SHA for e7762b4
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 18
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-ec3d6c02f952f61a904c5fe7890827b8bf9add878e772a96dbdafb328057ad31.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-d3cf17b167ebc2abbcbe668904c4e2b69b1697b340249afbcffcd329366eea34.yml
src/resources/projects.ts
@@ -29,6 +29,8 @@ export class Projects extends APIResource {
29
export interface Project {
30
id: string;
31
32
+ concurrency: number;
33
+
34
createdAt: string;
35
36
defaultTimeout: number;
0 commit comments