@flowio/api-constants 2.13.76 → 2.13.77
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/dist/api.d.ts +9 -4
- package/dist/api.js +6 -1
- package/package.json +2 -2
- package/src/api.ts +6 -1
package/dist/api.d.ts
CHANGED
|
@@ -594,7 +594,8 @@ export declare enum FeeDeductionType {
|
|
|
594
594
|
PROCESSING = "processing",
|
|
595
595
|
RATE_LOCK = "rate_lock",
|
|
596
596
|
TRANSFER = "transfer",
|
|
597
|
-
NEGATIVE_BALANCE_GUARANTEE = "negative_balance_guarantee"
|
|
597
|
+
NEGATIVE_BALANCE_GUARANTEE = "negative_balance_guarantee",
|
|
598
|
+
SP = "sp"
|
|
598
599
|
}
|
|
599
600
|
export declare enum FlowBehavior {
|
|
600
601
|
VIEW_CONSUMER_DATA = "view_consumer_data"
|
|
@@ -1045,7 +1046,8 @@ export declare enum PaymentFailureCode {
|
|
|
1045
1046
|
}
|
|
1046
1047
|
export declare enum PaymentFeeType {
|
|
1047
1048
|
FX = "fx",
|
|
1048
|
-
MOR = "mor"
|
|
1049
|
+
MOR = "mor",
|
|
1050
|
+
SP = "sp"
|
|
1049
1051
|
}
|
|
1050
1052
|
export declare enum PaymentMethodCapability {
|
|
1051
1053
|
CREDIT = "credit",
|
|
@@ -1498,13 +1500,16 @@ export declare enum TaxApplicability {
|
|
|
1498
1500
|
ALL = "all"
|
|
1499
1501
|
}
|
|
1500
1502
|
export declare enum TaxDutyTransactionReasonCode {
|
|
1503
|
+
POST_CAPTURE = "post_capture",
|
|
1504
|
+
POST_FULFILMENT = "post_fulfilment",
|
|
1505
|
+
MANUAL_PAYMENT_OR_GIFT_CARD = "manual_payment_or_gift_card",
|
|
1501
1506
|
ORDER_EDIT = "order_edit",
|
|
1502
|
-
ORDER_ACCEPTANCE = "order_acceptance",
|
|
1503
1507
|
MIXED_FULFILMENT_NON_LVG = "mixed_fulfilment_non_lvg",
|
|
1504
1508
|
LVG_REFUND = "lvg_refund",
|
|
1505
1509
|
ORDER_CANCELLATION_ABOVE_DE_MIN = "order_cancellation_above_de_min",
|
|
1506
1510
|
WYOL_SHIPMENT_ABOVE_DE_MIN = "wyol_shipment_above_de_min",
|
|
1507
|
-
FULL_REFUND_WITHOUT_SHIPMENT = "full_refund_without_shipment"
|
|
1511
|
+
FULL_REFUND_WITHOUT_SHIPMENT = "full_refund_without_shipment",
|
|
1512
|
+
UNFULFILLED_ORDER_ABOVE_DE_MIN = "unfulfilled_order_above_de_min"
|
|
1508
1513
|
}
|
|
1509
1514
|
export declare enum TaxReportType {
|
|
1510
1515
|
CONSUMER = "consumer",
|
package/dist/api.js
CHANGED
|
@@ -667,6 +667,7 @@ var FeeDeductionType;
|
|
|
667
667
|
FeeDeductionType["RATE_LOCK"] = "rate_lock";
|
|
668
668
|
FeeDeductionType["TRANSFER"] = "transfer";
|
|
669
669
|
FeeDeductionType["NEGATIVE_BALANCE_GUARANTEE"] = "negative_balance_guarantee";
|
|
670
|
+
FeeDeductionType["SP"] = "sp";
|
|
670
671
|
})(FeeDeductionType = exports.FeeDeductionType || (exports.FeeDeductionType = {}));
|
|
671
672
|
var FlowBehavior;
|
|
672
673
|
(function (FlowBehavior) {
|
|
@@ -1184,6 +1185,7 @@ var PaymentFeeType;
|
|
|
1184
1185
|
(function (PaymentFeeType) {
|
|
1185
1186
|
PaymentFeeType["FX"] = "fx";
|
|
1186
1187
|
PaymentFeeType["MOR"] = "mor";
|
|
1188
|
+
PaymentFeeType["SP"] = "sp";
|
|
1187
1189
|
})(PaymentFeeType = exports.PaymentFeeType || (exports.PaymentFeeType = {}));
|
|
1188
1190
|
var PaymentMethodCapability;
|
|
1189
1191
|
(function (PaymentMethodCapability) {
|
|
@@ -1696,13 +1698,16 @@ var TaxApplicability;
|
|
|
1696
1698
|
})(TaxApplicability = exports.TaxApplicability || (exports.TaxApplicability = {}));
|
|
1697
1699
|
var TaxDutyTransactionReasonCode;
|
|
1698
1700
|
(function (TaxDutyTransactionReasonCode) {
|
|
1701
|
+
TaxDutyTransactionReasonCode["POST_CAPTURE"] = "post_capture";
|
|
1702
|
+
TaxDutyTransactionReasonCode["POST_FULFILMENT"] = "post_fulfilment";
|
|
1703
|
+
TaxDutyTransactionReasonCode["MANUAL_PAYMENT_OR_GIFT_CARD"] = "manual_payment_or_gift_card";
|
|
1699
1704
|
TaxDutyTransactionReasonCode["ORDER_EDIT"] = "order_edit";
|
|
1700
|
-
TaxDutyTransactionReasonCode["ORDER_ACCEPTANCE"] = "order_acceptance";
|
|
1701
1705
|
TaxDutyTransactionReasonCode["MIXED_FULFILMENT_NON_LVG"] = "mixed_fulfilment_non_lvg";
|
|
1702
1706
|
TaxDutyTransactionReasonCode["LVG_REFUND"] = "lvg_refund";
|
|
1703
1707
|
TaxDutyTransactionReasonCode["ORDER_CANCELLATION_ABOVE_DE_MIN"] = "order_cancellation_above_de_min";
|
|
1704
1708
|
TaxDutyTransactionReasonCode["WYOL_SHIPMENT_ABOVE_DE_MIN"] = "wyol_shipment_above_de_min";
|
|
1705
1709
|
TaxDutyTransactionReasonCode["FULL_REFUND_WITHOUT_SHIPMENT"] = "full_refund_without_shipment";
|
|
1710
|
+
TaxDutyTransactionReasonCode["UNFULFILLED_ORDER_ABOVE_DE_MIN"] = "unfulfilled_order_above_de_min";
|
|
1706
1711
|
})(TaxDutyTransactionReasonCode = exports.TaxDutyTransactionReasonCode || (exports.TaxDutyTransactionReasonCode = {}));
|
|
1707
1712
|
var TaxReportType;
|
|
1708
1713
|
(function (TaxReportType) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-constants",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.77",
|
|
4
4
|
"description": "Definitions for enumerations found in the Flow API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"postgenerate": "npm run format",
|
|
27
27
|
"prepublish": "npm run clean && npm run build"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "02aac7bc00282660cbd728450e9d4a633df23dce"
|
|
30
30
|
}
|
package/src/api.ts
CHANGED
|
@@ -659,6 +659,7 @@ export enum FeeDeductionType {
|
|
|
659
659
|
RATE_LOCK = 'rate_lock',
|
|
660
660
|
TRANSFER = 'transfer',
|
|
661
661
|
NEGATIVE_BALANCE_GUARANTEE = 'negative_balance_guarantee',
|
|
662
|
+
SP = 'sp',
|
|
662
663
|
}
|
|
663
664
|
|
|
664
665
|
export enum FlowBehavior {
|
|
@@ -1176,6 +1177,7 @@ export enum PaymentFailureCode {
|
|
|
1176
1177
|
export enum PaymentFeeType {
|
|
1177
1178
|
FX = 'fx',
|
|
1178
1179
|
MOR = 'mor',
|
|
1180
|
+
SP = 'sp',
|
|
1179
1181
|
}
|
|
1180
1182
|
|
|
1181
1183
|
export enum PaymentMethodCapability {
|
|
@@ -1688,13 +1690,16 @@ export enum TaxApplicability {
|
|
|
1688
1690
|
}
|
|
1689
1691
|
|
|
1690
1692
|
export enum TaxDutyTransactionReasonCode {
|
|
1693
|
+
POST_CAPTURE = 'post_capture',
|
|
1694
|
+
POST_FULFILMENT = 'post_fulfilment',
|
|
1695
|
+
MANUAL_PAYMENT_OR_GIFT_CARD = 'manual_payment_or_gift_card',
|
|
1691
1696
|
ORDER_EDIT = 'order_edit',
|
|
1692
|
-
ORDER_ACCEPTANCE = 'order_acceptance',
|
|
1693
1697
|
MIXED_FULFILMENT_NON_LVG = 'mixed_fulfilment_non_lvg',
|
|
1694
1698
|
LVG_REFUND = 'lvg_refund',
|
|
1695
1699
|
ORDER_CANCELLATION_ABOVE_DE_MIN = 'order_cancellation_above_de_min',
|
|
1696
1700
|
WYOL_SHIPMENT_ABOVE_DE_MIN = 'wyol_shipment_above_de_min',
|
|
1697
1701
|
FULL_REFUND_WITHOUT_SHIPMENT = 'full_refund_without_shipment',
|
|
1702
|
+
UNFULFILLED_ORDER_ABOVE_DE_MIN = 'unfulfilled_order_above_de_min',
|
|
1698
1703
|
}
|
|
1699
1704
|
|
|
1700
1705
|
export enum TaxReportType {
|