File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 90f5a16140d721a24bffafbc30abaf35
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments