@wix/stores 1.0.173 → 1.0.174
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.174",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@wix/stores_customizations-v-3": "1.0.1",
|
|
25
25
|
"@wix/stores_info-sections-v-3": "1.0.1",
|
|
26
26
|
"@wix/stores_inventory": "1.0.30",
|
|
27
|
-
"@wix/stores_inventory-items-v-3": "1.0.
|
|
27
|
+
"@wix/stores_inventory-items-v-3": "1.0.3",
|
|
28
28
|
"@wix/stores_products": "1.0.36",
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.2",
|
|
30
30
|
"@wix/stores_ribbons-v-3": "1.0.1",
|
|
31
31
|
"@wix/stores_stores-locations-v-3": "1.0.1",
|
|
32
32
|
"@wix/stores_subscription-options": "1.0.25",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"fqdn": ""
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"falconPackageHash": "
|
|
57
|
+
"falconPackageHash": "ab7a776ed177dd82cfa418704e23aa89bad465363167b34875bb61f6"
|
|
58
58
|
}
|
|
@@ -6949,6 +6949,10 @@ interface Product$1 {
|
|
|
6949
6949
|
name?: string | null;
|
|
6950
6950
|
/** A list of categories that this product is included in directly. */
|
|
6951
6951
|
directCategoryIds?: string[];
|
|
6952
|
+
/** Variant name, constructed from the choices of variant options. */
|
|
6953
|
+
variantName?: string | null;
|
|
6954
|
+
/** Variant sku. */
|
|
6955
|
+
variantSku?: string | null;
|
|
6952
6956
|
}
|
|
6953
6957
|
interface ExtendedFields$1 {
|
|
6954
6958
|
/**
|
|
@@ -11272,6 +11276,10 @@ interface Product {
|
|
|
11272
11276
|
name?: string | null;
|
|
11273
11277
|
/** A list of categories that this product is included in directly. */
|
|
11274
11278
|
directCategoryIds?: string[];
|
|
11279
|
+
/** Variant name, constructed from the choices of variant options. */
|
|
11280
|
+
variantName?: string | null;
|
|
11281
|
+
/** Variant sku. */
|
|
11282
|
+
variantSku?: string | null;
|
|
11275
11283
|
}
|
|
11276
11284
|
interface CommonBulkActionMetadata {
|
|
11277
11285
|
/** Number of items that were successfully processed. */
|
|
@@ -6949,6 +6949,10 @@ interface Product$1 {
|
|
|
6949
6949
|
name?: string | null;
|
|
6950
6950
|
/** A list of categories that this product is included in directly. */
|
|
6951
6951
|
directCategoryIds?: string[];
|
|
6952
|
+
/** Variant name, constructed from the choices of variant options. */
|
|
6953
|
+
variantName?: string | null;
|
|
6954
|
+
/** Variant sku. */
|
|
6955
|
+
variantSku?: string | null;
|
|
6952
6956
|
}
|
|
6953
6957
|
interface ExtendedFields$1 {
|
|
6954
6958
|
/**
|
|
@@ -11272,6 +11276,10 @@ interface Product {
|
|
|
11272
11276
|
name?: string | null;
|
|
11273
11277
|
/** A list of categories that this product is included in directly. */
|
|
11274
11278
|
directCategoryIds?: string[];
|
|
11279
|
+
/** Variant name, constructed from the choices of variant options. */
|
|
11280
|
+
variantName?: string | null;
|
|
11281
|
+
/** Variant sku. */
|
|
11282
|
+
variantSku?: string | null;
|
|
11275
11283
|
}
|
|
11276
11284
|
interface CommonBulkActionMetadata {
|
|
11277
11285
|
/** Number of items that were successfully processed. */
|
|
@@ -8747,6 +8747,10 @@ interface Product$3 {
|
|
|
8747
8747
|
name?: string | null;
|
|
8748
8748
|
/** A list of categories that this product is included in directly. */
|
|
8749
8749
|
directCategoryIds?: string[];
|
|
8750
|
+
/** Variant name, constructed from the choices of variant options. */
|
|
8751
|
+
variantName?: string | null;
|
|
8752
|
+
/** Variant sku. */
|
|
8753
|
+
variantSku?: string | null;
|
|
8750
8754
|
}
|
|
8751
8755
|
interface ExtendedFields$3 {
|
|
8752
8756
|
/**
|
|
@@ -9800,6 +9804,10 @@ interface Product$2 {
|
|
|
9800
9804
|
name?: string | null;
|
|
9801
9805
|
/** A list of categories that this product is included in directly. */
|
|
9802
9806
|
directCategoryIds?: string[];
|
|
9807
|
+
/** Variant name, constructed from the choices of variant options. */
|
|
9808
|
+
variantName?: string | null;
|
|
9809
|
+
/** Variant sku. */
|
|
9810
|
+
variantSku?: string | null;
|
|
9803
9811
|
}
|
|
9804
9812
|
interface ExtendedFields$2 {
|
|
9805
9813
|
/**
|
|
@@ -13309,6 +13317,10 @@ interface Product$1 {
|
|
|
13309
13317
|
name?: string | null;
|
|
13310
13318
|
/** A list of categories that this product is included in directly. */
|
|
13311
13319
|
directCategoryIds?: string[];
|
|
13320
|
+
/** Variant name, constructed from the choices of variant options. */
|
|
13321
|
+
variantName?: string | null;
|
|
13322
|
+
/** Variant sku. */
|
|
13323
|
+
variantSku?: string | null;
|
|
13312
13324
|
}
|
|
13313
13325
|
interface CommonBulkActionMetadata$1 {
|
|
13314
13326
|
/** Number of items that were successfully processed. */
|
|
@@ -17356,6 +17368,10 @@ interface Product {
|
|
|
17356
17368
|
name?: string | null;
|
|
17357
17369
|
/** A list of categories that this product is included in directly. */
|
|
17358
17370
|
directCategoryIds?: string[];
|
|
17371
|
+
/** Variant name, constructed from the choices of variant options. */
|
|
17372
|
+
variantName?: string | null;
|
|
17373
|
+
/** Variant sku. */
|
|
17374
|
+
variantSku?: string | null;
|
|
17359
17375
|
}
|
|
17360
17376
|
interface CommonBulkActionMetadata {
|
|
17361
17377
|
/** Number of items that were successfully processed. */
|