@flowio/api-internal-constants 4.18.75 → 4.18.76
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 +59 -4
- package/dist/api-internal.js +68 -6
- package/package.json +2 -2
- package/src/api-internal.ts +64 -2
package/dist/api-internal.d.ts
CHANGED
|
@@ -463,6 +463,16 @@ export declare enum ContentTypeCast {
|
|
|
463
463
|
MARKDOWN_TO_HTML = "markdown_to_html",
|
|
464
464
|
MARKDOWN_TO_TEXT = "markdown_to_text"
|
|
465
465
|
}
|
|
466
|
+
export declare enum CostType {
|
|
467
|
+
PAYMENT_PROCESSING = "payment_processing",
|
|
468
|
+
FX = "fx",
|
|
469
|
+
NEGATIVE_BALANCE = "negative_balance",
|
|
470
|
+
SOLUTION = "solution",
|
|
471
|
+
HOSTING = "hosting",
|
|
472
|
+
DUTY_GUARANTEE = "duty_guarantee",
|
|
473
|
+
TRANSFER = "transfer",
|
|
474
|
+
FRAUD = "fraud"
|
|
475
|
+
}
|
|
466
476
|
export declare enum CrossdockTrackingStatus {
|
|
467
477
|
NOTIFIED = "notified",
|
|
468
478
|
RECEIVED = "received",
|
|
@@ -516,6 +526,14 @@ export declare enum DisputeProcessor {
|
|
|
516
526
|
ADYEN = "adyen",
|
|
517
527
|
PAYPAL = "paypal"
|
|
518
528
|
}
|
|
529
|
+
export declare enum DisputeReportingCategory {
|
|
530
|
+
CHARGE_ISSUES = "charge_issues",
|
|
531
|
+
DELIVERY = "delivery",
|
|
532
|
+
FRAUD = "fraud",
|
|
533
|
+
GENERAL = "general",
|
|
534
|
+
PRODUCT = "product",
|
|
535
|
+
RETURNS = "returns"
|
|
536
|
+
}
|
|
519
537
|
export declare enum DisputeStatus {
|
|
520
538
|
PENDING = "pending",
|
|
521
539
|
WON = "won",
|
|
@@ -638,8 +656,6 @@ export declare enum EventType {
|
|
|
638
656
|
TRANSACTION_STATEMENT_DELETED = "transaction_statement_deleted",
|
|
639
657
|
DAILY_VALUE_UPSERTED = "daily_value_upserted",
|
|
640
658
|
DAILY_VALUE_DELETED = "daily_value_deleted",
|
|
641
|
-
SALES_RECORD_UPSERTED = "sales_record_upserted",
|
|
642
|
-
SALES_RECORD_DELETED = "sales_record_deleted",
|
|
643
659
|
REVENUE_RECORD_UPSERTED = "revenue_record_upserted",
|
|
644
660
|
REVENUE_RECORD_DELETED = "revenue_record_deleted",
|
|
645
661
|
OTHER_RECORD_UPSERTED = "other_record_upserted",
|
|
@@ -800,6 +816,8 @@ export declare enum EventType {
|
|
|
800
816
|
LOCALIZED_ITEM_SNAPSHOT = "localized_item_snapshot",
|
|
801
817
|
LOCALIZED_PRICE_BOOK_ITEM_UPSERTED = "localized_price_book_item_upserted",
|
|
802
818
|
LOCALIZED_PRICE_BOOK_ITEM_DELETED = "localized_price_book_item_deleted",
|
|
819
|
+
LOGISTICS_CAPABILITIES_UPSERTED = "logistics_capabilities_upserted",
|
|
820
|
+
LOGISTICS_CAPABILITIES_DELETED = "logistics_capabilities_deleted",
|
|
803
821
|
FEED_UPSERTED = "feed_upserted",
|
|
804
822
|
FEED_DELETED = "feed_deleted",
|
|
805
823
|
FEEDS_EXPORT = "feeds_export",
|
|
@@ -902,6 +920,8 @@ export declare enum EventType {
|
|
|
902
920
|
CHANNEL_ORGANIZATION_IDENTIFIER_DELETED = "channel_organization_identifier_deleted",
|
|
903
921
|
ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED = "order_tax_and_duty_inclusivity_setting_upserted",
|
|
904
922
|
ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_DELETED = "order_tax_and_duty_inclusivity_setting_deleted",
|
|
923
|
+
SHOPIFY_PRODUCT_BUNDLE_UPSERTED = "shopify_product_bundle_upserted",
|
|
924
|
+
SHOPIFY_PRODUCT_BUNDLE_DELETED = "shopify_product_bundle_deleted",
|
|
905
925
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = "shopify_monitoring_order_monitor_event_upserted",
|
|
906
926
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = "shopify_monitoring_order_monitor_event_deleted",
|
|
907
927
|
SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = "shopify_order_fulfillments_snapshot_upserted",
|
|
@@ -934,6 +954,8 @@ export declare enum EventType {
|
|
|
934
954
|
SHRUTI_DEMO_ITEM_DELETED = "shruti_demo_item_deleted",
|
|
935
955
|
TAM_ITEM_UPSERTED = "tam_item_upserted",
|
|
936
956
|
TAM_ITEM_DELETED = "tam_item_deleted",
|
|
957
|
+
THIAGO_ITEM_UPSERTED = "thiago_item_upserted",
|
|
958
|
+
THIAGO_ITEM_DELETED = "thiago_item_deleted",
|
|
937
959
|
TRACKING_PROCESSING_ERROR_UPSERTED = "tracking_processing_error_upserted",
|
|
938
960
|
TRACKING_PROCESSING_ERROR_DELETED = "tracking_processing_error_deleted",
|
|
939
961
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = "tracking_label_event_upserted_v2",
|
|
@@ -1100,6 +1122,7 @@ export declare enum LabelRequestErrorHandlingResponsibility {
|
|
|
1100
1122
|
MERCHANT_INTEGRATION = "merchant_integration",
|
|
1101
1123
|
SHOPIFY_INTEGRATION = "shopify_integration",
|
|
1102
1124
|
GLOBALE_CX = "globale_cx",
|
|
1125
|
+
GLOBALE_ADDRESS_REPAIR = "globale_address_repair",
|
|
1103
1126
|
MERCHANT_OPERATIONS = "merchant_operations",
|
|
1104
1127
|
GLOBALE_SYSTEM = "globale_system"
|
|
1105
1128
|
}
|
|
@@ -1213,6 +1236,12 @@ export declare enum MatiasItemType {
|
|
|
1213
1236
|
PHYSICAL = "physical",
|
|
1214
1237
|
DIGITAL = "digital"
|
|
1215
1238
|
}
|
|
1239
|
+
export declare enum MerchantCohort {
|
|
1240
|
+
CHANNEL_MERCHANT_PRE_CUTOFF = "channel_merchant_pre_cutoff",
|
|
1241
|
+
CHANNEL_MERCHANT_POST_CUTOFF = "channel_merchant_post_cutoff",
|
|
1242
|
+
GLOBAL_E_MERCHANT_PRE_CUTOFF = "global_e_merchant_pre_cutoff",
|
|
1243
|
+
GLOBAL_E_MERCHANT_POST_CUTOFF = "global_e_merchant_post_cutoff"
|
|
1244
|
+
}
|
|
1216
1245
|
export declare enum MichaelyanItemType {
|
|
1217
1246
|
PHYSICAL = "physical",
|
|
1218
1247
|
DIGITAL = "digital"
|
|
@@ -1337,7 +1366,9 @@ export declare enum OrderValidationStatus {
|
|
|
1337
1366
|
SUCCESS = "success",
|
|
1338
1367
|
FAILED = "failed",
|
|
1339
1368
|
LABEL_CREATED = "label_created",
|
|
1340
|
-
UNRESOLVABLE = "unresolvable"
|
|
1369
|
+
UNRESOLVABLE = "unresolvable",
|
|
1370
|
+
CANCELLED = "cancelled",
|
|
1371
|
+
BREACHED = "breached"
|
|
1341
1372
|
}
|
|
1342
1373
|
export declare enum OrganizationCapability {
|
|
1343
1374
|
ORGANIZATION = "organization",
|
|
@@ -1383,6 +1414,11 @@ export declare enum Owner {
|
|
|
1383
1414
|
FLOW = "flow",
|
|
1384
1415
|
ORGANIZATION = "organization"
|
|
1385
1416
|
}
|
|
1417
|
+
export declare enum Party {
|
|
1418
|
+
MERCHANT = "merchant",
|
|
1419
|
+
CHANNEL_PARTNER = "channel_partner",
|
|
1420
|
+
GLOBAL_E = "global_e"
|
|
1421
|
+
}
|
|
1386
1422
|
export declare enum PaymentSummaryStatus {
|
|
1387
1423
|
AUTHORIZED = "authorized",
|
|
1388
1424
|
CANCELED = "canceled",
|
|
@@ -1419,6 +1455,11 @@ export declare enum PricingIndicatorStatus {
|
|
|
1419
1455
|
COMPLETE = "complete",
|
|
1420
1456
|
IN_PROGRESS = "in_progress"
|
|
1421
1457
|
}
|
|
1458
|
+
export declare enum PrincipalType {
|
|
1459
|
+
TOTAL_ORDER_VALUE = "total_order_value",
|
|
1460
|
+
PRODUCT_ORDER_VALUE = "product_order_value",
|
|
1461
|
+
LABEL_VALUE = "label_value"
|
|
1462
|
+
}
|
|
1422
1463
|
export declare enum ProcessingTransactionType {
|
|
1423
1464
|
ADJUSTMENT = "adjustment",
|
|
1424
1465
|
REVERSAL = "reversal",
|
|
@@ -1447,6 +1488,14 @@ export declare enum ProductStatus {
|
|
|
1447
1488
|
ARCHIVED = "archived",
|
|
1448
1489
|
DRAFT = "draft"
|
|
1449
1490
|
}
|
|
1491
|
+
export declare enum ProfitStreamKey {
|
|
1492
|
+
PRE_PROFIT_SHARE = "pre_profit_share",
|
|
1493
|
+
CHANNEL_PRE_CUTOFF = "channel_pre_cutoff",
|
|
1494
|
+
CHANNEL_POST_CUTOFF = "channel_post_cutoff",
|
|
1495
|
+
GLOBAL_E_PRE_CUTOFF = "global_e_pre_cutoff",
|
|
1496
|
+
GLOBAL_E_POST_CUTOFF = "global_e_post_cutoff",
|
|
1497
|
+
DUTY_ASSURANCE = "duty_assurance"
|
|
1498
|
+
}
|
|
1450
1499
|
export declare enum PromptAction {
|
|
1451
1500
|
PROMPT_DISPLAYED = "prompt_displayed",
|
|
1452
1501
|
CONSENT_GRANTED = "consent_granted",
|
|
@@ -1561,6 +1610,11 @@ export declare enum RevenueRecordType {
|
|
|
1561
1610
|
SALES = "sales",
|
|
1562
1611
|
REFUND = "refund"
|
|
1563
1612
|
}
|
|
1613
|
+
export declare enum RevenueType {
|
|
1614
|
+
MOR = "mor",
|
|
1615
|
+
FX = "fx",
|
|
1616
|
+
DUTY_ASSURANCE = "duty_assurance"
|
|
1617
|
+
}
|
|
1564
1618
|
export declare enum RiskCheck {
|
|
1565
1619
|
THREE_D_SECURE = "three_d_secure"
|
|
1566
1620
|
}
|
|
@@ -1632,7 +1686,8 @@ export declare enum ShopifyMarketsQueuedRecordType {
|
|
|
1632
1686
|
PRODUCT_RESTRICTION_RESULT = "product_restriction_result",
|
|
1633
1687
|
PRODUCT_SYNC = "product_sync",
|
|
1634
1688
|
WEBHOOK_REGISTRATIONS = "webhook_registrations",
|
|
1635
|
-
CHANNEL_ORGANIZATION_IDENTIFIER = "channel_organization_identifier"
|
|
1689
|
+
CHANNEL_ORGANIZATION_IDENTIFIER = "channel_organization_identifier",
|
|
1690
|
+
BULK_PRODUCT_INGESTION = "bulk_product_ingestion"
|
|
1636
1691
|
}
|
|
1637
1692
|
export declare enum ShopifyMarketsTradeSector {
|
|
1638
1693
|
APPAREL_AND_ACCESSORIES = "apparel_and_accessories",
|
package/dist/api-internal.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ContentElementType = exports.ComplianceType = exports.Company = exports.ColmItemType = 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.ChannelOrderAcceptanceErrorAction = exports.ChannelBilledTransactionType = exports.CatalogImportType = exports.CarrierValidationStatus = exports.CarrierLabelGenerationMethod = exports.CarrierFileType = exports.CarrierChargeType = exports.CarrierChargeTransactionType = exports.CalculatorEngine = exports.BrowserBundleErrorCode = exports.BillingTransactionType = exports.BillingTransactionStatus = exports.BillingStatementAttachmentKey = exports.BillingMetricKey = exports.BillingAllocationKey = exports.BankPaymentStatusCode = exports.BankPaymentPromiseCompletedMethod = exports.AutoRestrictRule = exports.ApiCallReferenceId = exports.AnyDangerousGoods = exports.AdyenIntegrationType = exports.AdjustmentTransactionType = exports.AddressConfigurationSettingProvinceCode = exports.AccountType = exports.AccountSettingLiabilitiesMethod = exports.AccountPaymentHoldReason = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingIntegrationType = exports.ThiagoItemType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaxAndDutyInclusivitySetting = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.TamItemType = exports.SvitlanaType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.ShrutiDemoType = exports.ShopifyService = exports.ShopifyPromotionStatus = exports.ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOfferAllocationMethod = exports.ShopifyPromotionBehavior = exports.ShopifyMonitoringTrackingField = void 0;
|
|
4
|
+
exports.HttpMethod = exports.HarmonizationDecisionSource = exports.HarinathItemType = 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.DisputeCategory = exports.DisputeBillable = exports.DiscountRequestOrderEntitlementKey = exports.DeminimisAdjustmentType = exports.DeliveredDutyOptionMessageType = exports.DebugAccountingTransactionType = exports.CrossdockTrackingStatus = exports.CostType = exports.ContentTypeCast = exports.ContentType = exports.ContentStatus = void 0;
|
|
5
|
+
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.MiljenkoItemType = exports.MichaelyanItemType = exports.MerchantCohort = exports.MatiasItemType = exports.MarketingGatewaySchemaCompatibility = exports.MarketingGatewayProductStatus = exports.MarketingGatewayPlatform = exports.MarketingGatewayFeedState = exports.MarketingGatewayFeedDownloadFormat = exports.MarketingGatewayFacebookTokenStatus = exports.MarketingGatewayErrorCode = exports.MarketingGatewayChannelStatus = exports.MarketingGatewayChannelIntegrationType = exports.MarketingGatewayAccountConnectionStatus = exports.ManualTransactionCategory = exports.ManualReviewRuleStatus = exports.LogisticsPayoutResolutionMethod = exports.LogisticsCapability = exports.LiabilityType = exports.LabelTransactionType = exports.LabelRequestErrorHandlingResponsibility = exports.LabelCreationStatus = exports.LabelCancellationErrorCode = exports.LabelBillingStrategy = exports.KonstantinItemType = exports.KeywordType = exports.ItemType = exports.ItemQuantityAction = exports.ItemHarmonizationStatus = exports.ItemClassificationStatus = exports.ItemClassificationAction = exports.InventoryReservation = exports.InventoryCheckService = void 0;
|
|
6
|
+
exports.SessionCountryStatus = exports.ServiceName = exports.SerialReservationError = exports.RiskEvaluation = exports.RiskCheck = exports.RevenueType = 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.QuoteRequestType = exports.PromptTarget = exports.PromptOptions = exports.PromptCheckoutDisplayPosition = exports.PromptAction = exports.ProfitStreamKey = exports.ProductStatus = exports.ProcessorEntityStatus = exports.Processor = exports.ProcessingTransactionType = exports.PrincipalType = exports.PricingIndicatorStatus = exports.PriceSelector = exports.PreferredBillingSchedule = exports.PaymentTerm = exports.PaymentSummaryType = exports.PaymentSummaryStatus = exports.Party = exports.Owner = exports.OutputStyle = exports.OrganizationRestrictionScreeningStatus = exports.OrganizationRestrictionRiskLevel = exports.OrganizationRestrictionReviewType = exports.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = exports.OrganizationPaymentStatus = exports.OrganizationMetricType = exports.OrganizationCapability = void 0;
|
|
7
|
+
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingIntegrationType = exports.ThiagoItemType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaxAndDutyInclusivitySetting = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.TamItemType = exports.SvitlanaType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.ShrutiDemoType = exports.ShopifyService = exports.ShopifyPromotionStatus = exports.ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOfferAllocationMethod = exports.ShopifyPromotionBehavior = exports.ShopifyMonitoringTrackingField = exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyGrantStatus = exports.ShopifyCheckInventoryErrorCode = void 0;
|
|
8
8
|
var AccountPaymentHoldReason;
|
|
9
9
|
(function (AccountPaymentHoldReason) {
|
|
10
10
|
AccountPaymentHoldReason["FRAUDULENT"] = "fraudulent";
|
|
@@ -523,6 +523,17 @@ var ContentTypeCast;
|
|
|
523
523
|
ContentTypeCast["MARKDOWN_TO_HTML"] = "markdown_to_html";
|
|
524
524
|
ContentTypeCast["MARKDOWN_TO_TEXT"] = "markdown_to_text";
|
|
525
525
|
})(ContentTypeCast = exports.ContentTypeCast || (exports.ContentTypeCast = {}));
|
|
526
|
+
var CostType;
|
|
527
|
+
(function (CostType) {
|
|
528
|
+
CostType["PAYMENT_PROCESSING"] = "payment_processing";
|
|
529
|
+
CostType["FX"] = "fx";
|
|
530
|
+
CostType["NEGATIVE_BALANCE"] = "negative_balance";
|
|
531
|
+
CostType["SOLUTION"] = "solution";
|
|
532
|
+
CostType["HOSTING"] = "hosting";
|
|
533
|
+
CostType["DUTY_GUARANTEE"] = "duty_guarantee";
|
|
534
|
+
CostType["TRANSFER"] = "transfer";
|
|
535
|
+
CostType["FRAUD"] = "fraud";
|
|
536
|
+
})(CostType = exports.CostType || (exports.CostType = {}));
|
|
526
537
|
var CrossdockTrackingStatus;
|
|
527
538
|
(function (CrossdockTrackingStatus) {
|
|
528
539
|
CrossdockTrackingStatus["NOTIFIED"] = "notified";
|
|
@@ -588,6 +599,15 @@ var DisputeProcessor;
|
|
|
588
599
|
DisputeProcessor["ADYEN"] = "adyen";
|
|
589
600
|
DisputeProcessor["PAYPAL"] = "paypal";
|
|
590
601
|
})(DisputeProcessor = exports.DisputeProcessor || (exports.DisputeProcessor = {}));
|
|
602
|
+
var DisputeReportingCategory;
|
|
603
|
+
(function (DisputeReportingCategory) {
|
|
604
|
+
DisputeReportingCategory["CHARGE_ISSUES"] = "charge_issues";
|
|
605
|
+
DisputeReportingCategory["DELIVERY"] = "delivery";
|
|
606
|
+
DisputeReportingCategory["FRAUD"] = "fraud";
|
|
607
|
+
DisputeReportingCategory["GENERAL"] = "general";
|
|
608
|
+
DisputeReportingCategory["PRODUCT"] = "product";
|
|
609
|
+
DisputeReportingCategory["RETURNS"] = "returns";
|
|
610
|
+
})(DisputeReportingCategory = exports.DisputeReportingCategory || (exports.DisputeReportingCategory = {}));
|
|
591
611
|
var DisputeStatus;
|
|
592
612
|
(function (DisputeStatus) {
|
|
593
613
|
DisputeStatus["PENDING"] = "pending";
|
|
@@ -723,8 +743,6 @@ var EventType;
|
|
|
723
743
|
EventType["TRANSACTION_STATEMENT_DELETED"] = "transaction_statement_deleted";
|
|
724
744
|
EventType["DAILY_VALUE_UPSERTED"] = "daily_value_upserted";
|
|
725
745
|
EventType["DAILY_VALUE_DELETED"] = "daily_value_deleted";
|
|
726
|
-
EventType["SALES_RECORD_UPSERTED"] = "sales_record_upserted";
|
|
727
|
-
EventType["SALES_RECORD_DELETED"] = "sales_record_deleted";
|
|
728
746
|
EventType["REVENUE_RECORD_UPSERTED"] = "revenue_record_upserted";
|
|
729
747
|
EventType["REVENUE_RECORD_DELETED"] = "revenue_record_deleted";
|
|
730
748
|
EventType["OTHER_RECORD_UPSERTED"] = "other_record_upserted";
|
|
@@ -885,6 +903,8 @@ var EventType;
|
|
|
885
903
|
EventType["LOCALIZED_ITEM_SNAPSHOT"] = "localized_item_snapshot";
|
|
886
904
|
EventType["LOCALIZED_PRICE_BOOK_ITEM_UPSERTED"] = "localized_price_book_item_upserted";
|
|
887
905
|
EventType["LOCALIZED_PRICE_BOOK_ITEM_DELETED"] = "localized_price_book_item_deleted";
|
|
906
|
+
EventType["LOGISTICS_CAPABILITIES_UPSERTED"] = "logistics_capabilities_upserted";
|
|
907
|
+
EventType["LOGISTICS_CAPABILITIES_DELETED"] = "logistics_capabilities_deleted";
|
|
888
908
|
EventType["FEED_UPSERTED"] = "feed_upserted";
|
|
889
909
|
EventType["FEED_DELETED"] = "feed_deleted";
|
|
890
910
|
EventType["FEEDS_EXPORT"] = "feeds_export";
|
|
@@ -987,6 +1007,8 @@ var EventType;
|
|
|
987
1007
|
EventType["CHANNEL_ORGANIZATION_IDENTIFIER_DELETED"] = "channel_organization_identifier_deleted";
|
|
988
1008
|
EventType["ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED"] = "order_tax_and_duty_inclusivity_setting_upserted";
|
|
989
1009
|
EventType["ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_DELETED"] = "order_tax_and_duty_inclusivity_setting_deleted";
|
|
1010
|
+
EventType["SHOPIFY_PRODUCT_BUNDLE_UPSERTED"] = "shopify_product_bundle_upserted";
|
|
1011
|
+
EventType["SHOPIFY_PRODUCT_BUNDLE_DELETED"] = "shopify_product_bundle_deleted";
|
|
990
1012
|
EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED"] = "shopify_monitoring_order_monitor_event_upserted";
|
|
991
1013
|
EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED"] = "shopify_monitoring_order_monitor_event_deleted";
|
|
992
1014
|
EventType["SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED"] = "shopify_order_fulfillments_snapshot_upserted";
|
|
@@ -1019,6 +1041,8 @@ var EventType;
|
|
|
1019
1041
|
EventType["SHRUTI_DEMO_ITEM_DELETED"] = "shruti_demo_item_deleted";
|
|
1020
1042
|
EventType["TAM_ITEM_UPSERTED"] = "tam_item_upserted";
|
|
1021
1043
|
EventType["TAM_ITEM_DELETED"] = "tam_item_deleted";
|
|
1044
|
+
EventType["THIAGO_ITEM_UPSERTED"] = "thiago_item_upserted";
|
|
1045
|
+
EventType["THIAGO_ITEM_DELETED"] = "thiago_item_deleted";
|
|
1022
1046
|
EventType["TRACKING_PROCESSING_ERROR_UPSERTED"] = "tracking_processing_error_upserted";
|
|
1023
1047
|
EventType["TRACKING_PROCESSING_ERROR_DELETED"] = "tracking_processing_error_deleted";
|
|
1024
1048
|
EventType["TRACKING_LABEL_EVENT_UPSERTED_V_2"] = "tracking_label_event_upserted_v2";
|
|
@@ -1218,6 +1242,7 @@ var LabelRequestErrorHandlingResponsibility;
|
|
|
1218
1242
|
LabelRequestErrorHandlingResponsibility["MERCHANT_INTEGRATION"] = "merchant_integration";
|
|
1219
1243
|
LabelRequestErrorHandlingResponsibility["SHOPIFY_INTEGRATION"] = "shopify_integration";
|
|
1220
1244
|
LabelRequestErrorHandlingResponsibility["GLOBALE_CX"] = "globale_cx";
|
|
1245
|
+
LabelRequestErrorHandlingResponsibility["GLOBALE_ADDRESS_REPAIR"] = "globale_address_repair";
|
|
1221
1246
|
LabelRequestErrorHandlingResponsibility["MERCHANT_OPERATIONS"] = "merchant_operations";
|
|
1222
1247
|
LabelRequestErrorHandlingResponsibility["GLOBALE_SYSTEM"] = "globale_system";
|
|
1223
1248
|
})(LabelRequestErrorHandlingResponsibility = exports.LabelRequestErrorHandlingResponsibility || (exports.LabelRequestErrorHandlingResponsibility = {}));
|
|
@@ -1348,6 +1373,13 @@ var MatiasItemType;
|
|
|
1348
1373
|
MatiasItemType["PHYSICAL"] = "physical";
|
|
1349
1374
|
MatiasItemType["DIGITAL"] = "digital";
|
|
1350
1375
|
})(MatiasItemType = exports.MatiasItemType || (exports.MatiasItemType = {}));
|
|
1376
|
+
var MerchantCohort;
|
|
1377
|
+
(function (MerchantCohort) {
|
|
1378
|
+
MerchantCohort["CHANNEL_MERCHANT_PRE_CUTOFF"] = "channel_merchant_pre_cutoff";
|
|
1379
|
+
MerchantCohort["CHANNEL_MERCHANT_POST_CUTOFF"] = "channel_merchant_post_cutoff";
|
|
1380
|
+
MerchantCohort["GLOBAL_E_MERCHANT_PRE_CUTOFF"] = "global_e_merchant_pre_cutoff";
|
|
1381
|
+
MerchantCohort["GLOBAL_E_MERCHANT_POST_CUTOFF"] = "global_e_merchant_post_cutoff";
|
|
1382
|
+
})(MerchantCohort = exports.MerchantCohort || (exports.MerchantCohort = {}));
|
|
1351
1383
|
var MichaelyanItemType;
|
|
1352
1384
|
(function (MichaelyanItemType) {
|
|
1353
1385
|
MichaelyanItemType["PHYSICAL"] = "physical";
|
|
@@ -1492,6 +1524,8 @@ var OrderValidationStatus;
|
|
|
1492
1524
|
OrderValidationStatus["FAILED"] = "failed";
|
|
1493
1525
|
OrderValidationStatus["LABEL_CREATED"] = "label_created";
|
|
1494
1526
|
OrderValidationStatus["UNRESOLVABLE"] = "unresolvable";
|
|
1527
|
+
OrderValidationStatus["CANCELLED"] = "cancelled";
|
|
1528
|
+
OrderValidationStatus["BREACHED"] = "breached";
|
|
1495
1529
|
})(OrderValidationStatus = exports.OrderValidationStatus || (exports.OrderValidationStatus = {}));
|
|
1496
1530
|
var OrganizationCapability;
|
|
1497
1531
|
(function (OrganizationCapability) {
|
|
@@ -1547,6 +1581,12 @@ var Owner;
|
|
|
1547
1581
|
Owner["FLOW"] = "flow";
|
|
1548
1582
|
Owner["ORGANIZATION"] = "organization";
|
|
1549
1583
|
})(Owner = exports.Owner || (exports.Owner = {}));
|
|
1584
|
+
var Party;
|
|
1585
|
+
(function (Party) {
|
|
1586
|
+
Party["MERCHANT"] = "merchant";
|
|
1587
|
+
Party["CHANNEL_PARTNER"] = "channel_partner";
|
|
1588
|
+
Party["GLOBAL_E"] = "global_e";
|
|
1589
|
+
})(Party = exports.Party || (exports.Party = {}));
|
|
1550
1590
|
var PaymentSummaryStatus;
|
|
1551
1591
|
(function (PaymentSummaryStatus) {
|
|
1552
1592
|
PaymentSummaryStatus["AUTHORIZED"] = "authorized";
|
|
@@ -1589,6 +1629,12 @@ var PricingIndicatorStatus;
|
|
|
1589
1629
|
PricingIndicatorStatus["COMPLETE"] = "complete";
|
|
1590
1630
|
PricingIndicatorStatus["IN_PROGRESS"] = "in_progress";
|
|
1591
1631
|
})(PricingIndicatorStatus = exports.PricingIndicatorStatus || (exports.PricingIndicatorStatus = {}));
|
|
1632
|
+
var PrincipalType;
|
|
1633
|
+
(function (PrincipalType) {
|
|
1634
|
+
PrincipalType["TOTAL_ORDER_VALUE"] = "total_order_value";
|
|
1635
|
+
PrincipalType["PRODUCT_ORDER_VALUE"] = "product_order_value";
|
|
1636
|
+
PrincipalType["LABEL_VALUE"] = "label_value";
|
|
1637
|
+
})(PrincipalType = exports.PrincipalType || (exports.PrincipalType = {}));
|
|
1592
1638
|
var ProcessingTransactionType;
|
|
1593
1639
|
(function (ProcessingTransactionType) {
|
|
1594
1640
|
ProcessingTransactionType["ADJUSTMENT"] = "adjustment";
|
|
@@ -1621,6 +1667,15 @@ var ProductStatus;
|
|
|
1621
1667
|
ProductStatus["ARCHIVED"] = "archived";
|
|
1622
1668
|
ProductStatus["DRAFT"] = "draft";
|
|
1623
1669
|
})(ProductStatus = exports.ProductStatus || (exports.ProductStatus = {}));
|
|
1670
|
+
var ProfitStreamKey;
|
|
1671
|
+
(function (ProfitStreamKey) {
|
|
1672
|
+
ProfitStreamKey["PRE_PROFIT_SHARE"] = "pre_profit_share";
|
|
1673
|
+
ProfitStreamKey["CHANNEL_PRE_CUTOFF"] = "channel_pre_cutoff";
|
|
1674
|
+
ProfitStreamKey["CHANNEL_POST_CUTOFF"] = "channel_post_cutoff";
|
|
1675
|
+
ProfitStreamKey["GLOBAL_E_PRE_CUTOFF"] = "global_e_pre_cutoff";
|
|
1676
|
+
ProfitStreamKey["GLOBAL_E_POST_CUTOFF"] = "global_e_post_cutoff";
|
|
1677
|
+
ProfitStreamKey["DUTY_ASSURANCE"] = "duty_assurance";
|
|
1678
|
+
})(ProfitStreamKey = exports.ProfitStreamKey || (exports.ProfitStreamKey = {}));
|
|
1624
1679
|
var PromptAction;
|
|
1625
1680
|
(function (PromptAction) {
|
|
1626
1681
|
PromptAction["PROMPT_DISPLAYED"] = "prompt_displayed";
|
|
@@ -1756,6 +1811,12 @@ var RevenueRecordType;
|
|
|
1756
1811
|
RevenueRecordType["SALES"] = "sales";
|
|
1757
1812
|
RevenueRecordType["REFUND"] = "refund";
|
|
1758
1813
|
})(RevenueRecordType = exports.RevenueRecordType || (exports.RevenueRecordType = {}));
|
|
1814
|
+
var RevenueType;
|
|
1815
|
+
(function (RevenueType) {
|
|
1816
|
+
RevenueType["MOR"] = "mor";
|
|
1817
|
+
RevenueType["FX"] = "fx";
|
|
1818
|
+
RevenueType["DUTY_ASSURANCE"] = "duty_assurance";
|
|
1819
|
+
})(RevenueType = exports.RevenueType || (exports.RevenueType = {}));
|
|
1759
1820
|
var RiskCheck;
|
|
1760
1821
|
(function (RiskCheck) {
|
|
1761
1822
|
RiskCheck["THREE_D_SECURE"] = "three_d_secure";
|
|
@@ -1838,6 +1899,7 @@ var ShopifyMarketsQueuedRecordType;
|
|
|
1838
1899
|
ShopifyMarketsQueuedRecordType["PRODUCT_SYNC"] = "product_sync";
|
|
1839
1900
|
ShopifyMarketsQueuedRecordType["WEBHOOK_REGISTRATIONS"] = "webhook_registrations";
|
|
1840
1901
|
ShopifyMarketsQueuedRecordType["CHANNEL_ORGANIZATION_IDENTIFIER"] = "channel_organization_identifier";
|
|
1902
|
+
ShopifyMarketsQueuedRecordType["BULK_PRODUCT_INGESTION"] = "bulk_product_ingestion";
|
|
1841
1903
|
})(ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsQueuedRecordType || (exports.ShopifyMarketsQueuedRecordType = {}));
|
|
1842
1904
|
var ShopifyMarketsTradeSector;
|
|
1843
1905
|
(function (ShopifyMarketsTradeSector) {
|
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.76",
|
|
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": "54b0e72a2a2a004dbc68536fa4f47e566426a56a"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -516,6 +516,17 @@ export enum ContentTypeCast {
|
|
|
516
516
|
MARKDOWN_TO_TEXT = 'markdown_to_text',
|
|
517
517
|
}
|
|
518
518
|
|
|
519
|
+
export enum CostType {
|
|
520
|
+
PAYMENT_PROCESSING = 'payment_processing',
|
|
521
|
+
FX = 'fx',
|
|
522
|
+
NEGATIVE_BALANCE = 'negative_balance',
|
|
523
|
+
SOLUTION = 'solution',
|
|
524
|
+
HOSTING = 'hosting',
|
|
525
|
+
DUTY_GUARANTEE = 'duty_guarantee',
|
|
526
|
+
TRANSFER = 'transfer',
|
|
527
|
+
FRAUD = 'fraud',
|
|
528
|
+
}
|
|
529
|
+
|
|
519
530
|
export enum CrossdockTrackingStatus {
|
|
520
531
|
NOTIFIED = 'notified',
|
|
521
532
|
RECEIVED = 'received',
|
|
@@ -581,6 +592,15 @@ export enum DisputeProcessor {
|
|
|
581
592
|
PAYPAL = 'paypal',
|
|
582
593
|
}
|
|
583
594
|
|
|
595
|
+
export enum DisputeReportingCategory {
|
|
596
|
+
CHARGE_ISSUES = 'charge_issues',
|
|
597
|
+
DELIVERY = 'delivery',
|
|
598
|
+
FRAUD = 'fraud',
|
|
599
|
+
GENERAL = 'general',
|
|
600
|
+
PRODUCT = 'product',
|
|
601
|
+
RETURNS = 'returns',
|
|
602
|
+
}
|
|
603
|
+
|
|
584
604
|
export enum DisputeStatus {
|
|
585
605
|
PENDING = 'pending',
|
|
586
606
|
WON = 'won',
|
|
@@ -715,8 +735,6 @@ export enum EventType {
|
|
|
715
735
|
TRANSACTION_STATEMENT_DELETED = 'transaction_statement_deleted',
|
|
716
736
|
DAILY_VALUE_UPSERTED = 'daily_value_upserted',
|
|
717
737
|
DAILY_VALUE_DELETED = 'daily_value_deleted',
|
|
718
|
-
SALES_RECORD_UPSERTED = 'sales_record_upserted',
|
|
719
|
-
SALES_RECORD_DELETED = 'sales_record_deleted',
|
|
720
738
|
REVENUE_RECORD_UPSERTED = 'revenue_record_upserted',
|
|
721
739
|
REVENUE_RECORD_DELETED = 'revenue_record_deleted',
|
|
722
740
|
OTHER_RECORD_UPSERTED = 'other_record_upserted',
|
|
@@ -877,6 +895,8 @@ export enum EventType {
|
|
|
877
895
|
LOCALIZED_ITEM_SNAPSHOT = 'localized_item_snapshot',
|
|
878
896
|
LOCALIZED_PRICE_BOOK_ITEM_UPSERTED = 'localized_price_book_item_upserted',
|
|
879
897
|
LOCALIZED_PRICE_BOOK_ITEM_DELETED = 'localized_price_book_item_deleted',
|
|
898
|
+
LOGISTICS_CAPABILITIES_UPSERTED = 'logistics_capabilities_upserted',
|
|
899
|
+
LOGISTICS_CAPABILITIES_DELETED = 'logistics_capabilities_deleted',
|
|
880
900
|
FEED_UPSERTED = 'feed_upserted',
|
|
881
901
|
FEED_DELETED = 'feed_deleted',
|
|
882
902
|
FEEDS_EXPORT = 'feeds_export',
|
|
@@ -979,6 +999,8 @@ export enum EventType {
|
|
|
979
999
|
CHANNEL_ORGANIZATION_IDENTIFIER_DELETED = 'channel_organization_identifier_deleted',
|
|
980
1000
|
ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED = 'order_tax_and_duty_inclusivity_setting_upserted',
|
|
981
1001
|
ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_DELETED = 'order_tax_and_duty_inclusivity_setting_deleted',
|
|
1002
|
+
SHOPIFY_PRODUCT_BUNDLE_UPSERTED = 'shopify_product_bundle_upserted',
|
|
1003
|
+
SHOPIFY_PRODUCT_BUNDLE_DELETED = 'shopify_product_bundle_deleted',
|
|
982
1004
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = 'shopify_monitoring_order_monitor_event_upserted',
|
|
983
1005
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = 'shopify_monitoring_order_monitor_event_deleted',
|
|
984
1006
|
SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = 'shopify_order_fulfillments_snapshot_upserted',
|
|
@@ -1011,6 +1033,8 @@ export enum EventType {
|
|
|
1011
1033
|
SHRUTI_DEMO_ITEM_DELETED = 'shruti_demo_item_deleted',
|
|
1012
1034
|
TAM_ITEM_UPSERTED = 'tam_item_upserted',
|
|
1013
1035
|
TAM_ITEM_DELETED = 'tam_item_deleted',
|
|
1036
|
+
THIAGO_ITEM_UPSERTED = 'thiago_item_upserted',
|
|
1037
|
+
THIAGO_ITEM_DELETED = 'thiago_item_deleted',
|
|
1014
1038
|
TRACKING_PROCESSING_ERROR_UPSERTED = 'tracking_processing_error_upserted',
|
|
1015
1039
|
TRACKING_PROCESSING_ERROR_DELETED = 'tracking_processing_error_deleted',
|
|
1016
1040
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = 'tracking_label_event_upserted_v2',
|
|
@@ -1210,6 +1234,7 @@ export enum LabelRequestErrorHandlingResponsibility {
|
|
|
1210
1234
|
MERCHANT_INTEGRATION = 'merchant_integration',
|
|
1211
1235
|
SHOPIFY_INTEGRATION = 'shopify_integration',
|
|
1212
1236
|
GLOBALE_CX = 'globale_cx',
|
|
1237
|
+
GLOBALE_ADDRESS_REPAIR = 'globale_address_repair',
|
|
1213
1238
|
MERCHANT_OPERATIONS = 'merchant_operations',
|
|
1214
1239
|
GLOBALE_SYSTEM = 'globale_system',
|
|
1215
1240
|
}
|
|
@@ -1341,6 +1366,13 @@ export enum MatiasItemType {
|
|
|
1341
1366
|
DIGITAL = 'digital',
|
|
1342
1367
|
}
|
|
1343
1368
|
|
|
1369
|
+
export enum MerchantCohort {
|
|
1370
|
+
CHANNEL_MERCHANT_PRE_CUTOFF = 'channel_merchant_pre_cutoff',
|
|
1371
|
+
CHANNEL_MERCHANT_POST_CUTOFF = 'channel_merchant_post_cutoff',
|
|
1372
|
+
GLOBAL_E_MERCHANT_PRE_CUTOFF = 'global_e_merchant_pre_cutoff',
|
|
1373
|
+
GLOBAL_E_MERCHANT_POST_CUTOFF = 'global_e_merchant_post_cutoff',
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1344
1376
|
export enum MichaelyanItemType {
|
|
1345
1377
|
PHYSICAL = 'physical',
|
|
1346
1378
|
DIGITAL = 'digital',
|
|
@@ -1484,6 +1516,8 @@ export enum OrderValidationStatus {
|
|
|
1484
1516
|
FAILED = 'failed',
|
|
1485
1517
|
LABEL_CREATED = 'label_created',
|
|
1486
1518
|
UNRESOLVABLE = 'unresolvable',
|
|
1519
|
+
CANCELLED = 'cancelled',
|
|
1520
|
+
BREACHED = 'breached',
|
|
1487
1521
|
}
|
|
1488
1522
|
|
|
1489
1523
|
export enum OrganizationCapability {
|
|
@@ -1540,6 +1574,12 @@ export enum Owner {
|
|
|
1540
1574
|
ORGANIZATION = 'organization',
|
|
1541
1575
|
}
|
|
1542
1576
|
|
|
1577
|
+
export enum Party {
|
|
1578
|
+
MERCHANT = 'merchant',
|
|
1579
|
+
CHANNEL_PARTNER = 'channel_partner',
|
|
1580
|
+
GLOBAL_E = 'global_e',
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1543
1583
|
export enum PaymentSummaryStatus {
|
|
1544
1584
|
AUTHORIZED = 'authorized',
|
|
1545
1585
|
CANCELED = 'canceled',
|
|
@@ -1582,6 +1622,12 @@ export enum PricingIndicatorStatus {
|
|
|
1582
1622
|
IN_PROGRESS = 'in_progress',
|
|
1583
1623
|
}
|
|
1584
1624
|
|
|
1625
|
+
export enum PrincipalType {
|
|
1626
|
+
TOTAL_ORDER_VALUE = 'total_order_value',
|
|
1627
|
+
PRODUCT_ORDER_VALUE = 'product_order_value',
|
|
1628
|
+
LABEL_VALUE = 'label_value',
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1585
1631
|
export enum ProcessingTransactionType {
|
|
1586
1632
|
ADJUSTMENT = 'adjustment',
|
|
1587
1633
|
REVERSAL = 'reversal',
|
|
@@ -1614,6 +1660,15 @@ export enum ProductStatus {
|
|
|
1614
1660
|
DRAFT = 'draft',
|
|
1615
1661
|
}
|
|
1616
1662
|
|
|
1663
|
+
export enum ProfitStreamKey {
|
|
1664
|
+
PRE_PROFIT_SHARE = 'pre_profit_share',
|
|
1665
|
+
CHANNEL_PRE_CUTOFF = 'channel_pre_cutoff',
|
|
1666
|
+
CHANNEL_POST_CUTOFF = 'channel_post_cutoff',
|
|
1667
|
+
GLOBAL_E_PRE_CUTOFF = 'global_e_pre_cutoff',
|
|
1668
|
+
GLOBAL_E_POST_CUTOFF = 'global_e_post_cutoff',
|
|
1669
|
+
DUTY_ASSURANCE = 'duty_assurance',
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1617
1672
|
export enum PromptAction {
|
|
1618
1673
|
PROMPT_DISPLAYED = 'prompt_displayed',
|
|
1619
1674
|
CONSENT_GRANTED = 'consent_granted',
|
|
@@ -1749,6 +1804,12 @@ export enum RevenueRecordType {
|
|
|
1749
1804
|
REFUND = 'refund',
|
|
1750
1805
|
}
|
|
1751
1806
|
|
|
1807
|
+
export enum RevenueType {
|
|
1808
|
+
MOR = 'mor',
|
|
1809
|
+
FX = 'fx',
|
|
1810
|
+
DUTY_ASSURANCE = 'duty_assurance',
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1752
1813
|
export enum RiskCheck {
|
|
1753
1814
|
THREE_D_SECURE = 'three_d_secure',
|
|
1754
1815
|
}
|
|
@@ -1830,6 +1891,7 @@ export enum ShopifyMarketsQueuedRecordType {
|
|
|
1830
1891
|
PRODUCT_SYNC = 'product_sync',
|
|
1831
1892
|
WEBHOOK_REGISTRATIONS = 'webhook_registrations',
|
|
1832
1893
|
CHANNEL_ORGANIZATION_IDENTIFIER = 'channel_organization_identifier',
|
|
1894
|
+
BULK_PRODUCT_INGESTION = 'bulk_product_ingestion',
|
|
1833
1895
|
}
|
|
1834
1896
|
|
|
1835
1897
|
export enum ShopifyMarketsTradeSector {
|