@wix/stores 1.0.232 → 1.0.234
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.234",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"@wix/stores_collections": "1.0.35",
|
|
24
24
|
"@wix/stores_customizations-v-3": "1.0.10",
|
|
25
25
|
"@wix/stores_info-sections-v-3": "1.0.11",
|
|
26
|
-
"@wix/stores_inventory": "1.0.
|
|
27
|
-
"@wix/stores_inventory-items-v-3": "1.0.
|
|
28
|
-
"@wix/stores_products": "1.0.
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
26
|
+
"@wix/stores_inventory": "1.0.39",
|
|
27
|
+
"@wix/stores_inventory-items-v-3": "1.0.14",
|
|
28
|
+
"@wix/stores_products": "1.0.52",
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.42",
|
|
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": "3c9e0a3b3b5d873265e5d6592a0f5dee9d1debe0caa45e13bfda087f"
|
|
59
59
|
}
|
|
@@ -7898,7 +7898,7 @@ interface InventoryItem$1 extends InventoryItemTrackingMethodOneOf$1 {
|
|
|
7898
7898
|
/**
|
|
7899
7899
|
* Custom field data for the inventory item object.
|
|
7900
7900
|
*
|
|
7901
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
7901
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
7902
7902
|
*/
|
|
7903
7903
|
extendedFields?: ExtendedFields$1;
|
|
7904
7904
|
}
|
|
@@ -9349,7 +9349,7 @@ interface UpdateInventoryItem {
|
|
|
9349
9349
|
/**
|
|
9350
9350
|
* Custom field data for the inventory item object.
|
|
9351
9351
|
*
|
|
9352
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
9352
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
9353
9353
|
*/
|
|
9354
9354
|
extendedFields?: ExtendedFields$1;
|
|
9355
9355
|
}
|
|
@@ -12791,7 +12791,7 @@ interface InventoryItem extends InventoryItemTrackingMethodOneOf {
|
|
|
12791
12791
|
/**
|
|
12792
12792
|
* Custom field data for the inventory item object.
|
|
12793
12793
|
*
|
|
12794
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
12794
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
12795
12795
|
*/
|
|
12796
12796
|
extendedFields?: ExtendedFields;
|
|
12797
12797
|
}
|
|
@@ -7898,7 +7898,7 @@ interface InventoryItem$1 extends InventoryItemTrackingMethodOneOf$1 {
|
|
|
7898
7898
|
/**
|
|
7899
7899
|
* Custom field data for the inventory item object.
|
|
7900
7900
|
*
|
|
7901
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
7901
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
7902
7902
|
*/
|
|
7903
7903
|
extendedFields?: ExtendedFields$1;
|
|
7904
7904
|
}
|
|
@@ -9349,7 +9349,7 @@ interface UpdateInventoryItem {
|
|
|
9349
9349
|
/**
|
|
9350
9350
|
* Custom field data for the inventory item object.
|
|
9351
9351
|
*
|
|
9352
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
9352
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
9353
9353
|
*/
|
|
9354
9354
|
extendedFields?: ExtendedFields$1;
|
|
9355
9355
|
}
|
|
@@ -12791,7 +12791,7 @@ interface InventoryItem extends InventoryItemTrackingMethodOneOf {
|
|
|
12791
12791
|
/**
|
|
12792
12792
|
* Custom field data for the inventory item object.
|
|
12793
12793
|
*
|
|
12794
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
12794
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
12795
12795
|
*/
|
|
12796
12796
|
extendedFields?: ExtendedFields;
|
|
12797
12797
|
}
|
|
@@ -9025,7 +9025,7 @@ interface InventoryItem$3 extends InventoryItemTrackingMethodOneOf$3 {
|
|
|
9025
9025
|
/**
|
|
9026
9026
|
* Custom field data for the inventory item object.
|
|
9027
9027
|
*
|
|
9028
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
9028
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
9029
9029
|
*/
|
|
9030
9030
|
extendedFields?: ExtendedFields$3;
|
|
9031
9031
|
}
|
|
@@ -10108,7 +10108,7 @@ interface InventoryItem$2 extends InventoryItemTrackingMethodOneOf$2 {
|
|
|
10108
10108
|
/**
|
|
10109
10109
|
* Custom field data for the inventory item object.
|
|
10110
10110
|
*
|
|
10111
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
10111
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
10112
10112
|
*/
|
|
10113
10113
|
extendedFields?: ExtendedFields$2;
|
|
10114
10114
|
}
|
|
@@ -13881,7 +13881,7 @@ interface InventoryItem$1 extends InventoryItemTrackingMethodOneOf$1 {
|
|
|
13881
13881
|
/**
|
|
13882
13882
|
* Custom field data for the inventory item object.
|
|
13883
13883
|
*
|
|
13884
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
13884
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
13885
13885
|
*/
|
|
13886
13886
|
extendedFields?: ExtendedFields$1;
|
|
13887
13887
|
}
|
|
@@ -18288,7 +18288,7 @@ interface InventoryItem extends InventoryItemTrackingMethodOneOf {
|
|
|
18288
18288
|
/**
|
|
18289
18289
|
* Custom field data for the inventory item object.
|
|
18290
18290
|
*
|
|
18291
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
18291
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
18292
18292
|
*/
|
|
18293
18293
|
extendedFields?: ExtendedFields;
|
|
18294
18294
|
}
|