@wix/stores 1.0.200 → 1.0.201
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.201",
|
|
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.7",
|
|
25
25
|
"@wix/stores_info-sections-v-3": "1.0.6",
|
|
26
26
|
"@wix/stores_inventory": "1.0.34",
|
|
27
|
-
"@wix/stores_inventory-items-v-3": "1.0.
|
|
27
|
+
"@wix/stores_inventory-items-v-3": "1.0.9",
|
|
28
28
|
"@wix/stores_products": "1.0.44",
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.21",
|
|
30
30
|
"@wix/stores_ribbons-v-3": "1.0.7",
|
|
31
31
|
"@wix/stores_stores-locations-v-3": "1.0.6",
|
|
32
32
|
"@wix/stores_subscription-options": "1.0.32",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"fqdn": ""
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
58
|
+
"falconPackageHash": "a9728861384f395df86cdd42468d7a648c316f3a23a2b63f61354c53"
|
|
59
59
|
}
|
|
@@ -8123,7 +8123,7 @@ interface SearchInventoryItemsResponse {
|
|
|
8123
8123
|
aggregationData?: AggregationData$1;
|
|
8124
8124
|
}
|
|
8125
8125
|
interface CursorPagingMetadata$3 {
|
|
8126
|
-
/** Number of items returned in
|
|
8126
|
+
/** Number of items returned in current page. */
|
|
8127
8127
|
count?: number | null;
|
|
8128
8128
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
8129
8129
|
cursors?: Cursors$3;
|
|
@@ -11871,6 +11871,12 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
|
|
|
11871
11871
|
* When passing `productType: PHYSICAL`, you must also pass `physicalProperties`.
|
|
11872
11872
|
*/
|
|
11873
11873
|
productType?: ProductType;
|
|
11874
|
+
/**
|
|
11875
|
+
* A unique human-friendly identifier for the product.
|
|
11876
|
+
* Unlike the product ID, the handle can be set by the user to ensure consistency across multiple platforms.
|
|
11877
|
+
* In case handle wasn't given, the handle will be automatically generated.
|
|
11878
|
+
*/
|
|
11879
|
+
handle?: string | null;
|
|
11874
11880
|
/**
|
|
11875
11881
|
* Product variants.
|
|
11876
11882
|
*
|
|
@@ -15499,6 +15505,12 @@ interface UpdateProductWithInventoryProduct {
|
|
|
15499
15505
|
* When passing `productType: PHYSICAL`, you must also pass `physicalProperties`.
|
|
15500
15506
|
*/
|
|
15501
15507
|
productType?: ProductType;
|
|
15508
|
+
/**
|
|
15509
|
+
* A unique human-friendly identifier for the product.
|
|
15510
|
+
* Unlike the product ID, the handle can be set by the user to ensure consistency across multiple platforms.
|
|
15511
|
+
* In case handle wasn't given, the handle will be automatically generated.
|
|
15512
|
+
*/
|
|
15513
|
+
handle?: string | null;
|
|
15502
15514
|
/**
|
|
15503
15515
|
* Product variants.
|
|
15504
15516
|
*
|
|
@@ -8123,7 +8123,7 @@ interface SearchInventoryItemsResponse {
|
|
|
8123
8123
|
aggregationData?: AggregationData$1;
|
|
8124
8124
|
}
|
|
8125
8125
|
interface CursorPagingMetadata$3 {
|
|
8126
|
-
/** Number of items returned in
|
|
8126
|
+
/** Number of items returned in current page. */
|
|
8127
8127
|
count?: number | null;
|
|
8128
8128
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
8129
8129
|
cursors?: Cursors$3;
|
|
@@ -11871,6 +11871,12 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
|
|
|
11871
11871
|
* When passing `productType: PHYSICAL`, you must also pass `physicalProperties`.
|
|
11872
11872
|
*/
|
|
11873
11873
|
productType?: ProductType;
|
|
11874
|
+
/**
|
|
11875
|
+
* A unique human-friendly identifier for the product.
|
|
11876
|
+
* Unlike the product ID, the handle can be set by the user to ensure consistency across multiple platforms.
|
|
11877
|
+
* In case handle wasn't given, the handle will be automatically generated.
|
|
11878
|
+
*/
|
|
11879
|
+
handle?: string | null;
|
|
11874
11880
|
/**
|
|
11875
11881
|
* Product variants.
|
|
11876
11882
|
*
|
|
@@ -15499,6 +15505,12 @@ interface UpdateProductWithInventoryProduct {
|
|
|
15499
15505
|
* When passing `productType: PHYSICAL`, you must also pass `physicalProperties`.
|
|
15500
15506
|
*/
|
|
15501
15507
|
productType?: ProductType;
|
|
15508
|
+
/**
|
|
15509
|
+
* A unique human-friendly identifier for the product.
|
|
15510
|
+
* Unlike the product ID, the handle can be set by the user to ensure consistency across multiple platforms.
|
|
15511
|
+
* In case handle wasn't given, the handle will be automatically generated.
|
|
15512
|
+
*/
|
|
15513
|
+
handle?: string | null;
|
|
15502
15514
|
/**
|
|
15503
15515
|
* Product variants.
|
|
15504
15516
|
*
|
|
@@ -9599,7 +9599,7 @@ interface SearchInventoryItemsResponse$1 {
|
|
|
9599
9599
|
aggregationData?: AggregationData$1;
|
|
9600
9600
|
}
|
|
9601
9601
|
interface CursorPagingMetadata$5 {
|
|
9602
|
-
/** Number of items returned in
|
|
9602
|
+
/** Number of items returned in current page. */
|
|
9603
9603
|
count?: number | null;
|
|
9604
9604
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
9605
9605
|
cursors?: Cursors$5;
|
|
@@ -10682,7 +10682,7 @@ interface SearchInventoryItemsResponse {
|
|
|
10682
10682
|
aggregationData?: AggregationData;
|
|
10683
10683
|
}
|
|
10684
10684
|
interface CursorPagingMetadata$4 {
|
|
10685
|
-
/** Number of items returned in
|
|
10685
|
+
/** Number of items returned in current page. */
|
|
10686
10686
|
count?: number | null;
|
|
10687
10687
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
10688
10688
|
cursors?: Cursors$4;
|
|
@@ -13565,6 +13565,12 @@ interface ProductWithInventory$1 extends ProductWithInventoryTypedPropertiesOneO
|
|
|
13565
13565
|
* When passing `productType: PHYSICAL`, you must also pass `physicalProperties`.
|
|
13566
13566
|
*/
|
|
13567
13567
|
productType?: ProductType$1;
|
|
13568
|
+
/**
|
|
13569
|
+
* A unique human-friendly identifier for the product.
|
|
13570
|
+
* Unlike the product ID, the handle can be set by the user to ensure consistency across multiple platforms.
|
|
13571
|
+
* In case handle wasn't given, the handle will be automatically generated.
|
|
13572
|
+
*/
|
|
13573
|
+
handle?: string | null;
|
|
13568
13574
|
/**
|
|
13569
13575
|
* Product variants.
|
|
13570
13576
|
*
|
|
@@ -17865,6 +17871,12 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
|
|
|
17865
17871
|
* When passing `productType: PHYSICAL`, you must also pass `physicalProperties`.
|
|
17866
17872
|
*/
|
|
17867
17873
|
productType?: ProductType;
|
|
17874
|
+
/**
|
|
17875
|
+
* A unique human-friendly identifier for the product.
|
|
17876
|
+
* Unlike the product ID, the handle can be set by the user to ensure consistency across multiple platforms.
|
|
17877
|
+
* In case handle wasn't given, the handle will be automatically generated.
|
|
17878
|
+
*/
|
|
17879
|
+
handle?: string | null;
|
|
17868
17880
|
/**
|
|
17869
17881
|
* Product variants.
|
|
17870
17882
|
*
|