@wix/auto_sdk_media_files 1.0.26 → 1.0.28

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.
@@ -581,7 +581,7 @@ interface GenerateFileUploadUrlRequest {
581
581
  mimeType: string | null;
582
582
  /**
583
583
  * Temporary file name used to identify the file type. For example, a file named "myFile.jpeg" identifies as an "image/jpeg" file type.
584
- * <br /> **Note:** The name that appears in the Media Manager is taken from the `filename` parameter in the Generate File Upload Url call.
584
+ * <br /> **Notes:** <ul> <li>The name that appears in the Media Manager is taken from the `fileName` parameter in the Generate File Upload Url call.</li> <li>If you specify a `fileName`, the `filename` query parameter in the upload request itself is not required. </li> </ul>
585
585
  * @maxLength 200
586
586
  */
587
587
  fileName?: string | null;
@@ -633,7 +633,7 @@ interface GenerateFileResumableUploadUrlRequest {
633
633
  mimeType: string | null;
634
634
  /**
635
635
  * Temporary file name used to identify the file type. For example, a file named "myFile.jpeg" identifies as an "image/jpeg" file type.
636
- * <br /> **Note:** The name that appears in the Media Manager is taken from the `filename` parameter in the Generate File Upload Url call.
636
+ * <br /> **Notes:** <ul> <li>The name that appears in the Media Manager is taken from the `fileName` parameter in the Generate File Upload Url call.</li> <li>If you specify a `fileName`, the `filename` query parameter in the upload request itself is not required. </li> </ul>
637
637
  * @maxLength 200
638
638
  */
639
639
  fileName?: string | null;