Skip to content

Commit 7b48425

Browse files
feat(api): manual updates
1 parent c7fd291 commit 7b48425

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 42
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-e9ae4f96eddf09567444c458e190ab6f96d0f1e1aa594793466c78791330ffde.yml
3-
openapi_spec_hash: 88836566c32f51ff2bf66404e8b8f40e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-64e7f6a89ec59f5801a735655ff564f48bab5be2c4d8c1146a27cdab70538945.yml
3+
openapi_spec_hash: 581fefcb95712f716fa46f84469e6655
44
config_hash: 90f5a16140d721a24bffafbc30abaf35

src/resources/beta/v2/files.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ export interface FileUploadResponse {
9292
*/
9393
customMetadata?: { [key: string]: unknown };
9494

95+
/**
96+
* Optional text to describe the contents of the file. Can be set by the user or
97+
* the ai-auto-description extension.
98+
*/
99+
description?: string;
100+
95101
/**
96102
* The duration of the video in seconds (only for video).
97103
*/

src/resources/files/files.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@ export interface File {
216216
*/
217217
customMetadata?: { [key: string]: unknown };
218218

219+
/**
220+
* Optional text to describe the contents of the file. Can be set by the user or
221+
* the ai-auto-description extension.
222+
*/
223+
description?: string;
224+
219225
/**
220226
* Unique identifier of the asset.
221227
*/
@@ -669,6 +675,12 @@ export interface FileUploadResponse {
669675
*/
670676
customMetadata?: { [key: string]: unknown };
671677

678+
/**
679+
* Optional text to describe the contents of the file. Can be set by the user or
680+
* the ai-auto-description extension.
681+
*/
682+
description?: string;
683+
672684
/**
673685
* The duration of the video in seconds (only for video).
674686
*/

0 commit comments

Comments
 (0)