@wix/ecom 1.0.721 → 1.0.722
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/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.722",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"@wix/ecom_discount-rules": "1.0.50",
|
|
36
36
|
"@wix/ecom_discounts": "1.0.0",
|
|
37
37
|
"@wix/ecom_discounts-custom-trigger": "1.0.5",
|
|
38
|
-
"@wix/ecom_draft-orders": "1.0.
|
|
38
|
+
"@wix/ecom_draft-orders": "1.0.8",
|
|
39
39
|
"@wix/ecom_local-delivery-options": "1.0.6",
|
|
40
40
|
"@wix/ecom_order-fulfillments": "1.0.44",
|
|
41
41
|
"@wix/ecom_order-invoices": "1.0.37",
|
|
42
42
|
"@wix/ecom_order-payment-requests": "1.0.7",
|
|
43
43
|
"@wix/ecom_order-transactions": "1.0.63",
|
|
44
|
-
"@wix/ecom_orders": "1.0.
|
|
44
|
+
"@wix/ecom_orders": "1.0.104",
|
|
45
45
|
"@wix/ecom_orders-settings": "1.0.43",
|
|
46
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
46
|
+
"@wix/ecom_payment-settings": "1.0.33",
|
|
47
47
|
"@wix/ecom_pickup-locations": "1.0.6",
|
|
48
48
|
"@wix/ecom_recommendations": "1.0.37",
|
|
49
49
|
"@wix/ecom_shipping-options": "1.0.5",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"fqdn": ""
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
-
"falconPackageHash": "
|
|
78
|
+
"falconPackageHash": "a82ac61f39d074e393b2ec2bc1cd1a1da28003496e2a597889fef54b"
|
|
79
79
|
}
|
|
@@ -18411,6 +18411,11 @@ interface V1BalanceSummary {
|
|
|
18411
18411
|
* @readonly
|
|
18412
18412
|
*/
|
|
18413
18413
|
refunded?: Price$3;
|
|
18414
|
+
/**
|
|
18415
|
+
* Sum of all authorized payments
|
|
18416
|
+
* @readonly
|
|
18417
|
+
*/
|
|
18418
|
+
authorized?: Price$3;
|
|
18414
18419
|
}
|
|
18415
18420
|
interface FulfillmentStatusesAggregate$1 {
|
|
18416
18421
|
/** Unique string values based on Fulfillment entities statuses */
|
|
@@ -18523,7 +18528,7 @@ interface QueryDraftOrdersResponse {
|
|
|
18523
18528
|
pagingMetadata?: CursorPagingMetadata$6;
|
|
18524
18529
|
}
|
|
18525
18530
|
interface CursorPagingMetadata$6 {
|
|
18526
|
-
/** Number of items returned in
|
|
18531
|
+
/** Number of items returned in current page. */
|
|
18527
18532
|
count?: number | null;
|
|
18528
18533
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
18529
18534
|
cursors?: Cursors$6;
|
|
@@ -22117,6 +22122,11 @@ interface BalanceSummary {
|
|
|
22117
22122
|
* @readonly
|
|
22118
22123
|
*/
|
|
22119
22124
|
refunded?: Price$2;
|
|
22125
|
+
/**
|
|
22126
|
+
* Sum of all authorized payments
|
|
22127
|
+
* @readonly
|
|
22128
|
+
*/
|
|
22129
|
+
authorized?: Price$2;
|
|
22120
22130
|
}
|
|
22121
22131
|
/**
|
|
22122
22132
|
* Order balance. Reflects amount left to be paid on order and is calculated dynamically. Can be negative per balance definition.
|
|
@@ -23691,7 +23701,7 @@ interface SearchOrdersResponse {
|
|
|
23691
23701
|
metadata?: CursorPagingMetadata$5;
|
|
23692
23702
|
}
|
|
23693
23703
|
interface CursorPagingMetadata$5 {
|
|
23694
|
-
/** Number of items returned in
|
|
23704
|
+
/** Number of items returned in current page. */
|
|
23695
23705
|
count?: number | null;
|
|
23696
23706
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
23697
23707
|
cursors?: Cursors$5;
|
|
@@ -18411,6 +18411,11 @@ interface V1BalanceSummary {
|
|
|
18411
18411
|
* @readonly
|
|
18412
18412
|
*/
|
|
18413
18413
|
refunded?: Price$3;
|
|
18414
|
+
/**
|
|
18415
|
+
* Sum of all authorized payments
|
|
18416
|
+
* @readonly
|
|
18417
|
+
*/
|
|
18418
|
+
authorized?: Price$3;
|
|
18414
18419
|
}
|
|
18415
18420
|
interface FulfillmentStatusesAggregate$1 {
|
|
18416
18421
|
/** Unique string values based on Fulfillment entities statuses */
|
|
@@ -18523,7 +18528,7 @@ interface QueryDraftOrdersResponse {
|
|
|
18523
18528
|
pagingMetadata?: CursorPagingMetadata$6;
|
|
18524
18529
|
}
|
|
18525
18530
|
interface CursorPagingMetadata$6 {
|
|
18526
|
-
/** Number of items returned in
|
|
18531
|
+
/** Number of items returned in current page. */
|
|
18527
18532
|
count?: number | null;
|
|
18528
18533
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
18529
18534
|
cursors?: Cursors$6;
|
|
@@ -22117,6 +22122,11 @@ interface BalanceSummary {
|
|
|
22117
22122
|
* @readonly
|
|
22118
22123
|
*/
|
|
22119
22124
|
refunded?: Price$2;
|
|
22125
|
+
/**
|
|
22126
|
+
* Sum of all authorized payments
|
|
22127
|
+
* @readonly
|
|
22128
|
+
*/
|
|
22129
|
+
authorized?: Price$2;
|
|
22120
22130
|
}
|
|
22121
22131
|
/**
|
|
22122
22132
|
* Order balance. Reflects amount left to be paid on order and is calculated dynamically. Can be negative per balance definition.
|
|
@@ -23691,7 +23701,7 @@ interface SearchOrdersResponse {
|
|
|
23691
23701
|
metadata?: CursorPagingMetadata$5;
|
|
23692
23702
|
}
|
|
23693
23703
|
interface CursorPagingMetadata$5 {
|
|
23694
|
-
/** Number of items returned in
|
|
23704
|
+
/** Number of items returned in current page. */
|
|
23695
23705
|
count?: number | null;
|
|
23696
23706
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
23697
23707
|
cursors?: Cursors$5;
|
|
@@ -19435,6 +19435,11 @@ interface V1BalanceSummary$1 {
|
|
|
19435
19435
|
* @readonly
|
|
19436
19436
|
*/
|
|
19437
19437
|
refunded?: Price$7;
|
|
19438
|
+
/**
|
|
19439
|
+
* Sum of all authorized payments
|
|
19440
|
+
* @readonly
|
|
19441
|
+
*/
|
|
19442
|
+
authorized?: Price$7;
|
|
19438
19443
|
}
|
|
19439
19444
|
interface DeleteDraftOrderRequest$1 {
|
|
19440
19445
|
/** The draft order id */
|
|
@@ -19503,7 +19508,7 @@ interface QueryDraftOrdersResponse$1 {
|
|
|
19503
19508
|
pagingMetadata?: CursorPagingMetadata$b;
|
|
19504
19509
|
}
|
|
19505
19510
|
interface CursorPagingMetadata$b {
|
|
19506
|
-
/** Number of items returned in
|
|
19511
|
+
/** Number of items returned in current page. */
|
|
19507
19512
|
count?: number | null;
|
|
19508
19513
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
19509
19514
|
cursors?: Cursors$b;
|
|
@@ -21887,6 +21892,11 @@ interface V1BalanceSummary {
|
|
|
21887
21892
|
* @readonly
|
|
21888
21893
|
*/
|
|
21889
21894
|
refunded?: Price$6;
|
|
21895
|
+
/**
|
|
21896
|
+
* Sum of all authorized payments
|
|
21897
|
+
* @readonly
|
|
21898
|
+
*/
|
|
21899
|
+
authorized?: Price$6;
|
|
21890
21900
|
}
|
|
21891
21901
|
interface DeleteDraftOrderRequest {
|
|
21892
21902
|
/** The draft order id */
|
|
@@ -21955,7 +21965,7 @@ interface QueryDraftOrdersResponse {
|
|
|
21955
21965
|
pagingMetadata?: CursorPagingMetadata$a;
|
|
21956
21966
|
}
|
|
21957
21967
|
interface CursorPagingMetadata$a {
|
|
21958
|
-
/** Number of items returned in
|
|
21968
|
+
/** Number of items returned in current page. */
|
|
21959
21969
|
count?: number | null;
|
|
21960
21970
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
21961
21971
|
cursors?: Cursors$a;
|
|
@@ -24796,6 +24806,11 @@ interface BalanceSummary$1 {
|
|
|
24796
24806
|
* @readonly
|
|
24797
24807
|
*/
|
|
24798
24808
|
refunded?: Price$5;
|
|
24809
|
+
/**
|
|
24810
|
+
* Sum of all authorized payments
|
|
24811
|
+
* @readonly
|
|
24812
|
+
*/
|
|
24813
|
+
authorized?: Price$5;
|
|
24799
24814
|
}
|
|
24800
24815
|
/**
|
|
24801
24816
|
* Order balance. Reflects amount left to be paid on order and is calculated dynamically. Can be negative per balance definition.
|
|
@@ -24986,7 +25001,7 @@ interface SearchOrdersResponse$1 {
|
|
|
24986
25001
|
metadata?: CursorPagingMetadata$9;
|
|
24987
25002
|
}
|
|
24988
25003
|
interface CursorPagingMetadata$9 {
|
|
24989
|
-
/** Number of items returned in
|
|
25004
|
+
/** Number of items returned in current page. */
|
|
24990
25005
|
count?: number | null;
|
|
24991
25006
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
24992
25007
|
cursors?: Cursors$9;
|
|
@@ -26494,6 +26509,11 @@ interface BalanceSummary {
|
|
|
26494
26509
|
* @readonly
|
|
26495
26510
|
*/
|
|
26496
26511
|
refunded?: Price$4;
|
|
26512
|
+
/**
|
|
26513
|
+
* Sum of all authorized payments
|
|
26514
|
+
* @readonly
|
|
26515
|
+
*/
|
|
26516
|
+
authorized?: Price$4;
|
|
26497
26517
|
}
|
|
26498
26518
|
/**
|
|
26499
26519
|
* Order balance. Reflects amount left to be paid on order and is calculated dynamically. Can be negative per balance definition.
|
|
@@ -26684,7 +26704,7 @@ interface SearchOrdersResponse {
|
|
|
26684
26704
|
metadata?: CursorPagingMetadata$8;
|
|
26685
26705
|
}
|
|
26686
26706
|
interface CursorPagingMetadata$8 {
|
|
26687
|
-
/** Number of items returned in
|
|
26707
|
+
/** Number of items returned in current page. */
|
|
26688
26708
|
count?: number | null;
|
|
26689
26709
|
/** Cursor strings that point to the next page, previous page, or both. */
|
|
26690
26710
|
cursors?: Cursors$8;
|
|
@@ -2647,6 +2647,11 @@ interface BalanceSummary {
|
|
|
2647
2647
|
* @readonly
|
|
2648
2648
|
*/
|
|
2649
2649
|
refunded?: Price;
|
|
2650
|
+
/**
|
|
2651
|
+
* Sum of all authorized payments
|
|
2652
|
+
* @readonly
|
|
2653
|
+
*/
|
|
2654
|
+
authorized?: Price;
|
|
2650
2655
|
}
|
|
2651
2656
|
/**
|
|
2652
2657
|
* Order balance. Reflects amount left to be paid on order and is calculated dynamically. Can be negative per balance definition.
|
|
@@ -2647,6 +2647,11 @@ interface BalanceSummary {
|
|
|
2647
2647
|
* @readonly
|
|
2648
2648
|
*/
|
|
2649
2649
|
refunded?: Price;
|
|
2650
|
+
/**
|
|
2651
|
+
* Sum of all authorized payments
|
|
2652
|
+
* @readonly
|
|
2653
|
+
*/
|
|
2654
|
+
authorized?: Price;
|
|
2650
2655
|
}
|
|
2651
2656
|
/**
|
|
2652
2657
|
* Order balance. Reflects amount left to be paid on order and is calculated dynamically. Can be negative per balance definition.
|