@flowio/api-constants 2.13.78 → 2.13.80
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 +14 -36
- package/dist/api.js +15 -37
- package/package.json +2 -2
- package/src/api.ts +13 -35
package/dist/api.d.ts
CHANGED
|
@@ -360,6 +360,8 @@ export declare enum EventType {
|
|
|
360
360
|
ALDO_ITEM_DELETED = "aldo_item_deleted",
|
|
361
361
|
ANSH_ITEM_UPSERTED = "ansh_item_upserted",
|
|
362
362
|
ANSH_ITEM_DELETED = "ansh_item_deleted",
|
|
363
|
+
ANIRBAN_ITEM_UPSERTED = "anirban_item_upserted",
|
|
364
|
+
ANIRBAN_ITEM_DELETED = "anirban_item_deleted",
|
|
363
365
|
TRANSACTION_UPSERTED = "transaction_upserted",
|
|
364
366
|
ORGANIZATION_TRANSACTION_UPSERTED = "organization_transaction_upserted",
|
|
365
367
|
ORGANIZATION_TRANSACTION_DELETED = "organization_transaction_deleted",
|
|
@@ -934,6 +936,14 @@ export declare enum OrderPriceDetailKey {
|
|
|
934
936
|
SURCHARGES = "surcharges",
|
|
935
937
|
TIP = "tip"
|
|
936
938
|
}
|
|
939
|
+
export declare enum OrderPriceFeeType {
|
|
940
|
+
SERVICE = "service",
|
|
941
|
+
FX = "fx",
|
|
942
|
+
TAX = "tax",
|
|
943
|
+
DUTIES = "duties",
|
|
944
|
+
TAX_AND_DUTIES = "tax_and_duties",
|
|
945
|
+
PRODUCT = "product"
|
|
946
|
+
}
|
|
937
947
|
export declare enum OrderRefundSummaryIncludes {
|
|
938
948
|
DUTIES = "duties",
|
|
939
949
|
VAT = "vat",
|
|
@@ -1190,40 +1200,6 @@ export declare enum PricingLevySetting {
|
|
|
1190
1200
|
DISPLAYED = "displayed",
|
|
1191
1201
|
IGNORED = "ignored"
|
|
1192
1202
|
}
|
|
1193
|
-
export declare enum ProductRestrictionRule {
|
|
1194
|
-
ADULT_PRODUCT = "Adult Products",
|
|
1195
|
-
ALCOHOL = "Alcohol",
|
|
1196
|
-
ANTI_MONEY_LAUNDERING = "Anti Money Laundering",
|
|
1197
|
-
COLLAGEN = "Collagen",
|
|
1198
|
-
CONSUMER_SAFETY = "Consumer Safety",
|
|
1199
|
-
COSMETICS = "Cosmetics",
|
|
1200
|
-
DG_BATTERIES = "DG - Batteries",
|
|
1201
|
-
DG_HAZMAT = "DG - Hazmat",
|
|
1202
|
-
DRUGS = "Drugs",
|
|
1203
|
-
DUAL_USE = "Dual Use",
|
|
1204
|
-
FINE_ART = "Fine Art",
|
|
1205
|
-
FISH_WILDLIFE_CITES = "Fish & Wildlife - CITES",
|
|
1206
|
-
FISH_WILDLIFE_PLANT = "Fish & Wildlife - Plant",
|
|
1207
|
-
FISH_WILDLIFE_USFWS = "Fish & Wildlife - USFWS",
|
|
1208
|
-
FOOD = "Food",
|
|
1209
|
-
GAMBLING = "Gambling",
|
|
1210
|
-
HEALTH = "Health",
|
|
1211
|
-
HUMAN_HAIR = "Human hair",
|
|
1212
|
-
INSUFFICIENT_DETAILS = "Insufficient Details",
|
|
1213
|
-
INTANGIBLE = "Intangible",
|
|
1214
|
-
JEWELRY = "Jewelry",
|
|
1215
|
-
JEWELRY_WATCHES_OVER_LIMIT = "Jewelry & Watches Over 5000",
|
|
1216
|
-
KNIVES = "Knives",
|
|
1217
|
-
LIQUIDS = "Liquids",
|
|
1218
|
-
OVERSIZED = "Oversized",
|
|
1219
|
-
PENDING_CLASSIFICATION = "Pending Classification",
|
|
1220
|
-
RESTRICT_BY_DEFAULT = "Restrict by Default",
|
|
1221
|
-
SUPPLEMENTS = "Supplements",
|
|
1222
|
-
TATTOO_INK_AND_PMU = "Tattoo Ink And PMU",
|
|
1223
|
-
UNKNOWN_BUNDLES = "Unknown Bundles",
|
|
1224
|
-
WEAPON = "Weapon",
|
|
1225
|
-
WOOD = "Wood"
|
|
1226
|
-
}
|
|
1227
1203
|
export declare enum PromotionTriggerType {
|
|
1228
1204
|
AUTOMATIC = "automatic",
|
|
1229
1205
|
ORDER_SUBTOTAL = "order_subtotal"
|
|
@@ -1632,7 +1608,8 @@ export declare enum TransactionSource {
|
|
|
1632
1608
|
NON_L_4_L_TAX_DUTY_FX = "non_l4l_tax_duty_fx",
|
|
1633
1609
|
MERCHANT_PAYOUT = "merchant_payout",
|
|
1634
1610
|
MERCHANT_REFUND = "merchant_refund",
|
|
1635
|
-
GE_REVENUE_SHARE = "ge_revenue_share"
|
|
1611
|
+
GE_REVENUE_SHARE = "ge_revenue_share",
|
|
1612
|
+
MERCHANT_FEE = "merchant_fee"
|
|
1636
1613
|
}
|
|
1637
1614
|
export declare enum TransferStatus {
|
|
1638
1615
|
SUCCEEDED = "succeeded",
|
|
@@ -1671,7 +1648,8 @@ export declare enum TrueupSurchargeType {
|
|
|
1671
1648
|
DIRECT_DELIVERY = "direct_delivery",
|
|
1672
1649
|
SATURDAY_STOP = "saturday_stop",
|
|
1673
1650
|
RESIDENTIAL_EXTENDED_AREA_PICKUP = "residential_extended_area_pickup",
|
|
1674
|
-
PACKAGE_LEVEL_DETAIL = "package_level_detail"
|
|
1651
|
+
PACKAGE_LEVEL_DETAIL = "package_level_detail",
|
|
1652
|
+
PICKUP = "pickup"
|
|
1675
1653
|
}
|
|
1676
1654
|
export declare enum UnitOfLength {
|
|
1677
1655
|
MILLIMETER = "millimeter",
|
package/dist/api.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
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.ChannelShopifyOrderStateReasonCode = 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.AdjustmentReasonKey = exports.AddressVerificationResultFieldCode = exports.AddressFieldName = exports.AbandonedOrderSettingStatus = exports.AbandonedOrderPromotionStatus = void 0;
|
|
4
4
|
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.InputSpecificationType = exports.InlineWindowViewportSize = exports.IncotermConfiguration = exports.Incoterm = exports.IncludedLevyKey = exports.ImportType = exports.ImageTag = exports.HolidayCalendar = exports.GoodsSupply = exports.GenericErrorCode = exports.GeEventType = exports.GeCatalogItemIngestionResponse = 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.
|
|
6
|
-
exports.TaxabilityType = exports.TaxVerificationResult = exports.TaxReportType = exports.TaxDutyTransactionReasonCode = exports.TaxDutyCalculatorValidationErrorCode = exports.TaxApplicability = exports.SurchargeResponsibleParty = exports.SubstatusCode = exports.SubcatalogItemStatus = exports.Strategy = exports.StoredMethodUsageStep = exports.StatementAttachmentType = exports.SortDirection = exports.ShopifySyncCheck = exports.ShopifyLocalizationMethod = exports.ShopifyGrant = exports.ShippingLabelErrorCode = exports.ShippingConfigurationType = exports.ShipmentRecipient = exports.ShipmentIntegrationType = exports.SellabilityRequestStatus = exports.SellabilityErrorCode = exports.ScheduleExceptionStatus = exports.RuleEffectType = 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.
|
|
5
|
+
exports.PreferentialRateEligibility = 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.PaymentFeeType = exports.PaymentFailureCode = exports.PaymentErrorCode = exports.PaymentActionType = exports.PackageDimensionsSource = exports.OriginLocationSource = exports.OrganizationType = exports.OrganizationStatus = exports.OrganizationPaymentMethodTag = exports.OrderType = exports.OrderStorage = exports.OrderStatus = exports.OrderRefundSummaryPartialCharged = exports.OrderRefundSummaryIncludes = exports.OrderPriceFeeType = exports.OrderPriceDetailKey = exports.OrderPriceDetailComponentKey = exports.OrderPaymentType = exports.OrderPaymentSourceType = exports.OrderMerchantOfRecord = exports.OrderErrorCode = exports.OrderChangeSource = exports.OnboardingTradeSector = exports.OnboardingBlockedReason = exports.OnboardingApplicationStatus = exports.Method = exports.MerchantRejectedReason = exports.MerchantOfRecord = exports.MerchantGiftCardErrorCode = exports.MerchantDisabledReason = exports.MeasurementSystem = exports.MarginType = exports.LogisticsFormatPreference = void 0;
|
|
6
|
+
exports.TaxabilityType = exports.TaxVerificationResult = exports.TaxReportType = exports.TaxDutyTransactionReasonCode = exports.TaxDutyCalculatorValidationErrorCode = exports.TaxApplicability = exports.SurchargeResponsibleParty = exports.SubstatusCode = exports.SubcatalogItemStatus = exports.Strategy = exports.StoredMethodUsageStep = exports.StatementAttachmentType = exports.SortDirection = exports.ShopifySyncCheck = exports.ShopifyLocalizationMethod = exports.ShopifyGrant = exports.ShippingLabelErrorCode = exports.ShippingConfigurationType = exports.ShipmentRecipient = exports.ShipmentIntegrationType = exports.SellabilityRequestStatus = exports.SellabilityErrorCode = exports.ScheduleExceptionStatus = exports.RuleEffectType = 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.PricingLevySetting = exports.PriceFacetBoundary = exports.PriceDetailKey = exports.PriceDetailComponentKey = exports.PriceBookStatus = exports.PriceAccuracy = exports.PreferredServiceSelectionStrategy = void 0;
|
|
7
7
|
exports.ZeroLevyReasonCode = exports.ZeroAmountIndicator = exports.WithholdingDeductionType = exports.WebhookStatus = exports.Visibility = exports.ValueAddedService = exports.UserStatus = exports.UpdatePolicy = exports.UnitOfWeight = exports.UnitOfVolume = exports.UnitOfTime = exports.UnitOfMeasurement = exports.UnitOfLength = exports.TrueupSurchargeType = exports.TrueupSource = exports.TransferType = exports.TransferStatus = exports.TransactionSource = exports.TradeAgreementStatus = exports.TradeAgreementName = exports.TrackingStatus = exports.TrackingNumberType = exports.TokenType = exports.TierStrategy = exports.TierEstimateType = exports.TierAvailability = exports.ThreedsTwoChallengeViewport = exports.ThreeDSecureCode = exports.TaxabilityValue = void 0;
|
|
8
8
|
var AbandonedOrderPromotionStatus;
|
|
9
9
|
(function (AbandonedOrderPromotionStatus) {
|
|
@@ -423,6 +423,8 @@ var EventType;
|
|
|
423
423
|
EventType["ALDO_ITEM_DELETED"] = "aldo_item_deleted";
|
|
424
424
|
EventType["ANSH_ITEM_UPSERTED"] = "ansh_item_upserted";
|
|
425
425
|
EventType["ANSH_ITEM_DELETED"] = "ansh_item_deleted";
|
|
426
|
+
EventType["ANIRBAN_ITEM_UPSERTED"] = "anirban_item_upserted";
|
|
427
|
+
EventType["ANIRBAN_ITEM_DELETED"] = "anirban_item_deleted";
|
|
426
428
|
EventType["TRANSACTION_UPSERTED"] = "transaction_upserted";
|
|
427
429
|
EventType["ORGANIZATION_TRANSACTION_UPSERTED"] = "organization_transaction_upserted";
|
|
428
430
|
EventType["ORGANIZATION_TRANSACTION_DELETED"] = "organization_transaction_deleted";
|
|
@@ -1059,6 +1061,15 @@ var OrderPriceDetailKey;
|
|
|
1059
1061
|
OrderPriceDetailKey["SURCHARGES"] = "surcharges";
|
|
1060
1062
|
OrderPriceDetailKey["TIP"] = "tip";
|
|
1061
1063
|
})(OrderPriceDetailKey = exports.OrderPriceDetailKey || (exports.OrderPriceDetailKey = {}));
|
|
1064
|
+
var OrderPriceFeeType;
|
|
1065
|
+
(function (OrderPriceFeeType) {
|
|
1066
|
+
OrderPriceFeeType["SERVICE"] = "service";
|
|
1067
|
+
OrderPriceFeeType["FX"] = "fx";
|
|
1068
|
+
OrderPriceFeeType["TAX"] = "tax";
|
|
1069
|
+
OrderPriceFeeType["DUTIES"] = "duties";
|
|
1070
|
+
OrderPriceFeeType["TAX_AND_DUTIES"] = "tax_and_duties";
|
|
1071
|
+
OrderPriceFeeType["PRODUCT"] = "product";
|
|
1072
|
+
})(OrderPriceFeeType = exports.OrderPriceFeeType || (exports.OrderPriceFeeType = {}));
|
|
1062
1073
|
var OrderRefundSummaryIncludes;
|
|
1063
1074
|
(function (OrderRefundSummaryIncludes) {
|
|
1064
1075
|
OrderRefundSummaryIncludes["DUTIES"] = "duties";
|
|
@@ -1353,41 +1364,6 @@ var PricingLevySetting;
|
|
|
1353
1364
|
PricingLevySetting["DISPLAYED"] = "displayed";
|
|
1354
1365
|
PricingLevySetting["IGNORED"] = "ignored";
|
|
1355
1366
|
})(PricingLevySetting = exports.PricingLevySetting || (exports.PricingLevySetting = {}));
|
|
1356
|
-
var ProductRestrictionRule;
|
|
1357
|
-
(function (ProductRestrictionRule) {
|
|
1358
|
-
ProductRestrictionRule["ADULT_PRODUCT"] = "Adult Products";
|
|
1359
|
-
ProductRestrictionRule["ALCOHOL"] = "Alcohol";
|
|
1360
|
-
ProductRestrictionRule["ANTI_MONEY_LAUNDERING"] = "Anti Money Laundering";
|
|
1361
|
-
ProductRestrictionRule["COLLAGEN"] = "Collagen";
|
|
1362
|
-
ProductRestrictionRule["CONSUMER_SAFETY"] = "Consumer Safety";
|
|
1363
|
-
ProductRestrictionRule["COSMETICS"] = "Cosmetics";
|
|
1364
|
-
ProductRestrictionRule["DG_BATTERIES"] = "DG - Batteries";
|
|
1365
|
-
ProductRestrictionRule["DG_HAZMAT"] = "DG - Hazmat";
|
|
1366
|
-
ProductRestrictionRule["DRUGS"] = "Drugs";
|
|
1367
|
-
ProductRestrictionRule["DUAL_USE"] = "Dual Use";
|
|
1368
|
-
ProductRestrictionRule["FINE_ART"] = "Fine Art";
|
|
1369
|
-
ProductRestrictionRule["FISH_WILDLIFE_CITES"] = "Fish & Wildlife - CITES";
|
|
1370
|
-
ProductRestrictionRule["FISH_WILDLIFE_PLANT"] = "Fish & Wildlife - Plant";
|
|
1371
|
-
ProductRestrictionRule["FISH_WILDLIFE_USFWS"] = "Fish & Wildlife - USFWS";
|
|
1372
|
-
ProductRestrictionRule["FOOD"] = "Food";
|
|
1373
|
-
ProductRestrictionRule["GAMBLING"] = "Gambling";
|
|
1374
|
-
ProductRestrictionRule["HEALTH"] = "Health";
|
|
1375
|
-
ProductRestrictionRule["HUMAN_HAIR"] = "Human hair";
|
|
1376
|
-
ProductRestrictionRule["INSUFFICIENT_DETAILS"] = "Insufficient Details";
|
|
1377
|
-
ProductRestrictionRule["INTANGIBLE"] = "Intangible";
|
|
1378
|
-
ProductRestrictionRule["JEWELRY"] = "Jewelry";
|
|
1379
|
-
ProductRestrictionRule["JEWELRY_WATCHES_OVER_LIMIT"] = "Jewelry & Watches Over 5000";
|
|
1380
|
-
ProductRestrictionRule["KNIVES"] = "Knives";
|
|
1381
|
-
ProductRestrictionRule["LIQUIDS"] = "Liquids";
|
|
1382
|
-
ProductRestrictionRule["OVERSIZED"] = "Oversized";
|
|
1383
|
-
ProductRestrictionRule["PENDING_CLASSIFICATION"] = "Pending Classification";
|
|
1384
|
-
ProductRestrictionRule["RESTRICT_BY_DEFAULT"] = "Restrict by Default";
|
|
1385
|
-
ProductRestrictionRule["SUPPLEMENTS"] = "Supplements";
|
|
1386
|
-
ProductRestrictionRule["TATTOO_INK_AND_PMU"] = "Tattoo Ink And PMU";
|
|
1387
|
-
ProductRestrictionRule["UNKNOWN_BUNDLES"] = "Unknown Bundles";
|
|
1388
|
-
ProductRestrictionRule["WEAPON"] = "Weapon";
|
|
1389
|
-
ProductRestrictionRule["WOOD"] = "Wood";
|
|
1390
|
-
})(ProductRestrictionRule = exports.ProductRestrictionRule || (exports.ProductRestrictionRule = {}));
|
|
1391
1367
|
var PromotionTriggerType;
|
|
1392
1368
|
(function (PromotionTriggerType) {
|
|
1393
1369
|
PromotionTriggerType["AUTOMATIC"] = "automatic";
|
|
@@ -1852,6 +1828,7 @@ var TransactionSource;
|
|
|
1852
1828
|
TransactionSource["MERCHANT_PAYOUT"] = "merchant_payout";
|
|
1853
1829
|
TransactionSource["MERCHANT_REFUND"] = "merchant_refund";
|
|
1854
1830
|
TransactionSource["GE_REVENUE_SHARE"] = "ge_revenue_share";
|
|
1831
|
+
TransactionSource["MERCHANT_FEE"] = "merchant_fee";
|
|
1855
1832
|
})(TransactionSource = exports.TransactionSource || (exports.TransactionSource = {}));
|
|
1856
1833
|
var TransferStatus;
|
|
1857
1834
|
(function (TransferStatus) {
|
|
@@ -1895,6 +1872,7 @@ var TrueupSurchargeType;
|
|
|
1895
1872
|
TrueupSurchargeType["SATURDAY_STOP"] = "saturday_stop";
|
|
1896
1873
|
TrueupSurchargeType["RESIDENTIAL_EXTENDED_AREA_PICKUP"] = "residential_extended_area_pickup";
|
|
1897
1874
|
TrueupSurchargeType["PACKAGE_LEVEL_DETAIL"] = "package_level_detail";
|
|
1875
|
+
TrueupSurchargeType["PICKUP"] = "pickup";
|
|
1898
1876
|
})(TrueupSurchargeType = exports.TrueupSurchargeType || (exports.TrueupSurchargeType = {}));
|
|
1899
1877
|
var UnitOfLength;
|
|
1900
1878
|
(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.80",
|
|
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": "3006280bce074215dc46ad9c937db245d67d2783"
|
|
30
30
|
}
|
package/src/api.ts
CHANGED
|
@@ -415,6 +415,8 @@ export enum EventType {
|
|
|
415
415
|
ALDO_ITEM_DELETED = 'aldo_item_deleted',
|
|
416
416
|
ANSH_ITEM_UPSERTED = 'ansh_item_upserted',
|
|
417
417
|
ANSH_ITEM_DELETED = 'ansh_item_deleted',
|
|
418
|
+
ANIRBAN_ITEM_UPSERTED = 'anirban_item_upserted',
|
|
419
|
+
ANIRBAN_ITEM_DELETED = 'anirban_item_deleted',
|
|
418
420
|
TRANSACTION_UPSERTED = 'transaction_upserted',
|
|
419
421
|
ORGANIZATION_TRANSACTION_UPSERTED = 'organization_transaction_upserted',
|
|
420
422
|
ORGANIZATION_TRANSACTION_DELETED = 'organization_transaction_deleted',
|
|
@@ -1052,6 +1054,15 @@ export enum OrderPriceDetailKey {
|
|
|
1052
1054
|
TIP = 'tip',
|
|
1053
1055
|
}
|
|
1054
1056
|
|
|
1057
|
+
export enum OrderPriceFeeType {
|
|
1058
|
+
SERVICE = 'service',
|
|
1059
|
+
FX = 'fx',
|
|
1060
|
+
TAX = 'tax',
|
|
1061
|
+
DUTIES = 'duties',
|
|
1062
|
+
TAX_AND_DUTIES = 'tax_and_duties',
|
|
1063
|
+
PRODUCT = 'product',
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1055
1066
|
export enum OrderRefundSummaryIncludes {
|
|
1056
1067
|
DUTIES = 'duties',
|
|
1057
1068
|
VAT = 'vat',
|
|
@@ -1346,41 +1357,6 @@ export enum PricingLevySetting {
|
|
|
1346
1357
|
IGNORED = 'ignored',
|
|
1347
1358
|
}
|
|
1348
1359
|
|
|
1349
|
-
export enum ProductRestrictionRule {
|
|
1350
|
-
ADULT_PRODUCT = 'Adult Products',
|
|
1351
|
-
ALCOHOL = 'Alcohol',
|
|
1352
|
-
ANTI_MONEY_LAUNDERING = 'Anti Money Laundering',
|
|
1353
|
-
COLLAGEN = 'Collagen',
|
|
1354
|
-
CONSUMER_SAFETY = 'Consumer Safety',
|
|
1355
|
-
COSMETICS = 'Cosmetics',
|
|
1356
|
-
DG_BATTERIES = 'DG - Batteries',
|
|
1357
|
-
DG_HAZMAT = 'DG - Hazmat',
|
|
1358
|
-
DRUGS = 'Drugs',
|
|
1359
|
-
DUAL_USE = 'Dual Use',
|
|
1360
|
-
FINE_ART = 'Fine Art',
|
|
1361
|
-
FISH_WILDLIFE_CITES = 'Fish & Wildlife - CITES',
|
|
1362
|
-
FISH_WILDLIFE_PLANT = 'Fish & Wildlife - Plant',
|
|
1363
|
-
FISH_WILDLIFE_USFWS = 'Fish & Wildlife - USFWS',
|
|
1364
|
-
FOOD = 'Food',
|
|
1365
|
-
GAMBLING = 'Gambling',
|
|
1366
|
-
HEALTH = 'Health',
|
|
1367
|
-
HUMAN_HAIR = 'Human hair',
|
|
1368
|
-
INSUFFICIENT_DETAILS = 'Insufficient Details',
|
|
1369
|
-
INTANGIBLE = 'Intangible',
|
|
1370
|
-
JEWELRY = 'Jewelry',
|
|
1371
|
-
JEWELRY_WATCHES_OVER_LIMIT = 'Jewelry & Watches Over 5000',
|
|
1372
|
-
KNIVES = 'Knives',
|
|
1373
|
-
LIQUIDS = 'Liquids',
|
|
1374
|
-
OVERSIZED = 'Oversized',
|
|
1375
|
-
PENDING_CLASSIFICATION = 'Pending Classification',
|
|
1376
|
-
RESTRICT_BY_DEFAULT = 'Restrict by Default',
|
|
1377
|
-
SUPPLEMENTS = 'Supplements',
|
|
1378
|
-
TATTOO_INK_AND_PMU = 'Tattoo Ink And PMU',
|
|
1379
|
-
UNKNOWN_BUNDLES = 'Unknown Bundles',
|
|
1380
|
-
WEAPON = 'Weapon',
|
|
1381
|
-
WOOD = 'Wood',
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
1360
|
export enum PromotionTriggerType {
|
|
1385
1361
|
AUTOMATIC = 'automatic',
|
|
1386
1362
|
ORDER_SUBTOTAL = 'order_subtotal',
|
|
@@ -1844,6 +1820,7 @@ export enum TransactionSource {
|
|
|
1844
1820
|
MERCHANT_PAYOUT = 'merchant_payout',
|
|
1845
1821
|
MERCHANT_REFUND = 'merchant_refund',
|
|
1846
1822
|
GE_REVENUE_SHARE = 'ge_revenue_share',
|
|
1823
|
+
MERCHANT_FEE = 'merchant_fee',
|
|
1847
1824
|
}
|
|
1848
1825
|
|
|
1849
1826
|
export enum TransferStatus {
|
|
@@ -1887,6 +1864,7 @@ export enum TrueupSurchargeType {
|
|
|
1887
1864
|
SATURDAY_STOP = 'saturday_stop',
|
|
1888
1865
|
RESIDENTIAL_EXTENDED_AREA_PICKUP = 'residential_extended_area_pickup',
|
|
1889
1866
|
PACKAGE_LEVEL_DETAIL = 'package_level_detail',
|
|
1867
|
+
PICKUP = 'pickup',
|
|
1890
1868
|
}
|
|
1891
1869
|
|
|
1892
1870
|
export enum UnitOfLength {
|