@flowio/api-constants 2.13.72 → 2.13.73
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 +25 -15
- package/dist/api.js +31 -19
- package/package.json +2 -2
- package/src/api.ts +27 -15
package/dist/api.d.ts
CHANGED
|
@@ -345,16 +345,6 @@ export declare enum Environment {
|
|
|
345
345
|
SANDBOX = "sandbox",
|
|
346
346
|
PRODUCTION = "production"
|
|
347
347
|
}
|
|
348
|
-
export declare enum EstimateOrigin {
|
|
349
|
-
SHOPIFY = "Shopify",
|
|
350
|
-
GLOBAL_E = "GlobalE",
|
|
351
|
-
AFTERSHIP = "Aftership",
|
|
352
|
-
CARRIER = "Carrier"
|
|
353
|
-
}
|
|
354
|
-
export declare enum EstimateType {
|
|
355
|
-
ESTIMATED = "Estimated",
|
|
356
|
-
FINAL = "Final"
|
|
357
|
-
}
|
|
358
348
|
export declare enum EventType {
|
|
359
349
|
TEST_UPSERTED = "test_upserted",
|
|
360
350
|
GENERATE_LOAD = "generate_load",
|
|
@@ -474,8 +464,6 @@ export declare enum EventType {
|
|
|
474
464
|
GE_ITEM_INSERTED = "ge_item_inserted",
|
|
475
465
|
GE_ITEM_UPDATED = "ge_item_updated",
|
|
476
466
|
GE_ITEM_DELETED = "ge_item_deleted",
|
|
477
|
-
GE_PRODUCT_RESTRICTION_RESULT_UPSERTED = "ge_product_restriction_result_upserted",
|
|
478
|
-
GE_PRODUCT_RESTRICTION_RESULT_DELETED = "ge_product_restriction_result_deleted",
|
|
479
467
|
HS_6_CODE_UPSERTED = "hs6_code_upserted",
|
|
480
468
|
HS_6_CODE_DELETED = "hs6_code_deleted",
|
|
481
469
|
HS_10_CODE_UPSERTED = "hs10_code_upserted",
|
|
@@ -667,6 +655,18 @@ export declare enum FulfillmentRouting {
|
|
|
667
655
|
FULFILLED_FROM_CENTER = "fulfilled_from_center",
|
|
668
656
|
FULFILLMENT_SERVICE = "fulfillment_service"
|
|
669
657
|
}
|
|
658
|
+
export declare enum GeCatalogItemIngestionResponse {
|
|
659
|
+
GE_CATALOG_ITEM_INGESTION_SUCCESS = "ge_catalog_item_ingestion_success",
|
|
660
|
+
GE_CATALOG_ITEM_INGESTION_FAILURE = "ge_catalog_item_ingestion_failure"
|
|
661
|
+
}
|
|
662
|
+
export declare enum GeEnvironment {
|
|
663
|
+
PRODUCTION = "production",
|
|
664
|
+
SANDBOX = "sandbox"
|
|
665
|
+
}
|
|
666
|
+
export declare enum GeEventType {
|
|
667
|
+
RESTRICTION_RESULT = "restriction_result",
|
|
668
|
+
INGESTION_RESULT = "ingestion_result"
|
|
669
|
+
}
|
|
670
670
|
export declare enum GenericErrorCode {
|
|
671
671
|
GENERIC_ERROR = "generic_error",
|
|
672
672
|
CLIENT_ERROR = "client_error",
|
|
@@ -988,7 +988,8 @@ export declare enum OrderStorage {
|
|
|
988
988
|
}
|
|
989
989
|
export declare enum OrderType {
|
|
990
990
|
STANDARD = "standard",
|
|
991
|
-
REPLACEMENT = "replacement"
|
|
991
|
+
REPLACEMENT = "replacement",
|
|
992
|
+
EDIT = "edit"
|
|
992
993
|
}
|
|
993
994
|
export declare enum OrganizationPaymentMethodTag {
|
|
994
995
|
DENY = "deny"
|
|
@@ -1050,6 +1051,10 @@ export declare enum PaymentFailureCode {
|
|
|
1050
1051
|
ERROR = "error",
|
|
1051
1052
|
PAYMENT_CHECKS_DECLINED = "payment_checks_declined"
|
|
1052
1053
|
}
|
|
1054
|
+
export declare enum PaymentFeeType {
|
|
1055
|
+
FX = "fx",
|
|
1056
|
+
MOR = "mor"
|
|
1057
|
+
}
|
|
1053
1058
|
export declare enum PaymentMethodCapability {
|
|
1054
1059
|
CREDIT = "credit",
|
|
1055
1060
|
DEBIT = "debit"
|
|
@@ -1600,8 +1605,7 @@ export declare enum TransactionSource {
|
|
|
1600
1605
|
FAILED_PAYOUT = "failed_payout",
|
|
1601
1606
|
TAX_REFUND = "tax_refund",
|
|
1602
1607
|
NON_L_4_L_TAX_DUTY_FX = "non_l4l_tax_duty_fx",
|
|
1603
|
-
GE_REVENUE_SHARE = "ge_revenue_share"
|
|
1604
|
-
TAX_DUTY_DELTA = "tax_duty_delta"
|
|
1608
|
+
GE_REVENUE_SHARE = "ge_revenue_share"
|
|
1605
1609
|
}
|
|
1606
1610
|
export declare enum TrueupSource {
|
|
1607
1611
|
FLOW = "flow",
|
|
@@ -1643,6 +1647,9 @@ export declare enum UnitOfMeasurement {
|
|
|
1643
1647
|
INCH = "inch",
|
|
1644
1648
|
FOOT = "foot",
|
|
1645
1649
|
CUBIC_INCH = "cubic_inch",
|
|
1650
|
+
CUBIC_FOOT = "cubic_foot",
|
|
1651
|
+
CUBIC_MILLIMETER = "cubic_millimeter",
|
|
1652
|
+
CUBIC_CENTIMETER = "cubic_centimeter",
|
|
1646
1653
|
CUBIC_METER = "cubic_meter",
|
|
1647
1654
|
GRAM = "gram",
|
|
1648
1655
|
KILOGRAM = "kilogram",
|
|
@@ -1660,6 +1667,9 @@ export declare enum UnitOfTime {
|
|
|
1660
1667
|
}
|
|
1661
1668
|
export declare enum UnitOfVolume {
|
|
1662
1669
|
CUBIC_INCH = "cubic_inch",
|
|
1670
|
+
CUBIC_FOOT = "cubic_foot",
|
|
1671
|
+
CUBIC_MILLIMETER = "cubic_millimeter",
|
|
1672
|
+
CUBIC_CENTIMETER = "cubic_centimeter",
|
|
1663
1673
|
CUBIC_METER = "cubic_meter"
|
|
1664
1674
|
}
|
|
1665
1675
|
export declare enum UnitOfWeight {
|
package/dist/api.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
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
|
-
exports.
|
|
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 = exports.TrackingStatus = void 0;
|
|
4
|
+
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.GeEventType = exports.GeEnvironment = 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.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.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.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.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 = exports.PriceDetailKey = exports.PriceDetailComponentKey = exports.PriceBookStatus = 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 = exports.TrackingStatus = exports.TrackingNumberType = exports.TokenType = void 0;
|
|
8
8
|
var AbandonedOrderPromotionStatus;
|
|
9
9
|
(function (AbandonedOrderPromotionStatus) {
|
|
10
10
|
AbandonedOrderPromotionStatus["ACTIVE"] = "active";
|
|
@@ -407,18 +407,6 @@ var Environment;
|
|
|
407
407
|
Environment["SANDBOX"] = "sandbox";
|
|
408
408
|
Environment["PRODUCTION"] = "production";
|
|
409
409
|
})(Environment = exports.Environment || (exports.Environment = {}));
|
|
410
|
-
var EstimateOrigin;
|
|
411
|
-
(function (EstimateOrigin) {
|
|
412
|
-
EstimateOrigin["SHOPIFY"] = "Shopify";
|
|
413
|
-
EstimateOrigin["GLOBAL_E"] = "GlobalE";
|
|
414
|
-
EstimateOrigin["AFTERSHIP"] = "Aftership";
|
|
415
|
-
EstimateOrigin["CARRIER"] = "Carrier";
|
|
416
|
-
})(EstimateOrigin = exports.EstimateOrigin || (exports.EstimateOrigin = {}));
|
|
417
|
-
var EstimateType;
|
|
418
|
-
(function (EstimateType) {
|
|
419
|
-
EstimateType["ESTIMATED"] = "Estimated";
|
|
420
|
-
EstimateType["FINAL"] = "Final";
|
|
421
|
-
})(EstimateType = exports.EstimateType || (exports.EstimateType = {}));
|
|
422
410
|
var EventType;
|
|
423
411
|
(function (EventType) {
|
|
424
412
|
EventType["TEST_UPSERTED"] = "test_upserted";
|
|
@@ -539,8 +527,6 @@ var EventType;
|
|
|
539
527
|
EventType["GE_ITEM_INSERTED"] = "ge_item_inserted";
|
|
540
528
|
EventType["GE_ITEM_UPDATED"] = "ge_item_updated";
|
|
541
529
|
EventType["GE_ITEM_DELETED"] = "ge_item_deleted";
|
|
542
|
-
EventType["GE_PRODUCT_RESTRICTION_RESULT_UPSERTED"] = "ge_product_restriction_result_upserted";
|
|
543
|
-
EventType["GE_PRODUCT_RESTRICTION_RESULT_DELETED"] = "ge_product_restriction_result_deleted";
|
|
544
530
|
EventType["HS_6_CODE_UPSERTED"] = "hs6_code_upserted";
|
|
545
531
|
EventType["HS_6_CODE_DELETED"] = "hs6_code_deleted";
|
|
546
532
|
EventType["HS_10_CODE_UPSERTED"] = "hs10_code_upserted";
|
|
@@ -752,6 +738,21 @@ var FulfillmentRouting;
|
|
|
752
738
|
FulfillmentRouting["FULFILLED_FROM_CENTER"] = "fulfilled_from_center";
|
|
753
739
|
FulfillmentRouting["FULFILLMENT_SERVICE"] = "fulfillment_service";
|
|
754
740
|
})(FulfillmentRouting = exports.FulfillmentRouting || (exports.FulfillmentRouting = {}));
|
|
741
|
+
var GeCatalogItemIngestionResponse;
|
|
742
|
+
(function (GeCatalogItemIngestionResponse) {
|
|
743
|
+
GeCatalogItemIngestionResponse["GE_CATALOG_ITEM_INGESTION_SUCCESS"] = "ge_catalog_item_ingestion_success";
|
|
744
|
+
GeCatalogItemIngestionResponse["GE_CATALOG_ITEM_INGESTION_FAILURE"] = "ge_catalog_item_ingestion_failure";
|
|
745
|
+
})(GeCatalogItemIngestionResponse = exports.GeCatalogItemIngestionResponse || (exports.GeCatalogItemIngestionResponse = {}));
|
|
746
|
+
var GeEnvironment;
|
|
747
|
+
(function (GeEnvironment) {
|
|
748
|
+
GeEnvironment["PRODUCTION"] = "production";
|
|
749
|
+
GeEnvironment["SANDBOX"] = "sandbox";
|
|
750
|
+
})(GeEnvironment = exports.GeEnvironment || (exports.GeEnvironment = {}));
|
|
751
|
+
var GeEventType;
|
|
752
|
+
(function (GeEventType) {
|
|
753
|
+
GeEventType["RESTRICTION_RESULT"] = "restriction_result";
|
|
754
|
+
GeEventType["INGESTION_RESULT"] = "ingestion_result";
|
|
755
|
+
})(GeEventType = exports.GeEventType || (exports.GeEventType = {}));
|
|
755
756
|
var GenericErrorCode;
|
|
756
757
|
(function (GenericErrorCode) {
|
|
757
758
|
GenericErrorCode["GENERIC_ERROR"] = "generic_error";
|
|
@@ -1118,6 +1119,7 @@ var OrderType;
|
|
|
1118
1119
|
(function (OrderType) {
|
|
1119
1120
|
OrderType["STANDARD"] = "standard";
|
|
1120
1121
|
OrderType["REPLACEMENT"] = "replacement";
|
|
1122
|
+
OrderType["EDIT"] = "edit";
|
|
1121
1123
|
})(OrderType = exports.OrderType || (exports.OrderType = {}));
|
|
1122
1124
|
var OrganizationPaymentMethodTag;
|
|
1123
1125
|
(function (OrganizationPaymentMethodTag) {
|
|
@@ -1187,6 +1189,11 @@ var PaymentFailureCode;
|
|
|
1187
1189
|
PaymentFailureCode["ERROR"] = "error";
|
|
1188
1190
|
PaymentFailureCode["PAYMENT_CHECKS_DECLINED"] = "payment_checks_declined";
|
|
1189
1191
|
})(PaymentFailureCode = exports.PaymentFailureCode || (exports.PaymentFailureCode = {}));
|
|
1192
|
+
var PaymentFeeType;
|
|
1193
|
+
(function (PaymentFeeType) {
|
|
1194
|
+
PaymentFeeType["FX"] = "fx";
|
|
1195
|
+
PaymentFeeType["MOR"] = "mor";
|
|
1196
|
+
})(PaymentFeeType = exports.PaymentFeeType || (exports.PaymentFeeType = {}));
|
|
1190
1197
|
var PaymentMethodCapability;
|
|
1191
1198
|
(function (PaymentMethodCapability) {
|
|
1192
1199
|
PaymentMethodCapability["CREDIT"] = "credit";
|
|
@@ -1812,7 +1819,6 @@ var TransactionSource;
|
|
|
1812
1819
|
TransactionSource["TAX_REFUND"] = "tax_refund";
|
|
1813
1820
|
TransactionSource["NON_L_4_L_TAX_DUTY_FX"] = "non_l4l_tax_duty_fx";
|
|
1814
1821
|
TransactionSource["GE_REVENUE_SHARE"] = "ge_revenue_share";
|
|
1815
|
-
TransactionSource["TAX_DUTY_DELTA"] = "tax_duty_delta";
|
|
1816
1822
|
})(TransactionSource = exports.TransactionSource || (exports.TransactionSource = {}));
|
|
1817
1823
|
var TrueupSource;
|
|
1818
1824
|
(function (TrueupSource) {
|
|
@@ -1858,6 +1864,9 @@ var UnitOfMeasurement;
|
|
|
1858
1864
|
UnitOfMeasurement["INCH"] = "inch";
|
|
1859
1865
|
UnitOfMeasurement["FOOT"] = "foot";
|
|
1860
1866
|
UnitOfMeasurement["CUBIC_INCH"] = "cubic_inch";
|
|
1867
|
+
UnitOfMeasurement["CUBIC_FOOT"] = "cubic_foot";
|
|
1868
|
+
UnitOfMeasurement["CUBIC_MILLIMETER"] = "cubic_millimeter";
|
|
1869
|
+
UnitOfMeasurement["CUBIC_CENTIMETER"] = "cubic_centimeter";
|
|
1861
1870
|
UnitOfMeasurement["CUBIC_METER"] = "cubic_meter";
|
|
1862
1871
|
UnitOfMeasurement["GRAM"] = "gram";
|
|
1863
1872
|
UnitOfMeasurement["KILOGRAM"] = "kilogram";
|
|
@@ -1877,6 +1886,9 @@ var UnitOfTime;
|
|
|
1877
1886
|
var UnitOfVolume;
|
|
1878
1887
|
(function (UnitOfVolume) {
|
|
1879
1888
|
UnitOfVolume["CUBIC_INCH"] = "cubic_inch";
|
|
1889
|
+
UnitOfVolume["CUBIC_FOOT"] = "cubic_foot";
|
|
1890
|
+
UnitOfVolume["CUBIC_MILLIMETER"] = "cubic_millimeter";
|
|
1891
|
+
UnitOfVolume["CUBIC_CENTIMETER"] = "cubic_centimeter";
|
|
1880
1892
|
UnitOfVolume["CUBIC_METER"] = "cubic_meter";
|
|
1881
1893
|
})(UnitOfVolume = exports.UnitOfVolume || (exports.UnitOfVolume = {}));
|
|
1882
1894
|
var UnitOfWeight;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-constants",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.73",
|
|
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": "3e62beab3080f4977b85152f0e0626078fa26933"
|
|
30
30
|
}
|
package/src/api.ts
CHANGED
|
@@ -400,18 +400,6 @@ export enum Environment {
|
|
|
400
400
|
PRODUCTION = 'production',
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
-
export enum EstimateOrigin {
|
|
404
|
-
SHOPIFY = 'Shopify',
|
|
405
|
-
GLOBAL_E = 'GlobalE',
|
|
406
|
-
AFTERSHIP = 'Aftership',
|
|
407
|
-
CARRIER = 'Carrier',
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
export enum EstimateType {
|
|
411
|
-
ESTIMATED = 'Estimated',
|
|
412
|
-
FINAL = 'Final',
|
|
413
|
-
}
|
|
414
|
-
|
|
415
403
|
export enum EventType {
|
|
416
404
|
TEST_UPSERTED = 'test_upserted',
|
|
417
405
|
GENERATE_LOAD = 'generate_load',
|
|
@@ -531,8 +519,6 @@ export enum EventType {
|
|
|
531
519
|
GE_ITEM_INSERTED = 'ge_item_inserted',
|
|
532
520
|
GE_ITEM_UPDATED = 'ge_item_updated',
|
|
533
521
|
GE_ITEM_DELETED = 'ge_item_deleted',
|
|
534
|
-
GE_PRODUCT_RESTRICTION_RESULT_UPSERTED = 'ge_product_restriction_result_upserted',
|
|
535
|
-
GE_PRODUCT_RESTRICTION_RESULT_DELETED = 'ge_product_restriction_result_deleted',
|
|
536
522
|
HS_6_CODE_UPSERTED = 'hs6_code_upserted',
|
|
537
523
|
HS_6_CODE_DELETED = 'hs6_code_deleted',
|
|
538
524
|
HS_10_CODE_UPSERTED = 'hs10_code_upserted',
|
|
@@ -745,6 +731,21 @@ export enum FulfillmentRouting {
|
|
|
745
731
|
FULFILLMENT_SERVICE = 'fulfillment_service',
|
|
746
732
|
}
|
|
747
733
|
|
|
734
|
+
export enum GeCatalogItemIngestionResponse {
|
|
735
|
+
GE_CATALOG_ITEM_INGESTION_SUCCESS = 'ge_catalog_item_ingestion_success',
|
|
736
|
+
GE_CATALOG_ITEM_INGESTION_FAILURE = 'ge_catalog_item_ingestion_failure',
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
export enum GeEnvironment {
|
|
740
|
+
PRODUCTION = 'production',
|
|
741
|
+
SANDBOX = 'sandbox',
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
export enum GeEventType {
|
|
745
|
+
RESTRICTION_RESULT = 'restriction_result',
|
|
746
|
+
INGESTION_RESULT = 'ingestion_result',
|
|
747
|
+
}
|
|
748
|
+
|
|
748
749
|
export enum GenericErrorCode {
|
|
749
750
|
GENERIC_ERROR = 'generic_error',
|
|
750
751
|
CLIENT_ERROR = 'client_error',
|
|
@@ -1110,6 +1111,7 @@ export enum OrderStorage {
|
|
|
1110
1111
|
export enum OrderType {
|
|
1111
1112
|
STANDARD = 'standard',
|
|
1112
1113
|
REPLACEMENT = 'replacement',
|
|
1114
|
+
EDIT = 'edit',
|
|
1113
1115
|
}
|
|
1114
1116
|
|
|
1115
1117
|
export enum OrganizationPaymentMethodTag {
|
|
@@ -1180,6 +1182,11 @@ export enum PaymentFailureCode {
|
|
|
1180
1182
|
PAYMENT_CHECKS_DECLINED = 'payment_checks_declined',
|
|
1181
1183
|
}
|
|
1182
1184
|
|
|
1185
|
+
export enum PaymentFeeType {
|
|
1186
|
+
FX = 'fx',
|
|
1187
|
+
MOR = 'mor',
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1183
1190
|
export enum PaymentMethodCapability {
|
|
1184
1191
|
CREDIT = 'credit',
|
|
1185
1192
|
DEBIT = 'debit',
|
|
@@ -1804,7 +1811,6 @@ export enum TransactionSource {
|
|
|
1804
1811
|
TAX_REFUND = 'tax_refund',
|
|
1805
1812
|
NON_L_4_L_TAX_DUTY_FX = 'non_l4l_tax_duty_fx',
|
|
1806
1813
|
GE_REVENUE_SHARE = 'ge_revenue_share',
|
|
1807
|
-
TAX_DUTY_DELTA = 'tax_duty_delta',
|
|
1808
1814
|
}
|
|
1809
1815
|
|
|
1810
1816
|
export enum TrueupSource {
|
|
@@ -1850,6 +1856,9 @@ export enum UnitOfMeasurement {
|
|
|
1850
1856
|
INCH = 'inch',
|
|
1851
1857
|
FOOT = 'foot',
|
|
1852
1858
|
CUBIC_INCH = 'cubic_inch',
|
|
1859
|
+
CUBIC_FOOT = 'cubic_foot',
|
|
1860
|
+
CUBIC_MILLIMETER = 'cubic_millimeter',
|
|
1861
|
+
CUBIC_CENTIMETER = 'cubic_centimeter',
|
|
1853
1862
|
CUBIC_METER = 'cubic_meter',
|
|
1854
1863
|
GRAM = 'gram',
|
|
1855
1864
|
KILOGRAM = 'kilogram',
|
|
@@ -1869,6 +1878,9 @@ export enum UnitOfTime {
|
|
|
1869
1878
|
|
|
1870
1879
|
export enum UnitOfVolume {
|
|
1871
1880
|
CUBIC_INCH = 'cubic_inch',
|
|
1881
|
+
CUBIC_FOOT = 'cubic_foot',
|
|
1882
|
+
CUBIC_MILLIMETER = 'cubic_millimeter',
|
|
1883
|
+
CUBIC_CENTIMETER = 'cubic_centimeter',
|
|
1872
1884
|
CUBIC_METER = 'cubic_meter',
|
|
1873
1885
|
}
|
|
1874
1886
|
|