@wix/media 1.0.52 → 1.0.54

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.
Files changed (33) hide show
  1. package/build/cjs/src/media-site-media-v1-file-descriptor.http.d.ts +24 -14
  2. package/build/cjs/src/media-site-media-v1-file-descriptor.http.js +28 -14
  3. package/build/cjs/src/media-site-media-v1-file-descriptor.http.js.map +1 -1
  4. package/build/cjs/src/media-site-media-v1-file-descriptor.public.d.ts +1 -1
  5. package/build/cjs/src/media-site-media-v1-file-descriptor.types.d.ts +67 -0
  6. package/build/cjs/src/media-site-media-v1-file-descriptor.universal.d.ts +91 -14
  7. package/build/cjs/src/media-site-media-v1-file-descriptor.universal.js +24 -14
  8. package/build/cjs/src/media-site-media-v1-file-descriptor.universal.js.map +1 -1
  9. package/build/cjs/src/media-site-media-v1-folder.http.d.ts +2 -2
  10. package/build/cjs/src/media-site-media-v1-folder.http.js +6 -2
  11. package/build/cjs/src/media-site-media-v1-folder.http.js.map +1 -1
  12. package/build/cjs/src/media-site-media-v1-folder.public.d.ts +1 -1
  13. package/build/cjs/src/media-site-media-v1-folder.types.d.ts +67 -0
  14. package/build/cjs/src/media-site-media-v1-folder.universal.d.ts +69 -2
  15. package/build/cjs/src/media-site-media-v1-folder.universal.js +2 -2
  16. package/build/cjs/src/media-site-media-v1-folder.universal.js.map +1 -1
  17. package/build/es/src/media-site-media-v1-file-descriptor.http.d.ts +24 -14
  18. package/build/es/src/media-site-media-v1-file-descriptor.http.js +28 -14
  19. package/build/es/src/media-site-media-v1-file-descriptor.http.js.map +1 -1
  20. package/build/es/src/media-site-media-v1-file-descriptor.public.d.ts +1 -1
  21. package/build/es/src/media-site-media-v1-file-descriptor.types.d.ts +67 -0
  22. package/build/es/src/media-site-media-v1-file-descriptor.universal.d.ts +91 -14
  23. package/build/es/src/media-site-media-v1-file-descriptor.universal.js +24 -14
  24. package/build/es/src/media-site-media-v1-file-descriptor.universal.js.map +1 -1
  25. package/build/es/src/media-site-media-v1-folder.http.d.ts +2 -2
  26. package/build/es/src/media-site-media-v1-folder.http.js +6 -2
  27. package/build/es/src/media-site-media-v1-folder.http.js.map +1 -1
  28. package/build/es/src/media-site-media-v1-folder.public.d.ts +1 -1
  29. package/build/es/src/media-site-media-v1-folder.types.d.ts +67 -0
  30. package/build/es/src/media-site-media-v1-folder.universal.d.ts +69 -2
  31. package/build/es/src/media-site-media-v1-folder.universal.js +2 -2
  32. package/build/es/src/media-site-media-v1-folder.universal.js.map +1 -1
  33. package/package.json +2 -2
@@ -17,6 +17,10 @@ function resolveComWixMediaSiteMediaV1FilesServiceUrl(opts) {
17
17
  srcPath: '/_api/wix-privatemedia-proxy-server/v1',
18
18
  destPath: '/v1',
19
19
  },
20
+ {
21
+ srcPath: '/_api/wix-privatemedia-proxy-server',
22
+ destPath: '',
23
+ },
20
24
  ],
