@wix/stores 1.0.198 → 1.0.199

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.198",
3
+ "version": "1.0.199",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -25,7 +25,7 @@
25
25
  "@wix/stores_info-sections-v-3": "1.0.6",
26
26
  "@wix/stores_inventory": "1.0.34",
27
27
  "@wix/stores_inventory-items-v-3": "1.0.8",
28
- "@wix/stores_products": "1.0.42",
28
+ "@wix/stores_products": "1.0.43",
29
29
  "@wix/stores_products-v-3": "1.0.19",
30
30
  "@wix/stores_ribbons-v-3": "1.0.7",
31
31
  "@wix/stores_stores-locations-v-3": "1.0.6",
@@ -55,5 +55,5 @@
55
55
  "fqdn": ""
56
56
  }
57
57
  },
58
- "falconPackageHash": "5d7a985665c59fc62da56dea52d975d28fc428e81ff14d1a6308955d"
58
+ "falconPackageHash": "227007d710d5ee74ae4d904e792ffb749952225c32a75cf6d81d1a1f"
59
59
  }
@@ -1587,8 +1587,6 @@ interface ProductCreated {
1587
1587
  costAndProfitData?: CostAndProfitData;
1588
1588
  /** Information about the version of the catalog from where this event was triggered. */
1589
1589
  originatedFromVersion?: Version$1;
1590
- /** Event slug. A human readable identifier of the event. */
1591
- slug?: string;
1592
1590
  }
1593
1591
  declare enum Version$1 {
1594
1592
  V1_CATALOG = "V1_CATALOG",
@@ -1587,8 +1587,6 @@ interface ProductCreated {
1587
1587
  costAndProfitData?: CostAndProfitData;
1588
1588
  /** Information about the version of the catalog from where this event was triggered. */
1589
1589
  originatedFromVersion?: Version$1;
1590
- /** Event slug. A human readable identifier of the event. */
1591
- slug?: string;
1592
1590
  }
1593
1591
  declare enum Version$1 {
1594
1592
  V1_CATALOG = "V1_CATALOG",