@flowio/api-internal-constants 4.18.88 → 4.18.90
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-internal.d.ts +18 -101
- package/dist/api-internal.js +25 -117
- package/package.json +2 -2
- package/src/api-internal.ts +20 -112
package/dist/api-internal.d.ts
CHANGED
|
@@ -288,16 +288,12 @@ export declare enum BillingTransactionType {
|
|
|
288
288
|
DUTY = "duty",
|
|
289
289
|
TRUEUP = "trueup",
|
|
290
290
|
CARRIER_CHARGE = "carrier_charge",
|
|
291
|
-
|
|
291
|
+
NON_L_4_L_TAX_DUTY_FX = "non_l4l_tax_duty_fx",
|
|
292
292
|
TAX_REFUND = "tax_refund",
|
|
293
293
|
DUTY_REFUND = "duty_refund",
|
|
294
294
|
GE_REVENUE_SHARE = "ge_revenue_share",
|
|
295
295
|
TAX_DUTY_DELTA = "tax_duty_delta"
|
|
296
296
|
}
|
|
297
|
-
export declare enum BrowserBundleErrorCode {
|
|
298
|
-
GENERIC_ERROR = "generic_error",
|
|
299
|
-
COUNTRY_INVALID = "country_invalid"
|
|
300
|
-
}
|
|
301
297
|
export declare enum CalculatorEngine {
|
|
302
298
|
DTCE_WITH_DEMINIMIS = "dtce_with_deminimis",
|
|
303
299
|
DTCE_WITH_INCLUSIVE_PRICING = "dtce_with_inclusive_pricing",
|
|
@@ -581,6 +577,7 @@ export declare enum DisputeStatus {
|
|
|
581
577
|
PENDING = "pending",
|
|
582
578
|
WON = "won",
|
|
583
579
|
LOST = "lost",
|
|
580
|
+
REFUNDED = "refunded",
|
|
584
581
|
EXPIRED = "expired"
|
|
585
582
|
}
|
|
586
583
|
export declare enum DisputeTransactionType {
|
|
@@ -643,8 +640,8 @@ export declare enum ErpFileType {
|
|
|
643
640
|
export declare enum EventType {
|
|
644
641
|
ADJUSTED_ESTIMATES_UPSERTED = "adjusted_estimates_upserted",
|
|
645
642
|
ADJUSTED_ESTIMATES_DELETED = "adjusted_estimates_deleted",
|
|
646
|
-
|
|
647
|
-
|
|
643
|
+
SHIPPING_ESTIMATE_UPSERTED = "shipping_estimate_upserted",
|
|
644
|
+
SHIPPING_ESTIMATE_DELETED = "shipping_estimate_deleted",
|
|
648
645
|
ADYEN_AUTHORIZATION_DELETED = "adyen_authorization_deleted",
|
|
649
646
|
ADYEN_AUTHORIZATION_UPSERTED = "adyen_authorization_upserted",
|
|
650
647
|
ADYEN_CANCEL_DELETED = "adyen_cancel_deleted",
|
|
@@ -812,7 +809,6 @@ export declare enum EventType {
|
|
|
812
809
|
CENTER_DEFAULTS_DELETED = "center_defaults_deleted",
|
|
813
810
|
FULFILLMENT_FALLBACKS_UPSERTED = "fulfillment_fallbacks_upserted",
|
|
814
811
|
FULFILLMENT_FALLBACKS_DELETED = "fulfillment_fallbacks_deleted",
|
|
815
|
-
PREGENERATED_REQUEST_EVENT = "pregenerated_request_event",
|
|
816
812
|
QUOTE_UPSERTED = "quote_upserted",
|
|
817
813
|
QUOTE_DELETED = "quote_deleted",
|
|
818
814
|
ALL_ITEMS_EXPORT = "all_items_export",
|
|
@@ -821,7 +817,6 @@ export declare enum EventType {
|
|
|
821
817
|
DUTIED_ITEMS_EXPORT = "dutied_items_export",
|
|
822
818
|
HARMONIZATION_PHRASE_SUGGESTION_REQUEST_IMPORT = "harmonization_phrase_suggestion_request_import",
|
|
823
819
|
HARMONIZATION_CODES_IMPORT = "harmonization_codes_import",
|
|
824
|
-
ITEM_CLASSIFICATION_CREATED = "item_classification_created",
|
|
825
820
|
HARMONIZE_FULLY_REQUEST_V_2 = "harmonize_fully_request_v2",
|
|
826
821
|
IMPORT_COMPLETED = "import_completed",
|
|
827
822
|
IMPORT_FAILED = "import_failed",
|
|
@@ -835,8 +830,6 @@ export declare enum EventType {
|
|
|
835
830
|
RATE_FRESHNESS_SUMMARY_DELETED = "rate_freshness_summary_deleted",
|
|
836
831
|
ITEM_HARMONIZATION_UPSERTED = "item_harmonization_upserted",
|
|
837
832
|
ITEM_HARMONIZATION_DELETED = "item_harmonization_deleted",
|
|
838
|
-
HARMONIZATION_ITEM_CLASSIFICATION_UPSERTED = "harmonization_item_classification_upserted",
|
|
839
|
-
HARMONIZATION_ITEM_CLASSIFICATION_DELETED = "harmonization_item_classification_deleted",
|
|
840
833
|
HARMONIZATION_CLASSIFICATION_STATISTICS_PUBLISHED = "harmonization_classification_statistics_published",
|
|
841
834
|
ISSUER_UPSERTED = "issuer_upserted",
|
|
842
835
|
ISSUER_DELETED = "issuer_deleted",
|
|
@@ -849,20 +842,9 @@ export declare enum EventType {
|
|
|
849
842
|
ORDER_VALIDATION_DELETED = "order_validation_deleted",
|
|
850
843
|
LABEL_TRACKING_SUMMARY_UPSERTED = "label_tracking_summary_upserted",
|
|
851
844
|
LABEL_TRACKING_SUMMARY_DELETED = "label_tracking_summary_deleted",
|
|
852
|
-
LOCALIZED_ITEM_UPSERTED_V_2 = "localized_item_upserted_v2",
|
|
853
|
-
LOCALIZED_ITEM_DELETED = "localized_item_deleted",
|
|
854
|
-
LOCALIZED_ITEM_DELETED_V_2 = "localized_item_deleted_v2",
|
|
855
|
-
LOCALIZED_ITEM_SNAPSHOT = "localized_item_snapshot",
|
|
856
|
-
LOCALIZED_PRICE_BOOK_ITEM_UPSERTED = "localized_price_book_item_upserted",
|
|
857
|
-
LOCALIZED_PRICE_BOOK_ITEM_DELETED = "localized_price_book_item_deleted",
|
|
858
845
|
LOGISTICS_CAPABILITIES_UPSERTED = "logistics_capabilities_upserted",
|
|
859
846
|
LOGISTICS_CAPABILITIES_DELETED = "logistics_capabilities_deleted",
|
|
860
|
-
FEED_UPSERTED = "feed_upserted",
|
|
861
|
-
FEED_DELETED = "feed_deleted",
|
|
862
|
-
FEEDS_EXPORT = "feeds_export",
|
|
863
847
|
LOCALIZED_ITEM_PRICES_EXPORT_REQUEST = "localized_item_prices_export_request",
|
|
864
|
-
OPTIN_PROMPT_UPSERTED = "optin_prompt_upserted",
|
|
865
|
-
OPTIN_PROMPT_DELETED = "optin_prompt_deleted",
|
|
866
848
|
ORDER_COMBINED_SHIPMENT_UPSERTED = "order_combined_shipment_upserted",
|
|
867
849
|
ORDER_COMBINED_SHIPMENT_DELETED = "order_combined_shipment_deleted",
|
|
868
850
|
ORDER_FULFILLMENT_DELETED = "order_fulfillment_deleted",
|
|
@@ -928,8 +910,6 @@ export declare enum EventType {
|
|
|
928
910
|
RATECARD_STANDARD_CONFIGURATION_DELETED = "ratecard_standard_configuration_deleted",
|
|
929
911
|
RATECARD_SERVICE_FEE_UPSERTED = "ratecard_service_fee_upserted",
|
|
930
912
|
RATECARD_SERVICE_FEE_DELETED = "ratecard_service_fee_deleted",
|
|
931
|
-
RATECARD_LANE_AGGREGATE_UPSERTED = "ratecard_lane_aggregate_upserted",
|
|
932
|
-
RATECARD_LANE_AGGREGATE_DELETED = "ratecard_lane_aggregate_deleted",
|
|
933
913
|
RATECARD_RATE_LEVEL_UPSERTED = "ratecard_rate_level_upserted",
|
|
934
914
|
RATECARD_RATE_LEVEL_DELETED = "ratecard_rate_level_deleted",
|
|
935
915
|
RATECARD_RATE_LEVEL_RATECARD_UPSERTED = "ratecard_rate_level_ratecard_upserted",
|
|
@@ -1165,6 +1145,11 @@ export declare enum LabelCreationStatus {
|
|
|
1165
1145
|
PENDING = "pending",
|
|
1166
1146
|
CANCELLED = "cancelled"
|
|
1167
1147
|
}
|
|
1148
|
+
export declare enum LabelEventMedium {
|
|
1149
|
+
WEBHOOK = "webhook",
|
|
1150
|
+
PULL = "pull",
|
|
1151
|
+
POST = "post"
|
|
1152
|
+
}
|
|
1168
1153
|
export declare enum LabelEventSource {
|
|
1169
1154
|
AFTERSHIP = "aftership",
|
|
1170
1155
|
CARRIER = "carrier",
|
|
@@ -1177,7 +1162,8 @@ export declare enum LabelRequestErrorHandlingResponsibility {
|
|
|
1177
1162
|
GLOBALE_CX = "globale_cx",
|
|
1178
1163
|
GLOBALE_ADDRESS_REPAIR = "globale_address_repair",
|
|
1179
1164
|
MERCHANT_OPERATIONS = "merchant_operations",
|
|
1180
|
-
GLOBALE_SYSTEM = "globale_system"
|
|
1165
|
+
GLOBALE_SYSTEM = "globale_system",
|
|
1166
|
+
CARRIER = "carrier"
|
|
1181
1167
|
}
|
|
1182
1168
|
export declare enum LabelRequestResultOrganizationType {
|
|
1183
1169
|
ALL = "all",
|
|
@@ -1226,76 +1212,6 @@ export declare enum ManualTransactionCategory {
|
|
|
1226
1212
|
BANK_PAYMENT_FAILURE = "bank_payment_failure",
|
|
1227
1213
|
NON_FRAUD_CHARGEBACK = "non_fraud_chargeback"
|
|
1228
1214
|
}
|
|
1229
|
-
export declare enum MarketingGatewayAccountConnectionStatus {
|
|
1230
|
-
NOT_CONNECTED = "not_connected",
|
|
1231
|
-
CONNECTING = "connecting",
|
|
1232
|
-
CONNECTED = "connected",
|
|
1233
|
-
DISCONNECTING = "disconnecting",
|
|
1234
|
-
DISCONNECTED = "disconnected"
|
|
1235
|
-
}
|
|
1236
|
-
export declare enum MarketingGatewayChannelIntegrationType {
|
|
1237
|
-
AUTOMATED = "automated",
|
|
1238
|
-
MANUAL = "manual"
|
|
1239
|
-
}
|
|
1240
|
-
export declare enum MarketingGatewayChannelStatus {
|
|
1241
|
-
NOT_CONNECTED = "not_connected",
|
|
1242
|
-
CONNECTING = "connecting",
|
|
1243
|
-
CONNECTED = "connected",
|
|
1244
|
-
DISCONNECTING = "disconnecting",
|
|
1245
|
-
DISCONNECTED = "disconnected",
|
|
1246
|
-
UNAVAILABLE = "unavailable"
|
|
1247
|
-
}
|
|
1248
|
-
export declare enum MarketingGatewayErrorCode {
|
|
1249
|
-
GENERIC_ERROR = "generic_error",
|
|
1250
|
-
GOOGLE_API_ERROR = "google_api_error",
|
|
1251
|
-
FACEBOOK_API_ERROR = "facebook_api_error",
|
|
1252
|
-
INVALID_OAUTH_TOKEN_ERROR = "invalid_oauth_token_error"
|
|
1253
|
-
}
|
|
1254
|
-
export declare enum MarketingGatewayFacebookTokenStatus {
|
|
1255
|
-
UNKNOWN = "unknown",
|
|
1256
|
-
ACTIVE = "active",
|
|
1257
|
-
EXPIRED = "expired"
|
|
1258
|
-
}
|
|
1259
|
-
export declare enum MarketingGatewayFeedDownloadFormat {
|
|
1260
|
-
TSV = "tsv",
|
|
1261
|
-
CSV = "csv",
|
|
1262
|
-
TXT = "txt"
|
|
1263
|
-
}
|
|
1264
|
-
export declare enum MarketingGatewayFeedState {
|
|
1265
|
-
INITIALIZED = "initialized",
|
|
1266
|
-
GENERATED = "generated",
|
|
1267
|
-
IN_REVIEW = "in_review",
|
|
1268
|
-
REJECTED = "rejected",
|
|
1269
|
-
ACTIVE = "active"
|
|
1270
|
-
}
|
|
1271
|
-
export declare enum MarketingGatewayPlatform {
|
|
1272
|
-
GOOGLE = "google",
|
|
1273
|
-
FACEBOOK = "facebook",
|
|
1274
|
-
ADROLL = "adroll",
|
|
1275
|
-
ALIEXPRESS = "aliexpress",
|
|
1276
|
-
AMAZON = "amazon",
|
|
1277
|
-
BING = "bing",
|
|
1278
|
-
CRITEO = "criteo",
|
|
1279
|
-
FRUUGO = "fruugo",
|
|
1280
|
-
PINTEREST = "pinterest",
|
|
1281
|
-
RAKUTEN_JAPAN = "rakuten_japan",
|
|
1282
|
-
WISH = "wish",
|
|
1283
|
-
SNAPCHAT = "snapchat",
|
|
1284
|
-
STYLIGHT = "stylight"
|
|
1285
|
-
}
|
|
1286
|
-
export declare enum MarketingGatewayProductStatus {
|
|
1287
|
-
APPROVED = "approved",
|
|
1288
|
-
NOT_APPROVED = "not_approved",
|
|
1289
|
-
PENDING = "pending",
|
|
1290
|
-
NOT_FOUND = "not_found",
|
|
1291
|
-
EXCLUDED = "excluded"
|
|
1292
|
-
}
|
|
1293
|
-
export declare enum MarketingGatewaySchemaCompatibility {
|
|
1294
|
-
GOOGLE = "google",
|
|
1295
|
-
FACEBOOK_PRIMARY = "facebook_primary",
|
|
1296
|
-
FACEBOOK_COUNTRY_OVERRIDE = "facebook_country_override",
|
|
1297
|
-
SUPPLEMENTAL = "supplemental"
|
|
1298
|
-
}
|
|
1299
1215
|
export declare enum MixedBagWeight {
|
|
1300
1216
|
LEAST_MIXED = "0",
|
|
1301
1217
|
PARTIALLY_MIXED = "1",
|
|
@@ -1459,6 +1375,9 @@ export declare enum Owner {
|
|
|
1459
1375
|
FLOW = "flow",
|
|
1460
1376
|
ORGANIZATION = "organization"
|
|
1461
1377
|
}
|
|
1378
|
+
export declare enum PaymentShortUrlDiscriminator {
|
|
1379
|
+
ADYEN_3_DS_2 = "adyen_3ds2"
|
|
1380
|
+
}
|
|
1462
1381
|
export declare enum PaymentSummaryStatus {
|
|
1463
1382
|
AUTHORIZED = "authorized",
|
|
1464
1383
|
CANCELED = "canceled",
|
|
@@ -1537,12 +1456,6 @@ export declare enum PromptTarget {
|
|
|
1537
1456
|
BROWSE = "browse",
|
|
1538
1457
|
CHECKOUT = "checkout"
|
|
1539
1458
|
}
|
|
1540
|
-
export declare enum QuoteRequestType {
|
|
1541
|
-
GENERATE = "generate",
|
|
1542
|
-
DELETE = "delete",
|
|
1543
|
-
UPDATE_CURRENCY_RATE = "update_currency_rate",
|
|
1544
|
-
UPDATE_COUNTRY = "update_country"
|
|
1545
|
-
}
|
|
1546
1459
|
export declare enum RateLevelKey {
|
|
1547
1460
|
SHOPIFY_SMALL_USA = "shopify_small_usa",
|
|
1548
1461
|
SHOPIFY_MEDIUM_USA = "shopify_medium_usa",
|
|
@@ -1727,6 +1640,10 @@ export declare enum ShopifyMonitoringTrackingField {
|
|
|
1727
1640
|
CARRIER_SERVICE = "carrier_service",
|
|
1728
1641
|
TRACKING_URL = "tracking_url"
|
|
1729
1642
|
}
|
|
1643
|
+
export declare enum ShopifyPlanType {
|
|
1644
|
+
STANDARD = "standard",
|
|
1645
|
+
SHOPIFY_PLUS = "shopify_plus"
|
|
1646
|
+
}
|
|
1730
1647
|
export declare enum ShopifyPromotionBehavior {
|
|
1731
1648
|
DISABLE_DISCOUNT_CODES = "disable_discount_codes"
|
|
1732
1649
|
}
|
package/dist/api-internal.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ClothingAgeClassification = exports.ClassificationType = exports.ClassificationPlatform = exports.ClassificationErrorCode = exports.ClassificationDecision = exports.CheckoutUrlType = exports.CheckoutShippingMethodPromptBehavior = exports.CheckoutRedirectMethod = exports.CheckoutPromptBehavior = exports.CheckoutErrorCode = exports.CheckoutAssetType = exports.ChargebackProcessStatus = exports.ChargebackPaymentStatus = exports.ChargeInputType = exports.ChargeEstimateSource = exports.ChannelTransactionType = exports.ChannelOrderFulfillmentStatusCode = exports.ChannelOrderAcceptanceStatus = exports.ChannelOrderAcceptanceRejectionReason = exports.ChannelOrderAcceptanceNextActionFrom = exports.ChannelOrderAcceptanceFailureReasonCode = exports.ChannelOrderAcceptanceErrorAction = exports.ChannelBilledTransactionType = exports.CatalogImportType = exports.CarrierValidationStatus = exports.CarrierLabelGenerationMethod = exports.CarrierFileType = exports.CarrierChargeType = exports.CarrierChargeTransactionType = exports.CalculatorEngine = exports.
|
|
4
|
-
exports.GoogleAnalyticsPlugin = exports.FtpProtocol = exports.FtpIntent = exports.FraudReviewResponsibleParty = exports.FraudProviderStatus = exports.FraudProvider = exports.Format = exports.FlowApp = exports.FinancialReportingResponsibleParty = exports.FeesSource = exports.FeatureType = exports.FeatureStatus = exports.FeatureScope = exports.ExportContentType = exports.ExperienceOrderActionTrigger = exports.ExperienceOrderAction = exports.ExperienceImportType = exports.EventType = exports.ErpFileType = exports.EmptyAttribute = exports.DutyTransactionType = exports.DutySimpleExpressionType = exports.DutySelectionRule = exports.DutyRateUnitOfMeasure = exports.DutyRateSource = exports.DutyExemptItemTypes = exports.DutyCompoundExpressionType = exports.DisputeType = exports.DisputeTransactionType = exports.DisputeStatus = exports.DisputeReportingCategory = exports.DisputeProcessor = exports.DisputeLiability = exports.DisputeImportType = exports.DisputeImportStatus = exports.DisputeEvidence = exports.DisputeDefenseOutcome = exports.DisputeCategory = exports.DisputeBillable = exports.DiscountRequestOrderEntitlementKey = exports.DeminimisAdjustmentType = exports.DeliveredDutyOptionMessageType = exports.DebugAccountingTransactionType = exports.CrossdockTrackingStatus = exports.ContentTypeCast = exports.ContentType = exports.ContentStatus = exports.ContentElementType = exports.ComplianceType =
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingLabelDimensionsSource = exports.TrackingIntegrationType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaxAndDutyInclusivitySetting = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SourceTypeFilter =
|
|
3
|
+
exports.Company = exports.ClothingAgeClassification = exports.ClassificationType = exports.ClassificationPlatform = exports.ClassificationErrorCode = exports.ClassificationDecision = exports.CheckoutUrlType = exports.CheckoutShippingMethodPromptBehavior = exports.CheckoutRedirectMethod = exports.CheckoutPromptBehavior = exports.CheckoutErrorCode = exports.CheckoutAssetType = exports.ChargebackProcessStatus = exports.ChargebackPaymentStatus = exports.ChargeInputType = exports.ChargeEstimateSource = exports.ChannelTransactionType = exports.ChannelOrderFulfillmentStatusCode = exports.ChannelOrderAcceptanceStatus = exports.ChannelOrderAcceptanceRejectionReason = exports.ChannelOrderAcceptanceNextActionFrom = exports.ChannelOrderAcceptanceFailureReasonCode = exports.ChannelOrderAcceptanceErrorAction = exports.ChannelBilledTransactionType = exports.CatalogImportType = exports.CarrierValidationStatus = exports.CarrierLabelGenerationMethod = exports.CarrierFileType = exports.CarrierChargeType = exports.CarrierChargeTransactionType = exports.CalculatorEngine = exports.BillingTransactionType = exports.BillingTransactionStatus = exports.BillingStatementAttachmentKey = exports.BillingMetricKey = exports.BillingAllocationKey = exports.BankPaymentStatusCode = exports.BankPaymentPromiseCompletedMethod = exports.BankAccountStatus = exports.AutoRestrictRule = exports.ApiCallReferenceId = exports.AnyDangerousGoods = exports.AnshItemType = exports.AldoItemType = exports.AdyenIntegrationType = exports.AdjustmentTransactionType = exports.AddressConfigurationSettingProvinceCode = exports.AccountType = exports.AccountSettingLiabilitiesMethod = exports.AccountPaymentHoldReason = void 0;
|
|
4
|
+
exports.GraphqlServiceTypes = exports.GoogleAnalyticsPlugin = exports.FtpProtocol = exports.FtpIntent = exports.FraudReviewResponsibleParty = exports.FraudProviderStatus = exports.FraudProvider = exports.Format = exports.FlowApp = exports.FinancialReportingResponsibleParty = exports.FeesSource = exports.FeatureType = exports.FeatureStatus = exports.FeatureScope = exports.ExportContentType = exports.ExperienceOrderActionTrigger = exports.ExperienceOrderAction = exports.ExperienceImportType = exports.EventType = exports.ErpFileType = exports.EmptyAttribute = exports.DutyTransactionType = exports.DutySimpleExpressionType = exports.DutySelectionRule = exports.DutyRateUnitOfMeasure = exports.DutyRateSource = exports.DutyExemptItemTypes = exports.DutyCompoundExpressionType = exports.DisputeType = exports.DisputeTransactionType = exports.DisputeStatus = exports.DisputeReportingCategory = exports.DisputeProcessor = exports.DisputeLiability = exports.DisputeImportType = exports.DisputeImportStatus = exports.DisputeEvidence = exports.DisputeDefenseOutcome = exports.DisputeCategory = exports.DisputeBillable = exports.DiscountRequestOrderEntitlementKey = exports.DeminimisAdjustmentType = exports.DeliveredDutyOptionMessageType = exports.DebugAccountingTransactionType = exports.CrossdockTrackingStatus = exports.ContentTypeCast = exports.ContentType = exports.ContentStatus = exports.ContentElementType = exports.ComplianceType = void 0;
|
|
5
|
+
exports.PaymentShortUrlDiscriminator = exports.Owner = exports.OutputStyle = exports.OrganizationRestrictionScreeningStatus = exports.OrganizationRestrictionRiskLevel = exports.OrganizationRestrictionReviewType = exports.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = exports.OrganizationPaymentStatus = exports.OrganizationMetricType = exports.OrganizationCapability = exports.OrderValidationStatus = exports.OrderTransactionType = exports.OrderLifecycleEvent = exports.OrderChargeTrigger = exports.OrderCancellationInitiatedBy = exports.OrderAttributeIntent = exports.OrderAddressValidationStatus = exports.OrderAction = exports.OnboardingStateSource = exports.OnboardingAutomationTaskState = exports.OnboardingAutomationProcessState = exports.OnboardingAuditThemeKey = exports.OnboardingAuditResult = exports.OnboardingAuditMessageLevel = exports.NoLiabilityReasonCode = exports.NatureOfSale = exports.MixedBagWeight = exports.ManualTransactionCategory = exports.ManualReviewRuleStatus = exports.LogisticsPayoutResolutionMethod = exports.LogisticsCapability = exports.LiabilityType = exports.LabelTransactionType = exports.LabelRequestResultState = exports.LabelRequestResultOrganizationType = exports.LabelRequestErrorHandlingResponsibility = exports.LabelEventSource = exports.LabelEventMedium = exports.LabelCreationStatus = exports.LabelCancellationErrorCode = exports.LabelBillingStrategy = exports.KeywordType = exports.ItemType = exports.ItemQuantityAction = exports.ItemHarmonizationStatus = exports.ItemClassificationStatus = exports.ItemClassificationAction = exports.HttpMethod = exports.HarmonizationDecisionSource = void 0;
|
|
6
|
+
exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.ShopifyService = exports.ShopifyPromotionStatus = exports.ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOfferAllocationMethod = exports.ShopifyPromotionBehavior = exports.ShopifyPlanType = exports.ShopifyMonitoringTrackingField = exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyIncotermConfiguration = exports.ShopifyGrantStatus = exports.ShopifyCheckInventoryErrorCode = exports.SessionCountryStatus = exports.RiskEvaluation = exports.RiskCheck = exports.RevenueRecordType = exports.RestrictionStatus = exports.RestrictionDecision = exports.RestrictionAction = exports.ResponsibleParty = exports.ReportingScheme = exports.ReportingFulfillmentIsVirtual = exports.ReportType = exports.ReportStatus = exports.ReportPaymentType = exports.ReportInterval = exports.RejectionReason = exports.RedirectReason = exports.ReboundConfigurationStatus = exports.RateSource = exports.RateLevelKey = exports.PromptTarget = exports.PromptOptions = exports.PromptCheckoutDisplayPosition = exports.PromptAction = exports.ProductStatus = exports.ProcessorEntityStatus = exports.Processor = exports.ProcessingTransactionType = exports.PriceSelector = exports.PreferredBillingSchedule = exports.PaymentTerm = exports.PaymentSummaryType = exports.PaymentSummaryStatus = void 0;
|
|
7
|
+
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingLabelDimensionsSource = exports.TrackingIntegrationType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaxAndDutyInclusivitySetting = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SourceTypeFilter = void 0;
|
|
8
8
|
var AccountPaymentHoldReason;
|
|
9
9
|
(function (AccountPaymentHoldReason) {
|
|
10
10
|
AccountPaymentHoldReason["FRAUDULENT"] = "fraudulent";
|
|
@@ -314,17 +314,12 @@ var BillingTransactionType;
|
|
|
314
314
|
BillingTransactionType["DUTY"] = "duty";
|
|
315
315
|
BillingTransactionType["TRUEUP"] = "trueup";
|
|
316
316
|
BillingTransactionType["CARRIER_CHARGE"] = "carrier_charge";
|
|
317
|
-
BillingTransactionType["
|
|
317
|
+
BillingTransactionType["NON_L_4_L_TAX_DUTY_FX"] = "non_l4l_tax_duty_fx";
|
|
318
318
|
BillingTransactionType["TAX_REFUND"] = "tax_refund";
|
|
319
319
|
BillingTransactionType["DUTY_REFUND"] = "duty_refund";
|
|
320
320
|
BillingTransactionType["GE_REVENUE_SHARE"] = "ge_revenue_share";
|
|
321
321
|
BillingTransactionType["TAX_DUTY_DELTA"] = "tax_duty_delta";
|
|
322
322
|
})(BillingTransactionType = exports.BillingTransactionType || (exports.BillingTransactionType = {}));
|
|
323
|
-
var BrowserBundleErrorCode;
|
|
324
|
-
(function (BrowserBundleErrorCode) {
|
|
325
|
-
BrowserBundleErrorCode["GENERIC_ERROR"] = "generic_error";
|
|
326
|
-
BrowserBundleErrorCode["COUNTRY_INVALID"] = "country_invalid";
|
|
327
|
-
})(BrowserBundleErrorCode = exports.BrowserBundleErrorCode || (exports.BrowserBundleErrorCode = {}));
|
|
328
323
|
var CalculatorEngine;
|
|
329
324
|
(function (CalculatorEngine) {
|
|
330
325
|
CalculatorEngine["DTCE_WITH_DEMINIMIS"] = "dtce_with_deminimis";
|
|
@@ -659,6 +654,7 @@ var DisputeStatus;
|
|
|
659
654
|
DisputeStatus["PENDING"] = "pending";
|
|
660
655
|
DisputeStatus["WON"] = "won";
|
|
661
656
|
DisputeStatus["LOST"] = "lost";
|
|
657
|
+
DisputeStatus["REFUNDED"] = "refunded";
|
|
662
658
|
DisputeStatus["EXPIRED"] = "expired";
|
|
663
659
|
})(DisputeStatus = exports.DisputeStatus || (exports.DisputeStatus = {}));
|
|
664
660
|
var DisputeTransactionType;
|
|
@@ -733,8 +729,8 @@ var EventType;
|
|
|
733
729
|
(function (EventType) {
|
|
734
730
|
EventType["ADJUSTED_ESTIMATES_UPSERTED"] = "adjusted_estimates_upserted";
|
|
735
731
|
EventType["ADJUSTED_ESTIMATES_DELETED"] = "adjusted_estimates_deleted";
|
|
736
|
-
EventType["
|
|
737
|
-
EventType["
|
|
732
|
+
EventType["SHIPPING_ESTIMATE_UPSERTED"] = "shipping_estimate_upserted";
|
|
733
|
+
EventType["SHIPPING_ESTIMATE_DELETED"] = "shipping_estimate_deleted";
|
|
738
734
|
EventType["ADYEN_AUTHORIZATION_DELETED"] = "adyen_authorization_deleted";
|
|
739
735
|
EventType["ADYEN_AUTHORIZATION_UPSERTED"] = "adyen_authorization_upserted";
|
|
740
736
|
EventType["ADYEN_CANCEL_DELETED"] = "adyen_cancel_deleted";
|
|
@@ -902,7 +898,6 @@ var EventType;
|
|
|
902
898
|
EventType["CENTER_DEFAULTS_DELETED"] = "center_defaults_deleted";
|
|
903
899
|
EventType["FULFILLMENT_FALLBACKS_UPSERTED"] = "fulfillment_fallbacks_upserted";
|
|
904
900
|
EventType["FULFILLMENT_FALLBACKS_DELETED"] = "fulfillment_fallbacks_deleted";
|
|
905
|
-
EventType["PREGENERATED_REQUEST_EVENT"] = "pregenerated_request_event";
|
|
906
901
|
EventType["QUOTE_UPSERTED"] = "quote_upserted";
|
|
907
902
|
EventType["QUOTE_DELETED"] = "quote_deleted";
|
|
908
903
|
EventType["ALL_ITEMS_EXPORT"] = "all_items_export";
|
|
@@ -911,7 +906,6 @@ var EventType;
|
|
|
911
906
|
EventType["DUTIED_ITEMS_EXPORT"] = "dutied_items_export";
|
|
912
907
|
EventType["HARMONIZATION_PHRASE_SUGGESTION_REQUEST_IMPORT"] = "harmonization_phrase_suggestion_request_import";
|
|
913
908
|
EventType["HARMONIZATION_CODES_IMPORT"] = "harmonization_codes_import";
|
|
914
|
-
EventType["ITEM_CLASSIFICATION_CREATED"] = "item_classification_created";
|
|
915
909
|
EventType["HARMONIZE_FULLY_REQUEST_V_2"] = "harmonize_fully_request_v2";
|
|
916
910
|
EventType["IMPORT_COMPLETED"] = "import_completed";
|
|
917
911
|
EventType["IMPORT_FAILED"] = "import_failed";
|
|
@@ -925,8 +919,6 @@ var EventType;
|
|
|
925
919
|
EventType["RATE_FRESHNESS_SUMMARY_DELETED"] = "rate_freshness_summary_deleted";
|
|
926
920
|
EventType["ITEM_HARMONIZATION_UPSERTED"] = "item_harmonization_upserted";
|
|
927
921
|
EventType["ITEM_HARMONIZATION_DELETED"] = "item_harmonization_deleted";
|
|
928
|
-
EventType["HARMONIZATION_ITEM_CLASSIFICATION_UPSERTED"] = "harmonization_item_classification_upserted";
|
|
929
|
-
EventType["HARMONIZATION_ITEM_CLASSIFICATION_DELETED"] = "harmonization_item_classification_deleted";
|
|
930
922
|
EventType["HARMONIZATION_CLASSIFICATION_STATISTICS_PUBLISHED"] = "harmonization_classification_statistics_published";
|
|
931
923
|
EventType["ISSUER_UPSERTED"] = "issuer_upserted";
|
|
932
924
|
EventType["ISSUER_DELETED"] = "issuer_deleted";
|
|
@@ -939,20 +931,9 @@ var EventType;
|
|
|
939
931
|
EventType["ORDER_VALIDATION_DELETED"] = "order_validation_deleted";
|
|
940
932
|
EventType["LABEL_TRACKING_SUMMARY_UPSERTED"] = "label_tracking_summary_upserted";
|
|
941
933
|
EventType["LABEL_TRACKING_SUMMARY_DELETED"] = "label_tracking_summary_deleted";
|
|
942
|
-
EventType["LOCALIZED_ITEM_UPSERTED_V_2"] = "localized_item_upserted_v2";
|
|
943
|
-
EventType["LOCALIZED_ITEM_DELETED"] = "localized_item_deleted";
|
|
944
|
-
EventType["LOCALIZED_ITEM_DELETED_V_2"] = "localized_item_deleted_v2";
|
|
945
|
-
EventType["LOCALIZED_ITEM_SNAPSHOT"] = "localized_item_snapshot";
|
|
946
|
-
EventType["LOCALIZED_PRICE_BOOK_ITEM_UPSERTED"] = "localized_price_book_item_upserted";
|
|
947
|
-
EventType["LOCALIZED_PRICE_BOOK_ITEM_DELETED"] = "localized_price_book_item_deleted";
|
|
948
934
|
EventType["LOGISTICS_CAPABILITIES_UPSERTED"] = "logistics_capabilities_upserted";
|
|
949
935
|
EventType["LOGISTICS_CAPABILITIES_DELETED"] = "logistics_capabilities_deleted";
|
|
950
|
-
EventType["FEED_UPSERTED"] = "feed_upserted";
|
|
951
|
-
EventType["FEED_DELETED"] = "feed_deleted";
|
|
952
|
-
EventType["FEEDS_EXPORT"] = "feeds_export";
|
|
953
936
|
EventType["LOCALIZED_ITEM_PRICES_EXPORT_REQUEST"] = "localized_item_prices_export_request";
|
|
954
|
-
EventType["OPTIN_PROMPT_UPSERTED"] = "optin_prompt_upserted";
|
|
955
|
-
EventType["OPTIN_PROMPT_DELETED"] = "optin_prompt_deleted";
|
|
956
937
|
EventType["ORDER_COMBINED_SHIPMENT_UPSERTED"] = "order_combined_shipment_upserted";
|
|
957
938
|
EventType["ORDER_COMBINED_SHIPMENT_DELETED"] = "order_combined_shipment_deleted";
|
|
958
939
|
EventType["ORDER_FULFILLMENT_DELETED"] = "order_fulfillment_deleted";
|
|
@@ -1018,8 +999,6 @@ var EventType;
|
|
|
1018
999
|
EventType["RATECARD_STANDARD_CONFIGURATION_DELETED"] = "ratecard_standard_configuration_deleted";
|
|
1019
1000
|
EventType["RATECARD_SERVICE_FEE_UPSERTED"] = "ratecard_service_fee_upserted";
|
|
1020
1001
|
EventType["RATECARD_SERVICE_FEE_DELETED"] = "ratecard_service_fee_deleted";
|
|
1021
|
-
EventType["RATECARD_LANE_AGGREGATE_UPSERTED"] = "ratecard_lane_aggregate_upserted";
|
|
1022
|
-
EventType["RATECARD_LANE_AGGREGATE_DELETED"] = "ratecard_lane_aggregate_deleted";
|
|
1023
1002
|
EventType["RATECARD_RATE_LEVEL_UPSERTED"] = "ratecard_rate_level_upserted";
|
|
1024
1003
|
EventType["RATECARD_RATE_LEVEL_DELETED"] = "ratecard_rate_level_deleted";
|
|
1025
1004
|
EventType["RATECARD_RATE_LEVEL_RATECARD_UPSERTED"] = "ratecard_rate_level_ratecard_upserted";
|
|
@@ -1284,6 +1263,12 @@ var LabelCreationStatus;
|
|
|
1284
1263
|
LabelCreationStatus["PENDING"] = "pending";
|
|
1285
1264
|
LabelCreationStatus["CANCELLED"] = "cancelled";
|
|
1286
1265
|
})(LabelCreationStatus = exports.LabelCreationStatus || (exports.LabelCreationStatus = {}));
|
|
1266
|
+
var LabelEventMedium;
|
|
1267
|
+
(function (LabelEventMedium) {
|
|
1268
|
+
LabelEventMedium["WEBHOOK"] = "webhook";
|
|
1269
|
+
LabelEventMedium["PULL"] = "pull";
|
|
1270
|
+
LabelEventMedium["POST"] = "post";
|
|
1271
|
+
})(LabelEventMedium = exports.LabelEventMedium || (exports.LabelEventMedium = {}));
|
|
1287
1272
|
var LabelEventSource;
|
|
1288
1273
|
(function (LabelEventSource) {
|
|
1289
1274
|
LabelEventSource["AFTERSHIP"] = "aftership";
|
|
@@ -1299,6 +1284,7 @@ var LabelRequestErrorHandlingResponsibility;
|
|
|
1299
1284
|
LabelRequestErrorHandlingResponsibility["GLOBALE_ADDRESS_REPAIR"] = "globale_address_repair";
|
|
1300
1285
|
LabelRequestErrorHandlingResponsibility["MERCHANT_OPERATIONS"] = "merchant_operations";
|
|
1301
1286
|
LabelRequestErrorHandlingResponsibility["GLOBALE_SYSTEM"] = "globale_system";
|
|
1287
|
+
LabelRequestErrorHandlingResponsibility["CARRIER"] = "carrier";
|
|
1302
1288
|
})(LabelRequestErrorHandlingResponsibility = exports.LabelRequestErrorHandlingResponsibility || (exports.LabelRequestErrorHandlingResponsibility = {}));
|
|
1303
1289
|
var LabelRequestResultOrganizationType;
|
|
1304
1290
|
(function (LabelRequestResultOrganizationType) {
|
|
@@ -1355,86 +1341,6 @@ var ManualTransactionCategory;
|
|
|
1355
1341
|
ManualTransactionCategory["BANK_PAYMENT_FAILURE"] = "bank_payment_failure";
|
|
1356
1342
|
ManualTransactionCategory["NON_FRAUD_CHARGEBACK"] = "non_fraud_chargeback";
|
|
1357
1343
|
})(ManualTransactionCategory = exports.ManualTransactionCategory || (exports.ManualTransactionCategory = {}));
|
|
1358
|
-
var MarketingGatewayAccountConnectionStatus;
|
|
1359
|
-
(function (MarketingGatewayAccountConnectionStatus) {
|
|
1360
|
-
MarketingGatewayAccountConnectionStatus["NOT_CONNECTED"] = "not_connected";
|
|
1361
|
-
MarketingGatewayAccountConnectionStatus["CONNECTING"] = "connecting";
|
|
1362
|
-
MarketingGatewayAccountConnectionStatus["CONNECTED"] = "connected";
|
|
1363
|
-
MarketingGatewayAccountConnectionStatus["DISCONNECTING"] = "disconnecting";
|
|
1364
|
-
MarketingGatewayAccountConnectionStatus["DISCONNECTED"] = "disconnected";
|
|
1365
|
-
})(MarketingGatewayAccountConnectionStatus = exports.MarketingGatewayAccountConnectionStatus || (exports.MarketingGatewayAccountConnectionStatus = {}));
|
|
1366
|
-
var MarketingGatewayChannelIntegrationType;
|
|
1367
|
-
(function (MarketingGatewayChannelIntegrationType) {
|
|
1368
|
-
MarketingGatewayChannelIntegrationType["AUTOMATED"] = "automated";
|
|
1369
|
-
MarketingGatewayChannelIntegrationType["MANUAL"] = "manual";
|
|
1370
|
-
})(MarketingGatewayChannelIntegrationType = exports.MarketingGatewayChannelIntegrationType || (exports.MarketingGatewayChannelIntegrationType = {}));
|
|
1371
|
-
var MarketingGatewayChannelStatus;
|
|
1372
|
-
(function (MarketingGatewayChannelStatus) {
|
|
1373
|
-
MarketingGatewayChannelStatus["NOT_CONNECTED"] = "not_connected";
|
|
1374
|
-
MarketingGatewayChannelStatus["CONNECTING"] = "connecting";
|
|
1375
|
-
MarketingGatewayChannelStatus["CONNECTED"] = "connected";
|
|
1376
|
-
MarketingGatewayChannelStatus["DISCONNECTING"] = "disconnecting";
|
|
1377
|
-
MarketingGatewayChannelStatus["DISCONNECTED"] = "disconnected";
|
|
1378
|
-
MarketingGatewayChannelStatus["UNAVAILABLE"] = "unavailable";
|
|
1379
|
-
})(MarketingGatewayChannelStatus = exports.MarketingGatewayChannelStatus || (exports.MarketingGatewayChannelStatus = {}));
|
|
1380
|
-
var MarketingGatewayErrorCode;
|
|
1381
|
-
(function (MarketingGatewayErrorCode) {
|
|
1382
|
-
MarketingGatewayErrorCode["GENERIC_ERROR"] = "generic_error";
|
|
1383
|
-
MarketingGatewayErrorCode["GOOGLE_API_ERROR"] = "google_api_error";
|
|
1384
|
-
MarketingGatewayErrorCode["FACEBOOK_API_ERROR"] = "facebook_api_error";
|
|
1385
|
-
MarketingGatewayErrorCode["INVALID_OAUTH_TOKEN_ERROR"] = "invalid_oauth_token_error";
|
|
1386
|
-
})(MarketingGatewayErrorCode = exports.MarketingGatewayErrorCode || (exports.MarketingGatewayErrorCode = {}));
|
|
1387
|
-
var MarketingGatewayFacebookTokenStatus;
|
|
1388
|
-
(function (MarketingGatewayFacebookTokenStatus) {
|
|
1389
|
-
MarketingGatewayFacebookTokenStatus["UNKNOWN"] = "unknown";
|
|
1390
|
-
MarketingGatewayFacebookTokenStatus["ACTIVE"] = "active";
|
|
1391
|
-
MarketingGatewayFacebookTokenStatus["EXPIRED"] = "expired";
|
|
1392
|
-
})(MarketingGatewayFacebookTokenStatus = exports.MarketingGatewayFacebookTokenStatus || (exports.MarketingGatewayFacebookTokenStatus = {}));
|
|
1393
|
-
var MarketingGatewayFeedDownloadFormat;
|
|
1394
|
-
(function (MarketingGatewayFeedDownloadFormat) {
|
|
1395
|
-
MarketingGatewayFeedDownloadFormat["TSV"] = "tsv";
|
|
1396
|
-
MarketingGatewayFeedDownloadFormat["CSV"] = "csv";
|
|
1397
|
-
MarketingGatewayFeedDownloadFormat["TXT"] = "txt";
|
|
1398
|
-
})(MarketingGatewayFeedDownloadFormat = exports.MarketingGatewayFeedDownloadFormat || (exports.MarketingGatewayFeedDownloadFormat = {}));
|
|
1399
|
-
var MarketingGatewayFeedState;
|
|
1400
|
-
(function (MarketingGatewayFeedState) {
|
|
1401
|
-
MarketingGatewayFeedState["INITIALIZED"] = "initialized";
|
|
1402
|
-
MarketingGatewayFeedState["GENERATED"] = "generated";
|
|
1403
|
-
MarketingGatewayFeedState["IN_REVIEW"] = "in_review";
|
|
1404
|
-
MarketingGatewayFeedState["REJECTED"] = "rejected";
|
|
1405
|
-
MarketingGatewayFeedState["ACTIVE"] = "active";
|
|
1406
|
-
})(MarketingGatewayFeedState = exports.MarketingGatewayFeedState || (exports.MarketingGatewayFeedState = {}));
|
|
1407
|
-
var MarketingGatewayPlatform;
|
|
1408
|
-
(function (MarketingGatewayPlatform) {
|
|
1409
|
-
MarketingGatewayPlatform["GOOGLE"] = "google";
|
|
1410
|
-
MarketingGatewayPlatform["FACEBOOK"] = "facebook";
|
|
1411
|
-
MarketingGatewayPlatform["ADROLL"] = "adroll";
|
|
1412
|
-
MarketingGatewayPlatform["ALIEXPRESS"] = "aliexpress";
|
|
1413
|
-
MarketingGatewayPlatform["AMAZON"] = "amazon";
|
|
1414
|
-
MarketingGatewayPlatform["BING"] = "bing";
|
|
1415
|
-
MarketingGatewayPlatform["CRITEO"] = "criteo";
|
|
1416
|
-
MarketingGatewayPlatform["FRUUGO"] = "fruugo";
|
|
1417
|
-
MarketingGatewayPlatform["PINTEREST"] = "pinterest";
|
|
1418
|
-
MarketingGatewayPlatform["RAKUTEN_JAPAN"] = "rakuten_japan";
|
|
1419
|
-
MarketingGatewayPlatform["WISH"] = "wish";
|
|
1420
|
-
MarketingGatewayPlatform["SNAPCHAT"] = "snapchat";
|
|
1421
|
-
MarketingGatewayPlatform["STYLIGHT"] = "stylight";
|
|
1422
|
-
})(MarketingGatewayPlatform = exports.MarketingGatewayPlatform || (exports.MarketingGatewayPlatform = {}));
|
|
1423
|
-
var MarketingGatewayProductStatus;
|
|
1424
|
-
(function (MarketingGatewayProductStatus) {
|
|
1425
|
-
MarketingGatewayProductStatus["APPROVED"] = "approved";
|
|
1426
|
-
MarketingGatewayProductStatus["NOT_APPROVED"] = "not_approved";
|
|
1427
|
-
MarketingGatewayProductStatus["PENDING"] = "pending";
|
|
1428
|
-
MarketingGatewayProductStatus["NOT_FOUND"] = "not_found";
|
|
1429
|
-
MarketingGatewayProductStatus["EXCLUDED"] = "excluded";
|
|
1430
|
-
})(MarketingGatewayProductStatus = exports.MarketingGatewayProductStatus || (exports.MarketingGatewayProductStatus = {}));
|
|
1431
|
-
var MarketingGatewaySchemaCompatibility;
|
|
1432
|
-
(function (MarketingGatewaySchemaCompatibility) {
|
|
1433
|
-
MarketingGatewaySchemaCompatibility["GOOGLE"] = "google";
|
|
1434
|
-
MarketingGatewaySchemaCompatibility["FACEBOOK_PRIMARY"] = "facebook_primary";
|
|
1435
|
-
MarketingGatewaySchemaCompatibility["FACEBOOK_COUNTRY_OVERRIDE"] = "facebook_country_override";
|
|
1436
|
-
MarketingGatewaySchemaCompatibility["SUPPLEMENTAL"] = "supplemental";
|
|
1437
|
-
})(MarketingGatewaySchemaCompatibility = exports.MarketingGatewaySchemaCompatibility || (exports.MarketingGatewaySchemaCompatibility = {}));
|
|
1438
1344
|
var MixedBagWeight;
|
|
1439
1345
|
(function (MixedBagWeight) {
|
|
1440
1346
|
MixedBagWeight["LEAST_MIXED"] = "0";
|
|
@@ -1625,6 +1531,10 @@ var Owner;
|
|
|
1625
1531
|
Owner["FLOW"] = "flow";
|
|
1626
1532
|
Owner["ORGANIZATION"] = "organization";
|
|
1627
1533
|
})(Owner = exports.Owner || (exports.Owner = {}));
|
|
1534
|
+
var PaymentShortUrlDiscriminator;
|
|
1535
|
+
(function (PaymentShortUrlDiscriminator) {
|
|
1536
|
+
PaymentShortUrlDiscriminator["ADYEN_3_DS_2"] = "adyen_3ds2";
|
|
1537
|
+
})(PaymentShortUrlDiscriminator = exports.PaymentShortUrlDiscriminator || (exports.PaymentShortUrlDiscriminator = {}));
|
|
1628
1538
|
var PaymentSummaryStatus;
|
|
1629
1539
|
(function (PaymentSummaryStatus) {
|
|
1630
1540
|
PaymentSummaryStatus["AUTHORIZED"] = "authorized";
|
|
@@ -1716,13 +1626,6 @@ var PromptTarget;
|
|
|
1716
1626
|
PromptTarget["BROWSE"] = "browse";
|
|
1717
1627
|
PromptTarget["CHECKOUT"] = "checkout";
|
|
1718
1628
|
})(PromptTarget = exports.PromptTarget || (exports.PromptTarget = {}));
|
|
1719
|
-
var QuoteRequestType;
|
|
1720
|
-
(function (QuoteRequestType) {
|
|
1721
|
-
QuoteRequestType["GENERATE"] = "generate";
|
|
1722
|
-
QuoteRequestType["DELETE"] = "delete";
|
|
1723
|
-
QuoteRequestType["UPDATE_CURRENCY_RATE"] = "update_currency_rate";
|
|
1724
|
-
QuoteRequestType["UPDATE_COUNTRY"] = "update_country";
|
|
1725
|
-
})(QuoteRequestType = exports.QuoteRequestType || (exports.QuoteRequestType = {}));
|
|
1726
1629
|
var RateLevelKey;
|
|
1727
1630
|
(function (RateLevelKey) {
|
|
1728
1631
|
RateLevelKey["SHOPIFY_SMALL_USA"] = "shopify_small_usa";
|
|
@@ -1935,6 +1838,11 @@ var ShopifyMonitoringTrackingField;
|
|
|
1935
1838
|
ShopifyMonitoringTrackingField["CARRIER_SERVICE"] = "carrier_service";
|
|
1936
1839
|
ShopifyMonitoringTrackingField["TRACKING_URL"] = "tracking_url";
|
|
1937
1840
|
})(ShopifyMonitoringTrackingField = exports.ShopifyMonitoringTrackingField || (exports.ShopifyMonitoringTrackingField = {}));
|
|
1841
|
+
var ShopifyPlanType;
|
|
1842
|
+
(function (ShopifyPlanType) {
|
|
1843
|
+
ShopifyPlanType["STANDARD"] = "standard";
|
|
1844
|
+
ShopifyPlanType["SHOPIFY_PLUS"] = "shopify_plus";
|
|
1845
|
+
})(ShopifyPlanType = exports.ShopifyPlanType || (exports.ShopifyPlanType = {}));
|
|
1938
1846
|
var ShopifyPromotionBehavior;
|
|
1939
1847
|
(function (ShopifyPromotionBehavior) {
|
|
1940
1848
|
ShopifyPromotionBehavior["DISABLE_DISCOUNT_CODES"] = "disable_discount_codes";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-constants",
|
|
3
|
-
"version": "4.18.
|
|
3
|
+
"version": "4.18.90",
|
|
4
4
|
"description": "Definitions for enumerations found in internal Flow API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"generate": "apibuilder update",
|
|
25
25
|
"postgenerate": "npm run format"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "804cd1afec6f2a750da3a0f134494fec43c1f1f7"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -306,18 +306,13 @@ export enum BillingTransactionType {
|
|
|
306
306
|
DUTY = 'duty',
|
|
307
307
|
TRUEUP = 'trueup',
|
|
308
308
|
CARRIER_CHARGE = 'carrier_charge',
|
|
309
|
-
|
|
309
|
+
NON_L_4_L_TAX_DUTY_FX = 'non_l4l_tax_duty_fx',
|
|
310
310
|
TAX_REFUND = 'tax_refund',
|
|
311
311
|
DUTY_REFUND = 'duty_refund',
|
|
312
312
|
GE_REVENUE_SHARE = 'ge_revenue_share',
|
|
313
313
|
TAX_DUTY_DELTA = 'tax_duty_delta',
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
export enum BrowserBundleErrorCode {
|
|
317
|
-
GENERIC_ERROR = 'generic_error',
|
|
318
|
-
COUNTRY_INVALID = 'country_invalid',
|
|
319
|
-
}
|
|
320
|
-
|
|
321
316
|
export enum CalculatorEngine {
|
|
322
317
|
DTCE_WITH_DEMINIMIS = 'dtce_with_deminimis',
|
|
323
318
|
DTCE_WITH_INCLUSIVE_PRICING = 'dtce_with_inclusive_pricing',
|
|
@@ -651,6 +646,7 @@ export enum DisputeStatus {
|
|
|
651
646
|
PENDING = 'pending',
|
|
652
647
|
WON = 'won',
|
|
653
648
|
LOST = 'lost',
|
|
649
|
+
REFUNDED = 'refunded',
|
|
654
650
|
EXPIRED = 'expired',
|
|
655
651
|
}
|
|
656
652
|
|
|
@@ -725,8 +721,8 @@ export enum ErpFileType {
|
|
|
725
721
|
export enum EventType {
|
|
726
722
|
ADJUSTED_ESTIMATES_UPSERTED = 'adjusted_estimates_upserted',
|
|
727
723
|
ADJUSTED_ESTIMATES_DELETED = 'adjusted_estimates_deleted',
|
|
728
|
-
|
|
729
|
-
|
|
724
|
+
SHIPPING_ESTIMATE_UPSERTED = 'shipping_estimate_upserted',
|
|
725
|
+
SHIPPING_ESTIMATE_DELETED = 'shipping_estimate_deleted',
|
|
730
726
|
ADYEN_AUTHORIZATION_DELETED = 'adyen_authorization_deleted',
|
|
731
727
|
ADYEN_AUTHORIZATION_UPSERTED = 'adyen_authorization_upserted',
|
|
732
728
|
ADYEN_CANCEL_DELETED = 'adyen_cancel_deleted',
|
|
@@ -894,7 +890,6 @@ export enum EventType {
|
|
|
894
890
|
CENTER_DEFAULTS_DELETED = 'center_defaults_deleted',
|
|
895
891
|
FULFILLMENT_FALLBACKS_UPSERTED = 'fulfillment_fallbacks_upserted',
|
|
896
892
|
FULFILLMENT_FALLBACKS_DELETED = 'fulfillment_fallbacks_deleted',
|
|
897
|
-
PREGENERATED_REQUEST_EVENT = 'pregenerated_request_event',
|
|
898
893
|
QUOTE_UPSERTED = 'quote_upserted',
|
|
899
894
|
QUOTE_DELETED = 'quote_deleted',
|
|
900
895
|
ALL_ITEMS_EXPORT = 'all_items_export',
|
|
@@ -903,7 +898,6 @@ export enum EventType {
|
|
|
903
898
|
DUTIED_ITEMS_EXPORT = 'dutied_items_export',
|
|
904
899
|
HARMONIZATION_PHRASE_SUGGESTION_REQUEST_IMPORT = 'harmonization_phrase_suggestion_request_import',
|
|
905
900
|
HARMONIZATION_CODES_IMPORT = 'harmonization_codes_import',
|
|
906
|
-
ITEM_CLASSIFICATION_CREATED = 'item_classification_created',
|
|
907
901
|
HARMONIZE_FULLY_REQUEST_V_2 = 'harmonize_fully_request_v2',
|
|
908
902
|
IMPORT_COMPLETED = 'import_completed',
|
|
909
903
|
IMPORT_FAILED = 'import_failed',
|
|
@@ -917,8 +911,6 @@ export enum EventType {
|
|
|
917
911
|
RATE_FRESHNESS_SUMMARY_DELETED = 'rate_freshness_summary_deleted',
|
|
918
912
|
ITEM_HARMONIZATION_UPSERTED = 'item_harmonization_upserted',
|
|
919
913
|
ITEM_HARMONIZATION_DELETED = 'item_harmonization_deleted',
|
|
920
|
-
HARMONIZATION_ITEM_CLASSIFICATION_UPSERTED = 'harmonization_item_classification_upserted',
|
|
921
|
-
HARMONIZATION_ITEM_CLASSIFICATION_DELETED = 'harmonization_item_classification_deleted',
|
|
922
914
|
HARMONIZATION_CLASSIFICATION_STATISTICS_PUBLISHED = 'harmonization_classification_statistics_published',
|
|
923
915
|
ISSUER_UPSERTED = 'issuer_upserted',
|
|
924
916
|
ISSUER_DELETED = 'issuer_deleted',
|
|
@@ -931,20 +923,9 @@ export enum EventType {
|
|
|
931
923
|
ORDER_VALIDATION_DELETED = 'order_validation_deleted',
|
|
932
924
|
LABEL_TRACKING_SUMMARY_UPSERTED = 'label_tracking_summary_upserted',
|
|
933
925
|
LABEL_TRACKING_SUMMARY_DELETED = 'label_tracking_summary_deleted',
|
|
934
|
-
LOCALIZED_ITEM_UPSERTED_V_2 = 'localized_item_upserted_v2',
|
|
935
|
-
LOCALIZED_ITEM_DELETED = 'localized_item_deleted',
|
|
936
|
-
LOCALIZED_ITEM_DELETED_V_2 = 'localized_item_deleted_v2',
|
|
937
|
-
LOCALIZED_ITEM_SNAPSHOT = 'localized_item_snapshot',
|
|
938
|
-
LOCALIZED_PRICE_BOOK_ITEM_UPSERTED = 'localized_price_book_item_upserted',
|
|
939
|
-
LOCALIZED_PRICE_BOOK_ITEM_DELETED = 'localized_price_book_item_deleted',
|
|
940
926
|
LOGISTICS_CAPABILITIES_UPSERTED = 'logistics_capabilities_upserted',
|
|
941
927
|
LOGISTICS_CAPABILITIES_DELETED = 'logistics_capabilities_deleted',
|
|
942
|
-
FEED_UPSERTED = 'feed_upserted',
|
|
943
|
-
FEED_DELETED = 'feed_deleted',
|
|
944
|
-
FEEDS_EXPORT = 'feeds_export',
|
|
945
928
|
LOCALIZED_ITEM_PRICES_EXPORT_REQUEST = 'localized_item_prices_export_request',
|
|
946
|
-
OPTIN_PROMPT_UPSERTED = 'optin_prompt_upserted',
|
|
947
|
-
OPTIN_PROMPT_DELETED = 'optin_prompt_deleted',
|
|
948
929
|
ORDER_COMBINED_SHIPMENT_UPSERTED = 'order_combined_shipment_upserted',
|
|
949
930
|
ORDER_COMBINED_SHIPMENT_DELETED = 'order_combined_shipment_deleted',
|
|
950
931
|
ORDER_FULFILLMENT_DELETED = 'order_fulfillment_deleted',
|
|
@@ -1010,8 +991,6 @@ export enum EventType {
|
|
|
1010
991
|
RATECARD_STANDARD_CONFIGURATION_DELETED = 'ratecard_standard_configuration_deleted',
|
|
1011
992
|
RATECARD_SERVICE_FEE_UPSERTED = 'ratecard_service_fee_upserted',
|
|
1012
993
|
RATECARD_SERVICE_FEE_DELETED = 'ratecard_service_fee_deleted',
|
|
1013
|
-
RATECARD_LANE_AGGREGATE_UPSERTED = 'ratecard_lane_aggregate_upserted',
|
|
1014
|
-
RATECARD_LANE_AGGREGATE_DELETED = 'ratecard_lane_aggregate_deleted',
|
|
1015
994
|
RATECARD_RATE_LEVEL_UPSERTED = 'ratecard_rate_level_upserted',
|
|
1016
995
|
RATECARD_RATE_LEVEL_DELETED = 'ratecard_rate_level_deleted',
|
|
1017
996
|
RATECARD_RATE_LEVEL_RATECARD_UPSERTED = 'ratecard_rate_level_ratecard_upserted',
|
|
@@ -1277,6 +1256,12 @@ export enum LabelCreationStatus {
|
|
|
1277
1256
|
CANCELLED = 'cancelled',
|
|
1278
1257
|
}
|
|
1279
1258
|
|
|
1259
|
+
export enum LabelEventMedium {
|
|
1260
|
+
WEBHOOK = 'webhook',
|
|
1261
|
+
PULL = 'pull',
|
|
1262
|
+
POST = 'post',
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1280
1265
|
export enum LabelEventSource {
|
|
1281
1266
|
AFTERSHIP = 'aftership',
|
|
1282
1267
|
CARRIER = 'carrier',
|
|
@@ -1291,6 +1276,7 @@ export enum LabelRequestErrorHandlingResponsibility {
|
|
|
1291
1276
|
GLOBALE_ADDRESS_REPAIR = 'globale_address_repair',
|
|
1292
1277
|
MERCHANT_OPERATIONS = 'merchant_operations',
|
|
1293
1278
|
GLOBALE_SYSTEM = 'globale_system',
|
|
1279
|
+
CARRIER = 'carrier',
|
|
1294
1280
|
}
|
|
1295
1281
|
|
|
1296
1282
|
export enum LabelRequestResultOrganizationType {
|
|
@@ -1348,86 +1334,6 @@ export enum ManualTransactionCategory {
|
|
|
1348
1334
|
NON_FRAUD_CHARGEBACK = 'non_fraud_chargeback',
|
|
1349
1335
|
}
|
|
1350
1336
|
|
|
1351
|
-
export enum MarketingGatewayAccountConnectionStatus {
|
|
1352
|
-
NOT_CONNECTED = 'not_connected',
|
|
1353
|
-
CONNECTING = 'connecting',
|
|
1354
|
-
CONNECTED = 'connected',
|
|
1355
|
-
DISCONNECTING = 'disconnecting',
|
|
1356
|
-
DISCONNECTED = 'disconnected',
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
export enum MarketingGatewayChannelIntegrationType {
|
|
1360
|
-
AUTOMATED = 'automated',
|
|
1361
|
-
MANUAL = 'manual',
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
export enum MarketingGatewayChannelStatus {
|
|
1365
|
-
NOT_CONNECTED = 'not_connected',
|
|
1366
|
-
CONNECTING = 'connecting',
|
|
1367
|
-
CONNECTED = 'connected',
|
|
1368
|
-
DISCONNECTING = 'disconnecting',
|
|
1369
|
-
DISCONNECTED = 'disconnected',
|
|
1370
|
-
UNAVAILABLE = 'unavailable',
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
export enum MarketingGatewayErrorCode {
|
|
1374
|
-
GENERIC_ERROR = 'generic_error',
|
|
1375
|
-
GOOGLE_API_ERROR = 'google_api_error',
|
|
1376
|
-
FACEBOOK_API_ERROR = 'facebook_api_error',
|
|
1377
|
-
INVALID_OAUTH_TOKEN_ERROR = 'invalid_oauth_token_error',
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
export enum MarketingGatewayFacebookTokenStatus {
|
|
1381
|
-
UNKNOWN = 'unknown',
|
|
1382
|
-
ACTIVE = 'active',
|
|
1383
|
-
EXPIRED = 'expired',
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
export enum MarketingGatewayFeedDownloadFormat {
|
|
1387
|
-
TSV = 'tsv',
|
|
1388
|
-
CSV = 'csv',
|
|
1389
|
-
TXT = 'txt',
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
export enum MarketingGatewayFeedState {
|
|
1393
|
-
INITIALIZED = 'initialized',
|
|
1394
|
-
GENERATED = 'generated',
|
|
1395
|
-
IN_REVIEW = 'in_review',
|
|
1396
|
-
REJECTED = 'rejected',
|
|
1397
|
-
ACTIVE = 'active',
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
export enum MarketingGatewayPlatform {
|
|
1401
|
-
GOOGLE = 'google',
|
|
1402
|
-
FACEBOOK = 'facebook',
|
|
1403
|
-
ADROLL = 'adroll',
|
|
1404
|
-
ALIEXPRESS = 'aliexpress',
|
|
1405
|
-
AMAZON = 'amazon',
|
|
1406
|
-
BING = 'bing',
|
|
1407
|
-
CRITEO = 'criteo',
|
|
1408
|
-
FRUUGO = 'fruugo',
|
|
1409
|
-
PINTEREST = 'pinterest',
|
|
1410
|
-
RAKUTEN_JAPAN = 'rakuten_japan',
|
|
1411
|
-
WISH = 'wish',
|
|
1412
|
-
SNAPCHAT = 'snapchat',
|
|
1413
|
-
STYLIGHT = 'stylight',
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
export enum MarketingGatewayProductStatus {
|
|
1417
|
-
APPROVED = 'approved',
|
|
1418
|
-
NOT_APPROVED = 'not_approved',
|
|
1419
|
-
PENDING = 'pending',
|
|
1420
|
-
NOT_FOUND = 'not_found',
|
|
1421
|
-
EXCLUDED = 'excluded',
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
export enum MarketingGatewaySchemaCompatibility {
|
|
1425
|
-
GOOGLE = 'google',
|
|
1426
|
-
FACEBOOK_PRIMARY = 'facebook_primary',
|
|
1427
|
-
FACEBOOK_COUNTRY_OVERRIDE = 'facebook_country_override',
|
|
1428
|
-
SUPPLEMENTAL = 'supplemental',
|
|
1429
|
-
}
|
|
1430
|
-
|
|
1431
1337
|
export enum MixedBagWeight {
|
|
1432
1338
|
LEAST_MIXED = '0',
|
|
1433
1339
|
PARTIALLY_MIXED = '1',
|
|
@@ -1618,6 +1524,10 @@ export enum Owner {
|
|
|
1618
1524
|
ORGANIZATION = 'organization',
|
|
1619
1525
|
}
|
|
1620
1526
|
|
|
1527
|
+
export enum PaymentShortUrlDiscriminator {
|
|
1528
|
+
ADYEN_3_DS_2 = 'adyen_3ds2',
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1621
1531
|
export enum PaymentSummaryStatus {
|
|
1622
1532
|
AUTHORIZED = 'authorized',
|
|
1623
1533
|
CANCELED = 'canceled',
|
|
@@ -1709,13 +1619,6 @@ export enum PromptTarget {
|
|
|
1709
1619
|
CHECKOUT = 'checkout',
|
|
1710
1620
|
}
|
|
1711
1621
|
|
|
1712
|
-
export enum QuoteRequestType {
|
|
1713
|
-
GENERATE = 'generate',
|
|
1714
|
-
DELETE = 'delete',
|
|
1715
|
-
UPDATE_CURRENCY_RATE = 'update_currency_rate',
|
|
1716
|
-
UPDATE_COUNTRY = 'update_country',
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
1622
|
export enum RateLevelKey {
|
|
1720
1623
|
SHOPIFY_SMALL_USA = 'shopify_small_usa',
|
|
1721
1624
|
SHOPIFY_MEDIUM_USA = 'shopify_medium_usa',
|
|
@@ -1928,6 +1831,11 @@ export enum ShopifyMonitoringTrackingField {
|
|
|
1928
1831
|
TRACKING_URL = 'tracking_url',
|
|
1929
1832
|
}
|
|
1930
1833
|
|
|
1834
|
+
export enum ShopifyPlanType {
|
|
1835
|
+
STANDARD = 'standard',
|
|
1836
|
+
SHOPIFY_PLUS = 'shopify_plus',
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1931
1839
|
export enum ShopifyPromotionBehavior {
|
|
1932
1840
|
DISABLE_DISCOUNT_CODES = 'disable_discount_codes',
|
|
1933
1841
|
}
|