@wix/media 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.
- package/build/cjs/src/media-site-media-v1-file-descriptor.http.d.ts +17 -47
- package/build/cjs/src/media-site-media-v1-file-descriptor.http.js +17 -47
- package/build/cjs/src/media-site-media-v1-file-descriptor.http.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-file-descriptor.universal.d.ts +31 -53
- package/build/cjs/src/media-site-media-v1-file-descriptor.universal.js +31 -53
- package/build/cjs/src/media-site-media-v1-file-descriptor.universal.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-folder.http.d.ts +10 -30
- package/build/cjs/src/media-site-media-v1-folder.http.js +10 -30
- package/build/cjs/src/media-site-media-v1-folder.http.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-folder.universal.d.ts +18 -30
- package/build/cjs/src/media-site-media-v1-folder.universal.js +18 -30
- package/build/cjs/src/media-site-media-v1-folder.universal.js.map +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor.http.d.ts +17 -47
- package/build/es/src/media-site-media-v1-file-descriptor.http.js +17 -47
- package/build/es/src/media-site-media-v1-file-descriptor.http.js.map +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor.universal.d.ts +31 -53
- package/build/es/src/media-site-media-v1-file-descriptor.universal.js +31 -53
- package/build/es/src/media-site-media-v1-file-descriptor.universal.js.map +1 -1
- package/build/es/src/media-site-media-v1-folder.http.d.ts +10 -30
- package/build/es/src/media-site-media-v1-folder.http.js +10 -30
- package/build/es/src/media-site-media-v1-folder.http.js.map +1 -1
- package/build/es/src/media-site-media-v1-folder.universal.d.ts +18 -30
- package/build/es/src/media-site-media-v1-folder.universal.js +18 -30
- package/build/es/src/media-site-media-v1-folder.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -103,8 +103,6 @@ function resolveComWixMediaSiteMediaV1FilesServiceUrl(opts) {
|
|
|
103
103
|
* Generates a URL for downloading a compressed file containing specific files in the Media Manager.
|
|
104
104
|
*
|
|
105
105
|
* The compressed file can contain up to 1000 files.
|
|
106
|
-
*
|
|
107
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
108
106
|
*/
|
|
109
107
|
export function generateFilesDownloadUrl(payload) {
|
|
110
108
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_generateFilesDownloadUrlRequest, {});
|
|
@@ -135,8 +133,6 @@ export function generateFilesDownloadUrl(payload) {
|
|
|
135
133
|
* If no `assetKey` is specified, it defaults to `src`, which generates one download URL in the original file's format and quality.
|
|
136
134
|
*
|
|
137
135
|
* Use this endpoint to grant external clients access to a private media file. Use the `expirationInMinutes` parameter to set the URL expiration time, and the `expirationRedirectUrl` parameter to add a redirect url when the URL expires.
|
|
138
|
-
*
|
|
139
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
140
136
|
*/
|
|
141
137
|
export function generateFileDownloadUrl(payload) {
|
|
142
138
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_generateFileDownloadUrlRequest, {});
|
|
@@ -160,10 +156,7 @@ export function generateFileDownloadUrl(payload) {
|
|
|
160
156
|
__generateFileDownloadUrl.fromReq = fromReq;
|
|
161
157
|
return __generateFileDownloadUrl;
|
|
162
158
|
}
|
|
163
|
-
/**
|
|
164
|
-
* Gets information about a specific file in the Media Manager.
|
|
165
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
166
|
-
*/
|
|
159
|
+
/** Gets information about a specific file in the Media Manager. */
|
|
167
160
|
export function getFileDescriptor(payload) {
|
|
168
161
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_getFileDescriptorRequest, {});
|
|
169
162
|
const { fromJSON: fromRes } = serializer(_getFileDescriptorResponse, {
|
|
@@ -199,10 +192,7 @@ export function getFileDescriptor(payload) {
|
|
|
199
192
|
__getFileDescriptor.fromReq = fromReq;
|
|
200
193
|
return __getFileDescriptor;
|
|
201
194
|
}
|
|
202
|
-
/**
|
|
203
|
-
* Gets information about the specified files in the Media Manager.
|
|
204
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
205
|
-
*/
|
|
195
|
+
/** Gets information about the specified files in the Media Manager. */
|
|
206
196
|
export function getFileDescriptors(payload) {
|
|
207
197
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_getFileDescriptorsRequest, {});
|
|
208
198
|
const { fromJSON: fromRes } = serializer(_getFileDescriptorsResponse, {
|
|
@@ -294,10 +284,9 @@ export function updateFileDescriptor(payload) {
|
|
|
294
284
|
/**
|
|
295
285
|
* Generates an upload URL to allow external clients to upload a file to the Media Manager.
|
|
296
286
|
*
|
|
297
|
-
* To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see the [Upload API](
|
|
298
|
-
*
|
|
299
|
-
* >
|
|
300
|
-
* > - Any interruption in the upload process stops the file upload. For files larger than 10MB, or when network connection is poor, use the [Generate File Resumable Upload Url](https://www.wix.com/velo/reference/wix-media-v2/files/generatefileresumableuploadurl) instead. With the resumable upload URL, any interruption in the upload process pauses the file upload, and resumes the file upload process after the interruption.
|
|
287
|
+
* To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see the [Upload API](#upload-api).
|
|
288
|
+
*
|
|
289
|
+
* > **Note:** Any interruption in the upload process stops the file upload. For files larger than 10MB, or when network connection is poor, use the [Generate File Resumable Upload Url](#generatefileresumableuploadurl) instead. With the resumable upload URL, any interruption in the upload process pauses the file upload, and resumes the file upload process after the interruption.
|
|
301
290
|
*/
|
|
302
291
|
export function generateFileUploadUrl(payload) {
|
|
303
292
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_generateFileUploadUrlRequest, {});
|
|
@@ -326,9 +315,7 @@ export function generateFileUploadUrl(payload) {
|
|
|
326
315
|
*
|
|
327
316
|
* With the resumable upload URL, any interruptions in the upload process pauses the file upload, and resumes the file upload process after the interruption. The resumable upload URL is also helpful when network connection is poor.
|
|
328
317
|
*
|
|
329
|
-
* To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see the [Resumable Upload API](
|
|
330
|
-
*
|
|
331
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
318
|
+
* To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see the [Resumable Upload API](#resumable-upload-api) article.
|
|
332
319
|
*/
|
|
333
320
|
export function generateFileResumableUploadUrl(payload) {
|
|
334
321
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_generateFileResumableUploadUrlRequest, {});
|
|
@@ -364,9 +351,7 @@ export function generateFileResumableUploadUrl(payload) {
|
|
|
364
351
|
* 2. Pass the file's name and extension. For example, `'my-image.png'`.
|
|
365
352
|
* 3. If you don't know the file's extension or MIME type, pass its [media type](https://support.wix.com/en/article/wix-media-supported-media-file-types-and-file-sizes) in the `mediaType` parameter of the request. For example, `'IMAGE'`. Note that this option only works if the server hosting the media allows a 'HEAD' request.
|
|
366
353
|
*
|
|
367
|
-
* >**
|
|
368
|
-
* > - This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
369
|
-
* > - The `media` property isn't returned in the `files` response object.
|
|
354
|
+
* >**Note:** The `media` property isn't returned in the `files` response object.
|
|
370
355
|
*
|
|
371
356
|
*/
|
|
372
357
|
export function importFile(payload) {
|
|
@@ -415,9 +400,7 @@ export function importFile(payload) {
|
|
|
415
400
|
* 2. Pass each file's name and extension. For example, `'my-image.png'`.
|
|
416
401
|
* 3. If you don't know a file's extension or MIME type, pass its [media type](https://support.wix.com/en/article/wix-media-supported-media-file-types-and-file-sizes) in the `mediaType` parameter of the request. For example, `'IMAGE'`. Note that this option only works if the server hosting the media allows a 'HEAD' request.
|
|
417
402
|
*
|
|
418
|
-
* >**
|
|
419
|
-
* > - This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
420
|
-
* > - The `media` property isn't returned in the `files` response object.
|
|
403
|
+
* >**Note:** The `media` property isn't returned in the `files` response object.
|
|
421
404
|
*/
|
|
422
405
|
export function bulkImportFiles(payload) {
|
|
423
406
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_bulkImportFilesRequest, { _importFileRequest });
|
|
@@ -458,8 +441,6 @@ export function bulkImportFiles(payload) {
|
|
|
458
441
|
* Retrieves a list of files in the Media Manager.
|
|
459
442
|
*
|
|
460
443
|
* To retrieve a list of files within a specific folder in the Media Manager, pass the folder's ID in the `parentFolderId` parameter. If no folder is specified, the endpoint retrieves the list of files in the root folder of the Media Manager.
|
|
461
|
-
*
|
|
462
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
463
444
|
*/
|
|
464
445
|
export function listFiles(payload) {
|
|
465
446
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_listFilesRequest, {});
|
|
@@ -500,8 +481,6 @@ export function listFiles(payload) {
|
|
|
500
481
|
* Searches all folders in the Media Manager and returns a list of files that match the terms specified in the optional parameters.
|
|
501
482
|
*
|
|
502
483
|
* If no parameters are specified, the endpoint returns all files in the `MEDIA_ROOT` folder.
|
|
503
|
-
*
|
|
504
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
505
484
|
*/
|
|
506
485
|
export function searchFiles(payload) {
|
|
507
486
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_searchFilesRequest, {});
|
|
@@ -542,8 +521,6 @@ export function searchFiles(payload) {
|
|
|
542
521
|
* Generates a URL for streaming a specific video file in the Media Manager.
|
|
543
522
|
*
|
|
544
523
|
* To stream different assets of the file, use the `assetKeys` parameter which generates a video streaming URL for each asset. If no assetKey is specified, it defaults to `src`, which generates one video streaming URL in the original file's format and quality.
|
|
545
|
-
*
|
|
546
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
547
524
|
*/
|
|
548
525
|
export function generateVideoStreamingUrl(payload) {
|
|
549
526
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_generateVideoStreamingUrlRequest, {});
|
|
@@ -573,15 +550,12 @@ export function generateVideoStreamingUrl(payload) {
|
|
|
573
550
|
*
|
|
574
551
|
* The deleted files are moved to the Media Manager's trash bin (`TRASH-ROOT` folder) unless permanently deleted. To permanently delete files, pass the `permanent` parameter with the value `true`. Permanently deleting files isn't reversible, so make sure that these files aren't being used in a site or in any other way as the files will no longer be accessible.
|
|
575
552
|
*
|
|
576
|
-
*
|
|
577
|
-
*
|
|
578
|
-
*
|
|
579
|
-
*
|
|
580
|
-
*
|
|
581
|
-
*
|
|
582
|
-
*
|
|
583
|
-
*
|
|
584
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
553
|
+
* >**Notes:**
|
|
554
|
+
* > - The specified files can be from different folders.
|
|
555
|
+
* > - Moving multiple files at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
|
|
556
|
+
* > - Attempting to delete files that are already in the trash bin doesn't result in an error.
|
|
557
|
+
* > - If your site contains deleted media files, the deleted media files still appear on your site as the files are still in the Media Manager (in the trash bin).
|
|
558
|
+
* > - You can use the [Bulk Restore Files From Trash Bin](#bulkrestorefilesfromtrashbin) endpoint to restore files from the Media Manager's trash bin.
|
|
585
559
|
*/
|
|
586
560
|
export function bulkDeleteFiles(payload) {
|
|
587
561
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_bulkDeleteFilesRequest, {});
|
|
@@ -605,10 +579,7 @@ export function bulkDeleteFiles(payload) {
|
|
|
605
579
|
__bulkDeleteFiles.fromReq = fromReq;
|
|
606
580
|
return __bulkDeleteFiles;
|
|
607
581
|
}
|
|
608
|
-
/**
|
|
609
|
-
* Restores the specified files from the Media Manager's trash bin, and moves them to their original locations in the Media Manager.
|
|
610
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
611
|
-
*/
|
|
582
|
+
/** Restores the specified files from the Media Manager's trash bin, and moves them to their original locations in the Media Manager. */
|
|
612
583
|
export function bulkRestoreFilesFromTrashBin(payload) {
|
|
613
584
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_bulkRestoreFilesFromTrashBinRequest, {});
|
|
614
585
|
const { fromJSON: fromRes } = serializer(_bulkRestoreFilesFromTrashBinResponse, {});
|
|
@@ -633,9 +604,8 @@ export function bulkRestoreFilesFromTrashBin(payload) {
|
|
|
633
604
|
}
|
|
634
605
|
/**
|
|
635
606
|
* Retrieves a list of files in the Media Manager's trash bin.
|
|
636
|
-
*
|
|
637
|
-
*
|
|
638
|
-
* > - The Media Manager's trash bin (`TRASH-ROOT` folder) only contains temporarily deleted files, not permanently deleted files.
|
|
607
|
+
*
|
|
608
|
+
* >**Note:** The Media Manager's trash bin (`TRASH-ROOT` folder) only contains temporarily deleted files, not permanently deleted files.
|
|
639
609
|
*/
|
|
640
610
|
export function listDeletedFiles(payload) {
|
|
641
611
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_listDeletedFilesRequest, {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"media-site-media-v1-file-descriptor.http.js","sourceRoot":"","sources":["../../../src/media-site-media-v1-file-descriptor.http.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"media-site-media-v1-file-descriptor.http.js","sourceRoot":"","sources":["../../../src/media-site-media-v1-file-descriptor.http.ts"],"names":[],"mappings":"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"}
|
|
@@ -665,12 +665,10 @@ export interface ListDeletedFilesResponse {
|
|
|
665
665
|
* Generates a URL for downloading a compressed file containing specific files in the Media Manager.
|
|
666
666
|
*
|
|
667
667
|
* The compressed file can contain up to 1000 files.
|
|
668
|
-
*
|
|
669
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
670
668
|
* @param fileIds - IDs of the files to download.
|
|
671
669
|
* @public
|
|
672
|
-
* @documentationMaturity preview
|
|
673
670
|
* @requiredField fileIds
|
|
671
|
+
* @permissionScope Manage Media Manager
|
|
674
672
|
*/
|
|
675
673
|
export declare function generateFilesDownloadUrl(fileIds: string[]): Promise<GenerateFilesDownloadUrlResponse>;
|
|
676
674
|
/**
|
|
@@ -680,13 +678,11 @@ export declare function generateFilesDownloadUrl(fileIds: string[]): Promise<Gen
|
|
|
680
678
|
* If no `assetKey` is specified, it defaults to `src`, which generates one download URL in the original file's format and quality.
|
|
681
679
|
*
|
|
682
680
|
* Use this endpoint to grant external clients access to a private media file. Use the `expirationInMinutes` parameter to set the URL expiration time, and the `expirationRedirectUrl` parameter to add a redirect url when the URL expires.
|
|
683
|
-
*
|
|
684
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
685
681
|
* @param fileId - File ID.
|
|
686
682
|
* @public
|
|
687
|
-
* @documentationMaturity preview
|
|
688
683
|
* @requiredField fileId
|
|
689
684
|
* @param options - Options to use when generating a file's download URL.
|
|
685
|
+
* @permissionScope Manage Media Manager
|
|
690
686
|
*/
|
|
691
687
|
export declare function generateFileDownloadUrl(fileId: string, options?: GenerateFileDownloadUrlOptions): Promise<GenerateFileDownloadUrlResponse>;
|
|
692
688
|
export interface GenerateFileDownloadUrlOptions {
|
|
@@ -715,21 +711,19 @@ export interface GenerateFileDownloadUrlOptions {
|
|
|
715
711
|
}
|
|
716
712
|
/**
|
|
717
713
|
* Gets information about a specific file in the Media Manager.
|
|
718
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
719
714
|
* @param fileId - File ID.
|
|
720
715
|
* @public
|
|
721
|
-
* @documentationMaturity preview
|
|
722
716
|
* @requiredField fileId
|
|
717
|
+
* @permissionScope Read Media Manager
|
|
723
718
|
* @returns Information about the file.
|
|
724
719
|
*/
|
|
725
720
|
export declare function getFileDescriptor(fileId: string): Promise<FileDescriptor>;
|
|
726
721
|
/**
|
|
727
722
|
* Gets information about the specified files in the Media Manager.
|
|
728
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
729
723
|
* @param fileIds - File IDs.
|
|
730
724
|
* @public
|
|
731
|
-
* @documentationMaturity preview
|
|
732
725
|
* @requiredField fileIds
|
|
726
|
+
* @permissionScope Read Media Manager
|
|
733
727
|
*/
|
|
734
728
|
export declare function getFileDescriptors(fileIds: string[]): Promise<GetFileDescriptorsResponse>;
|
|
735
729
|
/**
|
|
@@ -738,9 +732,9 @@ export declare function getFileDescriptors(fileIds: string[]): Promise<GetFileDe
|
|
|
738
732
|
* You can use the `parentFolderId` parameter to move a file from its current folder to a different folder.
|
|
739
733
|
* @param _id - File ID. Generated when a file is uploaded to the Media Manager.
|
|
740
734
|
* @public
|
|
741
|
-
* @documentationMaturity preview
|
|
742
735
|
* @requiredField _id
|
|
743
736
|
* @requiredField file
|
|
737
|
+
* @permissionScope Manage Media Manager
|
|
744
738
|
* @returns Information about the updated file.
|
|
745
739
|
*/
|
|
746
740
|
export declare function updateFileDescriptor(_id: string, file: UpdateFileDescriptorFile): Promise<FileDescriptor>;
|
|
@@ -834,15 +828,14 @@ export interface UpdateFileDescriptorFile {
|
|
|
834
828
|
/**
|
|
835
829
|
* Generates an upload URL to allow external clients to upload a file to the Media Manager.
|
|
836
830
|
*
|
|
837
|
-
* To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see the [Upload API](
|
|
838
|
-
*
|
|
839
|
-
* >
|
|
840
|
-
* > - Any interruption in the upload process stops the file upload. For files larger than 10MB, or when network connection is poor, use the [Generate File Resumable Upload Url](https://www.wix.com/velo/reference/wix-media-v2/files/generatefileresumableuploadurl) instead. With the resumable upload URL, any interruption in the upload process pauses the file upload, and resumes the file upload process after the interruption.
|
|
831
|
+
* To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see the [Upload API](#upload-api).
|
|
832
|
+
*
|
|
833
|
+
* > **Note:** Any interruption in the upload process stops the file upload. For files larger than 10MB, or when network connection is poor, use the [Generate File Resumable Upload Url](#generatefileresumableuploadurl) instead. With the resumable upload URL, any interruption in the upload process pauses the file upload, and resumes the file upload process after the interruption.
|
|
841
834
|
* @param mimeType - File mime type.
|
|
842
835
|
* @public
|
|
843
|
-
* @documentationMaturity preview
|
|
844
836
|
* @requiredField mimeType
|
|
845
837
|
* @param options - Options to use when generating a file's upload URL.
|
|
838
|
+
* @permissionScope Manage Media Manager
|
|
846
839
|
*/
|
|
847
840
|
export declare function generateFileUploadUrl(mimeType: string | null, options?: GenerateFileUploadUrlOptions): Promise<GenerateFileUploadUrlResponse>;
|
|
848
841
|
export interface GenerateFileUploadUrlOptions {
|
|
@@ -870,14 +863,12 @@ export interface GenerateFileUploadUrlOptions {
|
|
|
870
863
|
*
|
|
871
864
|
* With the resumable upload URL, any interruptions in the upload process pauses the file upload, and resumes the file upload process after the interruption. The resumable upload URL is also helpful when network connection is poor.
|
|
872
865
|
*
|
|
873
|
-
* To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see the [Resumable Upload API](
|
|
874
|
-
*
|
|
875
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
866
|
+
* To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see the [Resumable Upload API](#resumable-upload-api) article.
|
|
876
867
|
* @param mimeType - File mime type.
|
|
877
868
|
* @public
|
|
878
|
-
* @documentationMaturity preview
|
|
879
869
|
* @requiredField mimeType
|
|
880
870
|
* @param options - Options to use when generating a resumable upload URL.
|
|
871
|
+
* @permissionScope Manage Media Manager
|
|
881
872
|
*/
|
|
882
873
|
export declare function generateFileResumableUploadUrl(mimeType: string | null, options?: GenerateFileResumableUploadUrlOptions): Promise<GenerateFileResumableUploadUrlResponse>;
|
|
883
874
|
export interface GenerateFileResumableUploadUrlOptions {
|
|
@@ -916,15 +907,13 @@ export interface GenerateFileResumableUploadUrlOptions {
|
|
|
916
907
|
* 2. Pass the file's name and extension. For example, `'my-image.png'`.
|
|
917
908
|
* 3. If you don't know the file's extension or MIME type, pass its [media type](https://support.wix.com/en/article/wix-media-supported-media-file-types-and-file-sizes) in the `mediaType` parameter of the request. For example, `'IMAGE'`. Note that this option only works if the server hosting the media allows a 'HEAD' request.
|
|
918
909
|
*
|
|
919
|
-
* >**
|
|
920
|
-
* > - This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
921
|
-
* > - The `media` property isn't returned in the `files` response object.
|
|
910
|
+
* >**Note:** The `media` property isn't returned in the `files` response object.
|
|
922
911
|
*
|
|
923
912
|
* @param url - Publicly accessible external file URL.
|
|
924
913
|
* @public
|
|
925
|
-
* @documentationMaturity preview
|
|
926
914
|
* @requiredField url
|
|
927
915
|
* @param options - Options to use when importing a single file.
|
|
916
|
+
* @permissionScope Manage Media Manager
|
|
928
917
|
*/
|
|
929
918
|
export declare function importFile(url: string, options?: ImportFileOptions): Promise<ImportFileResponse>;
|
|
930
919
|
export interface ImportFileOptions {
|
|
@@ -965,26 +954,22 @@ export interface ImportFileOptions {
|
|
|
965
954
|
* 2. Pass each file's name and extension. For example, `'my-image.png'`.
|
|
966
955
|
* 3. If you don't know a file's extension or MIME type, pass its [media type](https://support.wix.com/en/article/wix-media-supported-media-file-types-and-file-sizes) in the `mediaType` parameter of the request. For example, `'IMAGE'`. Note that this option only works if the server hosting the media allows a 'HEAD' request.
|
|
967
956
|
*
|
|
968
|
-
* >**
|
|
969
|
-
* > - This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
970
|
-
* > - The `media` property isn't returned in the `files` response object.
|
|
957
|
+
* >**Note:** The `media` property isn't returned in the `files` response object.
|
|
971
958
|
* @param importFileRequests - Information about the files to import.
|
|
972
959
|
* @public
|
|
973
|
-
* @documentationMaturity preview
|
|
974
960
|
* @requiredField importFileRequests
|
|
975
961
|
* @requiredField importFileRequests.url
|
|
976
962
|
* @param options - Options to use when uploading multiple files.
|
|
963
|
+
* @permissionScope Manage Media Manager
|
|
977
964
|
*/
|
|
978
965
|
export declare function bulkImportFiles(importFileRequests: ImportFileRequest[]): Promise<BulkImportFilesResponse>;
|
|
979
966
|
/**
|
|
980
967
|
* Retrieves a list of files in the Media Manager.
|
|
981
968
|
*
|
|
982
969
|
* To retrieve a list of files within a specific folder in the Media Manager, pass the folder's ID in the `parentFolderId` parameter. If no folder is specified, the endpoint retrieves the list of files in the root folder of the Media Manager.
|
|
983
|
-
*
|
|
984
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
985
970
|
* @public
|
|
986
|
-
* @documentationMaturity preview
|
|
987
971
|
* @param options - Options to use when listing media files.
|
|
972
|
+
* @permissionScope Read Media Manager
|
|
988
973
|
*/
|
|
989
974
|
export declare function listFiles(options?: ListFilesOptions): Promise<ListFilesResponse>;
|
|
990
975
|
export interface ListFilesOptions {
|
|
@@ -1015,11 +1000,9 @@ export interface ListFilesOptions {
|
|
|
1015
1000
|
* Searches all folders in the Media Manager and returns a list of files that match the terms specified in the optional parameters.
|
|
1016
1001
|
*
|
|
1017
1002
|
* If no parameters are specified, the endpoint returns all files in the `MEDIA_ROOT` folder.
|
|
1018
|
-
*
|
|
1019
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
1020
1003
|
* @public
|
|
1021
|
-
* @documentationMaturity preview
|
|
1022
1004
|
* @param options - Options to specify which folders to search.
|
|
1005
|
+
* @permissionScope Read Media Manager
|
|
1023
1006
|
*/
|
|
1024
1007
|
export declare function searchFiles(options?: SearchFilesOptions): Promise<SearchFilesResponse>;
|
|
1025
1008
|
export interface SearchFilesOptions {
|
|
@@ -1056,13 +1039,11 @@ export interface SearchFilesOptions {
|
|
|
1056
1039
|
* Generates a URL for streaming a specific video file in the Media Manager.
|
|
1057
1040
|
*
|
|
1058
1041
|
* To stream different assets of the file, use the `assetKeys` parameter which generates a video streaming URL for each asset. If no assetKey is specified, it defaults to `src`, which generates one video streaming URL in the original file's format and quality.
|
|
1059
|
-
*
|
|
1060
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
1061
1042
|
* @param fileId - File ID.
|
|
1062
1043
|
* @public
|
|
1063
|
-
* @documentationMaturity preview
|
|
1064
1044
|
* @requiredField fileId
|
|
1065
1045
|
* @param options - Options to use when generating a video file's streaming URL.
|
|
1046
|
+
* @permissionScope Read Media Manager
|
|
1066
1047
|
*/
|
|
1067
1048
|
export declare function generateVideoStreamingUrl(fileId: string, options?: GenerateVideoStreamingUrlOptions): Promise<GenerateVideoStreamingUrlResponse>;
|
|
1068
1049
|
export interface GenerateVideoStreamingUrlOptions {
|
|
@@ -1081,20 +1062,17 @@ export interface GenerateVideoStreamingUrlOptions {
|
|
|
1081
1062
|
*
|
|
1082
1063
|
* The deleted files are moved to the Media Manager's trash bin (`TRASH-ROOT` folder) unless permanently deleted. To permanently delete files, pass the `permanent` parameter with the value `true`. Permanently deleting files isn't reversible, so make sure that these files aren't being used in a site or in any other way as the files will no longer be accessible.
|
|
1083
1064
|
*
|
|
1084
|
-
*
|
|
1085
|
-
*
|
|
1086
|
-
*
|
|
1087
|
-
*
|
|
1088
|
-
*
|
|
1089
|
-
*
|
|
1090
|
-
*
|
|
1091
|
-
*
|
|
1092
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
1065
|
+
* >**Notes:**
|
|
1066
|
+
* > - The specified files can be from different folders.
|
|
1067
|
+
* > - Moving multiple files at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
|
|
1068
|
+
* > - Attempting to delete files that are already in the trash bin doesn't result in an error.
|
|
1069
|
+
* > - If your site contains deleted media files, the deleted media files still appear on your site as the files are still in the Media Manager (in the trash bin).
|
|
1070
|
+
* > - You can use the [Bulk Restore Files From Trash Bin](#bulkrestorefilesfromtrashbin) endpoint to restore files from the Media Manager's trash bin.
|
|
1093
1071
|
* @param fileIds - IDs of the files to move to the Media Manager's trash bin.
|
|
1094
1072
|
* @public
|
|
1095
|
-
* @documentationMaturity preview
|
|
1096
1073
|
* @requiredField fileIds
|
|
1097
1074
|
* @param options - Options to use when deleting files.
|
|
1075
|
+
* @permissionScope Manage Media Manager
|
|
1098
1076
|
*/
|
|
1099
1077
|
export declare function bulkDeleteFiles(fileIds: string[], options?: BulkDeleteFilesOptions): Promise<void>;
|
|
1100
1078
|
export interface BulkDeleteFilesOptions {
|
|
@@ -1106,21 +1084,21 @@ export interface BulkDeleteFilesOptions {
|
|
|
1106
1084
|
}
|
|
1107
1085
|
/**
|
|
1108
1086
|
* Restores the specified files from the Media Manager's trash bin, and moves them to their original locations in the Media Manager.
|
|
1109
|
-
* >**Note:** This function is restricted and only runs if you elevate permissions using the [`wix-auth.elevate()`](https://www.wix.com/velo/reference/wix-auth/elevate) function.
|
|
1110
1087
|
* @param fileIds - IDs of the files to restore from the Media Manager's trash bin.
|
|
1111
1088
|
* @public
|
|
1112
|
-
* @documentationMaturity preview
|
|
1113
1089
|
* @requiredField fileIds
|
|
1090
|
+
* @permissionScope Manage Media Manager
|
|
1114
1091
|
*/
|
|
1115
1092
|
export declare function bulkRestoreFilesFromTrashBin(fileIds: string[]): Promise<void>;
|
|
1116
1093
|
/**
|
|
1117
1094
|
* Retrieves a list of files in the Media Manager's trash bin.
|
|
1118
|
-
*
|
|
1119
|
-
*
|
|
1120
|
-
*
|
|
1095
|
+
*
|
|
1096
|
+
* >**Note:** The Media Manager's trash bin (`TRASH-ROOT` folder) only contains temporarily deleted files, not permanently deleted files.
|
|
1097
|
+
*
|
|
1098
|
+
* This function is not a universal function and runs only on the backend.
|
|
1121
1099
|
* @public
|
|
1122
|
-
* @documentationMaturity preview
|
|
1123
1100
|
* @param options - Options to use when listing deleted files from the trash bin.
|
|
1101
|
+
* @permissionScope Read Media Manager
|
|
1124
1102
|
*/
|
|
1125
1103
|
export declare function listDeletedFiles(options?: ListDeletedFilesOptions): Promise<ListDeletedFilesResponse>;
|
|
1126
1104
|
export interface ListDeletedFilesOptions {
|