@wix/ecom 1.0.633 → 1.0.635
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 +4 -4
- package/type-bundles/index.bundle.d.ts +573 -277
- package/type-bundles/meta.bundle.d.ts +76 -0
|
@@ -43716,6 +43716,25 @@ interface ListTransactionsForSingleOrderResponseNonNullableFields$1 {
|
|
|
43716
43716
|
}[];
|
|
43717
43717
|
shippingIncluded: boolean;
|
|
43718
43718
|
};
|
|
43719
|
+
summary?: {
|
|
43720
|
+
requestedRefund?: {
|
|
43721
|
+
amount: string;
|
|
43722
|
+
formattedAmount: string;
|
|
43723
|
+
};
|
|
43724
|
+
pendingRefund?: {
|
|
43725
|
+
amount: string;
|
|
43726
|
+
formattedAmount: string;
|
|
43727
|
+
};
|
|
43728
|
+
refunded?: {
|
|
43729
|
+
amount: string;
|
|
43730
|
+
formattedAmount: string;
|
|
43731
|
+
};
|
|
43732
|
+
failedRefundAmount?: {
|
|
43733
|
+
amount: string;
|
|
43734
|
+
formattedAmount: string;
|
|
43735
|
+
};
|
|
43736
|
+
pending: boolean;
|
|
43737
|
+
};
|
|
43719
43738
|
}[];
|
|
43720
43739
|
};
|
|
43721
43740
|
}
|
|
@@ -43787,6 +43806,25 @@ interface ListTransactionsForMultipleOrdersResponseNonNullableFields$1 {
|
|
|
43787
43806
|
}[];
|
|
43788
43807
|
shippingIncluded: boolean;
|
|
43789
43808
|
};
|
|
43809
|
+
summary?: {
|
|
43810
|
+
requestedRefund?: {
|
|
43811
|
+
amount: string;
|
|
43812
|
+
formattedAmount: string;
|
|
43813
|
+
};
|
|
43814
|
+
pendingRefund?: {
|
|
43815
|
+
amount: string;
|
|
43816
|
+
formattedAmount: string;
|
|
43817
|
+
};
|
|
43818
|
+
refunded?: {
|
|
43819
|
+
amount: string;
|
|
43820
|
+
formattedAmount: string;
|
|
43821
|
+
};
|
|
43822
|
+
failedRefundAmount?: {
|
|
43823
|
+
amount: string;
|
|
43824
|
+
formattedAmount: string;
|
|
43825
|
+
};
|
|
43826
|
+
pending: boolean;
|
|
43827
|
+
};
|
|
43790
43828
|
}[];
|
|
43791
43829
|
}[];
|
|
43792
43830
|
}
|
|
@@ -43858,6 +43896,25 @@ interface AddPaymentsResponseNonNullableFields$1 {
|
|
|
43858
43896
|
}[];
|
|
43859
43897
|
shippingIncluded: boolean;
|
|
43860
43898
|
};
|
|
43899
|
+
summary?: {
|
|
43900
|
+
requestedRefund?: {
|
|
43901
|
+
amount: string;
|
|
43902
|
+
formattedAmount: string;
|
|
43903
|
+
};
|
|
43904
|
+
pendingRefund?: {
|
|
43905
|
+
amount: string;
|
|
43906
|
+
formattedAmount: string;
|
|
43907
|
+
};
|
|
43908
|
+
refunded?: {
|
|
43909
|
+
amount: string;
|
|
43910
|
+
formattedAmount: string;
|
|
43911
|
+
};
|
|
43912
|
+
failedRefundAmount?: {
|
|
43913
|
+
amount: string;
|
|
43914
|
+
formattedAmount: string;
|
|
43915
|
+
};
|
|
43916
|
+
pending: boolean;
|
|
43917
|
+
};
|
|
43861
43918
|
}[];
|
|
43862
43919
|
};
|
|
43863
43920
|
paymentsIds: string[];
|
|
@@ -43930,6 +43987,25 @@ interface UpdatePaymentStatusResponseNonNullableFields$1 {
|
|
|
43930
43987
|
}[];
|
|
43931
43988
|
shippingIncluded: boolean;
|
|
43932
43989
|
};
|
|
43990
|
+
summary?: {
|
|
43991
|
+
requestedRefund?: {
|
|
43992
|
+
amount: string;
|
|
43993
|
+
formattedAmount: string;
|
|
43994
|
+
};
|
|
43995
|
+
pendingRefund?: {
|
|
43996
|
+
amount: string;
|
|
43997
|
+
formattedAmount: string;
|
|
43998
|
+
};
|
|
43999
|
+
refunded?: {
|
|
44000
|
+
amount: string;
|
|
44001
|
+
formattedAmount: string;
|
|
44002
|
+
};
|
|
44003
|
+
failedRefundAmount?: {
|
|
44004
|
+
amount: string;
|
|
44005
|
+
formattedAmount: string;
|
|
44006
|
+
};
|
|
44007
|
+
pending: boolean;
|
|
44008
|
+
};
|
|
43933
44009
|
}[];
|
|
43934
44010
|
};
|
|
43935
44011
|
}
|