@wix/stores 1.0.275 → 1.0.276
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.
|
|
3
|
+
"version": "1.0.276",
|
|
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.54",
|
|
27
27
|
"@wix/stores_inventory-items-v-3": "1.0.21",
|
|
28
28
|
"@wix/stores_products": "1.0.79",
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.60",
|
|
30
30
|
"@wix/stores_ribbons-v-3": "1.0.17",
|
|
31
31
|
"@wix/stores_stores-locations-v-3": "1.0.18",
|
|
32
32
|
"@wix/stores_subscription-options": "1.0.41",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"fqdn": ""
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
58
|
+
"falconPackageHash": "d133d1d976268f835e27023b0e72af013b312e9c356258a3ab970f4f"
|
|
59
59
|
}
|
|
@@ -10449,11 +10449,7 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
|
|
|
10449
10449
|
* @readonly
|
|
10450
10450
|
*/
|
|
10451
10451
|
breadcrumbsInfo?: BreadcrumbsInfo;
|
|
10452
|
-
/**
|
|
10453
|
-
* Product variants.
|
|
10454
|
-
*
|
|
10455
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
10456
|
-
*/
|
|
10452
|
+
/** Product variants. */
|
|
10457
10453
|
variantsInfo?: VariantsInfo;
|
|
10458
10454
|
/**
|
|
10459
10455
|
* Custom extended fields for the product object.
|
|
@@ -16480,11 +16476,7 @@ interface UpdateProduct {
|
|
|
16480
16476
|
* @readonly
|
|
16481
16477
|
*/
|
|
16482
16478
|
breadcrumbsInfo?: BreadcrumbsInfo;
|
|
16483
|
-
/**
|
|
16484
|
-
* Product variants.
|
|
16485
|
-
*
|
|
16486
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
16487
|
-
*/
|
|
16479
|
+
/** Product variants. */
|
|
16488
16480
|
variantsInfo?: VariantsInfo;
|
|
16489
16481
|
/**
|
|
16490
16482
|
* Custom extended fields for the product object.
|
|
@@ -10449,11 +10449,7 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
|
|
|
10449
10449
|
* @readonly
|
|
10450
10450
|
*/
|
|
10451
10451
|
breadcrumbsInfo?: BreadcrumbsInfo;
|
|
10452
|
-
/**
|
|
10453
|
-
* Product variants.
|
|
10454
|
-
*
|
|
10455
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
10456
|
-
*/
|
|
10452
|
+
/** Product variants. */
|
|
10457
10453
|
variantsInfo?: VariantsInfo;
|
|
10458
10454
|
/**
|
|
10459
10455
|
* Custom extended fields for the product object.
|
|
@@ -16480,11 +16476,7 @@ interface UpdateProduct {
|
|
|
16480
16476
|
* @readonly
|
|
16481
16477
|
*/
|
|
16482
16478
|
breadcrumbsInfo?: BreadcrumbsInfo;
|
|
16483
|
-
/**
|
|
16484
|
-
* Product variants.
|
|
16485
|
-
*
|
|
16486
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
16487
|
-
*/
|
|
16479
|
+
/** Product variants. */
|
|
16488
16480
|
variantsInfo?: VariantsInfo;
|
|
16489
16481
|
/**
|
|
16490
16482
|
* Custom extended fields for the product object.
|
|
@@ -11353,11 +11353,7 @@ interface V3Product$1 extends V3ProductTypedPropertiesOneOf$1 {
|
|
|
11353
11353
|
* @readonly
|
|
11354
11354
|
*/
|
|
11355
11355
|
breadcrumbsInfo?: BreadcrumbsInfo$1;
|
|
11356
|
-
/**
|
|
11357
|
-
* Product variants.
|
|
11358
|
-
*
|
|
11359
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
11360
|
-
*/
|
|
11356
|
+
/** Product variants. */
|
|
11361
11357
|
variantsInfo?: VariantsInfo$1;
|
|
11362
11358
|
/**
|
|
11363
11359
|
* Custom extended fields for the product object.
|
|
@@ -15776,11 +15772,7 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
|
|
|
15776
15772
|
* @readonly
|
|
15777
15773
|
*/
|
|
15778
15774
|
breadcrumbsInfo?: BreadcrumbsInfo;
|
|
15779
|
-
/**
|
|
15780
|
-
* Product variants.
|
|
15781
|
-
*
|
|
15782
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
15783
|
-
*/
|
|
15775
|
+
/** Product variants. */
|
|
15784
15776
|
variantsInfo?: VariantsInfo;
|
|
15785
15777
|
/**
|
|
15786
15778
|
* Custom extended fields for the product object.
|