File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
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-0cdbdd05084a8219bc003a34670472f198cf91e5f6402cede2cb1094b7bfd98d .yml
3- openapi_spec_hash : d337c89146f41fa215560bb5aef2e4ec
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-a49f0e337789b1a4368194ed004ac4c1b0c0cd2ce4344e14546422632242d897 .yml
3+ openapi_spec_hash : a7f3999c6227aac108cd80253ffc7730
44config_hash : 249ee22f294858ab0971b8379f7cb519
Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ export namespace VideoTransformationAcceptedEvent {
129129 variants ?: Array < string > ;
130130
131131 /**
132- * Video codec used for encoding (h264 or vp9 ).
132+ * Video codec used for encoding (h264, vp9, or av1 ).
133133 */
134- video_codec ?: 'h264' | 'vp9' ;
134+ video_codec ?: 'h264' | 'vp9' | 'av1' ;
135135 }
136136 }
137137 }
@@ -277,9 +277,9 @@ export namespace VideoTransformationErrorEvent {
277277 variants ?: Array < string > ;
278278
279279 /**
280- * Video codec used for encoding (h264 or vp9 ).
280+ * Video codec used for encoding (h264, vp9, or av1 ).
281281 */
282- video_codec ?: 'h264' | 'vp9' ;
282+ video_codec ?: 'h264' | 'vp9' | 'av1' ;
283283 }
284284 }
285285 }
@@ -416,9 +416,9 @@ export namespace VideoTransformationReadyEvent {
416416 variants ?: Array < string > ;
417417
418418 /**
419- * Video codec used for encoding (h264 or vp9 ).
419+ * Video codec used for encoding (h264, vp9, or av1 ).
420420 */
421- video_codec ?: 'h264' | 'vp9' ;
421+ video_codec ?: 'h264' | 'vp9' | 'av1' ;
422422 }
423423
424424 /**
You can’t perform that action at this time.
0 commit comments