@flowio/api-internal-constants 4.18.104 → 4.18.105
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-internal.d.ts +3 -3
- package/dist/api-internal.js +2 -2
- package/package.json +2 -2
- package/src/api-internal.ts +2 -2
package/dist/api-internal.d.ts
CHANGED
|
@@ -490,7 +490,9 @@ export declare enum ChargeInputType {
|
|
|
490
490
|
ELECTRONIC_EXPORT_INFORMATION_SURCHARGE = "electronic_export_information_surcharge",
|
|
491
491
|
ADDITIONAL_HANDLING = "additional_handling",
|
|
492
492
|
LARGE_PACKAGE_SURCHARGE = "large_package_surcharge",
|
|
493
|
-
PEAK_SURCHARGE = "peak_surcharge"
|
|
493
|
+
PEAK_SURCHARGE = "peak_surcharge",
|
|
494
|
+
FUEL_SURCHARGE = "fuel_surcharge",
|
|
495
|
+
DELIVERY_AREA_SURCHARGE = "delivery_area_surcharge"
|
|
494
496
|
}
|
|
495
497
|
export declare enum ChargebackPaymentStatus {
|
|
496
498
|
CAPTURED = "captured",
|
|
@@ -1485,7 +1487,6 @@ export declare enum OrganizationRestrictionScreeningStatus {
|
|
|
1485
1487
|
UNSCREENED = "unscreened"
|
|
1486
1488
|
}
|
|
1487
1489
|
export declare enum OrganizationSource {
|
|
1488
|
-
SHOPIFY = "shopify",
|
|
1489
1490
|
SMB = "smb",
|
|
1490
1491
|
ENTERPRISE = "enterprise"
|
|
1491
1492
|
}
|
|
@@ -1681,7 +1682,6 @@ export declare enum RestrictionOrganizationChannel {
|
|
|
1681
1682
|
ENTERPRISE_SANDBOX = "enterprise-sandbox"
|
|
1682
1683
|
}
|
|
1683
1684
|
export declare enum RestrictionOrganizationSource {
|
|
1684
|
-
SHOPIFY = "shopify",
|
|
1685
1685
|
SMB = "smb",
|
|
1686
1686
|
ENTERPRISE = "enterprise"
|
|
1687
1687
|
}
|
package/dist/api-internal.js
CHANGED
|
@@ -540,6 +540,8 @@ var ChargeInputType;
|
|
|
540
540
|
ChargeInputType["ADDITIONAL_HANDLING"] = "additional_handling";
|
|
541
541
|
ChargeInputType["LARGE_PACKAGE_SURCHARGE"] = "large_package_surcharge";
|
|
542
542
|
ChargeInputType["PEAK_SURCHARGE"] = "peak_surcharge";
|
|
543
|
+
ChargeInputType["FUEL_SURCHARGE"] = "fuel_surcharge";
|
|
544
|
+
ChargeInputType["DELIVERY_AREA_SURCHARGE"] = "delivery_area_surcharge";
|
|
543
545
|
})(ChargeInputType = exports.ChargeInputType || (exports.ChargeInputType = {}));
|
|
544
546
|
var ChargebackPaymentStatus;
|
|
545
547
|
(function (ChargebackPaymentStatus) {
|
|
@@ -1653,7 +1655,6 @@ var OrganizationRestrictionScreeningStatus;
|
|
|
1653
1655
|
})(OrganizationRestrictionScreeningStatus = exports.OrganizationRestrictionScreeningStatus || (exports.OrganizationRestrictionScreeningStatus = {}));
|
|
1654
1656
|
var OrganizationSource;
|
|
1655
1657
|
(function (OrganizationSource) {
|
|
1656
|
-
OrganizationSource["SHOPIFY"] = "shopify";
|
|
1657
1658
|
OrganizationSource["SMB"] = "smb";
|
|
1658
1659
|
OrganizationSource["ENTERPRISE"] = "enterprise";
|
|
1659
1660
|
})(OrganizationSource = exports.OrganizationSource || (exports.OrganizationSource = {}));
|
|
@@ -1884,7 +1885,6 @@ var RestrictionOrganizationChannel;
|
|
|
1884
1885
|
})(RestrictionOrganizationChannel = exports.RestrictionOrganizationChannel || (exports.RestrictionOrganizationChannel = {}));
|
|
1885
1886
|
var RestrictionOrganizationSource;
|
|
1886
1887
|
(function (RestrictionOrganizationSource) {
|
|
1887
|
-
RestrictionOrganizationSource["SHOPIFY"] = "shopify";
|
|
1888
1888
|
RestrictionOrganizationSource["SMB"] = "smb";
|
|
1889
1889
|
RestrictionOrganizationSource["ENTERPRISE"] = "enterprise";
|
|
1890
1890
|
})(RestrictionOrganizationSource = exports.RestrictionOrganizationSource || (exports.RestrictionOrganizationSource = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-constants",
|
|
3
|
-
"version": "4.18.
|
|
3
|
+
"version": "4.18.105",
|
|
4
4
|
"description": "Definitions for enumerations found in internal Flow API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"generate": "apibuilder update",
|
|
25
25
|
"postgenerate": "npm run format"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "b4b0cd6a13ae636625754fd06a00ff8f0016498e"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -532,6 +532,8 @@ export enum ChargeInputType {
|
|
|
532
532
|
ADDITIONAL_HANDLING = 'additional_handling',
|
|
533
533
|
LARGE_PACKAGE_SURCHARGE = 'large_package_surcharge',
|
|
534
534
|
PEAK_SURCHARGE = 'peak_surcharge',
|
|
535
|
+
FUEL_SURCHARGE = 'fuel_surcharge',
|
|
536
|
+
DELIVERY_AREA_SURCHARGE = 'delivery_area_surcharge',
|
|
535
537
|
}
|
|
536
538
|
|
|
537
539
|
export enum ChargebackPaymentStatus {
|
|
@@ -1645,7 +1647,6 @@ export enum OrganizationRestrictionScreeningStatus {
|
|
|
1645
1647
|
}
|
|
1646
1648
|
|
|
1647
1649
|
export enum OrganizationSource {
|
|
1648
|
-
SHOPIFY = 'shopify',
|
|
1649
1650
|
SMB = 'smb',
|
|
1650
1651
|
ENTERPRISE = 'enterprise',
|
|
1651
1652
|
}
|
|
@@ -1876,7 +1877,6 @@ export enum RestrictionOrganizationChannel {
|
|
|
1876
1877
|
}
|
|
1877
1878
|
|
|
1878
1879
|
export enum RestrictionOrganizationSource {
|
|
1879
|
-
SHOPIFY = 'shopify',
|
|
1880
1880
|
SMB = 'smb',
|
|
1881
1881
|
ENTERPRISE = 'enterprise',
|
|
1882
1882
|
}
|