@wix/media_files
Advanced tools
Comparing version 1.0.55 to 1.0.56
@@ -405,5 +405,5 @@ export interface FileDescriptor { | ||
export interface ExternalInfo { | ||
/** External information to pass in the [File Ready](https://dev.wix.com/api/rest/media/media-manager/files/file-ready-domain-event) or [File Failed](https://dev.wix.com/api/rest/media/media-manager/files/file-failed-domain-event) events. */ | ||
/** External information to pass in the [File Ready](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-ready) or [File Failed](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-failed) events. */ | ||
origin?: string; | ||
/** External IDs to pass in the [File Ready](https://dev.wix.com/api/rest/media/media-manager/files/file-ready-domain-event) or [File Failed](https://dev.wix.com/api/rest/media/media-manager/files/file-failed-domain-event) events. */ | ||
/** External IDs to pass in the [File Ready](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-ready) or [File Failed](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-failed) events. */ | ||
externalIds?: string[]; | ||
@@ -658,3 +658,3 @@ } | ||
mimeType?: string; | ||
/** Information sent to the [Descriptor File Ready](https://dev.wix.com/docs/rest/assets/media/media-manager/files/descriptor-file-ready) and [Descriptor File Failed](https://dev.wix.com/docs/rest/assets/media/media-manager/files/descriptor-file-failed) webhooks. See [Importing Files](/importing-files#using-externalinfo) to learn more. */ | ||
/** Information sent to the [File Ready](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-ready) and [File Failed](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-failed) webhooks. See [Importing Files](/importing-files#using-externalinfo) to learn more. */ | ||
externalInfo?: ExternalInfo; | ||
@@ -661,0 +661,0 @@ /** Optional parameters that should be sent with the external URL. */ |
@@ -405,5 +405,5 @@ export interface FileDescriptor { | ||
export interface ExternalInfo { | ||
/** External information to pass in the [File Ready](https://dev.wix.com/api/rest/media/media-manager/files/file-ready-domain-event) or [File Failed](https://dev.wix.com/api/rest/media/media-manager/files/file-failed-domain-event) events. */ | ||
/** External information to pass in the [File Ready](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-ready) or [File Failed](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-failed) events. */ | ||
origin?: string; | ||
/** External IDs to pass in the [File Ready](https://dev.wix.com/api/rest/media/media-manager/files/file-ready-domain-event) or [File Failed](https://dev.wix.com/api/rest/media/media-manager/files/file-failed-domain-event) events. */ | ||
/** External IDs to pass in the [File Ready](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-ready) or [File Failed](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-failed) events. */ | ||
externalIds?: string[]; | ||
@@ -658,3 +658,3 @@ } | ||
mimeType?: string; | ||
/** Information sent to the [Descriptor File Ready](https://dev.wix.com/docs/rest/assets/media/media-manager/files/descriptor-file-ready) and [Descriptor File Failed](https://dev.wix.com/docs/rest/assets/media/media-manager/files/descriptor-file-failed) webhooks. See [Importing Files](/importing-files#using-externalinfo) to learn more. */ | ||
/** Information sent to the [File Ready](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-ready) and [File Failed](https://dev.wix.com/docs/rest/assets/media/media-manager/files/file-failed) webhooks. See [Importing Files](/importing-files#using-externalinfo) to learn more. */ | ||
externalInfo?: ExternalInfo; | ||
@@ -661,0 +661,0 @@ /** Optional parameters that should be sent with the external URL. */ |
{ | ||
"name": "@wix/media_files", | ||
"version": "1.0.55", | ||
"version": "1.0.56", | ||
"publishConfig": { | ||
@@ -48,3 +48,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "9b447cf105a566011079fdd2c0d8324ff32b495df1004c30117eb815" | ||
"falconPackageHash": "6d1dd9b0011a8bc3a466547f65cc5308e160598c64719b9d78ebec53" | ||
} |
Sorry, the diff of this file is too big to display
1040533