@wix/stores 1.0.225 → 1.0.226
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.226",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"@wix/stores_catalog-versioning": "1.0.0",
|
|
23
23
|
"@wix/stores_collections": "1.0.35",
|
|
24
24
|
"@wix/stores_customizations-v-3": "1.0.10",
|
|
25
|
-
"@wix/stores_info-sections-v-3": "1.0.
|
|
25
|
+
"@wix/stores_info-sections-v-3": "1.0.10",
|
|
26
26
|
"@wix/stores_inventory": "1.0.38",
|
|
27
27
|
"@wix/stores_inventory-items-v-3": "1.0.13",
|
|
28
28
|
"@wix/stores_products": "1.0.51",
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.38",
|
|
30
30
|
"@wix/stores_ribbons-v-3": "1.0.10",
|
|
31
31
|
"@wix/stores_stores-locations-v-3": "1.0.11",
|
|
32
32
|
"@wix/stores_subscription-options": "1.0.35",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"fqdn": ""
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
58
|
+
"falconPackageHash": "181e4f791374509ec75e7095ff50aa1a5e7db6334b119b8ff03dc597"
|
|
59
59
|
}
|
|
@@ -6547,6 +6547,8 @@ interface OrderedListData$1 {
|
|
|
6547
6547
|
indentation?: number;
|
|
6548
6548
|
/** Offset level from 0-4. */
|
|
6549
6549
|
offset?: number | null;
|
|
6550
|
+
/** List start number. */
|
|
6551
|
+
start?: number | null;
|
|
6550
6552
|
}
|
|
6551
6553
|
interface BulletedListData$1 {
|
|
6552
6554
|
/** Indentation level from 0-4. */
|
|
@@ -6873,7 +6875,7 @@ interface QueryInfoSectionsResponse {
|
|
|
6873
6875
|
pagingMetadata?: CursorPagingMetadata$4;
|
|
6874
6876
|
}
|
|
6875
6877
|
interface CursorPagingMetadata$4 {
|
|
6876
|
-
/** Number of items returned in
|
|
6878
|
+
/** Number of items returned in current page. */
|
|
6877
6879
|
count?: number | null;
|
|
6878
6880
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
6879
6881
|
cursors?: Cursors$4;
|
|
@@ -11198,6 +11200,8 @@ interface OrderedListData {
|
|
|
11198
11200
|
indentation?: number;
|
|
11199
11201
|
/** Offset level from 0-4. */
|
|
11200
11202
|
offset?: number | null;
|
|
11203
|
+
/** List start number. */
|
|
11204
|
+
start?: number | null;
|
|
11201
11205
|
}
|
|
11202
11206
|
interface BulletedListData {
|
|
11203
11207
|
/** Indentation level from 0-4. */
|
|
@@ -6547,6 +6547,8 @@ interface OrderedListData$1 {
|
|
|
6547
6547
|
indentation?: number;
|
|
6548
6548
|
/** Offset level from 0-4. */
|
|
6549
6549
|
offset?: number | null;
|
|
6550
|
+
/** List start number. */
|
|
6551
|
+
start?: number | null;
|
|
6550
6552
|
}
|
|
6551
6553
|
interface BulletedListData$1 {
|
|
6552
6554
|
/** Indentation level from 0-4. */
|
|
@@ -6873,7 +6875,7 @@ interface QueryInfoSectionsResponse {
|
|
|
6873
6875
|
pagingMetadata?: CursorPagingMetadata$4;
|
|
6874
6876
|
}
|
|
6875
6877
|
interface CursorPagingMetadata$4 {
|
|
6876
|
-
/** Number of items returned in
|
|
6878
|
+
/** Number of items returned in current page. */
|
|
6877
6879
|
count?: number | null;
|
|
6878
6880
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
6879
6881
|
cursors?: Cursors$4;
|
|
@@ -11198,6 +11200,8 @@ interface OrderedListData {
|
|
|
11198
11200
|
indentation?: number;
|
|
11199
11201
|
/** Offset level from 0-4. */
|
|
11200
11202
|
offset?: number | null;
|
|
11203
|
+
/** List start number. */
|
|
11204
|
+
start?: number | null;
|
|
11201
11205
|
}
|
|
11202
11206
|
interface BulletedListData {
|
|
11203
11207
|
/** Indentation level from 0-4. */
|
|
@@ -6412,6 +6412,8 @@ interface OrderedListData$3 {
|
|
|
6412
6412
|
indentation?: number;
|
|
6413
6413
|
/** Offset level from 0-4. */
|
|
6414
6414
|
offset?: number | null;
|
|
6415
|
+
/** List start number. */
|
|
6416
|
+
start?: number | null;
|
|
6415
6417
|
}
|
|
6416
6418
|
interface BulletedListData$3 {
|
|
6417
6419
|
/** Indentation level from 0-4. */
|
|
@@ -6681,7 +6683,7 @@ interface QueryInfoSectionsResponse$1 {
|
|
|
6681
6683
|
pagingMetadata?: CursorPagingMetadata$7;
|
|
6682
6684
|
}
|
|
6683
6685
|
interface CursorPagingMetadata$7 {
|
|
6684
|
-
/** Number of items returned in
|
|
6686
|
+
/** Number of items returned in current page. */
|
|
6685
6687
|
count?: number | null;
|
|
6686
6688
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
6687
6689
|
cursors?: Cursors$7;
|
|
@@ -8263,6 +8265,8 @@ interface OrderedListData$2 {
|
|
|
8263
8265
|
indentation?: number;
|
|
8264
8266
|
/** Offset level from 0-4. */
|
|
8265
8267
|
offset?: number | null;
|
|
8268
|
+
/** List start number. */
|
|
8269
|
+
start?: number | null;
|
|
8266
8270
|
}
|
|
8267
8271
|
interface BulletedListData$2 {
|
|
8268
8272
|
/** Indentation level from 0-4. */
|
|
@@ -8532,7 +8536,7 @@ interface QueryInfoSectionsResponse {
|
|
|
8532
8536
|
pagingMetadata?: CursorPagingMetadata$6;
|
|
8533
8537
|
}
|
|
8534
8538
|
interface CursorPagingMetadata$6 {
|
|
8535
|
-
/** Number of items returned in
|
|
8539
|
+
/** Number of items returned in current page. */
|
|
8536
8540
|
count?: number | null;
|
|
8537
8541
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
8538
8542
|
cursors?: Cursors$6;
|
|
@@ -12525,6 +12529,8 @@ interface OrderedListData$1 {
|
|
|
12525
12529
|
indentation?: number;
|
|
12526
12530
|
/** Offset level from 0-4. */
|
|
12527
12531
|
offset?: number | null;
|
|
12532
|
+
/** List start number. */
|
|
12533
|
+
start?: number | null;
|
|
12528
12534
|
}
|
|
12529
12535
|
interface BulletedListData$1 {
|
|
12530
12536
|
/** Indentation level from 0-4. */
|
|
@@ -16973,6 +16979,8 @@ interface OrderedListData {
|
|
|
16973
16979
|
indentation?: number;
|
|
16974
16980
|
/** Offset level from 0-4. */
|
|
16975
16981
|
offset?: number | null;
|
|
16982
|
+
/** List start number. */
|
|
16983
|
+
start?: number | null;
|
|
16976
16984
|
}
|
|
16977
16985
|
interface BulletedListData {
|
|
16978
16986
|
/** Indentation level from 0-4. */
|