Skip to content

Commit 4275810

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): update via SDK Studio (#5)
1 parent cf6309b commit 4275810

File tree

2 files changed

+10
-3
lines changed

2 files changed

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

src/resources/extensions.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,16 @@ export class Extensions extends APIResource {
3333
export interface Extension {
3434
id: string;
3535

36-
createdAt: string;
36+
created_at: string;
3737

38-
updatedAt: string;
38+
fileName: string;
39+
40+
/**
41+
* The Project ID linked to the uploaded Extension.
42+
*/
43+
projectId: string;
44+
45+
updated_at: string;
3946
}
4047

4148
export interface ExtensionCreateParams {

0 commit comments

Comments
 (0)