@wix/auto_sdk_media_files 1.0.27 → 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.
@@ -755,7 +755,7 @@ interface GenerateFileUploadUrlRequest {
755
755
  mimeType: string | null;
756
756
  /**
757
757
  * Temporary file name used to identify the file type. For example, a file named "myFile.jpeg" identifies as an "image/jpeg" file type.
758
- * <br /> **Note:** The name that appears in the Media Manager is taken from the `filename` parameter in the Generate File Upload Url call.
758
+ * <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>
759
759
  * @maxLength 200
760
760
  */
761
761
  fileName?: string | null;
@@ -866,7 +866,7 @@ interface GenerateFileResumableUploadUrlRequest {
866
866
  mimeType: string | null;
867
867
  /**
868
868
  * Temporary file name used to identify the file type. For example, a file named "myFile.jpeg" identifies as an "image/jpeg" file type.
869
- * <br /> **Note:** The name that appears in the Media Manager is taken from the `filename` parameter in the Generate File Upload Url call.
869
+ * <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>
870
870
  * @maxLength 200
871
871
  */
872
872
  fileName?: string | null;
@@ -1882,7 +1882,7 @@ declare function generateFileUploadUrl(mimeType: string, options?: GenerateFileU
1882
1882
  interface GenerateFileUploadUrlOptions {
1883
1883
  /**
1884
1884
  * Temporary file name used to identify the file type. For example, a file named "myFile.jpeg" identifies as an "image/jpeg" file type.
1885
- * <br /> **Note:** The name that appears in the Media Manager is taken from the `filename` parameter in the Generate File Upload Url call.
1885
+ * <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>
1886
1886
  * @maxLength 200
1887
1887
  */
1888
1888
  fileName?: string | null;
@@ -1940,7 +1940,7 @@ declare function generateFileResumableUploadUrl(mimeType: string, options?: Gene
1940
1940
  interface GenerateFileResumableUploadUrlOptions {
1941
1941
  /**
1942
1942
  * Temporary file name used to identify the file type. For example, a file named "myFile.jpeg" identifies as an "image/jpeg" file type.
1943
- * <br /> **Note:** The name that appears in the Media Manager is taken from the `filename` parameter in the Generate File Upload Url call.
1943
+ * <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>
1944
1944
  * @maxLength 200
1945
1945
  */
1946
1946
  fileName?: string | null;