File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
Original file line number Diff line number Diff line change @@ -33,9 +33,16 @@ export class Extensions extends APIResource {
33
33
export interface Extension {
34
34
id : string ;
35
35
36
- createdAt : string ;
36
+ created_at : string ;
37
37
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 ;
39
46
}
40
47
41
48
export interface ExtensionCreateParams {
You can’t perform that action at this time.
0 commit comments