File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-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-d857341f30517b11df568dd6c5a0e9dea3a854930f7f6583718114d311f2d5ee .yml
3- openapi_spec_hash : db94bfd556220d6244a1b2bbae9d7d00
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-3d7da4b8ef2ed30aa32c4fb3e98e498e67402e91aaa5fd4c628fc080bfe82ea1 .yml
3+ openapi_spec_hash : aaa50fcbccec6f2cf1165f34bc6ac886
44config_hash : 4ef178e13ecfdb97211f284f13a21e83
Original file line number Diff line number Diff line change @@ -240,6 +240,8 @@ export namespace FileUploadResponse {
240240 * If no extension was requested, then this parameter is not returned.
241241 */
242242 export interface ExtensionStatus {
243+ 'ai-auto-description' ?: 'success' | 'pending' | 'failed' ;
244+
243245 'aws-auto-tagging' ?: 'success' | 'pending' | 'failed' ;
244246
245247 'google-auto-tagging' ?: 'success' | 'pending' | 'failed' ;
Original file line number Diff line number Diff line change @@ -823,6 +823,8 @@ export namespace FileUploadResponse {
823823 * If no extension was requested, then this parameter is not returned.
824824 */
825825 export interface ExtensionStatus {
826+ 'ai-auto-description' ?: 'success' | 'pending' | 'failed' ;
827+
826828 'aws-auto-tagging' ?: 'success' | 'pending' | 'failed' ;
827829
828830 'google-auto-tagging' ?: 'success' | 'pending' | 'failed' ;
Original file line number Diff line number Diff line change @@ -460,6 +460,8 @@ export namespace UploadPreTransformSuccessEvent {
460460 * If no extension was requested, then this parameter is not returned.
461461 */
462462 export interface ExtensionStatus {
463+ 'ai-auto-description' ?: 'success' | 'pending' | 'failed' ;
464+
463465 'aws-auto-tagging' ?: 'success' | 'pending' | 'failed' ;
464466
465467 'google-auto-tagging' ?: 'success' | 'pending' | 'failed' ;
You can’t perform that action at this time.
0 commit comments