@flowio/api-constants 2.13.59 → 2.13.61
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 +28 -4
- package/dist/api.js +27 -2
- package/package.json +2 -2
- package/src/api.ts +25 -0
package/dist/api.d.ts
CHANGED
|
@@ -382,6 +382,9 @@ export declare enum EventType {
|
|
|
382
382
|
SUBCATALOG_ITEM_DELETED = "subcatalog_item_deleted",
|
|
383
383
|
CATALOG_STATISTICS_UPSERTED = "catalog_statistics_upserted",
|
|
384
384
|
CATALOG_STATISTICS_DELETED = "catalog_statistics_deleted",
|
|
385
|
+
ITEM_INSERTED = "item_inserted",
|
|
386
|
+
ITEM_UPDATED = "item_updated",
|
|
387
|
+
ITEM_DELETED = "item_deleted",
|
|
385
388
|
CHANNEL_UPSERTED = "channel_upserted",
|
|
386
389
|
CHANNEL_DELETED = "channel_deleted",
|
|
387
390
|
CHANNEL_CURRENCY_UPSERTED = "channel_currency_upserted",
|
|
@@ -605,7 +608,8 @@ export declare enum FlowBehavior {
|
|
|
605
608
|
export declare enum FlowEntity {
|
|
606
609
|
FLOW_USA = "flow-usa",
|
|
607
610
|
FLOW_IRL = "flow-irl",
|
|
608
|
-
FLOW_CAN = "flow-can"
|
|
611
|
+
FLOW_CAN = "flow-can",
|
|
612
|
+
GE_USA = "ge-usa"
|
|
609
613
|
}
|
|
610
614
|
export declare enum FlowRole {
|
|
611
615
|
ORGANIZATION_ADMIN = "organization_admin",
|
|
@@ -1099,7 +1103,11 @@ export declare enum PaymentType {
|
|
|
1099
1103
|
AFTERPAY = "afterpay",
|
|
1100
1104
|
BANCONTACT = "bancontact",
|
|
1101
1105
|
TWINT = "twint",
|
|
1102
|
-
PRZELEWY_24 = "przelewy24"
|
|
1106
|
+
PRZELEWY_24 = "przelewy24",
|
|
1107
|
+
MOBILEPAY = "mobilepay",
|
|
1108
|
+
GRABPAY = "grabpay",
|
|
1109
|
+
VIPPS = "vipps",
|
|
1110
|
+
KCP_CREDITCARD = "kcp_creditcard"
|
|
1103
1111
|
}
|
|
1104
1112
|
export declare enum PayoutAttachmentType {
|
|
1105
1113
|
TRANSACTIONS = "transactions"
|
|
@@ -1260,6 +1268,20 @@ export declare enum RefundDeclineCode {
|
|
|
1260
1268
|
INSUFFICIENT_FUNDS = "insufficient_funds",
|
|
1261
1269
|
UNKNOWN = "unknown"
|
|
1262
1270
|
}
|
|
1271
|
+
export declare enum RefundFailureCategory {
|
|
1272
|
+
AMOUNT_TOO_HIGH = "amount_too_high",
|
|
1273
|
+
AMOUNT_TOO_LOW = "amount_too_low",
|
|
1274
|
+
NOT_ENOUGH_BALANCE = "not_enough_balance",
|
|
1275
|
+
INSUFFICIENT_FUNDS = "insufficient_funds",
|
|
1276
|
+
REFUND_PERIOD_EXPIRED = "refund_period_expired",
|
|
1277
|
+
DISPUTE = "dispute",
|
|
1278
|
+
NOT_CAPTURED = "not_captured",
|
|
1279
|
+
UNSUPPORTED_PAYMENT_METHOD = "unsupported_payment_method",
|
|
1280
|
+
UNSUPPORTED_PARTIAL_REFUND = "unsupported_partial_refund",
|
|
1281
|
+
INVALID_CURRENCY = "invalid_currency",
|
|
1282
|
+
CARD_NO_LONGER_VALID = "card_no_longer_valid",
|
|
1283
|
+
GENERAL = "general"
|
|
1284
|
+
}
|
|
1263
1285
|
export declare enum RefundStatus {
|
|
1264
1286
|
PENDING = "pending",
|
|
1265
1287
|
SUCCEEDED = "succeeded",
|
|
@@ -1539,7 +1561,8 @@ export declare enum TransactionSource {
|
|
|
1539
1561
|
ORDER_SERVICE = "order_service",
|
|
1540
1562
|
VIRTUAL_CARD_CAPTURE = "virtual_card_capture",
|
|
1541
1563
|
VIRTUAL_CARD_REFUND = "virtual_card_refund",
|
|
1542
|
-
FAILED_PAYOUT = "failed_payout"
|
|
1564
|
+
FAILED_PAYOUT = "failed_payout",
|
|
1565
|
+
TAX_REFUND = "tax_refund"
|
|
1543
1566
|
}
|
|
1544
1567
|
export declare enum TrueupSource {
|
|
1545
1568
|
FLOW = "flow",
|
|
@@ -1565,7 +1588,8 @@ export declare enum TrueupSurchargeType {
|
|
|
1565
1588
|
SIGNATURE_REQUIRED = "signature_required",
|
|
1566
1589
|
DIRECT_DELIVERY = "direct_delivery",
|
|
1567
1590
|
SATURDAY_STOP = "saturday_stop",
|
|
1568
|
-
RESIDENTIAL_EXTENDED_AREA_PICKUP = "residential_extended_area_pickup"
|
|
1591
|
+
RESIDENTIAL_EXTENDED_AREA_PICKUP = "residential_extended_area_pickup",
|
|
1592
|
+
PACKAGE_LEVEL_DETAIL = "package_level_detail"
|
|
1569
1593
|
}
|
|
1570
1594
|
export declare enum UnitOfLength {
|
|
1571
1595
|
MILLIMETER = "millimeter",
|
package/dist/api.js
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
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
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
5
|
exports.PriceFacetBoundary = exports.PriceDetailKey = 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.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.MerchantDisabledReason = exports.MeasurementSystem = void 0;
|
|
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 = exports.TradeAgreementStatus = exports.TradeAgreementName = 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.RestrictedReviewStatus = exports.RegionType = exports.RefundStatus = exports.RefundFailureCategory = exports.RefundDeclineCode = exports.RatecardOwner = exports.QuoteErrorCode = exports.ProvinceType = exports.PromotionTriggerType = exports.ProductRestrictionRule = exports.PricingLevySetting = 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";
|
|
@@ -445,6 +445,9 @@ var EventType;
|
|
|
445
445
|
EventType["SUBCATALOG_ITEM_DELETED"] = "subcatalog_item_deleted";
|
|
446
446
|
EventType["CATALOG_STATISTICS_UPSERTED"] = "catalog_statistics_upserted";
|
|
447
447
|
EventType["CATALOG_STATISTICS_DELETED"] = "catalog_statistics_deleted";
|
|
448
|
+
EventType["ITEM_INSERTED"] = "item_inserted";
|
|
449
|
+
EventType["ITEM_UPDATED"] = "item_updated";
|
|
450
|
+
EventType["ITEM_DELETED"] = "item_deleted";
|
|
448
451
|
EventType["CHANNEL_UPSERTED"] = "channel_upserted";
|
|
449
452
|
EventType["CHANNEL_DELETED"] = "channel_deleted";
|
|
450
453
|
EventType["CHANNEL_CURRENCY_UPSERTED"] = "channel_currency_upserted";
|
|
@@ -680,6 +683,7 @@ var FlowEntity;
|
|
|
680
683
|
FlowEntity["FLOW_USA"] = "flow-usa";
|
|
681
684
|
FlowEntity["FLOW_IRL"] = "flow-irl";
|
|
682
685
|
FlowEntity["FLOW_CAN"] = "flow-can";
|
|
686
|
+
FlowEntity["GE_USA"] = "ge-usa";
|
|
683
687
|
})(FlowEntity = exports.FlowEntity || (exports.FlowEntity = {}));
|
|
684
688
|
var FlowRole;
|
|
685
689
|
(function (FlowRole) {
|
|
@@ -1245,6 +1249,10 @@ var PaymentType;
|
|
|
1245
1249
|
PaymentType["BANCONTACT"] = "bancontact";
|
|
1246
1250
|
PaymentType["TWINT"] = "twint";
|
|
1247
1251
|
PaymentType["PRZELEWY_24"] = "przelewy24";
|
|
1252
|
+
PaymentType["MOBILEPAY"] = "mobilepay";
|
|
1253
|
+
PaymentType["GRABPAY"] = "grabpay";
|
|
1254
|
+
PaymentType["VIPPS"] = "vipps";
|
|
1255
|
+
PaymentType["KCP_CREDITCARD"] = "kcp_creditcard";
|
|
1248
1256
|
})(PaymentType = exports.PaymentType || (exports.PaymentType = {}));
|
|
1249
1257
|
var PayoutAttachmentType;
|
|
1250
1258
|
(function (PayoutAttachmentType) {
|
|
@@ -1424,6 +1432,21 @@ var RefundDeclineCode;
|
|
|
1424
1432
|
RefundDeclineCode["INSUFFICIENT_FUNDS"] = "insufficient_funds";
|
|
1425
1433
|
RefundDeclineCode["UNKNOWN"] = "unknown";
|
|
1426
1434
|
})(RefundDeclineCode = exports.RefundDeclineCode || (exports.RefundDeclineCode = {}));
|
|
1435
|
+
var RefundFailureCategory;
|
|
1436
|
+
(function (RefundFailureCategory) {
|
|
1437
|
+
RefundFailureCategory["AMOUNT_TOO_HIGH"] = "amount_too_high";
|
|
1438
|
+
RefundFailureCategory["AMOUNT_TOO_LOW"] = "amount_too_low";
|
|
1439
|
+
RefundFailureCategory["NOT_ENOUGH_BALANCE"] = "not_enough_balance";
|
|
1440
|
+
RefundFailureCategory["INSUFFICIENT_FUNDS"] = "insufficient_funds";
|
|
1441
|
+
RefundFailureCategory["REFUND_PERIOD_EXPIRED"] = "refund_period_expired";
|
|
1442
|
+
RefundFailureCategory["DISPUTE"] = "dispute";
|
|
1443
|
+
RefundFailureCategory["NOT_CAPTURED"] = "not_captured";
|
|
1444
|
+
RefundFailureCategory["UNSUPPORTED_PAYMENT_METHOD"] = "unsupported_payment_method";
|
|
1445
|
+
RefundFailureCategory["UNSUPPORTED_PARTIAL_REFUND"] = "unsupported_partial_refund";
|
|
1446
|
+
RefundFailureCategory["INVALID_CURRENCY"] = "invalid_currency";
|
|
1447
|
+
RefundFailureCategory["CARD_NO_LONGER_VALID"] = "card_no_longer_valid";
|
|
1448
|
+
RefundFailureCategory["GENERAL"] = "general";
|
|
1449
|
+
})(RefundFailureCategory = exports.RefundFailureCategory || (exports.RefundFailureCategory = {}));
|
|
1427
1450
|
var RefundStatus;
|
|
1428
1451
|
(function (RefundStatus) {
|
|
1429
1452
|
RefundStatus["PENDING"] = "pending";
|
|
@@ -1750,6 +1773,7 @@ var TransactionSource;
|
|
|
1750
1773
|
TransactionSource["VIRTUAL_CARD_CAPTURE"] = "virtual_card_capture";
|
|
1751
1774
|
TransactionSource["VIRTUAL_CARD_REFUND"] = "virtual_card_refund";
|
|
1752
1775
|
TransactionSource["FAILED_PAYOUT"] = "failed_payout";
|
|
1776
|
+
TransactionSource["TAX_REFUND"] = "tax_refund";
|
|
1753
1777
|
})(TransactionSource = exports.TransactionSource || (exports.TransactionSource = {}));
|
|
1754
1778
|
var TrueupSource;
|
|
1755
1779
|
(function (TrueupSource) {
|
|
@@ -1778,6 +1802,7 @@ var TrueupSurchargeType;
|
|
|
1778
1802
|
TrueupSurchargeType["DIRECT_DELIVERY"] = "direct_delivery";
|
|
1779
1803
|
TrueupSurchargeType["SATURDAY_STOP"] = "saturday_stop";
|
|
1780
1804
|
TrueupSurchargeType["RESIDENTIAL_EXTENDED_AREA_PICKUP"] = "residential_extended_area_pickup";
|
|
1805
|
+
TrueupSurchargeType["PACKAGE_LEVEL_DETAIL"] = "package_level_detail";
|
|
1781
1806
|
})(TrueupSurchargeType = exports.TrueupSurchargeType || (exports.TrueupSurchargeType = {}));
|
|
1782
1807
|
var UnitOfLength;
|
|
1783
1808
|
(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.61",
|
|
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": "186c2bb75e0d707e7d5df6a6b87e63a9be573e4d"
|
|
30
30
|
}
|
package/src/api.ts
CHANGED
|
@@ -437,6 +437,9 @@ export enum EventType {
|
|
|
437
437
|
SUBCATALOG_ITEM_DELETED = 'subcatalog_item_deleted',
|
|
438
438
|
CATALOG_STATISTICS_UPSERTED = 'catalog_statistics_upserted',
|
|
439
439
|
CATALOG_STATISTICS_DELETED = 'catalog_statistics_deleted',
|
|
440
|
+
ITEM_INSERTED = 'item_inserted',
|
|
441
|
+
ITEM_UPDATED = 'item_updated',
|
|
442
|
+
ITEM_DELETED = 'item_deleted',
|
|
440
443
|
CHANNEL_UPSERTED = 'channel_upserted',
|
|
441
444
|
CHANNEL_DELETED = 'channel_deleted',
|
|
442
445
|
CHANNEL_CURRENCY_UPSERTED = 'channel_currency_upserted',
|
|
@@ -672,6 +675,7 @@ export enum FlowEntity {
|
|
|
672
675
|
FLOW_USA = 'flow-usa',
|
|
673
676
|
FLOW_IRL = 'flow-irl',
|
|
674
677
|
FLOW_CAN = 'flow-can',
|
|
678
|
+
GE_USA = 'ge-usa',
|
|
675
679
|
}
|
|
676
680
|
|
|
677
681
|
export enum FlowRole {
|
|
@@ -1237,6 +1241,10 @@ export enum PaymentType {
|
|
|
1237
1241
|
BANCONTACT = 'bancontact',
|
|
1238
1242
|
TWINT = 'twint',
|
|
1239
1243
|
PRZELEWY_24 = 'przelewy24',
|
|
1244
|
+
MOBILEPAY = 'mobilepay',
|
|
1245
|
+
GRABPAY = 'grabpay',
|
|
1246
|
+
VIPPS = 'vipps',
|
|
1247
|
+
KCP_CREDITCARD = 'kcp_creditcard',
|
|
1240
1248
|
}
|
|
1241
1249
|
|
|
1242
1250
|
export enum PayoutAttachmentType {
|
|
@@ -1417,6 +1425,21 @@ export enum RefundDeclineCode {
|
|
|
1417
1425
|
UNKNOWN = 'unknown',
|
|
1418
1426
|
}
|
|
1419
1427
|
|
|
1428
|
+
export enum RefundFailureCategory {
|
|
1429
|
+
AMOUNT_TOO_HIGH = 'amount_too_high',
|
|
1430
|
+
AMOUNT_TOO_LOW = 'amount_too_low',
|
|
1431
|
+
NOT_ENOUGH_BALANCE = 'not_enough_balance',
|
|
1432
|
+
INSUFFICIENT_FUNDS = 'insufficient_funds',
|
|
1433
|
+
REFUND_PERIOD_EXPIRED = 'refund_period_expired',
|
|
1434
|
+
DISPUTE = 'dispute',
|
|
1435
|
+
NOT_CAPTURED = 'not_captured',
|
|
1436
|
+
UNSUPPORTED_PAYMENT_METHOD = 'unsupported_payment_method',
|
|
1437
|
+
UNSUPPORTED_PARTIAL_REFUND = 'unsupported_partial_refund',
|
|
1438
|
+
INVALID_CURRENCY = 'invalid_currency',
|
|
1439
|
+
CARD_NO_LONGER_VALID = 'card_no_longer_valid',
|
|
1440
|
+
GENERAL = 'general',
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1420
1443
|
export enum RefundStatus {
|
|
1421
1444
|
PENDING = 'pending',
|
|
1422
1445
|
SUCCEEDED = 'succeeded',
|
|
@@ -1742,6 +1765,7 @@ export enum TransactionSource {
|
|
|
1742
1765
|
VIRTUAL_CARD_CAPTURE = 'virtual_card_capture',
|
|
1743
1766
|
VIRTUAL_CARD_REFUND = 'virtual_card_refund',
|
|
1744
1767
|
FAILED_PAYOUT = 'failed_payout',
|
|
1768
|
+
TAX_REFUND = 'tax_refund',
|
|
1745
1769
|
}
|
|
1746
1770
|
|
|
1747
1771
|
export enum TrueupSource {
|
|
@@ -1770,6 +1794,7 @@ export enum TrueupSurchargeType {
|
|
|
1770
1794
|
DIRECT_DELIVERY = 'direct_delivery',
|
|
1771
1795
|
SATURDAY_STOP = 'saturday_stop',
|
|
1772
1796
|
RESIDENTIAL_EXTENDED_AREA_PICKUP = 'residential_extended_area_pickup',
|
|
1797
|
+
PACKAGE_LEVEL_DETAIL = 'package_level_detail',
|
|
1773
1798
|
}
|
|
1774
1799
|
|
|
1775
1800
|
export enum UnitOfLength {
|