@wix/stores 1.0.256 → 1.0.258

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.256",
3
+ "version": "1.0.258",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,19 +18,19 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/stores_brands-v-3": "1.0.12",
22
- "@wix/stores_catalog-versioning": "1.0.4",
23
- "@wix/stores_collections": "1.0.37",
24
- "@wix/stores_customizations-v-3": "1.0.13",
25
- "@wix/stores_info-sections-v-3": "1.0.14",
26
- "@wix/stores_inventory": "1.0.47",
27
- "@wix/stores_inventory-items-v-3": "1.0.17",
28
- "@wix/stores_products": "1.0.65",
29
- "@wix/stores_products-v-3": "1.0.52",
30
- "@wix/stores_ribbons-v-3": "1.0.13",
31
- "@wix/stores_stores-locations-v-3": "1.0.14",
32
- "@wix/stores_subscription-options": "1.0.37",
33
- "@wix/stores_wishlist": "1.0.31"
21
+ "@wix/stores_brands-v-3": "1.0.13",
22
+ "@wix/stores_catalog-versioning": "1.0.5",
23
+ "@wix/stores_collections": "1.0.38",
24
+ "@wix/stores_customizations-v-3": "1.0.14",
25
+ "@wix/stores_info-sections-v-3": "1.0.15",
26
+ "@wix/stores_inventory": "1.0.49",
27
+ "@wix/stores_inventory-items-v-3": "1.0.18",
28
+ "@wix/stores_products": "1.0.66",
29
+ "@wix/stores_products-v-3": "1.0.54",
30
+ "@wix/stores_ribbons-v-3": "1.0.14",
31
+ "@wix/stores_stores-locations-v-3": "1.0.15",
32
+ "@wix/stores_subscription-options": "1.0.38",
33
+ "@wix/stores_wishlist": "1.0.32"
34
34
  },
35
35
  "devDependencies": {
36
36
  "glob": "^10.4.1",
@@ -55,5 +55,5 @@
55
55
  "fqdn": ""
56
56
  }
57
57
  },
58
- "falconPackageHash": "72d8ad1df98a289d90434213dc5648c72cbab68f3f9b0f52963fcd12"
58
+ "falconPackageHash": "a4c3c0a6cd6b0bfea35a1f437452ba595cf6fcec4a918a3fa5052507"
59
59
  }
