File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @alicloud/vod20170321" ,
3- "version" : " 3.10.0 " ,
3+ "version" : " 3.10.1 " ,
44 "description" : " " ,
55 "main" : " dist/client.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -710,6 +710,7 @@ export class BatchGetMediaInfosResponseBodyMediaInfosMezzanineInfo extends $dara
710710 * 42.4930
711711 */
712712 duration ?: string ;
713+ fileMD5 ?: string ;
713714 /**
714715 * @remarks
715716 * The name of the file.
@@ -790,6 +791,7 @@ export class BatchGetMediaInfosResponseBodyMediaInfosMezzanineInfo extends $dara
790791 bitrate : 'Bitrate' ,
791792 creationTime : 'CreationTime' ,
792793 duration : 'Duration' ,
794+ fileMD5 : 'FileMD5' ,
793795 fileName : 'FileName' ,
794796 fileURL : 'FileURL' ,
795797 fps : 'Fps' ,
@@ -808,6 +810,7 @@ export class BatchGetMediaInfosResponseBodyMediaInfosMezzanineInfo extends $dara
808810 bitrate : 'string' ,
809811 creationTime : 'string' ,
810812 duration : 'string' ,
813+ fileMD5 : 'string' ,
811814 fileName : 'string' ,
812815 fileURL : 'string' ,
813816 fps : 'string' ,
Original file line number Diff line number Diff line change @@ -475,6 +475,7 @@ export class GetMezzanineInfoResponseBodyMezzanine extends $dara.Model {
475475 * 42.4930
476476 */
477477 duration ?: string ;
478+ fileMD5 ?: string ;
478479 /**
479480 * @remarks
480481 * The name of the file.
@@ -614,6 +615,7 @@ export class GetMezzanineInfoResponseBodyMezzanine extends $dara.Model {
614615 bitrate : 'Bitrate' ,
615616 creationTime : 'CreationTime' ,
616617 duration : 'Duration' ,
618+ fileMD5 : 'FileMD5' ,
617619 fileName : 'FileName' ,
618620 fileURL : 'FileURL' ,
619621 fps : 'Fps' ,
@@ -637,6 +639,7 @@ export class GetMezzanineInfoResponseBodyMezzanine extends $dara.Model {
637639 bitrate : 'string' ,
638640 creationTime : 'string' ,
639641 duration : 'string' ,
642+ fileMD5 : 'string' ,
640643 fileName : 'string' ,
641644 fileURL : 'string' ,
642645 fps : 'string' ,
You can’t perform that action at this time.
0 commit comments