@wix/stores 1.0.215 → 1.0.216

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/stores",
3
- "version": "1.0.215",
3
+ "version": "1.0.216",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -26,7 +26,7 @@
26
26
  "@wix/stores_inventory": "1.0.38",
27
27
  "@wix/stores_inventory-items-v-3": "1.0.12",
28
28
  "@wix/stores_products": "1.0.48",
29
- "@wix/stores_products-v-3": "1.0.31",
29
+ "@wix/stores_products-v-3": "1.0.32",
30
30
  "@wix/stores_ribbons-v-3": "1.0.10",
31
31
  "@wix/stores_stores-locations-v-3": "1.0.11",
32
32
  "@wix/stores_subscription-options": "1.0.35",
@@ -55,5 +55,5 @@
55
55
  "fqdn": ""
56
56
  }
57
57
  },
58
- "falconPackageHash": "00ad8925bd037ae8f96d3c0b11de0fae153665cb1a482431e7d6372f"
58
+ "falconPackageHash": "3624230c37b7b107fab20a6442fcc01ca710d94d18211370632026ce"
59
59
  }
@@ -11489,11 +11489,7 @@ interface VideoResolution {
11489
11489
  height?: number;
11490
11490
  /** Video width. */
11491
11491
  width?: number;
11492
- /**
11493
- * Video format
11494
- * Possible values: ['144p.mp4' '144p.webm' '240p.mp4' '240p.webm' '360p.mp4' '360p.webm' '480p.mp4' '480p.webm'
11495
- * '720p.mp4' '720p.webm' '1080p.mp4' '1080p.webm', 'hls' ]
11496
- */
11492
+ /** Video format for example, mp4, hls. */
11497
11493
  format?: string;
11498
11494
  }
11499
11495
  declare enum MediaType {
@@ -11489,11 +11489,7 @@ interface VideoResolution {
11489
11489
  height?: number;
11490
11490
  /** Video width. */
11491
11491
  width?: number;
11492
- /**
11493
- * Video format
11494
- * Possible values: ['144p.mp4' '144p.webm' '240p.mp4' '240p.webm' '360p.mp4' '360p.webm' '480p.mp4' '480p.webm'
11495
- * '720p.mp4' '720p.webm' '1080p.mp4' '1080p.webm', 'hls' ]
11496
- */
11492
+ /** Video format for example, mp4, hls. */
11497
11493
  format?: string;
11498
11494
  }
11499
11495
  declare enum MediaType {
@@ -12695,11 +12695,7 @@ interface VideoResolution {
12695
12695
  height?: number;
12696
12696
  /** Video width. */
12697
12697
  width?: number;
12698
- /**
12699
- * Video format
12700
- * Possible values: ['144p.mp4' '144p.webm' '240p.mp4' '240p.webm' '360p.mp4' '360p.webm' '480p.mp4' '480p.webm'
12701
- * '720p.mp4' '720p.webm' '1080p.mp4' '1080p.webm', 'hls' ]
12702
- */
12698
+ /** Video format for example, mp4, hls. */
12703
12699
  format?: string;
12704
12700
  }
12705
12701
  declare enum MediaType$1 {