@wix/stores 1.0.273 → 1.0.275
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.275",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"@wix/stores_info-sections-v-3": "1.0.18",
|
|
26
26
|
"@wix/stores_inventory": "1.0.54",
|
|
27
27
|
"@wix/stores_inventory-items-v-3": "1.0.21",
|
|
28
|
-
"@wix/stores_products": "1.0.
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
28
|
+
"@wix/stores_products": "1.0.79",
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.59",
|
|
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": "67e87615599ce066f204d5727cb836a2af9a49ffe090953f8f15c822"
|
|
59
59
|
}
|
|
@@ -12983,11 +12983,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
|
|
|
12983
12983
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
12984
12984
|
*/
|
|
12985
12985
|
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
|
-
*/
|
|
12986
|
+
/** Product variants. */
|
|
12991
12987
|
variantsInfo?: V3VariantsInfo;
|
|
12992
12988
|
/** Subscription details. */
|
|
12993
12989
|
subscriptionDetails?: SubscriptionDetails;
|
|
@@ -16615,11 +16611,7 @@ interface UpdateProductWithInventoryProduct {
|
|
|
16615
16611
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
16616
16612
|
*/
|
|
16617
16613
|
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
|
-
*/
|
|
16614
|
+
/** Product variants. */
|
|
16623
16615
|
variantsInfo?: V3VariantsInfo;
|
|
16624
16616
|
/** Subscription details. */
|
|
16625
16617
|
subscriptionDetails?: SubscriptionDetails;
|
|
@@ -12983,11 +12983,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
|
|
|
12983
12983
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
12984
12984
|
*/
|
|
12985
12985
|
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
|
-
*/
|
|
12986
|
+
/** Product variants. */
|
|
12991
12987
|
variantsInfo?: V3VariantsInfo;
|
|
12992
12988
|
/** Subscription details. */
|
|
12993
12989
|
subscriptionDetails?: SubscriptionDetails;
|
|
@@ -16615,11 +16611,7 @@ interface UpdateProductWithInventoryProduct {
|
|
|
16615
16611
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
16616
16612
|
*/
|
|
16617
16613
|
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
|
-
*/
|
|
16614
|
+
/** Product variants. */
|
|
16623
16615
|
variantsInfo?: V3VariantsInfo;
|
|
16624
16616
|
/** Subscription details. */
|
|
16625
16617
|
subscriptionDetails?: SubscriptionDetails;
|
|
@@ -13616,11 +13616,7 @@ interface ProductWithInventory$1 extends ProductWithInventoryTypedPropertiesOneO
|
|
|
13616
13616
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
13617
13617
|
*/
|
|
13618
13618
|
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
|
-
*/
|
|
13619
|
+
/** Product variants. */
|
|
13624
13620
|
variantsInfo?: V3VariantsInfo$1;
|
|
13625
13621
|
/** Subscription details. */
|
|
13626
13622
|
subscriptionDetails?: SubscriptionDetails$1;
|
|
@@ -17990,11 +17986,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
|
|
|
17990
17986
|
* In case handle wasn't given, the handle will be automatically generated.
|
|
17991
17987
|
*/
|
|
17992
17988
|
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
|
-
*/
|
|
17989
|
+
/** Product variants. */
|
|
17998
17990
|
variantsInfo?: V3VariantsInfo;
|
|
17999
17991
|
/** Subscription details. */
|
|
18000
17992
|
subscriptionDetails?: SubscriptionDetails;
|