File tree 2 files changed +8
-3
lines changed
2 files changed +8
-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 12
12
class Extension (BaseModel ):
13
13
id : str
14
14
15
- created_at : datetime = FieldInfo ( alias = "createdAt" )
15
+ created_at : datetime
16
16
17
- updated_at : datetime = FieldInfo (alias = "updatedAt" )
17
+ file_name : str = FieldInfo (alias = "fileName" )
18
+
19
+ project_id : str = FieldInfo (alias = "projectId" )
20
+ """The Project ID linked to the uploaded Extension."""
21
+
22
+ updated_at : datetime
You can’t perform that action at this time.
0 commit comments