@@ -12890,7 +12890,7 @@ interface CreateProductWithInventoryRequest {
12890
12890
  */
12891
12891
  product: ProductWithInventory;
12892
12892
  /**
12893
- * Whether to return the full created product entities in the response.
12893
+ * Whether to return inventory entities in the response.
12894
12894
  *
12895
12895
  * Default: `false`
12896
12896
  */
@@ -13346,7 +13346,7 @@ interface UpdateProductWithInventoryRequest {
13346
13346
  /** Product to update. */
13347
13347
  product: ProductWithInventory;
13348
13348
  /**
13349
- * Whether to return the full product entity in the response.
13349
+ * Whether to return the full inventory entities in the response.
13350
13350
  *
13351
13351
  * Default: `false`
13352
13352
  */
@@ -16316,7 +16316,7 @@ interface CreateProductOptions {
16316
16316
  }
16317
16317
  interface CreateProductWithInventoryOptions {
16318
16318
  /**
16319
- * Whether to return the full created product entities in the response.
16319
+ * Whether to return inventory entities in the response.
16320
16320
  *
16321
16321
  * Default: `false`
16322
16322
  */
@@ -16654,7 +16654,7 @@ interface UpdateProductWithInventoryProduct {
16654
16654
  }
16655
16655
  interface UpdateProductWithInventoryOptions {
16656
16656
  /**
16657
- * Whether to return the full product entity in the response.
16657
+ * Whether to return the full inventory entities in the response.
16658
16658
  *
16659
16659
  * Default: `false`
16660
16660
  */
@@ -18025,7 +18025,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
18025
18025
  version?: string;
18026
18026
  /** A timestamp of the event. */
18027
18027
  timestamp?: string;
18028
- /** A list of "assets" (applications). The same as MetaSiteContext. */
18028
+ /**
18029
+ * TODO(meta-site): Change validation once validations are disabled for consumers
18030
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
18031
+ */
18029
18032
  assets?: Asset[];
18030
18033
  }
18031
18034
  /** @oneof */
@@ -12890,7 +12890,7 @@ interface CreateProductWithInventoryRequest {
12890
12890
  */
12891
12891
  product: ProductWithInventory;
12892
12892
  /**
12893
- * Whether to return the full created product entities in the response.
12893
+ * Whether to return inventory entities in the response.
12894
12894
  *
12895
12895
  * Default: `false`
12896
12896
  */
@@ -13346,7 +13346,7 @@ interface UpdateProductWithInventoryRequest {
13346
13346
  /** Product to update. */
13347
13347
  product: ProductWithInventory;
13348
13348
  /**
13349
- * Whether to return the full product entity in the response.
13349
+ * Whether to return the full inventory entities in the response.
13350
13350
  *
13351
13351
  * Default: `false`
13352
13352
  */
@@ -16316,7 +16316,7 @@ interface CreateProductOptions {
16316
16316
  }
16317
16317
  interface CreateProductWithInventoryOptions {
16318
16318
  /**
16319
- * Whether to return the full created product entities in the response.
16319
+ * Whether to return inventory entities in the response.
16320
16320
  *
16321
16321
  * Default: `false`
16322
16322
  */
@@ -16654,7 +16654,7 @@ interface UpdateProductWithInventoryProduct {
16654
16654
  }
16655
16655
  interface UpdateProductWithInventoryOptions {
16656
16656
  /**
16657
- * Whether to return the full product entity in the response.
16657
+ * Whether to return the full inventory entities in the response.
16658
16658
  *
16659
16659
  * Default: `false`
16660
16660
  */
@@ -18025,7 +18025,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
18025
18025
  version?: string;
18026
18026
  /** A timestamp of the event. */
18027
18027
  timestamp?: string;
18028
- /** A list of "assets" (applications). The same as MetaSiteContext. */
18028
+ /**
18029
+ * TODO(meta-site): Change validation once validations are disabled for consumers
18030
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
18031
+ */
18029
18032
  assets?: Asset[];
18030
18033
  }
18031
18034
  /** @oneof */
@@ -13501,7 +13501,7 @@ interface CreateProductWithInventoryRequest$1 {
13501
13501
  */
13502
13502
  product: ProductWithInventory$1;
13503
13503
  /**
13504
- * Whether to return the full created product entities in the response.
13504
+ * Whether to return inventory entities in the response.
13505
13505
  *
13506
13506
  * Default: `false`
13507
13507
  */
@@ -13953,7 +13953,7 @@ interface UpdateProductWithInventoryRequest$1 {
13953
13953
  /** Product to update. */
13954
13954
  product: ProductWithInventory$1;
13955
13955
  /**
13956
- * Whether to return the full product entity in the response.
13956
+ * Whether to return the full inventory entities in the response.
13957
13957
  *
13958
13958
  * Default: `false`
13959
13959
  */
@@ -17875,7 +17875,7 @@ interface CreateProductWithInventoryRequest {
17875
17875
  */
17876
17876
  product: ProductWithInventory;
17877
17877
  /**
17878
- * Whether to return the full created product entities in the response.
17878
+ * Whether to return inventory entities in the response.
17879
17879
  *
17880
17880
  * Default: `false`
17881
17881
  */
@@ -18327,7 +18327,7 @@ interface UpdateProductWithInventoryRequest {
18327
18327
  /** Product to update. */
18328
18328
  product: ProductWithInventory;
18329
18329
  /**
18330
- * Whether to return the full product entity in the response.
18330
+ * Whether to return the full inventory entities in the response.
18331
18331
  *
18332
18332
  * Default: `false`
18333
18333
  */