@wix/stores 1.0.274 → 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.
|
|
@@ -12983,11 +12979,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
|
|
|
12983
12979
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
12984
12980
|
*/
|
|
12985
12981
|
handle?: string | null;
|
|
12986
|
-
/**
|
|
12987
|
-
* Product variants.
|
|
12988
|
-
*
|
|
12989
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
12990
|
-
*/
|
|
12982
|
+
/** Product variants. */
|
|
12991
12983
|
variantsInfo?: V3VariantsInfo;
|
|
12992
12984
|
/** Subscription details. */
|
|
12993
12985
|
subscriptionDetails?: SubscriptionDetails;
|
|
@@ -16484,11 +16476,7 @@ interface UpdateProduct {
|
|
|
16484
16476
|
* @readonly
|
|
16485
16477
|
*/
|
|
16486
16478
|
breadcrumbsInfo?: BreadcrumbsInfo;
|
|
16487
|
-
/**
|
|
16488
|
-
* Product variants.
|
|
16489
|
-
*
|
|
16490
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
16491
|
-
*/
|
|
16479
|
+
/** Product variants. */
|
|
16492
16480
|
variantsInfo?: VariantsInfo;
|
|
16493
16481
|
/**
|
|
16494
16482
|
* Custom extended fields for the product object.
|
|
@@ -16615,11 +16603,7 @@ interface UpdateProductWithInventoryProduct {
|
|
|
16615
16603
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
16616
16604
|
*/
|
|
16617
16605
|
handle?: string | null;
|
|
16618
|
-
/**
|
|
16619
|
-
* Product variants.
|
|
16620
|
-
*
|
|
16621
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
16622
|
-
*/
|
|
16606
|
+
/** Product variants. */
|
|
16623
16607
|
variantsInfo?: V3VariantsInfo;
|
|
16624
16608
|
/** Subscription details. */
|
|
16625
16609
|
subscriptionDetails?: SubscriptionDetails;
|
|
@@ -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.
|
|
@@ -12983,11 +12979,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
|
|
|
12983
12979
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
12984
12980
|
*/
|
|
12985
12981
|
handle?: string | null;
|
|
12986
|
-
/**
|
|
12987
|
-
* Product variants.
|
|
12988
|
-
*
|
|
12989
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
12990
|
-
*/
|
|
12982
|
+
/** Product variants. */
|
|
12991
12983
|
variantsInfo?: V3VariantsInfo;
|
|
12992
12984
|
/** Subscription details. */
|
|
12993
12985
|
subscriptionDetails?: SubscriptionDetails;
|
|
@@ -16484,11 +16476,7 @@ interface UpdateProduct {
|
|
|
16484
16476
|
* @readonly
|
|
16485
16477
|
*/
|
|
16486
16478
|
breadcrumbsInfo?: BreadcrumbsInfo;
|
|
16487
|
-
/**
|
|
16488
|
-
* Product variants.
|
|
16489
|
-
*
|
|
16490
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
16491
|
-
*/
|
|
16479
|
+
/** Product variants. */
|
|
16492
16480
|
variantsInfo?: VariantsInfo;
|
|
16493
16481
|
/**
|
|
16494
16482
|
* Custom extended fields for the product object.
|
|
@@ -16615,11 +16603,7 @@ interface UpdateProductWithInventoryProduct {
|
|
|
16615
16603
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
16616
16604
|
*/
|
|
16617
16605
|
handle?: string | null;
|
|
16618
|
-
/**
|
|
16619
|
-
* Product variants.
|
|
16620
|
-
*
|
|
16621
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
16622
|
-
*/
|
|
16606
|
+
/** Product variants. */
|
|
16623
16607
|
variantsInfo?: V3VariantsInfo;
|
|
16624
16608
|
/** Subscription details. */
|
|
16625
16609
|
subscriptionDetails?: SubscriptionDetails;
|
|
@@ -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.
|
|
@@ -13616,11 +13612,7 @@ interface ProductWithInventory$1 extends ProductWithInventoryTypedPropertiesOneO
|
|
|
13616
13612
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
13617
13613
|
*/
|
|
13618
13614
|
handle?: string | null;
|
|
13619
|
-
/**
|
|
13620
|
-
* Product variants.
|
|
13621
|
-
*
|
|
13622
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
13623
|
-
*/
|
|
13615
|
+
/** Product variants. */
|
|
13624
13616
|
variantsInfo?: V3VariantsInfo$1;
|
|
13625
13617
|
/** Subscription details. */
|
|
13626
13618
|
subscriptionDetails?: SubscriptionDetails$1;
|
|
@@ -15780,11 +15772,7 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
|
|
|
15780
15772
|
* @readonly
|
|
15781
15773
|
*/
|
|
15782
15774
|
breadcrumbsInfo?: BreadcrumbsInfo;
|
|
15783
|
-
/**
|
|
15784
|
-
* Product variants.
|
|
15785
|
-
*
|
|
15786
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
15787
|
-
*/
|
|
15775
|
+
/** Product variants. */
|
|
15788
15776
|
variantsInfo?: VariantsInfo;
|
|
15789
15777
|
/**
|
|
15790
15778
|
* Custom extended fields for the product object.
|
|
@@ -17990,11 +17978,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
|
|
|
17990
17978
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
17991
17979
|
*/
|
|
17992
17980
|
handle?: string | null;
|
|
17993
|
-
/**
|
|
17994
|
-
* Product variants.
|
|
17995
|
-
*
|
|
17996
|
-
* > **Note:** Returned only when you pass `"VARIANTS_INFO"` to the `fields` array in Products API requests.
|
|
17997
|
-
*/
|
|
17981
|
+
/** Product variants. */
|
|
17998
17982
|
variantsInfo?: V3VariantsInfo;
|
|
17999
17983
|
/** Subscription details. */
|
|
18000
17984
|
subscriptionDetails?: SubscriptionDetails;
|