@wix/auto_sdk_media_files 1.0.78 → 1.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -603,7 +603,7 @@ interface AudioAssetAdditionalProperties {
603
603
  interface VideoAdditionalProperties {
604
604
  /**
605
605
  * From PmVideoInfo.file_input.fps (e.g. "25/1").
606
- * @maxLength 10
606
+ * @maxLength 50
607
607
  */
608
608
  fps?: string | null;
609
609
  /** From PmVideoInfo.file_input.video_bitrate, in bits per second. */
@@ -643,7 +643,7 @@ interface VideoResolutionAdditionalProperties {
643
643
  displayAspectRatio?: string | null;
644
644
  /**
645
645
  * From PmVideoInfo.file_output.video[].fps or storyboard[].fps (e.g. "25/1").
646
- * @maxLength 10
646
+ * @maxLength 50
647
647
  */
648
648
  fps?: string | null;
649
649
  /**