@wix/stores 1.0.284 → 1.0.285

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.284",
3
+ "version": "1.0.285",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  "@wix/stores_inventory": "1.0.59",
30
30
  "@wix/stores_inventory-items-v-3": "1.0.26",
31
31
  "@wix/stores_products": "1.0.84",
32
- "@wix/stores_products-v-3": "1.0.66",
32
+ "@wix/stores_products-v-3": "1.0.67",
33
33
  "@wix/stores_ribbons-v-3": "1.0.22",
34
34
  "@wix/stores_stores-locations-v-3": "1.0.23",
35
35
  "@wix/stores_subscription-options": "1.0.46",
@@ -58,5 +58,5 @@
58
58
  "fqdn": ""
59
59
  }
60
60
  },
61
- "falconPackageHash": "3e8b9884f8567bb4d78a94d83956e17fc3753fa9cdb24d71ea2ac4b8"
61
+ "falconPackageHash": "660105628e6e2f5107ab578de5d3d6afc3373f9379b2e0f479452b16"
62
62
  }
@@ -12558,6 +12558,11 @@ interface VariantSummary {
12558
12558
  * @readonly
12559
12559
  */
12560
12560
  variantCount?: number;
12561
+ /**
12562
+ * The ids of visible variants for the product.
12563
+ * @readonly
12564
+ */
12565
+ visibleVariantIds?: string[];
12561
12566
  }
12562
12567
  interface MinVariantPriceInfo {
12563
12568
  /**
@@ -16030,6 +16035,7 @@ interface SubscriptionDetailsNonNullableFields {
16030
16035
  }
16031
16036
  interface VariantSummaryNonNullableFields {
16032
16037
  variantCount: number;
16038
+ visibleVariantIds: string[];
16033
16039
  }
16034
16040
  interface MinVariantPriceInfoNonNullableFields {
16035
16041
  basePrice?: FixedMonetaryAmountNonNullableFields;
@@ -12558,6 +12558,11 @@ interface VariantSummary {
12558
12558
  * @readonly
12559
12559
  */
12560
12560
  variantCount?: number;
12561
+ /**
12562
+ * The ids of visible variants for the product.
12563
+ * @readonly
12564
+ */
12565
+ visibleVariantIds?: string[];
12561
12566
  }
12562
12567
  interface MinVariantPriceInfo {
12563
12568
  /**
@@ -16030,6 +16035,7 @@ interface SubscriptionDetailsNonNullableFields {
16030
16035
  }
16031
16036
  interface VariantSummaryNonNullableFields {
16032
16037
  variantCount: number;
16038
+ visibleVariantIds: string[];
16033
16039
  }
16034
16040
  interface MinVariantPriceInfoNonNullableFields {
16035
16041
  basePrice?: FixedMonetaryAmountNonNullableFields;
@@ -13490,6 +13490,11 @@ interface VariantSummary$1 {
13490
13490
  * @readonly
13491
13491
  */
13492
13492
  variantCount?: number;
13493
+ /**
13494
+ * The ids of visible variants for the product.
13495
+ * @readonly
13496
+ */
13497
+ visibleVariantIds?: string[];
13493
13498
  }
13494
13499
  interface CreateProductRequest$1 {
13495
13500
  /**
@@ -15412,6 +15417,7 @@ interface SubscriptionDetailsNonNullableFields$1 {
15412
15417
  }
15413
15418
  interface VariantSummaryNonNullableFields$1 {
15414
15419
  variantCount: number;
15420
+ visibleVariantIds: string[];
15415
15421
  }
15416
15422
  interface MinVariantPriceInfoNonNullableFields$1 {
15417
15423
  basePrice?: FixedMonetaryAmountNonNullableFields$1;
@@ -17871,6 +17877,11 @@ interface VariantSummary {
17871
17877
  * @readonly
17872
17878
  */
17873
17879
  variantCount?: number;
17880
+ /**
17881
+ * The ids of visible variants for the product.
17882
+ * @readonly
17883
+ */
17884
+ visibleVariantIds?: string[];
17874
17885
  }
17875
17886
  interface CreateProductRequest {
17876
17887
  /**
@@ -19771,6 +19782,7 @@ interface SubscriptionDetailsNonNullableFields {
19771
19782
  }
19772
19783
  interface VariantSummaryNonNullableFields {
19773
19784
  variantCount: number;
19785
+ visibleVariantIds: string[];
19774
19786
  }
19775
19787
  interface MinVariantPriceInfoNonNullableFields {
19776
19788
  basePrice?: FixedMonetaryAmountNonNullableFields;