@wix/stores 1.0.52 → 1.0.53
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.
|
@@ -61,7 +61,7 @@ export interface InventoryItemChanged {
|
|
|
61
61
|
trackInventory?: boolean;
|
|
62
62
|
/** Preorder information. */
|
|
63
63
|
preorderInfo?: PreorderInfo;
|
|
64
|
-
/** Field mask of updated fields
|
|
64
|
+
/** Field mask of updated fields. */
|
|
65
65
|
fieldMask?: string[];
|
|
66
66
|
}
|
|
67
67
|
export interface InventoryVariantsChanged {
|
|
@@ -67,7 +67,7 @@ export interface InventoryItemChanged {
|
|
|
67
67
|
trackInventory?: boolean;
|
|
68
68
|
/** Preorder information. */
|
|
69
69
|
preorderInfo?: PreorderInfo;
|
|
70
|
-
/** Field mask of updated fields
|
|
70
|
+
/** Field mask of updated fields. */
|
|
71
71
|
fieldMask?: string[];
|
|
72
72
|
}
|
|
73
73
|
export interface InventoryVariantsChanged {
|
|
@@ -61,7 +61,7 @@ export interface InventoryItemChanged {
|
|
|
61
61
|
trackInventory?: boolean;
|
|
62
62
|
/** Preorder information. */
|
|
63
63
|
preorderInfo?: PreorderInfo;
|
|
64
|
-
/** Field mask of updated fields
|
|
64
|
+
/** Field mask of updated fields. */
|
|
65
65
|
fieldMask?: string[];
|
|
66
66
|
}
|
|
67
67
|
export interface InventoryVariantsChanged {
|
|
@@ -67,7 +67,7 @@ export interface InventoryItemChanged {
|
|
|
67
67
|
trackInventory?: boolean;
|
|
68
68
|
/** Preorder information. */
|
|
69
69
|
preorderInfo?: PreorderInfo;
|
|
70
|
-
/** Field mask of updated fields
|
|
70
|
+
/** Field mask of updated fields. */
|
|
71
71
|
fieldMask?: string[];
|
|
72
72
|
}
|
|
73
73
|
export interface InventoryVariantsChanged {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.53",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "24f3cd2df156afb500cda4e77aad1349f68e3563f370d54696bcc56b"
|
|
37
37
|
}
|