@wix/stores 1.0.183 → 1.0.184
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.184",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@wix/stores_inventory": "1.0.30",
|
|
27
27
|
"@wix/stores_inventory-items-v-3": "1.0.4",
|
|
28
28
|
"@wix/stores_products": "1.0.37",
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.10",
|
|
30
30
|
"@wix/stores_ribbons-v-3": "1.0.2",
|
|
31
31
|
"@wix/stores_stores-locations-v-3": "1.0.2",
|
|
32
32
|
"@wix/stores_subscription-options": "1.0.26",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"fqdn": ""
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"falconPackageHash": "
|
|
57
|
+
"falconPackageHash": "8c1354bb8b1911b82c3f07f0991466372c0313610a6c7892d99bd9bf"
|
|
58
58
|
}
|
|
@@ -10546,6 +10546,12 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
|
|
|
10546
10546
|
* @readonly
|
|
10547
10547
|
*/
|
|
10548
10548
|
inStock?: boolean;
|
|
10549
|
+
/**
|
|
10550
|
+
* Whether at least one variant with this choice is visible.
|
|
10551
|
+
* Default: `false`
|
|
10552
|
+
* @readonly
|
|
10553
|
+
*/
|
|
10554
|
+
visible?: boolean;
|
|
10549
10555
|
}
|
|
10550
10556
|
/** @oneof */
|
|
10551
10557
|
interface ConnectedOptionChoiceValueOneOf {
|
|
@@ -14701,6 +14707,7 @@ interface ConnectedOptionChoiceNonNullableFields {
|
|
|
14701
14707
|
choiceType: ChoiceType;
|
|
14702
14708
|
key: string;
|
|
14703
14709
|
inStock: boolean;
|
|
14710
|
+
visible: boolean;
|
|
14704
14711
|
}
|
|
14705
14712
|
interface ChoicesSettingsNonNullableFields {
|
|
14706
14713
|
choices: ConnectedOptionChoiceNonNullableFields[];
|
|
@@ -10546,6 +10546,12 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
|
|
|
10546
10546
|
* @readonly
|
|
10547
10547
|
*/
|
|
10548
10548
|
inStock?: boolean;
|
|
10549
|
+
/**
|
|
10550
|
+
* Whether at least one variant with this choice is visible.
|
|
10551
|
+
* Default: `false`
|
|
10552
|
+
* @readonly
|
|
10553
|
+
*/
|
|
10554
|
+
visible?: boolean;
|
|
10549
10555
|
}
|
|
10550
10556
|
/** @oneof */
|
|
10551
10557
|
interface ConnectedOptionChoiceValueOneOf {
|
|
@@ -14701,6 +14707,7 @@ interface ConnectedOptionChoiceNonNullableFields {
|
|
|
14701
14707
|
choiceType: ChoiceType;
|
|
14702
14708
|
key: string;
|
|
14703
14709
|
inStock: boolean;
|
|
14710
|
+
visible: boolean;
|
|
14704
14711
|
}
|
|
14705
14712
|
interface ChoicesSettingsNonNullableFields {
|
|
14706
14713
|
choices: ConnectedOptionChoiceNonNullableFields[];
|
|
@@ -12815,6 +12815,12 @@ interface ConnectedOptionChoice$1 extends ConnectedOptionChoiceValueOneOf$1 {
|
|
|
12815
12815
|
* @readonly
|
|
12816
12816
|
*/
|
|
12817
12817
|
inStock?: boolean;
|
|
12818
|
+
/**
|
|
12819
|
+
* Whether at least one variant with this choice is visible.
|
|
12820
|
+
* Default: `false`
|
|
12821
|
+
* @readonly
|
|
12822
|
+
*/
|
|
12823
|
+
visible?: boolean;
|
|
12818
12824
|
}
|
|
12819
12825
|
/** @oneof */
|
|
12820
12826
|
interface ConnectedOptionChoiceValueOneOf$1 {
|
|
@@ -15393,6 +15399,7 @@ interface ConnectedOptionChoiceNonNullableFields$1 {
|
|
|
15393
15399
|
choiceType: ChoiceType$1;
|
|
15394
15400
|
key: string;
|
|
15395
15401
|
inStock: boolean;
|
|
15402
|
+
visible: boolean;
|
|
15396
15403
|
}
|
|
15397
15404
|
interface ChoicesSettingsNonNullableFields$1 {
|
|
15398
15405
|
choices: ConnectedOptionChoiceNonNullableFields$1[];
|
|
@@ -17347,6 +17354,12 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
|
|
|
17347
17354
|
* @readonly
|
|
17348
17355
|
*/
|
|
17349
17356
|
inStock?: boolean;
|
|
17357
|
+
/**
|
|
17358
|
+
* Whether at least one variant with this choice is visible.
|
|
17359
|
+
* Default: `false`
|
|
17360
|
+
* @readonly
|
|
17361
|
+
*/
|
|
17362
|
+
visible?: boolean;
|
|
17350
17363
|
}
|
|
17351
17364
|
/** @oneof */
|
|
17352
17365
|
interface ConnectedOptionChoiceValueOneOf {
|
|
@@ -19903,6 +19916,7 @@ interface ConnectedOptionChoiceNonNullableFields {
|
|
|
19903
19916
|
choiceType: ChoiceType;
|
|
19904
19917
|
key: string;
|
|
19905
19918
|
inStock: boolean;
|
|
19919
|
+
visible: boolean;
|
|
19906
19920
|
}
|
|
19907
19921
|
interface ChoicesSettingsNonNullableFields {
|
|
19908
19922
|
choices: ConnectedOptionChoiceNonNullableFields[];
|