@flowio/api-constants 2.13.43 → 2.13.45
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 +41 -0
- package/dist/api.js +49 -5
- package/package.json +2 -2
- package/src/api.ts +44 -0
package/dist/api.d.ts
CHANGED
|
@@ -176,6 +176,11 @@ export declare enum CardType {
|
|
|
176
176
|
MASTERCARD = "mastercard",
|
|
177
177
|
VISA = "visa"
|
|
178
178
|
}
|
|
179
|
+
export declare enum CarrierChargeReason {
|
|
180
|
+
RETURN_TO_ORIGIN = "return_to_origin",
|
|
181
|
+
REJECTION = "rejection",
|
|
182
|
+
OTHER = "other"
|
|
183
|
+
}
|
|
179
184
|
export declare enum CenterCapability {
|
|
180
185
|
INTERNATIONAL = "international",
|
|
181
186
|
DOMESTIC = "domestic",
|
|
@@ -1199,6 +1204,36 @@ export declare enum PricingLevySetting {
|
|
|
1199
1204
|
DISPLAYED = "displayed",
|
|
1200
1205
|
IGNORED = "ignored"
|
|
1201
1206
|
}
|
|
1207
|
+
export declare enum ProductRestrictionRule {
|
|
1208
|
+
ADULT_PRODUCT = "Adult Products",
|
|
1209
|
+
ALCOHOL = "Alcohol",
|
|
1210
|
+
ANTI_MONEY_LAUNDERING = "Anti Money Laundering",
|
|
1211
|
+
COLLAGEN = "Collagen",
|
|
1212
|
+
CONSUMER_SAFETY = "Consumer Safety",
|
|
1213
|
+
COSMETICS = "Cosmetics",
|
|
1214
|
+
DG_BATTERIES = "DG - Batteries",
|
|
1215
|
+
DG_HAZMAT = "DG - Hazmat",
|
|
1216
|
+
DRUGS = "Drugs",
|
|
1217
|
+
DUAL_USE = "Dual Use",
|
|
1218
|
+
FINE_ART = "Fine Art",
|
|
1219
|
+
FISH_WILDLIFE_CITES = "Fish & Wildlife - CITES",
|
|
1220
|
+
FISH_WILDLIFE_PLANT = "Fish & Wildlife - Plant",
|
|
1221
|
+
FISH_WILDLIFE_USFWS = "Fish & Wildlife - USFWS",
|
|
1222
|
+
FOOD = "Food",
|
|
1223
|
+
GAMBLING = "Gambling",
|
|
1224
|
+
HEALTH = "Health",
|
|
1225
|
+
HUMAN_HAIR = "Human hair",
|
|
1226
|
+
INSUFFICIENT_DETAILS = "Insufficient Details",
|
|
1227
|
+
INTANGIBLE = "Intangible",
|
|
1228
|
+
JEWELRY = "Jewelry",
|
|
1229
|
+
JEWELRY_WATCHES_OVER_LIMIT = "Jewelry & Watches Over 5000",
|
|
1230
|
+
KNIVES = "Knives",
|
|
1231
|
+
LIQUIDS = "Liquids",
|
|
1232
|
+
OVERSIZED = "Oversized",
|
|
1233
|
+
SUPPLEMENTS = "Supplements",
|
|
1234
|
+
WEAPON = "Weapon",
|
|
1235
|
+
WOOD = "Wood"
|
|
1236
|
+
}
|
|
1202
1237
|
export declare enum PromotionTriggerType {
|
|
1203
1238
|
AUTOMATIC = "automatic",
|
|
1204
1239
|
ORDER_SUBTOTAL = "order_subtotal"
|
|
@@ -1299,6 +1334,11 @@ export declare enum ReversalStatus {
|
|
|
1299
1334
|
PROCESSED = "processed",
|
|
1300
1335
|
FAILED = "failed"
|
|
1301
1336
|
}
|
|
1337
|
+
export declare enum ReviewStatus {
|
|
1338
|
+
HIGH_RISK_IN_REVIEW = "high_risk_in_review",
|
|
1339
|
+
LOW_RISK_IN_REVIEW = "low_risk_in_review",
|
|
1340
|
+
REVIEWED = "reviewed"
|
|
1341
|
+
}
|
|
1302
1342
|
export declare enum Role {
|
|
1303
1343
|
ADMIN = "admin",
|
|
1304
1344
|
MEMBER = "member"
|
|
@@ -1492,6 +1532,7 @@ export declare enum TransactionSource {
|
|
|
1492
1532
|
SHIPPING_LABEL = "shipping_label",
|
|
1493
1533
|
SHIPPING_LABEL_SERVICE = "shipping_label_service",
|
|
1494
1534
|
TRUEUP = "trueup",
|
|
1535
|
+
CARRIER_CHARGE = "carrier_charge",
|
|
1495
1536
|
SHIPPING_LABEL_REVENUE_SHARE = "shipping_label_revenue_share",
|
|
1496
1537
|
PLATFORM_FEE = "platform_fee",
|
|
1497
1538
|
TAX = "tax",
|
package/dist/api.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.ZeroLevyReasonCode = exports.ZeroAmountIndicator = exports.WithholdingDeductionType = exports.WebhookStatus = exports.Visibility = exports.ValueAddedService = exports.UserStatus = exports.UpdateType = exports.UpdatePolicy = exports.UnitOfWeight = exports.UnitOfVolume = exports.UnitOfTime = exports.UnitOfMeasurement = exports.UnitOfLength = exports.TrueupSurchargeType = exports.TrueupSource = exports.TransactionSource = void 0;
|
|
3
|
+
exports.DiscountTarget = exports.DiscountRuleSubsidyTarget = exports.DiscountRuleStatus = exports.Direction = exports.DeliveryWindowLocation = exports.DeliveryWindowComponentSource = exports.DeliveryOptionCostDetailSource = exports.DeliveryOptionCostDetailComponentKey = exports.DeliveredDutyDisplayType = exports.DeliveredDuty = exports.DayOfWeek = exports.CvvResultCode = exports.CvvCode = exports.CustomerAddressType = exports.CurrencySymbolFormat = exports.CurrencyLabelFormatter = exports.CreditPaymentErrorCode = exports.CountryPickerSource = exports.CostEstimateSource = exports.ConsumerInvoiceStatus = exports.ConsumerInvoiceDocumentType = exports.ConsumerInvoiceCustomerType = exports.ChannelCurrencyCapability = exports.ChangeType = exports.CenterCapability = exports.CarrierChargeReason = exports.CardType = exports.CardErrorCode = exports.CaptureStatus = exports.CaptureDeclineCode = exports.Capability = exports.CancelReason = exports.Calendar = exports.B2BInvoiceType = exports.AvsCode = exports.AvailableFilterFormat = exports.AvailabilityStatus = exports.AuthorizationStatus = exports.AuthorizationResultActionType = exports.AuthorizationOption = exports.AuthorizationDeclineCode = exports.AuthenticationTechnique = exports.AttributeIntent = exports.AttributeDataType = exports.Aggregate = exports.AdjustmentReasonKey = exports.AddressVerificationResultFieldCode = exports.AddressFieldName = exports.AbandonedOrderSettingStatus = exports.AbandonedOrderPromotionStatus = void 0;
|
|
4
|
+
exports.MarginType = exports.LogisticsFormatPreference = exports.LocationErrorCode = exports.LevyStrategy = exports.LevyInclusion = exports.LevyComponent = exports.LaneStrategy = exports.LanePreselectPreference = exports.LaneDirection = exports.LabelTriggerMethod = exports.LabelRequestMethod = exports.ItemIdentifier = exports.ItemAvailabilityStatus = exports.InvitationErrorCode = exports.InventoryStatus = exports.InputSpecificationType = exports.InlineWindowViewportSize = exports.Incoterm = exports.IncludedLevyKey = exports.ImportType = exports.ImageTag = exports.HolidayCalendar = exports.GoodsSupply = exports.GenericErrorCode = exports.FulfillmentRouting = exports.FulfillmentMethodValue = exports.FulfillmentMethodType = exports.FulfillmentItemQuantityStatus = exports.FtpFileSource = exports.FraudStatus = exports.FraudLiability = exports.FraudEmailRuleDecision = exports.FlowRole = exports.FlowEntity = exports.FlowBehavior = exports.FeeDeductionType = exports.ExporterOfRecord = exports.ExportStatus = exports.ExperienceStatus = exports.ExperiencePaymentMethodTag = exports.ExperienceCountryStatus = exports.ExperienceCloneStatus = exports.ExclusionRuleState = exports.ExceptionType = exports.EventType = exports.Environment = exports.EntityIdentifierType = exports.EconomicTitleLocation = exports.EcommercePlatformType = exports.DutyItemApprovalStatus = void 0;
|
|
5
|
+
exports.PriceDetailComponentKey = exports.PriceBookStatus = exports.PriceAccuracy = exports.PreferredServiceSelectionStrategy = exports.PostalType = exports.PhysicalDeliverySpecialSerivce = exports.PermittedHttpMethod = exports.PendingPayoutTransactionReasonCode = exports.PayoutStatusFailureCode = exports.PayoutAttachmentType = exports.PaymentType = exports.PaymentStatus = exports.PaymentSourceConfirmationActionType = exports.PaymentRequestReviewStatus = exports.PaymentRequestReviewCheckType = exports.PaymentRequestReviewCheckStatus = exports.PaymentMethodType = exports.PaymentMethodRuleContentKey = exports.PaymentMethodDataOptionType = exports.PaymentMethodCapability = exports.PaymentFailureCode = exports.PaymentErrorCode = exports.PaymentActionType = exports.PackageDimensionsSource = exports.OrganizationType = exports.OrganizationStatus = exports.OrganizationPaymentMethodTag = exports.OrderType = exports.OrderStorage = exports.OrderStatus = exports.OrderRefundSummaryPartialCharged = exports.OrderRefundSummaryIncludes = exports.OrderQuoteLineErrorCode = exports.OrderQuoteErrorCode = exports.OrderQuoteAddressType = exports.OrderPriceDetailKey = exports.OrderPriceDetailComponentKey = exports.OrderPaymentType = exports.OrderMerchantOfRecord = exports.OrderErrorCode = exports.OrderChangeSource = exports.OptinResponseType = exports.OnboardingTradeSector = exports.OnboardingBlockedReason = exports.OnboardingApplicationStatus = exports.Method = exports.MerchantRejectedReason = exports.MerchantOfRecord = exports.MerchantGiftCardErrorCode = exports.MeasurementSystem = void 0;
|
|
6
|
+
exports.TrackingNumberType = exports.TokenType = exports.TierStrategy = exports.TierEstimateType = exports.TierAvailability = exports.ThreedsTwoChallengeViewport = exports.ThreeDSecureCode = exports.TaxabilityValue = exports.TaxabilityType = exports.TaxVerificationResult = exports.TaxReportType = exports.TaxDutyCalculatorValidationErrorCode = exports.TaxApplicability = exports.SyncUnitOfTime = exports.SyncStreamType = exports.SyncRecordFailureReason = exports.SurchargeResponsibleParty = exports.SubcatalogItemStatus = exports.Strategy = exports.StoredMethodUsageStep = exports.StatementAttachmentType = exports.SortDirection = exports.ShopifySyncCheck = exports.ShopifyLocalizationMethod = exports.ShopifyGrant = exports.ShippingConfigurationType = exports.ShipmentRecipient = exports.ShipmentIntegrationType = exports.ScheduleExceptionStatus = exports.RoundingType = exports.RoundingMethod = exports.Role = exports.ReviewStatus = exports.ReversalStatus = exports.ReversalErrorCode = exports.ReturnTrackingStatus = exports.ReturnStatus = exports.ReturnPolicyState = exports.ReturnItemStatus = exports.RegionType = exports.RefundStatus = exports.RefundDeclineCode = exports.RatecardOwner = exports.QuoteErrorCode = exports.ProvinceType = exports.PromotionTriggerType = exports.ProductRestrictionRule = exports.PricingLevySetting = exports.PriceFacetBoundary = exports.PriceDetailKey = void 0;
|
|
7
|
+
exports.ZeroLevyReasonCode = exports.ZeroAmountIndicator = exports.WithholdingDeductionType = exports.WebhookStatus = exports.Visibility = exports.ValueAddedService = exports.UserStatus = exports.UpdateType = exports.UpdatePolicy = exports.UnitOfWeight = exports.UnitOfVolume = exports.UnitOfTime = exports.UnitOfMeasurement = exports.UnitOfLength = exports.TrueupSurchargeType = exports.TrueupSource = exports.TransactionSource = exports.TradeAgreementStatus = exports.TradeAgreementName = exports.TrackingStatus = void 0;
|
|
8
8
|
var AbandonedOrderPromotionStatus;
|
|
9
9
|
(function (AbandonedOrderPromotionStatus) {
|
|
10
10
|
AbandonedOrderPromotionStatus["ACTIVE"] = "active";
|
|
@@ -207,6 +207,12 @@ var CardType;
|
|
|
207
207
|
CardType["MASTERCARD"] = "mastercard";
|
|
208
208
|
CardType["VISA"] = "visa";
|
|
209
209
|
})(CardType = exports.CardType || (exports.CardType = {}));
|
|
210
|
+
var CarrierChargeReason;
|
|
211
|
+
(function (CarrierChargeReason) {
|
|
212
|
+
CarrierChargeReason["RETURN_TO_ORIGIN"] = "return_to_origin";
|
|
213
|
+
CarrierChargeReason["REJECTION"] = "rejection";
|
|
214
|
+
CarrierChargeReason["OTHER"] = "other";
|
|
215
|
+
})(CarrierChargeReason = exports.CarrierChargeReason || (exports.CarrierChargeReason = {}));
|
|
210
216
|
var CenterCapability;
|
|
211
217
|
(function (CenterCapability) {
|
|
212
218
|
CenterCapability["INTERNATIONAL"] = "international";
|
|
@@ -1358,6 +1364,37 @@ var PricingLevySetting;
|
|
|
1358
1364
|
PricingLevySetting["DISPLAYED"] = "displayed";
|
|
1359
1365
|
PricingLevySetting["IGNORED"] = "ignored";
|
|
1360
1366
|
})(PricingLevySetting = exports.PricingLevySetting || (exports.PricingLevySetting = {}));
|
|
1367
|
+
var ProductRestrictionRule;
|
|
1368
|
+
(function (ProductRestrictionRule) {
|
|
1369
|
+
ProductRestrictionRule["ADULT_PRODUCT"] = "Adult Products";
|
|
1370
|
+
ProductRestrictionRule["ALCOHOL"] = "Alcohol";
|
|
1371
|
+
ProductRestrictionRule["ANTI_MONEY_LAUNDERING"] = "Anti Money Laundering";
|
|
1372
|
+
ProductRestrictionRule["COLLAGEN"] = "Collagen";
|
|
1373
|
+
ProductRestrictionRule["CONSUMER_SAFETY"] = "Consumer Safety";
|
|
1374
|
+
ProductRestrictionRule["COSMETICS"] = "Cosmetics";
|
|
1375
|
+
ProductRestrictionRule["DG_BATTERIES"] = "DG - Batteries";
|
|
1376
|
+
ProductRestrictionRule["DG_HAZMAT"] = "DG - Hazmat";
|
|
1377
|
+
ProductRestrictionRule["DRUGS"] = "Drugs";
|
|
1378
|
+
ProductRestrictionRule["DUAL_USE"] = "Dual Use";
|
|
1379
|
+
ProductRestrictionRule["FINE_ART"] = "Fine Art";
|
|
1380
|
+
ProductRestrictionRule["FISH_WILDLIFE_CITES"] = "Fish & Wildlife - CITES";
|
|
1381
|
+
ProductRestrictionRule["FISH_WILDLIFE_PLANT"] = "Fish & Wildlife - Plant";
|
|
1382
|
+
ProductRestrictionRule["FISH_WILDLIFE_USFWS"] = "Fish & Wildlife - USFWS";
|
|
1383
|
+
ProductRestrictionRule["FOOD"] = "Food";
|
|
1384
|
+
ProductRestrictionRule["GAMBLING"] = "Gambling";
|
|
1385
|
+
ProductRestrictionRule["HEALTH"] = "Health";
|
|
1386
|
+
ProductRestrictionRule["HUMAN_HAIR"] = "Human hair";
|
|
1387
|
+
ProductRestrictionRule["INSUFFICIENT_DETAILS"] = "Insufficient Details";
|
|
1388
|
+
ProductRestrictionRule["INTANGIBLE"] = "Intangible";
|
|
1389
|
+
ProductRestrictionRule["JEWELRY"] = "Jewelry";
|
|
1390
|
+
ProductRestrictionRule["JEWELRY_WATCHES_OVER_LIMIT"] = "Jewelry & Watches Over 5000";
|
|
1391
|
+
ProductRestrictionRule["KNIVES"] = "Knives";
|
|
1392
|
+
ProductRestrictionRule["LIQUIDS"] = "Liquids";
|
|
1393
|
+
ProductRestrictionRule["OVERSIZED"] = "Oversized";
|
|
1394
|
+
ProductRestrictionRule["SUPPLEMENTS"] = "Supplements";
|
|
1395
|
+
ProductRestrictionRule["WEAPON"] = "Weapon";
|
|
1396
|
+
ProductRestrictionRule["WOOD"] = "Wood";
|
|
1397
|
+
})(ProductRestrictionRule = exports.ProductRestrictionRule || (exports.ProductRestrictionRule = {}));
|
|
1361
1398
|
var PromotionTriggerType;
|
|
1362
1399
|
(function (PromotionTriggerType) {
|
|
1363
1400
|
PromotionTriggerType["AUTOMATIC"] = "automatic";
|
|
@@ -1471,6 +1508,12 @@ var ReversalStatus;
|
|
|
1471
1508
|
ReversalStatus["PROCESSED"] = "processed";
|
|
1472
1509
|
ReversalStatus["FAILED"] = "failed";
|
|
1473
1510
|
})(ReversalStatus = exports.ReversalStatus || (exports.ReversalStatus = {}));
|
|
1511
|
+
var ReviewStatus;
|
|
1512
|
+
(function (ReviewStatus) {
|
|
1513
|
+
ReviewStatus["HIGH_RISK_IN_REVIEW"] = "high_risk_in_review";
|
|
1514
|
+
ReviewStatus["LOW_RISK_IN_REVIEW"] = "low_risk_in_review";
|
|
1515
|
+
ReviewStatus["REVIEWED"] = "reviewed";
|
|
1516
|
+
})(ReviewStatus = exports.ReviewStatus || (exports.ReviewStatus = {}));
|
|
1474
1517
|
var Role;
|
|
1475
1518
|
(function (Role) {
|
|
1476
1519
|
Role["ADMIN"] = "admin";
|
|
@@ -1700,6 +1743,7 @@ var TransactionSource;
|
|
|
1700
1743
|
TransactionSource["SHIPPING_LABEL"] = "shipping_label";
|
|
1701
1744
|
TransactionSource["SHIPPING_LABEL_SERVICE"] = "shipping_label_service";
|
|
1702
1745
|
TransactionSource["TRUEUP"] = "trueup";
|
|
1746
|
+
TransactionSource["CARRIER_CHARGE"] = "carrier_charge";
|
|
1703
1747
|
TransactionSource["SHIPPING_LABEL_REVENUE_SHARE"] = "shipping_label_revenue_share";
|
|
1704
1748
|
TransactionSource["PLATFORM_FEE"] = "platform_fee";
|
|
1705
1749
|
TransactionSource["TAX"] = "tax";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-constants",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.45",
|
|
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": "69a80797baeb34690859818e5db7ef87aa6082a5"
|
|
30
30
|
}
|
package/src/api.ts
CHANGED
|
@@ -200,6 +200,12 @@ export enum CardType {
|
|
|
200
200
|
VISA = 'visa',
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
+
export enum CarrierChargeReason {
|
|
204
|
+
RETURN_TO_ORIGIN = 'return_to_origin',
|
|
205
|
+
REJECTION = 'rejection',
|
|
206
|
+
OTHER = 'other',
|
|
207
|
+
}
|
|
208
|
+
|
|
203
209
|
export enum CenterCapability {
|
|
204
210
|
INTERNATIONAL = 'international',
|
|
205
211
|
DOMESTIC = 'domestic',
|
|
@@ -1351,6 +1357,37 @@ export enum PricingLevySetting {
|
|
|
1351
1357
|
IGNORED = 'ignored',
|
|
1352
1358
|
}
|
|
1353
1359
|
|
|
1360
|
+
export enum ProductRestrictionRule {
|
|
1361
|
+
ADULT_PRODUCT = 'Adult Products',
|
|
1362
|
+
ALCOHOL = 'Alcohol',
|
|
1363
|
+
ANTI_MONEY_LAUNDERING = 'Anti Money Laundering',
|
|
1364
|
+
COLLAGEN = 'Collagen',
|
|
1365
|
+
CONSUMER_SAFETY = 'Consumer Safety',
|
|
1366
|
+
COSMETICS = 'Cosmetics',
|
|
1367
|
+
DG_BATTERIES = 'DG - Batteries',
|
|
1368
|
+
DG_HAZMAT = 'DG - Hazmat',
|
|
1369
|
+
DRUGS = 'Drugs',
|
|
1370
|
+
DUAL_USE = 'Dual Use',
|
|
1371
|
+
FINE_ART = 'Fine Art',
|
|
1372
|
+
FISH_WILDLIFE_CITES = 'Fish & Wildlife - CITES',
|
|
1373
|
+
FISH_WILDLIFE_PLANT = 'Fish & Wildlife - Plant',
|
|
1374
|
+
FISH_WILDLIFE_USFWS = 'Fish & Wildlife - USFWS',
|
|
1375
|
+
FOOD = 'Food',
|
|
1376
|
+
GAMBLING = 'Gambling',
|
|
1377
|
+
HEALTH = 'Health',
|
|
1378
|
+
HUMAN_HAIR = 'Human hair',
|
|
1379
|
+
INSUFFICIENT_DETAILS = 'Insufficient Details',
|
|
1380
|
+
INTANGIBLE = 'Intangible',
|
|
1381
|
+
JEWELRY = 'Jewelry',
|
|
1382
|
+
JEWELRY_WATCHES_OVER_LIMIT = 'Jewelry & Watches Over 5000',
|
|
1383
|
+
KNIVES = 'Knives',
|
|
1384
|
+
LIQUIDS = 'Liquids',
|
|
1385
|
+
OVERSIZED = 'Oversized',
|
|
1386
|
+
SUPPLEMENTS = 'Supplements',
|
|
1387
|
+
WEAPON = 'Weapon',
|
|
1388
|
+
WOOD = 'Wood',
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1354
1391
|
export enum PromotionTriggerType {
|
|
1355
1392
|
AUTOMATIC = 'automatic',
|
|
1356
1393
|
ORDER_SUBTOTAL = 'order_subtotal',
|
|
@@ -1464,6 +1501,12 @@ export enum ReversalStatus {
|
|
|
1464
1501
|
FAILED = 'failed',
|
|
1465
1502
|
}
|
|
1466
1503
|
|
|
1504
|
+
export enum ReviewStatus {
|
|
1505
|
+
HIGH_RISK_IN_REVIEW = 'high_risk_in_review',
|
|
1506
|
+
LOW_RISK_IN_REVIEW = 'low_risk_in_review',
|
|
1507
|
+
REVIEWED = 'reviewed',
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1467
1510
|
export enum Role {
|
|
1468
1511
|
ADMIN = 'admin',
|
|
1469
1512
|
MEMBER = 'member',
|
|
@@ -1692,6 +1735,7 @@ export enum TransactionSource {
|
|
|
1692
1735
|
SHIPPING_LABEL = 'shipping_label',
|
|
1693
1736
|
SHIPPING_LABEL_SERVICE = 'shipping_label_service',
|
|
1694
1737
|
TRUEUP = 'trueup',
|
|
1738
|
+
CARRIER_CHARGE = 'carrier_charge',
|
|
1695
1739
|
SHIPPING_LABEL_REVENUE_SHARE = 'shipping_label_revenue_share',
|
|
1696
1740
|
PLATFORM_FEE = 'platform_fee',
|
|
1697
1741
|
TAX = 'tax',
|