@wix/stores 1.0.171 → 1.0.172
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.172",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@wix/stores_customizations-v-3": "1.0.0",
|
|
25
25
|
"@wix/stores_info-sections-v-3": "1.0.0",
|
|
26
26
|
"@wix/stores_inventory": "1.0.29",
|
|
27
|
-
"@wix/stores_inventory-items-v-3": "1.0.
|
|
27
|
+
"@wix/stores_inventory-items-v-3": "1.0.1",
|
|
28
28
|
"@wix/stores_products": "1.0.35",
|
|
29
29
|
"@wix/stores_products-v-3": "1.0.0",
|
|
30
30
|
"@wix/stores_ribbons-v-3": "1.0.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"fqdn": ""
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"falconPackageHash": "
|
|
57
|
+
"falconPackageHash": "ef2cc435372b266a103ee62cae0bc39458e5c3ec40ef97e0043cc718"
|
|
58
58
|
}
|
|
@@ -7101,10 +7101,8 @@ interface UpdateInventoryItemResponse {
|
|
|
7101
7101
|
}
|
|
7102
7102
|
/** Report when Inventory item stock status changed from in stock to out of stock and the opposite. */
|
|
7103
7103
|
interface InventoryItemStockStatusUpdatedEvent {
|
|
7104
|
-
/** Inventory item previous status. */
|
|
7105
|
-
previousInStock?: boolean;
|
|
7106
7104
|
/** Inventory item new status. */
|
|
7107
|
-
|
|
7105
|
+
inStock?: boolean;
|
|
7108
7106
|
}
|
|
7109
7107
|
interface InventoryItemUpdatedWithReason {
|
|
7110
7108
|
/** Current entity */
|
|
@@ -7101,10 +7101,8 @@ interface UpdateInventoryItemResponse {
|
|
|
7101
7101
|
}
|
|
7102
7102
|
/** Report when Inventory item stock status changed from in stock to out of stock and the opposite. */
|
|
7103
7103
|
interface InventoryItemStockStatusUpdatedEvent {
|
|
7104
|
-
/** Inventory item previous status. */
|
|
7105
|
-
previousInStock?: boolean;
|
|
7106
7104
|
/** Inventory item new status. */
|
|
7107
|
-
|
|
7105
|
+
inStock?: boolean;
|
|
7108
7106
|
}
|
|
7109
7107
|
interface InventoryItemUpdatedWithReason {
|
|
7110
7108
|
/** Current entity */
|