@wix/stores 1.0.284 → 1.0.286

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.286",
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.68",
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": "b5c02dd69994fb3e378ce054942ca207fa770c22534f1688a00030f7"
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
  /**
@@ -13012,7 +13017,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
13012
13017
  /**
13013
13018
  * Custom extended fields for the product object.
13014
13019
  *
13015
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
13020
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
13016
13021
  */
13017
13022
  extendedFields?: ExtendedFields;
13018
13023
  }
@@ -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;
@@ -16640,7 +16646,7 @@ interface UpdateProductWithInventoryProduct {
16640
16646
  /**
16641
16647
  * Custom extended fields for the product object.
16642
16648
  *
16643
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
16649
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
16644
16650
  */
16645
16651
  extendedFields?: ExtendedFields;
16646
16652
  }
@@ -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
  /**
@@ -13012,7 +13017,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
13012
13017
  /**
13013
13018
  * Custom extended fields for the product object.
13014
13019
  *
13015
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
13020
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
13016
13021
  */
13017
13022
  extendedFields?: ExtendedFields;
13018
13023
  }
@@ -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;
@@ -16640,7 +16646,7 @@ interface UpdateProductWithInventoryProduct {
16640
16646
  /**
16641
16647
  * Custom extended fields for the product object.
16642
16648
  *
16643
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
16649
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
16644
16650
  */
16645
16651
  extendedFields?: ExtendedFields;
16646
16652
  }
@@ -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
  /**
@@ -13660,7 +13665,7 @@ interface ProductWithInventory$1 extends ProductWithInventoryTypedPropertiesOneO
13660
13665
  /**
13661
13666
  * Custom extended fields for the product object.
13662
13667
  *
13663
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
13668
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
13664
13669
  */
13665
13670
  extendedFields?: ExtendedFields$1;
13666
13671
  }
@@ -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
  /**
@@ -18041,7 +18052,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
18041
18052
  /**
18042
18053
  * Custom extended fields for the product object.
18043
18054
  *
18044
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
18055
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
18045
18056
  */
18046
18057
  extendedFields?: ExtendedFields;
18047
18058
  }
@@ -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;