@wix/auto_sdk_media_files 1.0.78 → 1.0.79

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.
@@ -546,7 +546,7 @@ interface AudioAssetAdditionalProperties {
546
546
  interface VideoAdditionalProperties {
547
547
  /**
548
548
  * From PmVideoInfo.file_input.fps (e.g. "25/1").
549
- * @maxLength 10
549
+ * @maxLength 50
550
550
  */
551
551
  fps?: string | null;
552
552
  /** From PmVideoInfo.file_input.video_bitrate, in bits per second. */
@@ -586,7 +586,7 @@ interface VideoResolutionAdditionalProperties {
586
586
  displayAspectRatio?: string | null;
587
587
  /**
588
588
  * From PmVideoInfo.file_output.video[].fps or storyboard[].fps (e.g. "25/1").
589
- * @maxLength 10
589
+ * @maxLength 50
590
590
  */
591
591
  fps?: string | null;
592
592
  /**