@flowio/api-constants 2.13.55 → 2.13.56
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 +15 -4
- package/dist/api.js +12 -1
- package/package.json +2 -2
- package/src/api.ts +12 -1
package/dist/api.d.ts
CHANGED
|
@@ -479,6 +479,8 @@ export declare enum EventType {
|
|
|
479
479
|
NOTIFICATION_DELETED_V_2 = "notification_deleted_v2",
|
|
480
480
|
MANIFESTED_LABEL_UPSERTED = "manifested_label_upserted",
|
|
481
481
|
MANIFESTED_LABEL_DELETED = "manifested_label_deleted",
|
|
482
|
+
LABEL_PROCESSING_MODIFICATION_UPSERTED = "label_processing_modification_upserted",
|
|
483
|
+
LABEL_PROCESSING_MODIFICATION_DELETED = "label_processing_modification_deleted",
|
|
482
484
|
LOCAL_ITEM_UPSERTED = "local_item_upserted",
|
|
483
485
|
LOCAL_ITEM_DELETED = "local_item_deleted",
|
|
484
486
|
MERCHANT_APPLICATION_UPSERTED = "merchant_application_upserted",
|
|
@@ -1518,9 +1520,10 @@ export declare enum TransactionSource {
|
|
|
1518
1520
|
SHIPPING_LABEL_SERVICE = "shipping_label_service",
|
|
1519
1521
|
SHIPPING_LABEL_REVENUE_SHARE = "shipping_label_revenue_share",
|
|
1520
1522
|
TRUEUP = "trueup",
|
|
1523
|
+
TRUEUP_BASE = "trueup_base",
|
|
1524
|
+
TRUEUP_SURCHARGE = "trueup_surcharge",
|
|
1521
1525
|
CARRIER_CHARGE = "carrier_charge",
|
|
1522
1526
|
CARRIER_CHARGE_REVENUE_SHARE = "carrier_charge_revenue_share",
|
|
1523
|
-
CARRIER_FEE = "carrier_fee",
|
|
1524
1527
|
PLATFORM_FEE = "platform_fee",
|
|
1525
1528
|
TAX = "tax",
|
|
1526
1529
|
DUTY = "duty",
|
|
@@ -1531,13 +1534,15 @@ export declare enum TransactionSource {
|
|
|
1531
1534
|
CHANNEL_BILLED = "channel_billed",
|
|
1532
1535
|
ORDER_SERVICE = "order_service",
|
|
1533
1536
|
VIRTUAL_CARD_CAPTURE = "virtual_card_capture",
|
|
1534
|
-
VIRTUAL_CARD_REFUND = "virtual_card_refund"
|
|
1537
|
+
VIRTUAL_CARD_REFUND = "virtual_card_refund",
|
|
1538
|
+
FAILED_PAYOUT = "failed_payout"
|
|
1535
1539
|
}
|
|
1536
1540
|
export declare enum TrueupSource {
|
|
1537
1541
|
FLOW = "flow",
|
|
1538
1542
|
CHANNEL = "channel",
|
|
1539
1543
|
DHL_PARCEL = "dhl-parcel",
|
|
1540
|
-
DHL = "dhl"
|
|
1544
|
+
DHL = "dhl",
|
|
1545
|
+
UPS = "ups"
|
|
1541
1546
|
}
|
|
1542
1547
|
export declare enum TrueupSurchargeType {
|
|
1543
1548
|
FUEL = "fuel",
|
|
@@ -1550,7 +1555,13 @@ export declare enum TrueupSurchargeType {
|
|
|
1550
1555
|
SECURITY = "security",
|
|
1551
1556
|
EEI_FILING = "eei_filing",
|
|
1552
1557
|
FIXED_DDP = "fixed_ddp",
|
|
1553
|
-
FIXED_CURRENCY_CONVERSION = "fixed_currency_conversion"
|
|
1558
|
+
FIXED_CURRENCY_CONVERSION = "fixed_currency_conversion",
|
|
1559
|
+
PROHIBITED_ITEM = "prohibited_item",
|
|
1560
|
+
UNDELIVERABLE_SHIPMENT = "undeliverable_shipment",
|
|
1561
|
+
SIGNATURE_REQUIRED = "signature_required",
|
|
1562
|
+
DIRECT_DELIVERY = "direct_delivery",
|
|
1563
|
+
SATURDAY_STOP = "saturday_stop",
|
|
1564
|
+
RESIDENTIAL_EXTENDED_AREA_PICKUP = "residential_extended_area_pickup"
|
|
1554
1565
|
}
|
|
1555
1566
|
export declare enum UnitOfLength {
|
|
1556
1567
|
MILLIMETER = "millimeter",
|
package/dist/api.js
CHANGED
|
@@ -542,6 +542,8 @@ var EventType;
|
|
|
542
542
|
EventType["NOTIFICATION_DELETED_V_2"] = "notification_deleted_v2";
|
|
543
543
|
EventType["MANIFESTED_LABEL_UPSERTED"] = "manifested_label_upserted";
|
|
544
544
|
EventType["MANIFESTED_LABEL_DELETED"] = "manifested_label_deleted";
|
|
545
|
+
EventType["LABEL_PROCESSING_MODIFICATION_UPSERTED"] = "label_processing_modification_upserted";
|
|
546
|
+
EventType["LABEL_PROCESSING_MODIFICATION_DELETED"] = "label_processing_modification_deleted";
|
|
545
547
|
EventType["LOCAL_ITEM_UPSERTED"] = "local_item_upserted";
|
|
546
548
|
EventType["LOCAL_ITEM_DELETED"] = "local_item_deleted";
|
|
547
549
|
EventType["MERCHANT_APPLICATION_UPSERTED"] = "merchant_application_upserted";
|
|
@@ -1728,9 +1730,10 @@ var TransactionSource;
|
|
|
1728
1730
|
TransactionSource["SHIPPING_LABEL_SERVICE"] = "shipping_label_service";
|
|
1729
1731
|
TransactionSource["SHIPPING_LABEL_REVENUE_SHARE"] = "shipping_label_revenue_share";
|
|
1730
1732
|
TransactionSource["TRUEUP"] = "trueup";
|
|
1733
|
+
TransactionSource["TRUEUP_BASE"] = "trueup_base";
|
|
1734
|
+
TransactionSource["TRUEUP_SURCHARGE"] = "trueup_surcharge";
|
|
1731
1735
|
TransactionSource["CARRIER_CHARGE"] = "carrier_charge";
|
|
1732
1736
|
TransactionSource["CARRIER_CHARGE_REVENUE_SHARE"] = "carrier_charge_revenue_share";
|
|
1733
|
-
TransactionSource["CARRIER_FEE"] = "carrier_fee";
|
|
1734
1737
|
TransactionSource["PLATFORM_FEE"] = "platform_fee";
|
|
1735
1738
|
TransactionSource["TAX"] = "tax";
|
|
1736
1739
|
TransactionSource["DUTY"] = "duty";
|
|
@@ -1742,6 +1745,7 @@ var TransactionSource;
|
|
|
1742
1745
|
TransactionSource["ORDER_SERVICE"] = "order_service";
|
|
1743
1746
|
TransactionSource["VIRTUAL_CARD_CAPTURE"] = "virtual_card_capture";
|
|
1744
1747
|
TransactionSource["VIRTUAL_CARD_REFUND"] = "virtual_card_refund";
|
|
1748
|
+
TransactionSource["FAILED_PAYOUT"] = "failed_payout";
|
|
1745
1749
|
})(TransactionSource = exports.TransactionSource || (exports.TransactionSource = {}));
|
|
1746
1750
|
var TrueupSource;
|
|
1747
1751
|
(function (TrueupSource) {
|
|
@@ -1749,6 +1753,7 @@ var TrueupSource;
|
|
|
1749
1753
|
TrueupSource["CHANNEL"] = "channel";
|
|
1750
1754
|
TrueupSource["DHL_PARCEL"] = "dhl-parcel";
|
|
1751
1755
|
TrueupSource["DHL"] = "dhl";
|
|
1756
|
+
TrueupSource["UPS"] = "ups";
|
|
1752
1757
|
})(TrueupSource = exports.TrueupSource || (exports.TrueupSource = {}));
|
|
1753
1758
|
var TrueupSurchargeType;
|
|
1754
1759
|
(function (TrueupSurchargeType) {
|
|
@@ -1763,6 +1768,12 @@ var TrueupSurchargeType;
|
|
|
1763
1768
|
TrueupSurchargeType["EEI_FILING"] = "eei_filing";
|
|
1764
1769
|
TrueupSurchargeType["FIXED_DDP"] = "fixed_ddp";
|
|
1765
1770
|
TrueupSurchargeType["FIXED_CURRENCY_CONVERSION"] = "fixed_currency_conversion";
|
|
1771
|
+
TrueupSurchargeType["PROHIBITED_ITEM"] = "prohibited_item";
|
|
1772
|
+
TrueupSurchargeType["UNDELIVERABLE_SHIPMENT"] = "undeliverable_shipment";
|
|
1773
|
+
TrueupSurchargeType["SIGNATURE_REQUIRED"] = "signature_required";
|
|
1774
|
+
TrueupSurchargeType["DIRECT_DELIVERY"] = "direct_delivery";
|
|
1775
|
+
TrueupSurchargeType["SATURDAY_STOP"] = "saturday_stop";
|
|
1776
|
+
TrueupSurchargeType["RESIDENTIAL_EXTENDED_AREA_PICKUP"] = "residential_extended_area_pickup";
|
|
1766
1777
|
})(TrueupSurchargeType = exports.TrueupSurchargeType || (exports.TrueupSurchargeType = {}));
|
|
1767
1778
|
var UnitOfLength;
|
|
1768
1779
|
(function (UnitOfLength) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-constants",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.56",
|
|
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": "15b5319239e2dc57a7ee0b2171f4f54fc4172c16"
|
|
30
30
|
}
|
package/src/api.ts
CHANGED
|
@@ -534,6 +534,8 @@ export enum EventType {
|
|
|
534
534
|
NOTIFICATION_DELETED_V_2 = 'notification_deleted_v2',
|
|
535
535
|
MANIFESTED_LABEL_UPSERTED = 'manifested_label_upserted',
|
|
536
536
|
MANIFESTED_LABEL_DELETED = 'manifested_label_deleted',
|
|
537
|
+
LABEL_PROCESSING_MODIFICATION_UPSERTED = 'label_processing_modification_upserted',
|
|
538
|
+
LABEL_PROCESSING_MODIFICATION_DELETED = 'label_processing_modification_deleted',
|
|
537
539
|
LOCAL_ITEM_UPSERTED = 'local_item_upserted',
|
|
538
540
|
LOCAL_ITEM_DELETED = 'local_item_deleted',
|
|
539
541
|
MERCHANT_APPLICATION_UPSERTED = 'merchant_application_upserted',
|
|
@@ -1720,9 +1722,10 @@ export enum TransactionSource {
|
|
|
1720
1722
|
SHIPPING_LABEL_SERVICE = 'shipping_label_service',
|
|
1721
1723
|
SHIPPING_LABEL_REVENUE_SHARE = 'shipping_label_revenue_share',
|
|
1722
1724
|
TRUEUP = 'trueup',
|
|
1725
|
+
TRUEUP_BASE = 'trueup_base',
|
|
1726
|
+
TRUEUP_SURCHARGE = 'trueup_surcharge',
|
|
1723
1727
|
CARRIER_CHARGE = 'carrier_charge',
|
|
1724
1728
|
CARRIER_CHARGE_REVENUE_SHARE = 'carrier_charge_revenue_share',
|
|
1725
|
-
CARRIER_FEE = 'carrier_fee',
|
|
1726
1729
|
PLATFORM_FEE = 'platform_fee',
|
|
1727
1730
|
TAX = 'tax',
|
|
1728
1731
|
DUTY = 'duty',
|
|
@@ -1734,6 +1737,7 @@ export enum TransactionSource {
|
|
|
1734
1737
|
ORDER_SERVICE = 'order_service',
|
|
1735
1738
|
VIRTUAL_CARD_CAPTURE = 'virtual_card_capture',
|
|
1736
1739
|
VIRTUAL_CARD_REFUND = 'virtual_card_refund',
|
|
1740
|
+
FAILED_PAYOUT = 'failed_payout',
|
|
1737
1741
|
}
|
|
1738
1742
|
|
|
1739
1743
|
export enum TrueupSource {
|
|
@@ -1741,6 +1745,7 @@ export enum TrueupSource {
|
|
|
1741
1745
|
CHANNEL = 'channel',
|
|
1742
1746
|
DHL_PARCEL = 'dhl-parcel',
|
|
1743
1747
|
DHL = 'dhl',
|
|
1748
|
+
UPS = 'ups',
|
|
1744
1749
|
}
|
|
1745
1750
|
|
|
1746
1751
|
export enum TrueupSurchargeType {
|
|
@@ -1755,6 +1760,12 @@ export enum TrueupSurchargeType {
|
|
|
1755
1760
|
EEI_FILING = 'eei_filing',
|
|
1756
1761
|
FIXED_DDP = 'fixed_ddp',
|
|
1757
1762
|
FIXED_CURRENCY_CONVERSION = 'fixed_currency_conversion',
|
|
1763
|
+
PROHIBITED_ITEM = 'prohibited_item',
|
|
1764
|
+
UNDELIVERABLE_SHIPMENT = 'undeliverable_shipment',
|
|
1765
|
+
SIGNATURE_REQUIRED = 'signature_required',
|
|
1766
|
+
DIRECT_DELIVERY = 'direct_delivery',
|
|
1767
|
+
SATURDAY_STOP = 'saturday_stop',
|
|
1768
|
+
RESIDENTIAL_EXTENDED_AREA_PICKUP = 'residential_extended_area_pickup',
|
|
1758
1769
|
}
|
|
1759
1770
|
|
|
1760
1771
|
export enum UnitOfLength {
|