@wix/media 1.0.0 → 1.0.1

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.
@@ -26,15 +26,15 @@ export declare function updateFile(payload: UpdateFileRequest): RequestOptionsFa
26
26
  /**
27
27
  * Generates an upload URL to allow external clients to upload a file to the Media Manager. <br/>
28
28
  *
29
- * To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see [Using the Upload Url](#upload-api) article.
30
- * >**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](https://dev.wix.com/api/rest/all-apis/site-media---media-manager-backend/files/generate-file-resumable-upload-url) 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.
29
+ * 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](https://dev.wix.com/api/rest/media/media-manager/upload-api) article.
30
+ * >**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](https://dev.wix.com/api/rest/media/media-manager/files/generate-file-resumable-upload-url) 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.
31
31
  */
32
32
  export declare function generateFileUploadUrl(payload: GenerateFileUploadUrlRequest): RequestOptionsFactory<GenerateFileUploadUrlResponse>;
33
33
  /**
34
34
  * Generates a resumable upload URL to allow external clients to easily upload large files over 10MB to the Media Manager. <br/>
35
35
  *
36
36
  * 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.
37
- * To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see [Using the Resumable Upload Url](#upload-api) article.
37
+ * 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](https://dev.wix.com/api/rest/media/media-manager/resumable-upload-api) article.
38
38
  */
39
39
  export declare function generateFileResumableUploadUrl(payload: GenerateFileResumableUploadUrlRequest): RequestOptionsFactory<GenerateFileResumableUploadUrlResponse>;
40
40
  /**
@@ -94,7 +94,7 @@ export declare function generateVideoStreamingUrl(payload: GenerateVideoStreamin
94
94
  * * Moving multiple files at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
95
95
  * * Attempting to delete files that are already in the trash bin doesn't result in an error.
96
96
  * * 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).
97
- * * You can use the [Bulk Restore Files From Trash Bin](bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
97
+ * * You can use the [Bulk Restore Files From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/files/bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
98
98
  */
99
99
  export declare function bulkDeleteFiles(payload: BulkDeleteFilesRequest): RequestOptionsFactory<BulkDeleteFilesResponse>;
100
100
  /** Restores the specified files from the Media Manager's trash bin, and moves them to their original locations in the Media Manager. */
@@ -218,8 +218,8 @@ exports.updateFile = updateFile;
218
218
  /**
219
219
  * Generates an upload URL to allow external clients to upload a file to the Media Manager. <br/>
220
220
  *
221
- * To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see [Using the Upload Url](#upload-api) article.
222
- * >**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](https://dev.wix.com/api/rest/all-apis/site-media---media-manager-backend/files/generate-file-resumable-upload-url) 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.
221
+ * 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](https://dev.wix.com/api/rest/media/media-manager/upload-api) article.
222
+ * >**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](https://dev.wix.com/api/rest/media/media-manager/files/generate-file-resumable-upload-url) 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.
223
223
  */
224
224
  function generateFileUploadUrl(payload) {
225
225
  const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_generateFileUploadUrlRequest, {});
@@ -246,7 +246,7 @@ exports.generateFileUploadUrl = generateFileUploadUrl;
246
246
  * Generates a resumable upload URL to allow external clients to easily upload large files over 10MB to the Media Manager. <br/>
247
247
  *
248
248
  * 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.
249
- * To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see [Using the Resumable Upload Url](#upload-api) article.
249
+ * 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](https://dev.wix.com/api/rest/media/media-manager/resumable-upload-api) article.
250
250
  */
251
251
  function generateFileResumableUploadUrl(payload) {
252
252
  const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_generateFileResumableUploadUrlRequest, {});
@@ -470,7 +470,7 @@ exports.generateVideoStreamingUrl = generateVideoStreamingUrl;
470
470
  * * Moving multiple files at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
471
471
  * * Attempting to delete files that are already in the trash bin doesn't result in an error.
472
472
  * * 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).
