@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
package/build/es/meta.d.mts
CHANGED
|
@@ -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 /> **
|
|
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 /> **
|
|
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;
|