@wix/ecom 1.0.744 → 1.0.746
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.746",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"@wix/ecom_order-invoices": "1.0.38",
|
|
44
44
|
"@wix/ecom_order-payment-requests": "1.0.9",
|
|
45
45
|
"@wix/ecom_order-transactions": "1.0.65",
|
|
46
|
-
"@wix/ecom_orders": "1.0.
|
|
46
|
+
"@wix/ecom_orders": "1.0.114",
|
|
47
47
|
"@wix/ecom_orders-settings": "1.0.44",
|
|
48
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
48
|
+
"@wix/ecom_payment-settings": "1.0.37",
|
|
49
49
|
"@wix/ecom_pickup-locations": "1.0.7",
|
|
50
50
|
"@wix/ecom_recommendations": "1.0.38",
|
|
51
51
|
"@wix/ecom_shipping-options": "1.0.6",
|
|
52
|
-
"@wix/ecom_shipping-rates": "1.0.
|
|
52
|
+
"@wix/ecom_shipping-rates": "1.0.41",
|
|
53
53
|
"@wix/ecom_shippo-configurations": "1.0.13",
|
|
54
54
|
"@wix/ecom_totals-calculator": "1.0.7",
|
|
55
55
|
"@wix/ecom_validations": "1.0.31"
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"fqdn": ""
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
-
"falconPackageHash": "
|
|
80
|
+
"falconPackageHash": "cf47b53e7504141cdf74b17098c6fe1b7f03715570b6f29a0c44c292"
|
|
81
81
|
}
|
|
@@ -23615,6 +23615,8 @@ interface SendCancelRefundEmailRequest {
|
|
|
23615
23615
|
customMessage?: string | null;
|
|
23616
23616
|
/** Refund amount */
|
|
23617
23617
|
refundAmount?: Price$2;
|
|
23618
|
+
/** Refund ID. (Optional) */
|
|
23619
|
+
refundId?: string | null;
|
|
23618
23620
|
}
|
|
23619
23621
|
interface SendCancelRefundEmailResponse {
|
|
23620
23622
|
}
|
|
@@ -23643,6 +23645,8 @@ interface PreviewRefundEmailRequest {
|
|
|
23643
23645
|
details?: RefundDetails$2;
|
|
23644
23646
|
/** Personal note added to the email (optional) */
|
|
23645
23647
|
customMessage?: string | null;
|
|
23648
|
+
/** Refund ID. (Optional) */
|
|
23649
|
+
refundId?: string | null;
|
|
23646
23650
|
}
|
|
23647
23651
|
interface PreviewRefundEmailResponse {
|
|
23648
23652
|
emailPreview?: string;
|
|
@@ -23661,6 +23665,8 @@ interface PreviewCancelRefundEmailRequest {
|
|
|
23661
23665
|
customMessage?: string | null;
|
|
23662
23666
|
/** Refund amount */
|
|
23663
23667
|
refundAmount?: Price$2;
|
|
23668
|
+
/** Refund ID. (Optional) */
|
|
23669
|
+
refundId?: string | null;
|
|
23664
23670
|
}
|
|
23665
23671
|
interface PreviewCancelRefundEmailResponse {
|
|
23666
23672
|
emailPreview?: string;
|
|
@@ -23615,6 +23615,8 @@ interface SendCancelRefundEmailRequest {
|
|
|
23615
23615
|
customMessage?: string | null;
|
|
23616
23616
|
/** Refund amount */
|
|
23617
23617
|
refundAmount?: Price$2;
|
|
23618
|
+
/** Refund ID. (Optional) */
|
|
23619
|
+
refundId?: string | null;
|
|
23618
23620
|
}
|
|
23619
23621
|
interface SendCancelRefundEmailResponse {
|
|
23620
23622
|
}
|
|
@@ -23643,6 +23645,8 @@ interface PreviewRefundEmailRequest {
|
|
|
23643
23645
|
details?: RefundDetails$2;
|
|
23644
23646
|
/** Personal note added to the email (optional) */
|
|
23645
23647
|
customMessage?: string | null;
|
|
23648
|
+
/** Refund ID. (Optional) */
|
|
23649
|
+
refundId?: string | null;
|
|
23646
23650
|
}
|
|
23647
23651
|
interface PreviewRefundEmailResponse {
|
|
23648
23652
|
emailPreview?: string;
|
|
@@ -23661,6 +23665,8 @@ interface PreviewCancelRefundEmailRequest {
|
|
|
23661
23665
|
customMessage?: string | null;
|
|
23662
23666
|
/** Refund amount */
|
|
23663
23667
|
refundAmount?: Price$2;
|
|
23668
|
+
/** Refund ID. (Optional) */
|
|
23669
|
+
refundId?: string | null;
|
|
23664
23670
|
}
|
|
23665
23671
|
interface PreviewCancelRefundEmailResponse {
|
|
23666
23672
|
emailPreview?: string;
|