@flowio/api-constants 2.13.70 → 2.13.71
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 +17 -26
- package/dist/api.js +20 -32
- package/package.json +2 -2
- package/src/api.ts +17 -29
package/dist/api.d.ts
CHANGED
|
@@ -346,10 +346,14 @@ export declare enum Environment {
|
|
|
346
346
|
PRODUCTION = "production"
|
|
347
347
|
}
|
|
348
348
|
export declare enum EventType {
|
|
349
|
+
AUTHORIZATION_RETRY_UPSERTED = "authorization_retry_upserted",
|
|
350
|
+
AUTHORIZATION_RETRY_DELETED = "authorization_retry_deleted",
|
|
349
351
|
TEST_UPSERTED = "test_upserted",
|
|
350
352
|
GENERATE_LOAD = "generate_load",
|
|
351
353
|
ALDO_ITEM_UPSERTED = "aldo_item_upserted",
|
|
352
354
|
ALDO_ITEM_DELETED = "aldo_item_deleted",
|
|
355
|
+
ANSH_ITEM_UPSERTED = "ansh_item_upserted",
|
|
356
|
+
ANSH_ITEM_DELETED = "ansh_item_deleted",
|
|
353
357
|
TRANSACTION_UPSERTED = "transaction_upserted",
|
|
354
358
|
ORGANIZATION_TRANSACTION_UPSERTED = "organization_transaction_upserted",
|
|
355
359
|
ORGANIZATION_TRANSACTION_DELETED = "organization_transaction_deleted",
|
|
@@ -459,6 +463,11 @@ export declare enum EventType {
|
|
|
459
463
|
SHIPPING_CONFIGURATION_ITEM_AVAILABILITY_DELETED = "shipping_configuration_item_availability_deleted",
|
|
460
464
|
SHIPPING_CONFIGURATION_ITEM_SHIPPING_PRICING_UPSERTED = "shipping_configuration_item_shipping_pricing_upserted",
|
|
461
465
|
SHIPPING_CONFIGURATION_ITEM_SHIPPING_PRICING_DELETED = "shipping_configuration_item_shipping_pricing_deleted",
|
|
466
|
+
GE_ITEM_INSERTED = "ge_item_inserted",
|
|
467
|
+
GE_ITEM_UPDATED = "ge_item_updated",
|
|
468
|
+
GE_ITEM_DELETED = "ge_item_deleted",
|
|
469
|
+
GE_PRODUCT_RESTRICTION_RESULT_UPSERTED = "ge_product_restriction_result_upserted",
|
|
470
|
+
GE_PRODUCT_RESTRICTION_RESULT_DELETED = "ge_product_restriction_result_deleted",
|
|
462
471
|
HS_6_CODE_UPSERTED = "hs6_code_upserted",
|
|
463
472
|
HS_6_CODE_DELETED = "hs6_code_deleted",
|
|
464
473
|
HS_10_CODE_UPSERTED = "hs10_code_upserted",
|
|
@@ -478,8 +487,6 @@ export declare enum EventType {
|
|
|
478
487
|
MANIFESTED_LABEL_DELETED = "manifested_label_deleted",
|
|
479
488
|
LABEL_PROCESSING_MODIFICATION_UPSERTED = "label_processing_modification_upserted",
|
|
480
489
|
LABEL_PROCESSING_MODIFICATION_DELETED = "label_processing_modification_deleted",
|
|
481
|
-
LOCAL_ITEM_UPSERTED = "local_item_upserted",
|
|
482
|
-
LOCAL_ITEM_DELETED = "local_item_deleted",
|
|
483
490
|
MERCHANT_APPLICATION_UPSERTED = "merchant_application_upserted",
|
|
484
491
|
MERCHANT_APPLICATION_DELETED = "merchant_application_deleted",
|
|
485
492
|
CHECKOUT_OPTIN_RESPONSES_UPSERTED = "checkout_optin_responses_upserted",
|
|
@@ -903,6 +910,10 @@ export declare enum OrderMerchantOfRecord {
|
|
|
903
910
|
ORGANIZATION = "organization",
|
|
904
911
|
MIXED = "mixed"
|
|
905
912
|
}
|
|
913
|
+
export declare enum OrderPaymentSourceType {
|
|
914
|
+
GLOBALE = "globale",
|
|
915
|
+
THIRD_PARTY = "third_party"
|
|
916
|
+
}
|
|
906
917
|
export declare enum OrderPaymentType {
|
|
907
918
|
CARD = "card",
|
|
908
919
|
ONLINE = "online",
|
|
@@ -1369,12 +1380,6 @@ export declare enum RoundingType {
|
|
|
1369
1380
|
PATTERN = "pattern",
|
|
1370
1381
|
MULTIPLE = "multiple"
|
|
1371
1382
|
}
|
|
1372
|
-
export declare enum RuleEffectType {
|
|
1373
|
-
MARKET = "market",
|
|
1374
|
-
DHL = "dhl",
|
|
1375
|
-
DHL_ECOMMERCE = "dhl_ecommerce",
|
|
1376
|
-
UPS = "ups"
|
|
1377
|
-
}
|
|
1378
1383
|
export declare enum ScheduleExceptionStatus {
|
|
1379
1384
|
OPEN = "Open",
|
|
1380
1385
|
CLOSED = "Closed"
|
|
@@ -1490,22 +1495,6 @@ export declare enum SurchargeResponsibleParty {
|
|
|
1490
1495
|
ORGANIZATION = "organization",
|
|
1491
1496
|
CUSTOMER = "customer"
|
|
1492
1497
|
}
|
|
1493
|
-
export declare enum SyncRecordFailureReason {
|
|
1494
|
-
INVENTORY = "inventory",
|
|
1495
|
-
ADDRESS = "address",
|
|
1496
|
-
PROMOTION = "promotion",
|
|
1497
|
-
OTHER = "other"
|
|
1498
|
-
}
|
|
1499
|
-
export declare enum SyncStreamType {
|
|
1500
|
-
SUBMITTED_ORDER = "submitted_order",
|
|
1501
|
-
PLACED_ORDER = "placed_order"
|
|
1502
|
-
}
|
|
1503
|
-
export declare enum SyncUnitOfTime {
|
|
1504
|
-
DAY = "day",
|
|
1505
|
-
HOUR = "hour",
|
|
1506
|
-
MINUTE = "minute",
|
|
1507
|
-
SECOND = "second"
|
|
1508
|
-
}
|
|
1509
1498
|
export declare enum TaxApplicability {
|
|
1510
1499
|
NONE = "none",
|
|
1511
1500
|
ALL = "all"
|
|
@@ -1568,7 +1557,9 @@ export declare enum TrackingStatus {
|
|
|
1568
1557
|
DELIVERED = "delivered",
|
|
1569
1558
|
EXCEPTION = "exception",
|
|
1570
1559
|
RETURNED = "returned",
|
|
1571
|
-
EXPIRED = "expired"
|
|
1560
|
+
EXPIRED = "expired",
|
|
1561
|
+
UNKNOWN = "unknown",
|
|
1562
|
+
UNMAPPED = "unmapped"
|
|
1572
1563
|
}
|
|
1573
1564
|
export declare enum TradeAgreementName {
|
|
1574
1565
|
USMCA = "USMCA",
|
|
@@ -1607,7 +1598,7 @@ export declare enum TransactionSource {
|
|
|
1607
1598
|
VIRTUAL_CARD_REFUND = "virtual_card_refund",
|
|
1608
1599
|
FAILED_PAYOUT = "failed_payout",
|
|
1609
1600
|
TAX_REFUND = "tax_refund",
|
|
1610
|
-
|
|
1601
|
+
NON_L_4_L_TAX_DUTY_FX = "non_l4l_tax_duty_fx",
|
|
1611
1602
|
GE_REVENUE_SHARE = "ge_revenue_share",
|
|
1612
1603
|
TAX_DUTY_DELTA = "tax_duty_delta"
|
|
1613
1604
|
}
|
package/dist/api.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
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.MeasurementSystem = exports.MarginType = exports.LogisticsFormatPreference = exports.LocationErrorCode = exports.LevyStrategy = 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.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.
|
|
7
|
-
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.TransactionSource = exports.TradeAgreementStatus = exports.TradeAgreementName =
|
|
5
|
+
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.OriginLocationSource = exports.OrganizationType = exports.OrganizationStatus = exports.OrganizationPaymentMethodTag = exports.OrderType = exports.OrderStorage = exports.OrderStatus = exports.OrderRefundSummaryPartialCharged = exports.OrderRefundSummaryIncludes = exports.OrderPriceDetailKey = exports.OrderPriceDetailComponentKey = exports.OrderPaymentType = exports.OrderPaymentSourceType = exports.OrderMerchantOfRecord = exports.OrderErrorCode = exports.OrderChangeSource = exports.OptinResponseType = exports.OnboardingTradeSector = exports.OnboardingBlockedReason = exports.OnboardingApplicationStatus = exports.Method = exports.MerchantRejectedReason = exports.MerchantOfRecord = exports.MerchantGiftCardErrorCode = exports.MerchantDisabledReason = void 0;
|
|
6
|
+
exports.TrackingStatus = exports.TrackingNumberType = exports.TokenType = exports.TierStrategy = exports.TierEstimateType = exports.TierAvailability = exports.ThreedsTwoChallengeViewport = exports.ThreeDSecureCode = exports.TaxabilityValue = exports.TaxabilityType = exports.TaxVerificationResult = exports.TaxReportType = 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.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 = exports.PriceFacetBoundary = void 0;
|
|
7
|
+
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.TransactionSource = exports.TradeAgreementStatus = exports.TradeAgreementName = void 0;
|
|
8
8
|
var AbandonedOrderPromotionStatus;
|
|
9
9
|
(function (AbandonedOrderPromotionStatus) {
|
|
10
10
|
AbandonedOrderPromotionStatus["ACTIVE"] = "active";
|
|
@@ -409,10 +409,14 @@ var Environment;
|
|
|
409
409
|
})(Environment = exports.Environment || (exports.Environment = {}));
|
|
410
410
|
var EventType;
|
|
411
411
|
(function (EventType) {
|
|
412
|
+
EventType["AUTHORIZATION_RETRY_UPSERTED"] = "authorization_retry_upserted";
|
|
413
|
+
EventType["AUTHORIZATION_RETRY_DELETED"] = "authorization_retry_deleted";
|
|
412
414
|
EventType["TEST_UPSERTED"] = "test_upserted";
|
|
413
415
|
EventType["GENERATE_LOAD"] = "generate_load";
|
|
414
416
|
EventType["ALDO_ITEM_UPSERTED"] = "aldo_item_upserted";
|
|
415
417
|
EventType["ALDO_ITEM_DELETED"] = "aldo_item_deleted";
|
|
418
|
+
EventType["ANSH_ITEM_UPSERTED"] = "ansh_item_upserted";
|
|
419
|
+
EventType["ANSH_ITEM_DELETED"] = "ansh_item_deleted";
|
|
416
420
|
EventType["TRANSACTION_UPSERTED"] = "transaction_upserted";
|
|
417
421
|
EventType["ORGANIZATION_TRANSACTION_UPSERTED"] = "organization_transaction_upserted";
|
|
418
422
|
EventType["ORGANIZATION_TRANSACTION_DELETED"] = "organization_transaction_deleted";
|
|
@@ -522,6 +526,11 @@ var EventType;
|
|
|
522
526
|
EventType["SHIPPING_CONFIGURATION_ITEM_AVAILABILITY_DELETED"] = "shipping_configuration_item_availability_deleted";
|
|
523
527
|
EventType["SHIPPING_CONFIGURATION_ITEM_SHIPPING_PRICING_UPSERTED"] = "shipping_configuration_item_shipping_pricing_upserted";
|
|
524
528
|
EventType["SHIPPING_CONFIGURATION_ITEM_SHIPPING_PRICING_DELETED"] = "shipping_configuration_item_shipping_pricing_deleted";
|
|
529
|
+
EventType["GE_ITEM_INSERTED"] = "ge_item_inserted";
|
|
530
|
+
EventType["GE_ITEM_UPDATED"] = "ge_item_updated";
|
|
531
|
+
EventType["GE_ITEM_DELETED"] = "ge_item_deleted";
|
|
532
|
+
EventType["GE_PRODUCT_RESTRICTION_RESULT_UPSERTED"] = "ge_product_restriction_result_upserted";
|
|
533
|
+
EventType["GE_PRODUCT_RESTRICTION_RESULT_DELETED"] = "ge_product_restriction_result_deleted";
|
|
525
534
|
EventType["HS_6_CODE_UPSERTED"] = "hs6_code_upserted";
|
|
526
535
|
EventType["HS_6_CODE_DELETED"] = "hs6_code_deleted";
|
|
527
536
|
EventType["HS_10_CODE_UPSERTED"] = "hs10_code_upserted";
|
|
@@ -541,8 +550,6 @@ var EventType;
|
|
|
541
550
|
EventType["MANIFESTED_LABEL_DELETED"] = "manifested_label_deleted";
|
|
542
551
|
EventType["LABEL_PROCESSING_MODIFICATION_UPSERTED"] = "label_processing_modification_upserted";
|
|
543
552
|
EventType["LABEL_PROCESSING_MODIFICATION_DELETED"] = "label_processing_modification_deleted";
|
|
544
|
-
EventType["LOCAL_ITEM_UPSERTED"] = "local_item_upserted";
|
|
545
|
-
EventType["LOCAL_ITEM_DELETED"] = "local_item_deleted";
|
|
546
553
|
EventType["MERCHANT_APPLICATION_UPSERTED"] = "merchant_application_upserted";
|
|
547
554
|
EventType["MERCHANT_APPLICATION_DELETED"] = "merchant_application_deleted";
|
|
548
555
|
EventType["CHECKOUT_OPTIN_RESPONSES_UPSERTED"] = "checkout_optin_responses_upserted";
|
|
@@ -1022,6 +1029,11 @@ var OrderMerchantOfRecord;
|
|
|
1022
1029
|
OrderMerchantOfRecord["ORGANIZATION"] = "organization";
|
|
1023
1030
|
OrderMerchantOfRecord["MIXED"] = "mixed";
|
|
1024
1031
|
})(OrderMerchantOfRecord = exports.OrderMerchantOfRecord || (exports.OrderMerchantOfRecord = {}));
|
|
1032
|
+
var OrderPaymentSourceType;
|
|
1033
|
+
(function (OrderPaymentSourceType) {
|
|
1034
|
+
OrderPaymentSourceType["GLOBALE"] = "globale";
|
|
1035
|
+
OrderPaymentSourceType["THIRD_PARTY"] = "third_party";
|
|
1036
|
+
})(OrderPaymentSourceType = exports.OrderPaymentSourceType || (exports.OrderPaymentSourceType = {}));
|
|
1025
1037
|
var OrderPaymentType;
|
|
1026
1038
|
(function (OrderPaymentType) {
|
|
1027
1039
|
OrderPaymentType["CARD"] = "card";
|
|
@@ -1547,13 +1559,6 @@ var RoundingType;
|
|
|
1547
1559
|
RoundingType["PATTERN"] = "pattern";
|
|
1548
1560
|
RoundingType["MULTIPLE"] = "multiple";
|
|
1549
1561
|
})(RoundingType = exports.RoundingType || (exports.RoundingType = {}));
|
|
1550
|
-
var RuleEffectType;
|
|
1551
|
-
(function (RuleEffectType) {
|
|
1552
|
-
RuleEffectType["MARKET"] = "market";
|
|
1553
|
-
RuleEffectType["DHL"] = "dhl";
|
|
1554
|
-
RuleEffectType["DHL_ECOMMERCE"] = "dhl_ecommerce";
|
|
1555
|
-
RuleEffectType["UPS"] = "ups";
|
|
1556
|
-
})(RuleEffectType = exports.RuleEffectType || (exports.RuleEffectType = {}));
|
|
1557
1562
|
var ScheduleExceptionStatus;
|
|
1558
1563
|
(function (ScheduleExceptionStatus) {
|
|
1559
1564
|
ScheduleExceptionStatus["OPEN"] = "Open";
|
|
@@ -1684,25 +1689,6 @@ var SurchargeResponsibleParty;
|
|
|
1684
1689
|
SurchargeResponsibleParty["ORGANIZATION"] = "organization";
|
|
1685
1690
|
SurchargeResponsibleParty["CUSTOMER"] = "customer";
|
|
1686
1691
|
})(SurchargeResponsibleParty = exports.SurchargeResponsibleParty || (exports.SurchargeResponsibleParty = {}));
|
|
1687
|
-
var SyncRecordFailureReason;
|
|
1688
|
-
(function (SyncRecordFailureReason) {
|
|
1689
|
-
SyncRecordFailureReason["INVENTORY"] = "inventory";
|
|
1690
|
-
SyncRecordFailureReason["ADDRESS"] = "address";
|
|
1691
|
-
SyncRecordFailureReason["PROMOTION"] = "promotion";
|
|
1692
|
-
SyncRecordFailureReason["OTHER"] = "other";
|
|
1693
|
-
})(SyncRecordFailureReason = exports.SyncRecordFailureReason || (exports.SyncRecordFailureReason = {}));
|
|
1694
|
-
var SyncStreamType;
|
|
1695
|
-
(function (SyncStreamType) {
|
|
1696
|
-
SyncStreamType["SUBMITTED_ORDER"] = "submitted_order";
|
|
1697
|
-
SyncStreamType["PLACED_ORDER"] = "placed_order";
|
|
1698
|
-
})(SyncStreamType = exports.SyncStreamType || (exports.SyncStreamType = {}));
|
|
1699
|
-
var SyncUnitOfTime;
|
|
1700
|
-
(function (SyncUnitOfTime) {
|
|
1701
|
-
SyncUnitOfTime["DAY"] = "day";
|
|
1702
|
-
SyncUnitOfTime["HOUR"] = "hour";
|
|
1703
|
-
SyncUnitOfTime["MINUTE"] = "minute";
|
|
1704
|
-
SyncUnitOfTime["SECOND"] = "second";
|
|
1705
|
-
})(SyncUnitOfTime = exports.SyncUnitOfTime || (exports.SyncUnitOfTime = {}));
|
|
1706
1692
|
var TaxApplicability;
|
|
1707
1693
|
(function (TaxApplicability) {
|
|
1708
1694
|
TaxApplicability["NONE"] = "none";
|
|
@@ -1779,6 +1765,8 @@ var TrackingStatus;
|
|
|
1779
1765
|
TrackingStatus["EXCEPTION"] = "exception";
|
|
1780
1766
|
TrackingStatus["RETURNED"] = "returned";
|
|
1781
1767
|
TrackingStatus["EXPIRED"] = "expired";
|
|
1768
|
+
TrackingStatus["UNKNOWN"] = "unknown";
|
|
1769
|
+
TrackingStatus["UNMAPPED"] = "unmapped";
|
|
1782
1770
|
})(TrackingStatus = exports.TrackingStatus || (exports.TrackingStatus = {}));
|
|
1783
1771
|
var TradeAgreementName;
|
|
1784
1772
|
(function (TradeAgreementName) {
|
|
@@ -1820,7 +1808,7 @@ var TransactionSource;
|
|
|
1820
1808
|
TransactionSource["VIRTUAL_CARD_REFUND"] = "virtual_card_refund";
|
|
1821
1809
|
TransactionSource["FAILED_PAYOUT"] = "failed_payout";
|
|
1822
1810
|
TransactionSource["TAX_REFUND"] = "tax_refund";
|
|
1823
|
-
TransactionSource["
|
|
1811
|
+
TransactionSource["NON_L_4_L_TAX_DUTY_FX"] = "non_l4l_tax_duty_fx";
|
|
1824
1812
|
TransactionSource["GE_REVENUE_SHARE"] = "ge_revenue_share";
|
|
1825
1813
|
TransactionSource["TAX_DUTY_DELTA"] = "tax_duty_delta";
|
|
1826
1814
|
})(TransactionSource = exports.TransactionSource || (exports.TransactionSource = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-constants",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.71",
|
|
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": "9d141ab307f8ab0c4af0c9121439b34df013becd"
|
|
30
30
|
}
|
package/src/api.ts
CHANGED
|
@@ -401,10 +401,14 @@ export enum Environment {
|
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
export enum EventType {
|
|
404
|
+
AUTHORIZATION_RETRY_UPSERTED = 'authorization_retry_upserted',
|
|
405
|
+
AUTHORIZATION_RETRY_DELETED = 'authorization_retry_deleted',
|
|
404
406
|
TEST_UPSERTED = 'test_upserted',
|
|
405
407
|
GENERATE_LOAD = 'generate_load',
|
|
406
408
|
ALDO_ITEM_UPSERTED = 'aldo_item_upserted',
|
|
407
409
|
ALDO_ITEM_DELETED = 'aldo_item_deleted',
|
|
410
|
+
ANSH_ITEM_UPSERTED = 'ansh_item_upserted',
|
|
411
|
+
ANSH_ITEM_DELETED = 'ansh_item_deleted',
|
|
408
412
|
TRANSACTION_UPSERTED = 'transaction_upserted',
|
|
409
413
|
ORGANIZATION_TRANSACTION_UPSERTED = 'organization_transaction_upserted',
|
|
410
414
|
ORGANIZATION_TRANSACTION_DELETED = 'organization_transaction_deleted',
|
|
@@ -514,6 +518,11 @@ export enum EventType {
|
|
|
514
518
|
SHIPPING_CONFIGURATION_ITEM_AVAILABILITY_DELETED = 'shipping_configuration_item_availability_deleted',
|
|
515
519
|
SHIPPING_CONFIGURATION_ITEM_SHIPPING_PRICING_UPSERTED = 'shipping_configuration_item_shipping_pricing_upserted',
|
|
516
520
|
SHIPPING_CONFIGURATION_ITEM_SHIPPING_PRICING_DELETED = 'shipping_configuration_item_shipping_pricing_deleted',
|
|
521
|
+
GE_ITEM_INSERTED = 'ge_item_inserted',
|
|
522
|
+
GE_ITEM_UPDATED = 'ge_item_updated',
|
|
523
|
+
GE_ITEM_DELETED = 'ge_item_deleted',
|
|
524
|
+
GE_PRODUCT_RESTRICTION_RESULT_UPSERTED = 'ge_product_restriction_result_upserted',
|
|
525
|
+
GE_PRODUCT_RESTRICTION_RESULT_DELETED = 'ge_product_restriction_result_deleted',
|
|
517
526
|
HS_6_CODE_UPSERTED = 'hs6_code_upserted',
|
|
518
527
|
HS_6_CODE_DELETED = 'hs6_code_deleted',
|
|
519
528
|
HS_10_CODE_UPSERTED = 'hs10_code_upserted',
|
|
@@ -533,8 +542,6 @@ export enum EventType {
|
|
|
533
542
|
MANIFESTED_LABEL_DELETED = 'manifested_label_deleted',
|
|
534
543
|
LABEL_PROCESSING_MODIFICATION_UPSERTED = 'label_processing_modification_upserted',
|
|
535
544
|
LABEL_PROCESSING_MODIFICATION_DELETED = 'label_processing_modification_deleted',
|
|
536
|
-
LOCAL_ITEM_UPSERTED = 'local_item_upserted',
|
|
537
|
-
LOCAL_ITEM_DELETED = 'local_item_deleted',
|
|
538
545
|
MERCHANT_APPLICATION_UPSERTED = 'merchant_application_upserted',
|
|
539
546
|
MERCHANT_APPLICATION_DELETED = 'merchant_application_deleted',
|
|
540
547
|
CHECKOUT_OPTIN_RESPONSES_UPSERTED = 'checkout_optin_responses_upserted',
|
|
@@ -1015,6 +1022,11 @@ export enum OrderMerchantOfRecord {
|
|
|
1015
1022
|
MIXED = 'mixed',
|
|
1016
1023
|
}
|
|
1017
1024
|
|
|
1025
|
+
export enum OrderPaymentSourceType {
|
|
1026
|
+
GLOBALE = 'globale',
|
|
1027
|
+
THIRD_PARTY = 'third_party',
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1018
1030
|
export enum OrderPaymentType {
|
|
1019
1031
|
CARD = 'card',
|
|
1020
1032
|
ONLINE = 'online',
|
|
@@ -1540,13 +1552,6 @@ export enum RoundingType {
|
|
|
1540
1552
|
MULTIPLE = 'multiple',
|
|
1541
1553
|
}
|
|
1542
1554
|
|
|
1543
|
-
export enum RuleEffectType {
|
|
1544
|
-
MARKET = 'market',
|
|
1545
|
-
DHL = 'dhl',
|
|
1546
|
-
DHL_ECOMMERCE = 'dhl_ecommerce',
|
|
1547
|
-
UPS = 'ups',
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
1555
|
export enum ScheduleExceptionStatus {
|
|
1551
1556
|
OPEN = 'Open',
|
|
1552
1557
|
CLOSED = 'Closed',
|
|
@@ -1677,25 +1682,6 @@ export enum SurchargeResponsibleParty {
|
|
|
1677
1682
|
CUSTOMER = 'customer',
|
|
1678
1683
|
}
|
|
1679
1684
|
|
|
1680
|
-
export enum SyncRecordFailureReason {
|
|
1681
|
-
INVENTORY = 'inventory',
|
|
1682
|
-
ADDRESS = 'address',
|
|
1683
|
-
PROMOTION = 'promotion',
|
|
1684
|
-
OTHER = 'other',
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
export enum SyncStreamType {
|
|
1688
|
-
SUBMITTED_ORDER = 'submitted_order',
|
|
1689
|
-
PLACED_ORDER = 'placed_order',
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
export enum SyncUnitOfTime {
|
|
1693
|
-
DAY = 'day',
|
|
1694
|
-
HOUR = 'hour',
|
|
1695
|
-
MINUTE = 'minute',
|
|
1696
|
-
SECOND = 'second',
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
1685
|
export enum TaxApplicability {
|
|
1700
1686
|
NONE = 'none',
|
|
1701
1687
|
ALL = 'all',
|
|
@@ -1771,6 +1757,8 @@ export enum TrackingStatus {
|
|
|
1771
1757
|
EXCEPTION = 'exception',
|
|
1772
1758
|
RETURNED = 'returned',
|
|
1773
1759
|
EXPIRED = 'expired',
|
|
1760
|
+
UNKNOWN = 'unknown',
|
|
1761
|
+
UNMAPPED = 'unmapped',
|
|
1774
1762
|
}
|
|
1775
1763
|
|
|
1776
1764
|
export enum TradeAgreementName {
|
|
@@ -1812,7 +1800,7 @@ export enum TransactionSource {
|
|
|
1812
1800
|
VIRTUAL_CARD_REFUND = 'virtual_card_refund',
|
|
1813
1801
|
FAILED_PAYOUT = 'failed_payout',
|
|
1814
1802
|
TAX_REFUND = 'tax_refund',
|
|
1815
|
-
|
|
1803
|
+
NON_L_4_L_TAX_DUTY_FX = 'non_l4l_tax_duty_fx',
|
|
1816
1804
|
GE_REVENUE_SHARE = 'ge_revenue_share',
|
|
1817
1805
|
TAX_DUTY_DELTA = 'tax_duty_delta',
|
|
1818
1806
|
}
|