@wix/stores 1.0.217 → 1.0.219
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.219",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@wix/stores_customizations-v-3": "1.0.10",
|
|
25
25
|
"@wix/stores_info-sections-v-3": "1.0.9",
|
|
26
26
|
"@wix/stores_inventory": "1.0.38",
|
|
27
|
-
"@wix/stores_inventory-items-v-3": "1.0.
|
|
27
|
+
"@wix/stores_inventory-items-v-3": "1.0.13",
|
|
28
28
|
"@wix/stores_products": "1.0.48",
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.35",
|
|
30
30
|
"@wix/stores_ribbons-v-3": "1.0.10",
|
|
31
31
|
"@wix/stores_stores-locations-v-3": "1.0.11",
|
|
32
32
|
"@wix/stores_subscription-options": "1.0.35",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"fqdn": ""
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
58
|
+
"falconPackageHash": "acbca02f88048463685ecd6cae07364fb3aabe3dccca2a964bfb709f"
|
|
59
59
|
}
|
|
@@ -9090,7 +9090,7 @@ interface BulkIncrementInventoryItemsByVariantAndLocationResponse {
|
|
|
9090
9090
|
}
|
|
9091
9091
|
interface BulkSetInventoryItemsForProductsInLocationRequest {
|
|
9092
9092
|
/** Location ID to set inventory items to. */
|
|
9093
|
-
locationId?: string;
|
|
9093
|
+
locationId?: string | null;
|
|
9094
9094
|
/**
|
|
9095
9095
|
* List of inventory items per product. All existing inventory items for given product in given location_id will be replaced by ones provided in this request.
|
|
9096
9096
|
* >**Note:** you can provide up to 1000 inventory items in total. For example you can provide 100 products with 10 inventory items in each or 1 product with 1000 inventory items or something in between.
|
|
@@ -12011,6 +12011,7 @@ interface OptionChoice {
|
|
|
12011
12011
|
interface OptionChoiceIds {
|
|
12012
12012
|
/** Option ID. */
|
|
12013
12013
|
optionId?: string;
|
|
12014
|
+
/** Choice ID. */
|
|
12014
12015
|
choiceId?: string;
|
|
12015
12016
|
}
|
|
12016
12017
|
interface OptionChoiceNames {
|
|
@@ -9090,7 +9090,7 @@ interface BulkIncrementInventoryItemsByVariantAndLocationResponse {
|
|
|
9090
9090
|
}
|
|
9091
9091
|
interface BulkSetInventoryItemsForProductsInLocationRequest {
|
|
9092
9092
|
/** Location ID to set inventory items to. */
|
|
9093
|
-
locationId?: string;
|
|
9093
|
+
locationId?: string | null;
|
|
9094
9094
|
/**
|
|
9095
9095
|
* List of inventory items per product. All existing inventory items for given product in given location_id will be replaced by ones provided in this request.
|
|
9096
9096
|
* >**Note:** you can provide up to 1000 inventory items in total. For example you can provide 100 products with 10 inventory items in each or 1 product with 1000 inventory items or something in between.
|
|
@@ -12011,6 +12011,7 @@ interface OptionChoice {
|
|
|
12011
12011
|
interface OptionChoiceIds {
|
|
12012
12012
|
/** Option ID. */
|
|
12013
12013
|
optionId?: string;
|
|
12014
|
+
/** Choice ID. */
|
|
12014
12015
|
choiceId?: string;
|
|
12015
12016
|
}
|
|
12016
12017
|
interface OptionChoiceNames {
|
|
@@ -13206,6 +13206,7 @@ interface OptionChoice$1 {
|
|
|
13206
13206
|
interface OptionChoiceIds$1 {
|
|
13207
13207
|
/** Option ID. */
|
|
13208
13208
|
optionId?: string;
|
|
13209
|
+
/** Choice ID. */
|
|
13209
13210
|
choiceId?: string;
|
|
13210
13211
|
}
|
|
13211
13212
|
interface OptionChoiceNames$1 {
|
|
@@ -17549,6 +17550,7 @@ interface OptionChoice {
|
|
|
17549
17550
|
interface OptionChoiceIds {
|
|
17550
17551
|
/** Option ID. */
|
|
17551
17552
|
optionId?: string;
|
|
17553
|
+
/** Choice ID. */
|
|
17552
17554
|
choiceId?: string;
|
|
17553
17555
|
}
|
|
17554
17556
|
interface OptionChoiceNames {
|