@wix/media 1.0.95 → 1.0.96
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/media",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.96",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/media_enterprise-media-categories": "1.0.23",
|
|
22
22
|
"@wix/media_enterprise-media-items": "1.0.26",
|
|
23
|
-
"@wix/media_files": "1.0.
|
|
23
|
+
"@wix/media_files": "1.0.33",
|
|
24
24
|
"@wix/media_folders": "1.0.26"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "be5ebe36cbf30845bd5aa469e6941572500ec99cc04ddc2de071b133"
|
|
50
50
|
}
|
|
@@ -2331,7 +2331,7 @@ interface ImportFileRequest$1 {
|
|
|
2331
2331
|
labels?: string[] | null;
|
|
2332
2332
|
/** File mime type. */
|
|
2333
2333
|
mimeType?: string;
|
|
2334
|
-
/** Information sent to the [Descriptor File Ready](/
|
|
2334
|
+
/** Information sent to the [Descriptor File Ready](/files/descriptor-file-ready) and [Descriptor File Failed](/files/descriptor-file-failed) webhooks. See [Importing Files](/importing-files#using-externalinfo) to learn more. */
|
|
2335
2335
|
externalInfo?: ExternalInfo$1;
|
|
2336
2336
|
/** Optional parameters that should be sent with the external URL. */
|
|
2337
2337
|
urlParams?: Record<string, any> | null;
|