@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -4
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -4
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -4
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -4
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -2
- package/package.json +2 -2
|
@@ -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 /> **
|
|
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 /> **
|
|
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 /> **
|
|
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 /> **
|
|
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;
|