@wix/stores 1.0.292 → 1.0.293
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.293",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/stores_brands-v-3": "1.0.
|
|
24
|
+
"@wix/stores_brands-v-3": "1.0.23",
|
|
25
25
|
"@wix/stores_catalog-versioning": "1.0.14",
|
|
26
26
|
"@wix/stores_collections": "1.0.48",
|
|
27
|
-
"@wix/stores_customizations-v-3": "1.0.
|
|
28
|
-
"@wix/stores_info-sections-v-3": "1.0.
|
|
27
|
+
"@wix/stores_customizations-v-3": "1.0.25",
|
|
28
|
+
"@wix/stores_info-sections-v-3": "1.0.27",
|
|
29
29
|
"@wix/stores_inventory": "1.0.60",
|
|
30
|
-
"@wix/stores_inventory-items-v-3": "1.0.
|
|
30
|
+
"@wix/stores_inventory-items-v-3": "1.0.28",
|
|
31
31
|
"@wix/stores_products": "1.0.85",
|
|
32
|
-
"@wix/stores_products-v-3": "1.0.
|
|
32
|
+
"@wix/stores_products-v-3": "1.0.73",
|
|
33
33
|
"@wix/stores_ribbons-v-3": "1.0.23",
|
|
34
34
|
"@wix/stores_stores-locations-v-3": "1.0.24",
|
|
35
35
|
"@wix/stores_subscription-options": "1.0.47",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "63da59508b0e4e96c60a68d0543e89ffd50ad4710537d6c9a4d71939"
|
|
62
62
|
}
|
|
@@ -12560,11 +12560,6 @@ interface VariantSummary {
|
|
|
12560
12560
|
* @readonly
|
|
12561
12561
|
*/
|
|
12562
12562
|
variantCount?: number;
|
|
12563
|
-
/**
|
|
12564
|
-
* The ids of visible variants for the product.
|
|
12565
|
-
* @readonly
|
|
12566
|
-
*/
|
|
12567
|
-
visibleVariantIds?: string[];
|
|
12568
12563
|
}
|
|
12569
12564
|
interface MinVariantPriceInfo {
|
|
12570
12565
|
/**
|
|
@@ -14322,6 +14317,8 @@ interface Product {
|
|
|
14322
14317
|
variantName?: string | null;
|
|
14323
14318
|
/** Variant SKU (stock keeping unit). */
|
|
14324
14319
|
variantSku?: string | null;
|
|
14320
|
+
/** Variant visible. */
|
|
14321
|
+
variantVisible?: boolean | null;
|
|
14325
14322
|
}
|
|
14326
14323
|
interface CreateProductRequest {
|
|
14327
14324
|
/**
|
|
@@ -16037,7 +16034,6 @@ interface SubscriptionDetailsNonNullableFields {
|
|
|
16037
16034
|
}
|
|
16038
16035
|
interface VariantSummaryNonNullableFields {
|
|
16039
16036
|
variantCount: number;
|
|
16040
|
-
visibleVariantIds: string[];
|
|
16041
16037
|
}
|
|
16042
16038
|
interface MinVariantPriceInfoNonNullableFields {
|
|
16043
16039
|
basePrice?: FixedMonetaryAmountNonNullableFields;
|
|
@@ -12560,11 +12560,6 @@ interface VariantSummary {
|
|
|
12560
12560
|
* @readonly
|
|
12561
12561
|
*/
|
|
12562
12562
|
variantCount?: number;
|
|
12563
|
-
/**
|
|
12564
|
-
* The ids of visible variants for the product.
|
|
12565
|
-
* @readonly
|
|
12566
|
-
*/
|
|
12567
|
-
visibleVariantIds?: string[];
|
|
12568
12563
|
}
|
|
12569
12564
|
interface MinVariantPriceInfo {
|
|
12570
12565
|
/**
|
|
@@ -14322,6 +14317,8 @@ interface Product {
|
|
|
14322
14317
|
variantName?: string | null;
|
|
14323
14318
|
/** Variant SKU (stock keeping unit). */
|
|
14324
14319
|
variantSku?: string | null;
|
|
14320
|
+
/** Variant visible. */
|
|
14321
|
+
variantVisible?: boolean | null;
|
|
14325
14322
|
}
|
|
14326
14323
|
interface CreateProductRequest {
|
|
14327
14324
|
/**
|
|
@@ -16037,7 +16034,6 @@ interface SubscriptionDetailsNonNullableFields {
|
|
|
16037
16034
|
}
|
|
16038
16035
|
interface VariantSummaryNonNullableFields {
|
|
16039
16036
|
variantCount: number;
|
|
16040
|
-
visibleVariantIds: string[];
|
|
16041
16037
|
}
|
|
16042
16038
|
interface MinVariantPriceInfoNonNullableFields {
|
|
16043
16039
|
basePrice?: FixedMonetaryAmountNonNullableFields;
|
|
@@ -13494,11 +13494,6 @@ interface VariantSummary$1 {
|
|
|
13494
13494
|
* @readonly
|
|
13495
13495
|
*/
|
|
13496
13496
|
variantCount?: number;
|
|
13497
|
-
/**
|
|
13498
|
-
* The ids of visible variants for the product.
|
|
13499
|
-
* @readonly
|
|
13500
|
-
*/
|
|
13501
|
-
visibleVariantIds?: string[];
|
|
13502
13497
|
}
|
|
13503
13498
|
declare enum SingleEntityOpsRequestedFields$1 {
|
|
13504
13499
|
UNKNOWN_REQUESTED_FIELD = "UNKNOWN_REQUESTED_FIELD",
|
|
@@ -13694,6 +13689,8 @@ interface Product$1 {
|
|
|
13694
13689
|
variantName?: string | null;
|
|
13695
13690
|
/** Variant SKU (stock keeping unit). */
|
|
13696
13691
|
variantSku?: string | null;
|
|
13692
|
+
/** Variant visible. */
|
|
13693
|
+
variantVisible?: boolean | null;
|
|
13697
13694
|
}
|
|
13698
13695
|
interface CreateProductRequest$1 {
|
|
13699
13696
|
/**
|
|
@@ -15421,7 +15418,6 @@ interface SubscriptionDetailsNonNullableFields$1 {
|
|
|
15421
15418
|
}
|
|
15422
15419
|
interface VariantSummaryNonNullableFields$1 {
|
|
15423
15420
|
variantCount: number;
|
|
15424
|
-
visibleVariantIds: string[];
|
|
15425
15421
|
}
|
|
15426
15422
|
interface MinVariantPriceInfoNonNullableFields$1 {
|
|
15427
15423
|
basePrice?: FixedMonetaryAmountNonNullableFields$1;
|
|
@@ -17881,11 +17877,6 @@ interface VariantSummary {
|
|
|
17881
17877
|
* @readonly
|
|
17882
17878
|
*/
|
|
17883
17879
|
variantCount?: number;
|
|
17884
|
-
/**
|
|
17885
|
-
* The ids of visible variants for the product.
|
|
17886
|
-
* @readonly
|
|
17887
|
-
*/
|
|
17888
|
-
visibleVariantIds?: string[];
|
|
17889
17880
|
}
|
|
17890
17881
|
declare enum SingleEntityOpsRequestedFields {
|
|
17891
17882
|
UNKNOWN_REQUESTED_FIELD = "UNKNOWN_REQUESTED_FIELD",
|
|
@@ -18081,6 +18072,8 @@ interface Product {
|
|
|
18081
18072
|
variantName?: string | null;
|
|
18082
18073
|
/** Variant SKU (stock keeping unit). */
|
|
18083
18074
|
variantSku?: string | null;
|
|
18075
|
+
/** Variant visible. */
|
|
18076
|
+
variantVisible?: boolean | null;
|
|
18084
18077
|
}
|
|
18085
18078
|
interface CreateProductRequest {
|
|
18086
18079
|
/**
|
|
@@ -19786,7 +19779,6 @@ interface SubscriptionDetailsNonNullableFields {
|
|
|
19786
19779
|
}
|
|
19787
19780
|
interface VariantSummaryNonNullableFields {
|
|
19788
19781
|
variantCount: number;
|
|
19789
|
-
visibleVariantIds: string[];
|
|
19790
19782
|
}
|
|
19791
19783
|
interface MinVariantPriceInfoNonNullableFields {
|
|
19792
19784
|
basePrice?: FixedMonetaryAmountNonNullableFields;
|