21
25
  'manage._base_domain_': [
22
26
  {
@@ -39,6 +43,10 @@ function resolveComWixMediaSiteMediaV1FilesServiceUrl(opts) {
39
43
  * The `generateFilesDownloadUrl()` function returns a Promise that resolves to a download URL.
40
44
  *
41
45
  * The compressed file can contain up to 1000 files.
46
+ *
47
+ * To generate one or more temporary URLs for downloading a specific file in the Media Manager, use the `generateFileDownloadUrl()` function.
48
+ * You can use the `expirationInMinutes` parameter to set the URL expiration time, making it more secure than the `generateFilesDownloadUrl()` function.
49
+ * Therefore, to download private files, use the `generateFileDownloadUrl` function for each private file that you want to generate a download URL for, instead of the `generateFilesDownloadUrl()` function.
42
50
  */
43
51
  export function generateFilesDownloadUrl(payload) {
44
52
  function __generateFilesDownloadUrl({ host }) {
@@ -65,7 +73,10 @@ export function generateFilesDownloadUrl(payload) {
65
73
  * To download different assets of the file, use the `assetKeys` parameter which generates a download URL for each asset.
66
74
  * If no asset key is specified, it defaults to `src`, which generates one download URL in the original file's format and quality.
67
75
  *
68
- * 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.
76
+ * Use this function 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.
77
+ *
78
+ * To generate a permanent URL for downloading a compressed file that contains multiple files in the Media Manager, use the `generateFilesDownloadUrl()` function.
79
+ * Since this is a permanent URL, it is less secure. Therefore, to download private files, use the `generateFileDownloadUrl()` function for each private file that you want to generate a download URL for, instead of the generateFilesDownloadUrl() function.
69
80
  */
70
81
  export function generateFileDownloadUrl(payload) {
71
82
  function __generateFileDownloadUrl({ host }) {
@@ -342,10 +353,11 @@ export function generateFileResumableUploadUrl(payload) {
342
353
  * Use the `parentFolderId` parameter to specify which folder you want the file to be imported to.
343
354
  * If no folder is specified, the file is imported to the `media-root` folder.
344
355
  *
345
- * To import a file, you need to pass one of the following:
346
- * - The file's [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` parameter of the request. For example, `'image/png'`.
347
- * - The file's name and extension. For example, `'my-image.png'`.
348
- * - If you don't know the file's extension or MIME type, 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.
356
+ * To import a file, you need to do one of the following:
357
+ * - Pass its [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` field of the request. For example, `mimeType: 'image/jpeg'`.
358
+ * - Include its extension in either the `displayName` or `url` field of the request. For example, `displayName: 'Example Image.jpeg` or `url: https://www.example.com/image.jpeg`.
359
+ * - Ensure the server hosting the file supports HEAD requests. In these cases the Wix servers can retrieve the MIME type from the hosting server.
360
+ * > **Note:** If you want to validate the media type, pass the file's expected media type in the optional `mediaType` field of the request. For example, `mediaType: 'IMAGE'`.
349
361
  */
350
362
  export function importFile(payload) {
351
363
  function __importFile({ host }) {
@@ -405,10 +417,11 @@ export function importFile(payload) {
405
417
  * Returns information about the imported files. Use the `parentFolderId` parameter to specify in which folder you want each file to be imported.
406
418
  * If no folder is specified, the file is imported to the `media-root` folder.
407
419
  *
408
- * To import a file, you need to pass one of the following:
409
- * - The file's [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` parameter of the request. For example, `'image/png'`.
410
- * - The file's name and extension. For example, `'my-image.png'`.
411
- * - If you don't know the file's extension or MIME type, 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.
420
+ * To import files, you need to do one of the following for each file:
421
+ * - Pass its [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` field of the request. For example, `mimeType: 'image/jpeg'`.
422
+ * - Include its extension in either the `displayName` or `url` field of the request. For example, `displayName: 'Example Image.jpeg` or `url: https://www.example.com/image.jpeg`.
423
+ * - Ensure the server hosting the file supports HEAD requests. In these cases the Wix servers can retrieve the MIME type from the hosting server.
424
+ * > **Note:** If you want to validate the media type, pass the file's expected media type in the optional `mediaType` field of the request. For example, `mediaType: 'IMAGE'`.
412
425
  *
413
426
  * >**Note:** The `media` property isn't returned in the `files` response object.
414
427
  */
@@ -468,10 +481,11 @@ export function bulkImportFiles(payload) {
468
481
  * Returns information about the imported files. Use the `parentFolderId` parameter to specify in which folder you want each file to be imported.
469
482
  * If no folder is specified, the file is imported to the `media-root` folder.
470
483
  *
471
- * To import a file, you need to pass one of the following:
472
- * - The file's [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` parameter of the request. For example, `'image/png'`.
473
- * - The file's name and extension. For example, `'my-image.png'`.
474
- * - If you don't know the file's extension or MIME type, 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.
484
+ * To import files, you need to do one of the following for each file:
485
+ * - Pass its [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` field of the request. For example, `mimeType: 'image/jpeg'`.
486
+ * - Include its extension in either the `displayName` or `url` field of the request. For example, `displayName: 'Example Image.jpeg` or `url: https://www.example.com/image.jpeg`.
487
+ * - Ensure the server hosting the file supports HEAD requests. In these cases the Wix servers can retrieve the MIME type from the hosting server.
488
+ * > **Note:** If you want to validate the media type, pass the file's expected media type in the optional `mediaType` field of the request. For example, `mediaType: 'IMAGE'`.
475
489
  */
476
490
  export function bulkImportFile(payload) {
477
491
  function __bulkImportFile({ host }) {
@@ -534,7 +548,7 @@ export function bulkImportFile(payload) {
534
548
  *
535
549
  * The `listFiles()` function returns a Promise that resolves to an array of the specified files' descriptors and cursor information.
536
550
  *
537
- * 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 only the list of files in the root folder of the Media Manager.
551
+ * 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 function retrieves only the list of files in the root folder of the Media Manager.
538
552
  *
539
553
  * To retrieve a list of (non-permanently) deleted files, use the `listDeletedFiles()` function.
540
554
  */
@@ -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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"}
@@ -132,4 +132,4 @@ export declare function bulkDeleteFiles(httpClient: HttpClient): (fileIds: strin
132
132
  export declare function bulkRestoreFilesFromTrashBin(httpClient: HttpClient): (fileIds: string[]) => Promise<void>;
133
133
  export declare function listDeletedFiles(httpClient: HttpClient): (options?: ListDeletedFilesOptions) => Promise<import("./media-site-media-v1-file-descriptor.universal").ListDeletedFilesResponse & import("./media-site-media-v1-file-descriptor.universal").ListDeletedFilesResponseNonNullableFields>;
134
134
  export { MediaType, OperationStatus, State, Namespace, IdentityType, ContentDisposition, UploadProtocol, SortOrder, RootFolder, StreamFormat, } from './media-site-media-v1-file-descriptor.universal';
135
- export { FileDescriptor, FileMedia, FileMediaMediaOneOf, ImageMedia, Colors, Color, ColorRGB, FaceRecognition, VideoResolution, AudioV2, Archive, Model3D, OtherMedia, IdentityInfo, FileReady, ExternalInfo, FileFailed, GenerateFilesDownloadUrlRequest, GenerateFilesDownloadUrlResponse, GenerateFileDownloadUrlRequest, GenerateFileDownloadUrlResponse, DownloadUrl, GetFileDescriptorRequest, GetFileDescriptorResponse, GetFileDescriptorsRequest, GetFileDescriptorsResponse, UpdateFileRequest, UpdateFileResponse, UpdateFileDescriptorRequest, UpdateFileDescriptorResponse, GenerateFileUploadUrlRequest, GenerateFileUploadUrlResponse, GenerateFileResumableUploadUrlRequest, GenerateFileResumableUploadUrlResponse, ImportFileRequest, ImportFileResponse, BulkImportFilesRequest, BulkImportFilesResponse, BulkImportFileRequest, BulkImportFileResponse, BulkImportFileResult, ItemMetadata, ApplicationError, BulkActionMetadata, ListFilesRequest, Sorting, CursorPaging, ListFilesResponse, PagingMetadataV2, Cursors, SearchFilesRequest, SearchFilesResponse, GenerateVideoStreamingUrlRequest, GenerateVideoStreamingUrlResponse, GenerateWebSocketTokenRequest, GenerateWebSocketTokenResponse, BulkDeleteFilesRequest, BulkDeleteFilesResponse, BulkRestoreFilesFromTrashBinRequest, BulkRestoreFilesFromTrashBinResponse, ListDeletedFilesRequest, ListDeletedFilesResponse, GenerateFilesDownloadUrlResponseNonNullableFields, GenerateFileDownloadUrlResponseNonNullableFields, GetFileDescriptorResponseNonNullableFields, GetFileDescriptorsResponseNonNullableFields, UpdateFileDescriptorResponseNonNullableFields, GenerateFileUploadUrlResponseNonNullableFields, GenerateFileResumableUploadUrlResponseNonNullableFields, ImportFileResponseNonNullableFields, BulkImportFilesResponseNonNullableFields, BulkImportFileResponseNonNullableFields, ListFilesResponseNonNullableFields, SearchFilesResponseNonNullableFields, GenerateVideoStreamingUrlResponseNonNullableFields, ListDeletedFilesResponseNonNullableFields, GenerateFileDownloadUrlOptions, UpdateFileDescriptorFile, GenerateFileUploadUrlOptions, GenerateFileResumableUploadUrlOptions, ImportFileOptions, BulkImportFileOptions, ListFilesOptions, SearchFilesOptions, GenerateVideoStreamingUrlOptions, BulkDeleteFilesOptions, ListDeletedFilesOptions, } from './media-site-media-v1-file-descriptor.universal';
135
+ export { FileDescriptor, FileMedia, FileMediaMediaOneOf, ImageMedia, Colors, Color, ColorRGB, FaceRecognition, VideoResolution, AudioV2, Archive, Model3D, OtherMedia, IdentityInfo, FileReady, ExternalInfo, FileFailed, GenerateFilesDownloadUrlRequest, GenerateFilesDownloadUrlResponse, GenerateFileDownloadUrlRequest, GenerateFileDownloadUrlResponse, DownloadUrl, GetFileDescriptorRequest, GetFileDescriptorResponse, GetFileDescriptorsRequest, GetFileDescriptorsResponse, UpdateFileRequest, UpdateFileResponse, UpdateFileDescriptorRequest, UpdateFileDescriptorResponse, GenerateFileUploadUrlRequest, GenerateFileUploadUrlResponse, GenerateFileResumableUploadUrlRequest, GenerateFileResumableUploadUrlResponse, ImportFileRequest, ImportFileResponse, BulkImportFilesRequest, BulkImportFilesResponse, BulkImportFileRequest, BulkImportFileResponse, BulkImportFileResult, ItemMetadata, ApplicationError, BulkActionMetadata, ListFilesRequest, Sorting, CursorPaging, ListFilesResponse, PagingMetadataV2, Cursors, SearchFilesRequest, SearchFilesResponse, GenerateVideoStreamingUrlRequest, GenerateVideoStreamingUrlResponse, GenerateWebSocketTokenRequest, GenerateWebSocketTokenResponse, BulkDeleteFilesRequest, BulkDeleteFilesResponse, BulkRestoreFilesFromTrashBinRequest, BulkRestoreFilesFromTrashBinResponse, ListDeletedFilesRequest, ListDeletedFilesResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, GenerateFilesDownloadUrlResponseNonNullableFields, GenerateFileDownloadUrlResponseNonNullableFields, GetFileDescriptorResponseNonNullableFields, GetFileDescriptorsResponseNonNullableFields, UpdateFileDescriptorResponseNonNullableFields, GenerateFileUploadUrlResponseNonNullableFields, GenerateFileResumableUploadUrlResponseNonNullableFields, ImportFileResponseNonNullableFields, BulkImportFilesResponseNonNullableFields, BulkImportFileResponseNonNullableFields, ListFilesResponseNonNullableFields, SearchFilesResponseNonNullableFields, GenerateVideoStreamingUrlResponseNonNullableFields, ListDeletedFilesResponseNonNullableFields, GenerateFileDownloadUrlOptions, UpdateFileDescriptorFile, GenerateFileUploadUrlOptions, GenerateFileResumableUploadUrlOptions, ImportFileOptions, BulkImportFileOptions, ListFilesOptions, SearchFilesOptions, GenerateVideoStreamingUrlOptions, BulkDeleteFilesOptions, ListDeletedFilesOptions, } from './media-site-media-v1-file-descriptor.universal';
@@ -839,6 +839,73 @@ export interface ListDeletedFilesResponse {
839
839
  /** The next cursor if it exists. */
840
840
  nextCursor?: PagingMetadataV2;
841
841
  }
842
+ export interface DomainEvent extends DomainEventBodyOneOf {
843
+ createdEvent?: EntityCreatedEvent;
844
+ updatedEvent?: EntityUpdatedEvent;
845
+ deletedEvent?: EntityDeletedEvent;
846
+ actionEvent?: ActionEvent;
847
+ /**
848
+ * Unique event ID.
849
+ * Allows clients to ignore duplicate webhooks.
850
+ */
851
+ id?: string;
852
+ /**
853
+ * Assumes actions are also always typed to an entity_type
854
+ * Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
855
+ */
856
+ entityFqdn?: string;
857
+ /**
858
+ * This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
859
+ * This is although the created/updated/deleted notion is duplication of the oneof types
860
+ * Example: created/updated/deleted/started/completed/email_opened
861
+ */
862
+ slug?: string;
863
+ /** ID of the entity associated with the event. */
864
+ entityId?: string;
865
+ /** Event timestamp. */
866
+ eventTime?: Date;
867
+ /**
868
+ * Whether the event was triggered as a result of a privacy regulation application
869
+ * (for example, GDPR).
870
+ */
871
+ triggeredByAnonymizeRequest?: boolean | null;
872
+ /** If present, indicates the action that triggered the event. */
873
+ originatedFrom?: string | null;
874
+ /**
875
+ * A sequence number defining the order of updates to the underlying entity.
876
+ * For example, given that some entity was updated at 16:00 and than again at 16:01,
877
+ * it is guaranteed that the sequence number of the second update is strictly higher than the first.
878
+ * As the consumer, you can use this value to ensure that you handle messages in the correct order.
879
+ * To do so, you will need to persist this number on your end, and compare the sequence number from the
880
+ * message against the one you have stored. Given that the stored number is higher, you should ignore the message.
881
+ */
882
+ entityEventSequence?: string | null;
883
+ }
884
+ /** @oneof */
885
+ export interface DomainEventBodyOneOf {
886
+ createdEvent?: EntityCreatedEvent;
887
+ updatedEvent?: EntityUpdatedEvent;
888
+ deletedEvent?: EntityDeletedEvent;
889
+ actionEvent?: ActionEvent;
890
+ }
891
+ export interface EntityCreatedEvent {
892
+ entityAsJson?: string;
893
+ }
894
+ export interface EntityUpdatedEvent {
895
+ /**
896
+ * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
897
+ * This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
898
+ * We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
899
+ */
900
+ currentEntityAsJson?: string;
901
+ }
902
+ export interface EntityDeletedEvent {
903
+ /** Entity that was deleted */
904
+ deletedEntityAsJson?: string | null;
905
+ }
906
+ export interface ActionEvent {
907
+ bodyAsJson?: string;
908
+ }
842
909
  export interface GenerateFilesDownloadUrlResponseNonNullableFields {
843
910
  downloadUrl: string;
844
911
  }
@@ -810,6 +810,73 @@ export interface ListDeletedFilesResponse {
810
810
  /** The next cursor if it exists. */
811
811
  nextCursor?: PagingMetadataV2;
812
812
  }
813
+ export interface DomainEvent extends DomainEventBodyOneOf {
814
+ createdEvent?: EntityCreatedEvent;
815
+ updatedEvent?: EntityUpdatedEvent;
816
+ deletedEvent?: EntityDeletedEvent;
817
+ actionEvent?: ActionEvent;
818
+ /**
819
+ * Unique event ID.
820
+ * Allows clients to ignore duplicate webhooks.
821
+ */
822
+ _id?: string;
823
+ /**
824
+ * Assumes actions are also always typed to an entity_type
825
+ * Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
826
+ */
827
+ entityFqdn?: string;
828
+ /**
829
+ * This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
830
+ * This is although the created/updated/deleted notion is duplication of the oneof types
831
+ * Example: created/updated/deleted/started/completed/email_opened
832
+ */
833
+ slug?: string;
834
+ /** ID of the entity associated with the event. */
835
+ entityId?: string;
836
+ /** Event timestamp. */
837
+ eventTime?: Date;
838
+ /**
839
+ * Whether the event was triggered as a result of a privacy regulation application
840
+ * (for example, GDPR).
841
+ */
842
+ triggeredByAnonymizeRequest?: boolean | null;
843
+ /** If present, indicates the action that triggered the event. */
844
+ originatedFrom?: string | null;
845
+ /**
846
+ * A sequence number defining the order of updates to the underlying entity.
847
+ * For example, given that some entity was updated at 16:00 and than again at 16:01,
848
+ * it is guaranteed that the sequence number of the second update is strictly higher than the first.
849
+ * As the consumer, you can use this value to ensure that you handle messages in the correct order.
850
+ * To do so, you will need to persist this number on your end, and compare the sequence number from the
851
+ * message against the one you have stored. Given that the stored number is higher, you should ignore the message.
852
+ */
853
+ entityEventSequence?: string | null;
854
+ }
855
+ /** @oneof */
856
+ export interface DomainEventBodyOneOf {
857
+ createdEvent?: EntityCreatedEvent;
858
+ updatedEvent?: EntityUpdatedEvent;
859
+ deletedEvent?: EntityDeletedEvent;
860
+ actionEvent?: ActionEvent;
861
+ }
862
+ export interface EntityCreatedEvent {
863
+ entityAsJson?: string;
864
+ }
865
+ export interface EntityUpdatedEvent {
866
+ /**
867
+ * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
868
+ * This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
869
+ * We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
870
+ */
871
+ currentEntityAsJson?: string;
872
+ }
873
+ export interface EntityDeletedEvent {
874
+ /** Entity that was deleted */
875
+ deletedEntityAsJson?: string | null;
876
+ }
877
+ export interface ActionEvent {
878
+ bodyAsJson?: string;
879
+ }
813
880
  export interface GenerateFilesDownloadUrlResponseNonNullableFields {
814
881
  downloadUrl: string;
815
882
  }
@@ -1385,6 +1452,10 @@ export interface ListDeletedFilesResponseNonNullableFields {
1385
1452
  * The `generateFilesDownloadUrl()` function returns a Promise that resolves to a download URL.
1386
1453
  *
1387
1454
  * The compressed file can contain up to 1000 files.
1455
+ *
1456
+ * To generate one or more temporary URLs for downloading a specific file in the Media Manager, use the `generateFileDownloadUrl()` function.
1457
+ * You can use the `expirationInMinutes` parameter to set the URL expiration time, making it more secure than the `generateFilesDownloadUrl()` function.
1458
+ * Therefore, to download private files, use the `generateFileDownloadUrl` function for each private file that you want to generate a download URL for, instead of the `generateFilesDownloadUrl()` function.
1388
1459
  * @param fileIds - IDs of the files to download.
1389
1460
  * @public
1390
1461
  * @documentationMaturity preview
@@ -1402,7 +1473,10 @@ export declare function generateFilesDownloadUrl(fileIds: string[]): Promise<Gen
1402
1473
  * To download different assets of the file, use the `assetKeys` parameter which generates a download URL for each asset.
1403
1474
  * If no asset key is specified, it defaults to `src`, which generates one download URL in the original file's format and quality.
1404
1475
  *
1405
- * 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.
1476
+ * Use this function 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.
1477
+ *
1478
+ * To generate a permanent URL for downloading a compressed file that contains multiple files in the Media Manager, use the `generateFilesDownloadUrl()` function.
1479
+ * Since this is a permanent URL, it is less secure. Therefore, to download private files, use the `generateFileDownloadUrl()` function for each private file that you want to generate a download URL for, instead of the generateFilesDownloadUrl() function.
1406
1480
  * @param fileId - File ID.
1407
1481
  * @public
1408
1482
  * @requiredField fileId
@@ -1680,10 +1754,11 @@ export interface GenerateFileResumableUploadUrlOptions {
1680
1754
  * Use the `parentFolderId` parameter to specify which folder you want the file to be imported to.
1681
1755
  * If no folder is specified, the file is imported to the `media-root` folder.
1682
1756
  *
1683
- * To import a file, you need to pass one of the following:
1684
- * - The file's [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` parameter of the request. For example, `'image/png'`.
1685
- * - The file's name and extension. For example, `'my-image.png'`.
1686
- * - If you don't know the file's extension or MIME type, 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.
1757
+ * To import a file, you need to do one of the following:
1758
+ * - Pass its [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` field of the request. For example, `mimeType: 'image/jpeg'`.
1759
+ * - Include its extension in either the `displayName` or `url` field of the request. For example, `displayName: 'Example Image.jpeg` or `url: https://www.example.com/image.jpeg`.
1760
+ * - Ensure the server hosting the file supports HEAD requests. In these cases the Wix servers can retrieve the MIME type from the hosting server.
1761
+ * > **Note:** If you want to validate the media type, pass the file's expected media type in the optional `mediaType` field of the request. For example, `mediaType: 'IMAGE'`.
1687
1762
  * @param url - Publicly accessible external file URL.
1688
1763
  * @public
1689
1764
  * @documentationMaturity preview
@@ -1733,10 +1808,11 @@ export interface ImportFileOptions {
1733
1808
  * Returns information about the imported files. Use the `parentFolderId` parameter to specify in which folder you want each file to be imported.
1734
1809
  * If no folder is specified, the file is imported to the `media-root` folder.
1735
1810
  *
1736
- * To import a file, you need to pass one of the following:
1737
- * - The file's [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` parameter of the request. For example, `'image/png'`.
1738
- * - The file's name and extension. For example, `'my-image.png'`.
1739
- * - If you don't know the file's extension or MIME type, 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.
1811
+ * To import files, you need to do one of the following for each file:
1812
+ * - Pass its [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` field of the request. For example, `mimeType: 'image/jpeg'`.
1813
+ * - Include its extension in either the `displayName` or `url` field of the request. For example, `displayName: 'Example Image.jpeg` or `url: https://www.example.com/image.jpeg`.
1814
+ * - Ensure the server hosting the file supports HEAD requests. In these cases the Wix servers can retrieve the MIME type from the hosting server.
1815
+ * > **Note:** If you want to validate the media type, pass the file's expected media type in the optional `mediaType` field of the request. For example, `mediaType: 'IMAGE'`.
1740
1816
  *
1741
1817
  * >**Note:** The `media` property isn't returned in the `files` response object.
1742
1818
  * @param importFileRequests - Information about the files to import.
@@ -1758,10 +1834,11 @@ export declare function bulkImportFiles(importFileRequests: ImportFileRequest[])
1758
1834
  * Returns information about the imported files. Use the `parentFolderId` parameter to specify in which folder you want each file to be imported.
1759
1835
  * If no folder is specified, the file is imported to the `media-root` folder.
1760
1836
  *
1761
- * To import a file, you need to pass one of the following:
1762
- * - The file's [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` parameter of the request. For example, `'image/png'`.
1763
- * - The file's name and extension. For example, `'my-image.png'`.
1764
- * - If you don't know the file's extension or MIME type, 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.
1837
+ * To import files, you need to do one of the following for each file:
1838
+ * - Pass its [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` field of the request. For example, `mimeType: 'image/jpeg'`.
1839
+ * - Include its extension in either the `displayName` or `url` field of the request. For example, `displayName: 'Example Image.jpeg` or `url: https://www.example.com/image.jpeg`.
1840
+ * - Ensure the server hosting the file supports HEAD requests. In these cases the Wix servers can retrieve the MIME type from the hosting server.
1841
+ * > **Note:** If you want to validate the media type, pass the file's expected media type in the optional `mediaType` field of the request. For example, `mediaType: 'IMAGE'`.
1765
1842
  * @param importFileRequests - Information about the files to import.
1766
1843
  * @public
1767
1844
  * @documentationMaturity preview
@@ -1786,7 +1863,7 @@ export interface BulkImportFileOptions {
1786
1863
  *
1787
1864
  * The `listFiles()` function returns a Promise that resolves to an array of the specified files' descriptors and cursor information.
1788
1865
  *
1789
- * 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 only the list of files in the root folder of the Media Manager.
1866
+ * 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 function retrieves only the list of files in the root folder of the Media Manager.
1790
1867
  *
1791
1868
  * To retrieve a list of (non-permanently) deleted files, use the `listDeletedFiles()` function.
1792
1869
  * @public
@@ -174,6 +174,10 @@ const _updateFileDescriptorResponse = { file: '_fileDescriptor' };
174
174
  * The `generateFilesDownloadUrl()` function returns a Promise that resolves to a download URL.
175
175
  *
176
176
  * The compressed file can contain up to 1000 files.
177
+ *
178
+ * To generate one or more temporary URLs for downloading a specific file in the Media Manager, use the `generateFileDownloadUrl()` function.
179
+ * You can use the `expirationInMinutes` parameter to set the URL expiration time, making it more secure than the `generateFilesDownloadUrl()` function.
180
+ * Therefore, to download private files, use the `generateFileDownloadUrl` function for each private file that you want to generate a download URL for, instead of the `generateFilesDownloadUrl()` function.
177
181
  * @param fileIds - IDs of the files to download.
178
182
  * @public
179
183
  * @documentationMaturity preview
@@ -235,7 +239,10 @@ export function generateFilesDownloadUrl(fileIds) {
235
239
  * To download different assets of the file, use the `assetKeys` parameter which generates a download URL for each asset.
236
240
  * If no asset key is specified, it defaults to `src`, which generates one download URL in the original file's format and quality.
237
241
  *
238
- * 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.
242
+ * Use this function 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.
243
+ *
244
+ * To generate a permanent URL for downloading a compressed file that contains multiple files in the Media Manager, use the `generateFilesDownloadUrl()` function.
245
+ * Since this is a permanent URL, it is less secure. Therefore, to download private files, use the `generateFileDownloadUrl()` function for each private file that you want to generate a download URL for, instead of the generateFilesDownloadUrl() function.
239
246
  * @param fileId - File ID.
240
247
  * @public
241
248
  * @requiredField fileId
@@ -677,10 +684,11 @@ export function generateFileResumableUploadUrl(mimeType, options) {
677
684
  * Use the `parentFolderId` parameter to specify which folder you want the file to be imported to.
678
685
  * If no folder is specified, the file is imported to the `media-root` folder.
679
686
  *
680
- * To import a file, you need to pass one of the following:
681
- * - The file's [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` parameter of the request. For example, `'image/png'`.
682
- * - The file's name and extension. For example, `'my-image.png'`.
683
- * - If you don't know the file's extension or MIME type, 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.
687
+ * To import a file, you need to do one of the following:
688
+ * - Pass its [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` field of the request. For example, `mimeType: 'image/jpeg'`.
689
+ * - Include its extension in either the `displayName` or `url` field of the request. For example, `displayName: 'Example Image.jpeg` or `url: https://www.example.com/image.jpeg`.
690
+ * - Ensure the server hosting the file supports HEAD requests. In these cases the Wix servers can retrieve the MIME type from the hosting server.
691
+ * > **Note:** If you want to validate the media type, pass the file's expected media type in the optional `mediaType` field of the request. For example, `mediaType: 'IMAGE'`.
684
692
  * @param url - Publicly accessible external file URL.
685
693
  * @public
686
694
  * @documentationMaturity preview
@@ -775,10 +783,11 @@ export function importFile(url, options) {
775
783
  * Returns information about the imported files. Use the `parentFolderId` parameter to specify in which folder you want each file to be imported.
776
784
  * If no folder is specified, the file is imported to the `media-root` folder.
777
785
  *
778
- * To import a file, you need to pass one of the following:
779
- * - The file's [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` parameter of the request. For example, `'image/png'`.
780
- * - The file's name and extension. For example, `'my-image.png'`.
781
- * - If you don't know the file's extension or MIME type, 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.
786
+ * To import files, you need to do one of the following for each file:
787
+ * - Pass its [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` field of the request. For example, `mimeType: 'image/jpeg'`.
788
+ * - Include its extension in either the `displayName` or `url` field of the request. For example, `displayName: 'Example Image.jpeg` or `url: https://www.example.com/image.jpeg`.
789
+ * - Ensure the server hosting the file supports HEAD requests. In these cases the Wix servers can retrieve the MIME type from the hosting server.
790
+ * > **Note:** If you want to validate the media type, pass the file's expected media type in the optional `mediaType` field of the request. For example, `mediaType: 'IMAGE'`.
782
791
  *
783
792
  * >**Note:** The `media` property isn't returned in the `files` response object.
784
793
  * @param importFileRequests - Information about the files to import.
@@ -850,10 +859,11 @@ export function bulkImportFiles(importFileRequests) {
850
859
  * Returns information about the imported files. Use the `parentFolderId` parameter to specify in which folder you want each file to be imported.
851
860
  * If no folder is specified, the file is imported to the `media-root` folder.
852
861
  *
853
- * To import a file, you need to pass one of the following:
854
- * - The file's [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` parameter of the request. For example, `'image/png'`.
855
- * - The file's name and extension. For example, `'my-image.png'`.
856
- * - If you don't know the file's extension or MIME type, 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.
862
+ * To import files, you need to do one of the following for each file:
863
+ * - Pass its [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) in the `mimeType` field of the request. For example, `mimeType: 'image/jpeg'`.
864
+ * - Include its extension in either the `displayName` or `url` field of the request. For example, `displayName: 'Example Image.jpeg` or `url: https://www.example.com/image.jpeg`.
865
+ * - Ensure the server hosting the file supports HEAD requests. In these cases the Wix servers can retrieve the MIME type from the hosting server.
866
+ * > **Note:** If you want to validate the media type, pass the file's expected media type in the optional `mediaType` field of the request. For example, `mediaType: 'IMAGE'`.
857
867
  * @param importFileRequests - Information about the files to import.
858
868
  * @public
859
869
  * @documentationMaturity preview
@@ -927,7 +937,7 @@ export function bulkImportFile(importFileRequests, options) {
927
937
  *
928
938
  * The `listFiles()` function returns a Promise that resolves to an array of the specified files' descriptors and cursor information.
929
939
  *
930
- * 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 only the list of files in the root folder of the Media Manager.
940
+ * 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 function retrieves only the list of files in the root folder of the Media Manager.
931
941
  *
932
942
  * To retrieve a list of (non-permanently) deleted files, use the `listDeletedFiles()` function.
933
943
  * @public