@wix/media 1.0.122 → 1.0.123

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.122",
3
+ "version": "1.0.123",
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.31",
22
22
  "@wix/media_enterprise-media-items": "1.0.35",
23
- "@wix/media_files": "1.0.55",
23
+ "@wix/media_files": "1.0.56",
24
24
  "@wix/media_folders": "1.0.35"
25
25
  },
26
26
  "devDependencies": {
@@ -46,5 +46,5 @@
46
46
  "fqdn": ""
47
47
  }
48
48
  },
49
- "falconPackageHash": "195ad9334926ef4ac6304a7bcac8311910b5ed2afed04b73537bf600"
49
+ "falconPackageHash": "7800c97b8fa6232b6296b1c9d60d53b9f84bbd72f68d9d5cd29a491b"
50
50
  }
@@ -1713,9 +1713,9 @@ declare enum IdentityType$1 {
1713
1713
  APP = "APP"
1714
1714
  }
1715
1715
  interface ExternalInfo$1 {
1716
- /** 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. */
1716
+ /** 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. */
1717
1717
  origin?: string;
1718
- /** 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. */
1718
+ /** 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. */
1719
1719
  externalIds?: string[];
1720
1720
  }
1721
1721
  interface ApplicationError$1 {
@@ -1938,7 +1938,7 @@ interface ImportFileRequest$1 {
1938
1938
  labels?: string[] | null;
1939
1939
  /** File mime type. */
1940
1940
  mimeType?: string;
1941
- /** 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. */
1941
+ /** 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. */
1942
1942
  externalInfo?: ExternalInfo$1;
1943
1943
  /** Optional parameters that should be sent with the external URL. */
1944
1944
  urlParams?: Record<string, any> | null;