473
- * * You can use the [Bulk Restore Files From Trash Bin](bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
473
+ * * You can use the [Bulk Restore Files From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/files/bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
474
474
  */
475
475
  function bulkDeleteFiles(payload) {
476
476
  const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_bulkDeleteFilesRequest, {});
@@ -589,8 +589,8 @@ export interface UpdateFileOptions {
589
589
  /**
590
590
  * Generates an upload URL to allow external clients to upload a file to the Media Manager. <br/>
591
591
  *
592
- * To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see [Using the Upload Url](#upload-api) article.
593
- * >**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](https://dev.wix.com/api/rest/all-apis/site-media---media-manager-backend/files/generate-file-resumable-upload-url) 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.
592
+ * 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](https://dev.wix.com/api/rest/media/media-manager/upload-api) article.
593
+ * >**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](https://dev.wix.com/api/rest/media/media-manager/files/generate-file-resumable-upload-url) 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.
594
594
  * @param mimeType - File mime type.
595
595
  * @public
596
596
  * @documentationMaturity preview
@@ -621,7 +621,7 @@ export interface GenerateFileUploadUrlOptions {
621
621
  * Generates a resumable upload URL to allow external clients to easily upload large files over 10MB to the Media Manager. <br/>
622
622
  *
623
623
  * 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.
624
- * To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see [Using the Resumable Upload Url](#upload-api) article.
624
+ * 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](https://dev.wix.com/api/rest/media/media-manager/resumable-upload-api) article.
625
625
  * @param mimeType - File mime type.
626
626
  * @public
627
627
  * @documentationMaturity preview
@@ -793,7 +793,7 @@ export interface GenerateVideoStreamingUrlOptions {
793
793
  * * Moving multiple files at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
794
794
  * * Attempting to delete files that are already in the trash bin doesn't result in an error.
795
795
  * * 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).
796
- * * You can use the [Bulk Restore Files From Trash Bin](bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
796
+ * * You can use the [Bulk Restore Files From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/files/bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
797
797
  * @public
798
798
  * @documentationMaturity preview
799
799
  */
@@ -364,8 +364,8 @@ exports.updateFile = updateFile;
364
364
  /**
365
365
  * Generates an upload URL to allow external clients to upload a file to the Media Manager. <br/>
366
366
  *
367
- * To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see [Using the Upload Url](#upload-api) article.
368
- * >**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](https://dev.wix.com/api/rest/all-apis/site-media---media-manager-backend/files/generate-file-resumable-upload-url) 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.
367
+ * 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](https://dev.wix.com/api/rest/media/media-manager/upload-api) article.
368
+ * >**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](https://dev.wix.com/api/rest/media/media-manager/files/generate-file-resumable-upload-url) 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.
369
369
  * @param mimeType - File mime type.
370
370
  * @public
371
371
  * @documentationMaturity preview
@@ -428,7 +428,7 @@ exports.generateFileUploadUrl = generateFileUploadUrl;
428
428
  * Generates a resumable upload URL to allow external clients to easily upload large files over 10MB to the Media Manager. <br/>
429
429
  *
430
430
  * 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.
431
- * To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see [Using the Resumable Upload Url](#upload-api) article.
431
+ * 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](https://dev.wix.com/api/rest/media/media-manager/resumable-upload-api) article.
432
432
  * @param mimeType - File mime type.
433
433
  * @public
434
434
  * @documentationMaturity preview
@@ -800,7 +800,7 @@ exports.generateVideoStreamingUrl = generateVideoStreamingUrl;
800
800
  * * Moving multiple files at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
801
801
  * * Attempting to delete files that are already in the trash bin doesn't result in an error.
802
802
  * * 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).
803
- * * You can use the [Bulk Restore Files From Trash Bin](bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
803
+ * * You can use the [Bulk Restore Files From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/files/bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
804
804
  * @public
805
805
  * @documentationMaturity preview
806
806
  */
@@ -40,7 +40,7 @@ export declare function generateFolderDownloadUrl(payload: GenerateFolderDownloa
40
40
  * * Moving multiple folders at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
41
41
  * * Attempting to delete folders that are already in the trash bin doesn't result in an error.
42
42
  * * If your site contains files from a deleted media folder, the files still appear on your site as the deleted folder is still in the Media Manager (in the trash bin).
43
- * * You can use the [Bulk Restore Folders From Trash Bin](bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
43
+ * * You can use the [Bulk Restore Folders From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/folders/bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
44
44
  */
45
45
  export declare function bulkDeleteFolders(payload: BulkDeleteFoldersRequest): RequestOptionsFactory<BulkDeleteFoldersResponse>;
46
46
  /** Restores the specified folders from the Media Manager's trash bin, and moves them to their original locations in the Media Manager. */
@@ -213,7 +213,7 @@ exports.generateFolderDownloadUrl = generateFolderDownloadUrl;
213
213
  * * Moving multiple folders at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
214
214
  * * Attempting to delete folders that are already in the trash bin doesn't result in an error.
215
215
  * * If your site contains files from a deleted media folder, the files still appear on your site as the deleted folder is still in the Media Manager (in the trash bin).
216
- * * You can use the [Bulk Restore Folders From Trash Bin](bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
216
+ * * You can use the [Bulk Restore Folders From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/folders/bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
217
217
  */
218
218
  function bulkDeleteFolders(payload) {
219
219
  const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_bulkDeleteFoldersRequest, {});
@@ -294,7 +294,7 @@ export declare function generateFolderDownloadUrl(folderId: string): Promise<Gen
294
294
  * * Moving multiple folders at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
295
295
  * * Attempting to delete folders that are already in the trash bin doesn't result in an error.
296
296
  * * If your site contains files from a deleted media folder, the files still appear on your site as the deleted folder is still in the Media Manager (in the trash bin).
297
- * * You can use the [Bulk Restore Folders From Trash Bin](bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
297
+ * * You can use the [Bulk Restore Folders From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/folders/bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
298
298
  * @param folderIds - IDs of the folders to move to the Media Manager's trash bin.
299
299
  * @public
300
300
  * @documentationMaturity preview
@@ -423,7 +423,7 @@ exports.generateFolderDownloadUrl = generateFolderDownloadUrl;
423
423
  * * Moving multiple folders at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
424
424
  * * Attempting to delete folders that are already in the trash bin doesn't result in an error.
425
425
  * * If your site contains files from a deleted media folder, the files still appear on your site as the deleted folder is still in the Media Manager (in the trash bin).
426
- * * You can use the [Bulk Restore Folders From Trash Bin](bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
426
+ * * You can use the [Bulk Restore Folders From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/folders/bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
427
427
  * @param folderIds - IDs of the folders to move to the Media Manager's trash bin.
428
428
  * @public
429
429
  * @documentationMaturity preview
@@ -26,15 +26,15 @@ export declare function updateFile(payload: UpdateFileRequest): RequestOptionsFa
26
26
  /**
27
27
  * Generates an upload URL to allow external clients to upload a file to the Media Manager. <br/>
28
28
  *
29
- * To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see [Using the Upload Url](#upload-api) article.
30
- * >**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](https://dev.wix.com/api/rest/all-apis/site-media---media-manager-backend/files/generate-file-resumable-upload-url) 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.
29
+ * 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](https://dev.wix.com/api/rest/media/media-manager/upload-api) article.
30
+ * >**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](https://dev.wix.com/api/rest/media/media-manager/files/generate-file-resumable-upload-url) 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.
31
31
  */
32
32
  export declare function generateFileUploadUrl(payload: GenerateFileUploadUrlRequest): RequestOptionsFactory<GenerateFileUploadUrlResponse>;
33
33
  /**
34
34
  * Generates a resumable upload URL to allow external clients to easily upload large files over 10MB to the Media Manager. <br/>
35
35
  *
36
36
  * 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.
37
- * To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see [Using the Resumable Upload Url](#upload-api) article.
37
+ * 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](https://dev.wix.com/api/rest/media/media-manager/resumable-upload-api) article.
38
38
  */
39
39
  export declare function generateFileResumableUploadUrl(payload: GenerateFileResumableUploadUrlRequest): RequestOptionsFactory<GenerateFileResumableUploadUrlResponse>;
40
40
  /**
@@ -94,7 +94,7 @@ export declare function generateVideoStreamingUrl(payload: GenerateVideoStreamin
94
94
  * * Moving multiple files at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
95
95
  * * Attempting to delete files that are already in the trash bin doesn't result in an error.
96
96
  * * 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).
97
- * * You can use the [Bulk Restore Files From Trash Bin](bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
97
+ * * You can use the [Bulk Restore Files From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/files/bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
98
98
  */
99
99
  export declare function bulkDeleteFiles(payload: BulkDeleteFilesRequest): RequestOptionsFactory<BulkDeleteFilesResponse>;
100
100
  /** Restores the specified files from the Media Manager's trash bin, and moves them to their original locations in the Media Manager. */
@@ -211,8 +211,8 @@ export function updateFile(payload) {
211
211
  /**
212
212
  * Generates an upload URL to allow external clients to upload a file to the Media Manager. <br/>
213
213
  *
214
- * To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see [Using the Upload Url](#upload-api) article.
215
- * >**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](https://dev.wix.com/api/rest/all-apis/site-media---media-manager-backend/files/generate-file-resumable-upload-url) 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.
214
+ * 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](https://dev.wix.com/api/rest/media/media-manager/upload-api) article.
215
+ * >**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](https://dev.wix.com/api/rest/media/media-manager/files/generate-file-resumable-upload-url) 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.
216
216
  */
217
217
  export function generateFileUploadUrl(payload) {
218
218
  const { toJSON: toReq, fromJSON: fromReq } = serializer(_generateFileUploadUrlRequest, {});
@@ -238,7 +238,7 @@ export function generateFileUploadUrl(payload) {
238
238
  * Generates a resumable upload URL to allow external clients to easily upload large files over 10MB to the Media Manager. <br/>
239
239
  *
240
240
  * 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.
241
- * To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see [Using the Resumable Upload Url](#upload-api) article.
241
+ * 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](https://dev.wix.com/api/rest/media/media-manager/resumable-upload-api) article.
242
242
  */
243
243
  export function generateFileResumableUploadUrl(payload) {
244
244
  const { toJSON: toReq, fromJSON: fromReq } = serializer(_generateFileResumableUploadUrlRequest, {});
@@ -456,7 +456,7 @@ export function generateVideoStreamingUrl(payload) {
456
456
  * * Moving multiple files at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
457
457
  * * Attempting to delete files that are already in the trash bin doesn't result in an error.
458
458
  * * 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).
459
- * * You can use the [Bulk Restore Files From Trash Bin](bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
459
+ * * You can use the [Bulk Restore Files From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/files/bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
460
460
  */
461
461
  export function bulkDeleteFiles(payload) {
462
462
  const { toJSON: toReq, fromJSON: fromReq } = serializer(_bulkDeleteFilesRequest, {});
@@ -589,8 +589,8 @@ export interface UpdateFileOptions {
589
589
  /**
590
590
  * Generates an upload URL to allow external clients to upload a file to the Media Manager. <br/>
591
591
  *
592
- * To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see [Using the Upload Url](#upload-api) article.
593
- * >**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](https://dev.wix.com/api/rest/all-apis/site-media---media-manager-backend/files/generate-file-resumable-upload-url) 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.
592
+ * 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](https://dev.wix.com/api/rest/media/media-manager/upload-api) article.
593
+ * >**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](https://dev.wix.com/api/rest/media/media-manager/files/generate-file-resumable-upload-url) 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.
594
594
  * @param mimeType - File mime type.
595
595
  * @public
596
596
  * @documentationMaturity preview
@@ -621,7 +621,7 @@ export interface GenerateFileUploadUrlOptions {
621
621
  * Generates a resumable upload URL to allow external clients to easily upload large files over 10MB to the Media Manager. <br/>
622
622
  *
623
623
  * 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.
624
- * To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see [Using the Resumable Upload Url](#upload-api) article.
624
+ * 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](https://dev.wix.com/api/rest/media/media-manager/resumable-upload-api) article.
625
625
  * @param mimeType - File mime type.
626
626
  * @public
627
627
  * @documentationMaturity preview
@@ -793,7 +793,7 @@ export interface GenerateVideoStreamingUrlOptions {
793
793
  * * Moving multiple files at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
794
794
  * * Attempting to delete files that are already in the trash bin doesn't result in an error.
795
795
  * * 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).
796
- * * You can use the [Bulk Restore Files From Trash Bin](bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
796
+ * * You can use the [Bulk Restore Files From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/files/bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
797
797
  * @public
798
798
  * @documentationMaturity preview
799
799
  */
@@ -338,8 +338,8 @@ export function updateFile(fileId, options) {
338
338
  /**
339
339
  * Generates an upload URL to allow external clients to upload a file to the Media Manager. <br/>
340
340
  *
341
- * To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see [Using the Upload Url](#upload-api) article.
342
- * >**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](https://dev.wix.com/api/rest/all-apis/site-media---media-manager-backend/files/generate-file-resumable-upload-url) 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.
341
+ * 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](https://dev.wix.com/api/rest/media/media-manager/upload-api) article.
342
+ * >**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](https://dev.wix.com/api/rest/media/media-manager/files/generate-file-resumable-upload-url) 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.
343
343
  * @param mimeType - File mime type.
344
344
  * @public
345
345
  * @documentationMaturity preview
@@ -401,7 +401,7 @@ export function generateFileUploadUrl(mimeType, options) {
401
401
  * Generates a resumable upload URL to allow external clients to easily upload large files over 10MB to the Media Manager. <br/>
402
402
  *
403
403
  * 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.
404
- * To learn how external clients can use the generated upload URL in the response to upload large files to the Media Manager, see [Using the Resumable Upload Url](#upload-api) article.
404
+ * 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](https://dev.wix.com/api/rest/media/media-manager/resumable-upload-api) article.
405
405
  * @param mimeType - File mime type.
406
406
  * @public
407
407
  * @documentationMaturity preview
@@ -767,7 +767,7 @@ export function generateVideoStreamingUrl(fileId, options) {
767
767
  * * Moving multiple files at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
768
768
  * * Attempting to delete files that are already in the trash bin doesn't result in an error.
769
769
  * * 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).
770
- * * You can use the [Bulk Restore Files From Trash Bin](bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
770
+ * * You can use the [Bulk Restore Files From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/files/bulk-restore-files-from-trash-bin) endpoint to restore files from the Media Manager's trash bin.
771
771
  * @public
772
772
  * @documentationMaturity preview
773
773
  */
@@ -40,7 +40,7 @@ export declare function generateFolderDownloadUrl(payload: GenerateFolderDownloa
40
40
  * * Moving multiple folders at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
41
41
  * * Attempting to delete folders that are already in the trash bin doesn't result in an error.
42
42
  * * If your site contains files from a deleted media folder, the files still appear on your site as the deleted folder is still in the Media Manager (in the trash bin).
43
- * * You can use the [Bulk Restore Folders From Trash Bin](bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
43
+ * * You can use the [Bulk Restore Folders From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/folders/bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
44
44
  */
45
45
  export declare function bulkDeleteFolders(payload: BulkDeleteFoldersRequest): RequestOptionsFactory<BulkDeleteFoldersResponse>;
46
46
  /** Restores the specified folders from the Media Manager's trash bin, and moves them to their original locations in the Media Manager. */
@@ -204,7 +204,7 @@ export function generateFolderDownloadUrl(payload) {
204
204
  * * Moving multiple folders at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
205
205
  * * Attempting to delete folders that are already in the trash bin doesn't result in an error.
206
206
  * * If your site contains files from a deleted media folder, the files still appear on your site as the deleted folder is still in the Media Manager (in the trash bin).
207
- * * You can use the [Bulk Restore Folders From Trash Bin](bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
207
+ * * You can use the [Bulk Restore Folders From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/folders/bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
208
208
  */
209
209
  export function bulkDeleteFolders(payload) {
210
210
  const { toJSON: toReq, fromJSON: fromReq } = serializer(_bulkDeleteFoldersRequest, {});
@@ -294,7 +294,7 @@ export declare function generateFolderDownloadUrl(folderId: string): Promise<Gen
294
294
  * * Moving multiple folders at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
295
295
  * * Attempting to delete folders that are already in the trash bin doesn't result in an error.
296
296
  * * If your site contains files from a deleted media folder, the files still appear on your site as the deleted folder is still in the Media Manager (in the trash bin).
297
- * * You can use the [Bulk Restore Folders From Trash Bin](bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
297
+ * * You can use the [Bulk Restore Folders From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/folders/bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
298
298
  * @param folderIds - IDs of the folders to move to the Media Manager's trash bin.
299
299
  * @public
300
300
  * @documentationMaturity preview
@@ -395,7 +395,7 @@ export function generateFolderDownloadUrl(folderId) {
395
395
  * * Moving multiple folders at once is an asynchronous action, and may take time for the changes to appear in the Media Manager.
396
396
  * * Attempting to delete folders that are already in the trash bin doesn't result in an error.
397
397
  * * If your site contains files from a deleted media folder, the files still appear on your site as the deleted folder is still in the Media Manager (in the trash bin).
398
- * * You can use the [Bulk Restore Folders From Trash Bin](bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
398
+ * * You can use the [Bulk Restore Folders From Trash Bin](https://dev.wix.com/api/rest/media/media-manager/folders/bulk-restore-folders-from-trash-bin) endpoint to restore folders from the Media Manager's trash bin.
399
399
  * @param folderIds - IDs of the folders to move to the Media Manager's trash bin.
400
400
  * @public
401
401
  * @documentationMaturity preview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/media",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "3bc23df9161c066156f95d338b832ec9c22040ab34747b8afaaedc99"
36
+ "falconPackageHash": "e49791ca5aa6fbabc5a91ae61c66792a30667756d09ecaf83c118bf2"
37
37
  }