@flowio/api-constants 2.13.49 → 2.13.50
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 +2 -1
- package/dist/api.js +2 -1
- package/package.json +2 -2
- package/src/api.ts +2 -1
package/dist/api.d.ts
CHANGED
|
@@ -1537,9 +1537,10 @@ export declare enum TransactionSource {
|
|
|
1537
1537
|
REVERSAL = "reversal",
|
|
1538
1538
|
SHIPPING_LABEL = "shipping_label",
|
|
1539
1539
|
SHIPPING_LABEL_SERVICE = "shipping_label_service",
|
|
1540
|
+
SHIPPING_LABEL_REVENUE_SHARE = "shipping_label_revenue_share",
|
|
1540
1541
|
TRUEUP = "trueup",
|
|
1541
1542
|
CARRIER_CHARGE = "carrier_charge",
|
|
1542
|
-
|
|
1543
|
+
CARRIER_CHARGE_REVENUE_SHARE = "carrier_charge_revenue_share",
|
|
1543
1544
|
PLATFORM_FEE = "platform_fee",
|
|
1544
1545
|
TAX = "tax",
|
|
1545
1546
|
DUTY = "duty",
|
package/dist/api.js
CHANGED
|
@@ -1748,9 +1748,10 @@ var TransactionSource;
|
|
|
1748
1748
|
TransactionSource["REVERSAL"] = "reversal";
|
|
1749
1749
|
TransactionSource["SHIPPING_LABEL"] = "shipping_label";
|
|
1750
1750
|
TransactionSource["SHIPPING_LABEL_SERVICE"] = "shipping_label_service";
|
|
1751
|
+
TransactionSource["SHIPPING_LABEL_REVENUE_SHARE"] = "shipping_label_revenue_share";
|
|
1751
1752
|
TransactionSource["TRUEUP"] = "trueup";
|
|
1752
1753
|
TransactionSource["CARRIER_CHARGE"] = "carrier_charge";
|
|
1753
|
-
TransactionSource["
|
|
1754
|
+
TransactionSource["CARRIER_CHARGE_REVENUE_SHARE"] = "carrier_charge_revenue_share";
|
|
1754
1755
|
TransactionSource["PLATFORM_FEE"] = "platform_fee";
|
|
1755
1756
|
TransactionSource["TAX"] = "tax";
|
|
1756
1757
|
TransactionSource["DUTY"] = "duty";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-constants",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.50",
|
|
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": "5fe142f9c051bfc6d8266e2debef0a86210b1e43"
|
|
30
30
|
}
|
package/src/api.ts
CHANGED
|
@@ -1740,9 +1740,10 @@ export enum TransactionSource {
|
|
|
1740
1740
|
REVERSAL = 'reversal',
|
|
1741
1741
|
SHIPPING_LABEL = 'shipping_label',
|
|
1742
1742
|
SHIPPING_LABEL_SERVICE = 'shipping_label_service',
|
|
1743
|
+
SHIPPING_LABEL_REVENUE_SHARE = 'shipping_label_revenue_share',
|
|
1743
1744
|
TRUEUP = 'trueup',
|
|
1744
1745
|
CARRIER_CHARGE = 'carrier_charge',
|
|
1745
|
-
|
|
1746
|
+
CARRIER_CHARGE_REVENUE_SHARE = 'carrier_charge_revenue_share',
|
|
1746
1747
|
PLATFORM_FEE = 'platform_fee',
|
|
1747
1748
|
TAX = 'tax',
|
|
1748
1749
|
DUTY = 'duty',
|