@flowio/api-internal-constants 4.18.75 → 4.18.78

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.
@@ -197,7 +197,13 @@ export declare enum BillingMetricKey {
197
197
  ACCOUNTS_WITH_FINAL_STATEMENTS_PENDING_TRANSACTION_COUNT = "accounts_with_final_statements_pending_transaction_count",
198
198
  ACCOUNTS_WITH_FINAL_STATEMENTS_PENDING_TRANSACTION_TOTAL = "accounts_with_final_statements_pending_transaction_total",
199
199
  EDITED_ORDER_TAX_AMOUNT_EXCEEDING_TRANSACTION = "edited_order_tax_amount_exceeding_transaction",
200
- EDITED_ORDER_DUTY_AMOUNT_EXCEEDING_TRANSACTION = "edited_order_duty_amount_exceeding_transaction"
200
+ EDITED_ORDER_DUTY_AMOUNT_EXCEEDING_TRANSACTION = "edited_order_duty_amount_exceeding_transaction",
201
+ NEGATIVE_BALANCE_SCHEDULED_TOTAL = "negative_balance_scheduled_total",
202
+ NEGATIVE_BALANCE_DEBITED_TOTAL = "negative_balance_debited_total",
203
+ NEGATIVE_BALANCE_FAILED_TO_BE_DEBITED_TOTAL = "negative_balance_failed_to_be_debited_total",
204
+ NUMBER_OF_ORGS_ELIGIBLE_TO_NEGATIVE_BALANCE_DEBIT = "number_of_orgs_eligible_to_negative_balance_debit",
205
+ NUMBER_OF_ORGS_WITH_FAILED_NEGATIVE_DEBIT = "number_of_orgs_with_failed_negative_debit",
206
+ NEGATIVE_DEBIT_SUCCESS_RATE = "negative_debit_success_rate"
201
207
  }
202
208
  export declare enum BillingStatementAttachmentKey {
203
209
  INVOICE = "invoice",
@@ -463,6 +469,16 @@ export declare enum ContentTypeCast {
463
469
  MARKDOWN_TO_HTML = "markdown_to_html",
464
470
  MARKDOWN_TO_TEXT = "markdown_to_text"
465
471
  }
472
+ export declare enum CostType {
473
+ PAYMENT_PROCESSING = "payment_processing",
474
+ FX = "fx",
475
+ NEGATIVE_BALANCE = "negative_balance",
476
+ SOLUTION = "solution",
477
+ HOSTING = "hosting",
478
+ DUTY_GUARANTEE = "duty_guarantee",
479
+ TRANSFER = "transfer",
480
+ FRAUD = "fraud"
481
+ }
466
482
  export declare enum CrossdockTrackingStatus {
467
483
  NOTIFIED = "notified",
468
484
  RECEIVED = "received",
@@ -516,6 +532,14 @@ export declare enum DisputeProcessor {
516
532
  ADYEN = "adyen",
517
533
  PAYPAL = "paypal"
518
534
  }
535
+ export declare enum DisputeReportingCategory {
536
+ CHARGE_ISSUES = "charge_issues",
537
+ DELIVERY = "delivery",
538
+ FRAUD = "fraud",
539
+ GENERAL = "general",
540
+ PRODUCT = "product",
541
+ RETURNS = "returns"
542
+ }
519
543
  export declare enum DisputeStatus {
520
544
  PENDING = "pending",
521
545
  WON = "won",
@@ -638,8 +662,6 @@ export declare enum EventType {
638
662
  TRANSACTION_STATEMENT_DELETED = "transaction_statement_deleted",
639
663
  DAILY_VALUE_UPSERTED = "daily_value_upserted",
640
664
  DAILY_VALUE_DELETED = "daily_value_deleted",
641
- SALES_RECORD_UPSERTED = "sales_record_upserted",
642
- SALES_RECORD_DELETED = "sales_record_deleted",
643
665
  REVENUE_RECORD_UPSERTED = "revenue_record_upserted",
644
666
  REVENUE_RECORD_DELETED = "revenue_record_deleted",
645
667
  OTHER_RECORD_UPSERTED = "other_record_upserted",
@@ -800,6 +822,8 @@ export declare enum EventType {
800
822
  LOCALIZED_ITEM_SNAPSHOT = "localized_item_snapshot",
801
823
  LOCALIZED_PRICE_BOOK_ITEM_UPSERTED = "localized_price_book_item_upserted",
802
824
  LOCALIZED_PRICE_BOOK_ITEM_DELETED = "localized_price_book_item_deleted",
825
+ LOGISTICS_CAPABILITIES_UPSERTED = "logistics_capabilities_upserted",
826
+ LOGISTICS_CAPABILITIES_DELETED = "logistics_capabilities_deleted",
803
827
  FEED_UPSERTED = "feed_upserted",
804
828
  FEED_DELETED = "feed_deleted",
805
829
  FEEDS_EXPORT = "feeds_export",
@@ -874,8 +898,6 @@ export declare enum EventType {
874
898
  RATECARD_RATE_LEVEL_RATECARD_DELETED = "ratecard_rate_level_ratecard_deleted",
875
899
  RATECARD_RATE_LEVEL_ORGANIZATION_UPSERTED = "ratecard_rate_level_organization_upserted",
876
900
  RATECARD_RATE_LEVEL_ORGANIZATION_DELETED = "ratecard_rate_level_organization_deleted",
877
- ORGANIZATION_RESTRICTION_SNAPSHOT_UPSERTED = "organization_restriction_snapshot_upserted",
878
- ORGANIZATION_RESTRICTION_SNAPSHOT_DELETED = "organization_restriction_snapshot_deleted",
879
901
  RESTRICTION_ORGANIZATION_STATUS_UPSERTED = "restriction_organization_status_upserted",
880
902
  RESTRICTION_ORGANIZATION_STATUS_DELETED = "restriction_organization_status_deleted",
881
903
  ORGANIZATION_RESTRICTION_STATUS_UPSERTED = "organization_restriction_status_upserted",
@@ -902,6 +924,8 @@ export declare enum EventType {
902
924
  CHANNEL_ORGANIZATION_IDENTIFIER_DELETED = "channel_organization_identifier_deleted",
903
925
  ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED = "order_tax_and_duty_inclusivity_setting_upserted",
904
926
  ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_DELETED = "order_tax_and_duty_inclusivity_setting_deleted",
927
+ SHOPIFY_PRODUCT_BUNDLE_UPSERTED = "shopify_product_bundle_upserted",
928
+ SHOPIFY_PRODUCT_BUNDLE_DELETED = "shopify_product_bundle_deleted",
905
929
  SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = "shopify_monitoring_order_monitor_event_upserted",
906
930
  SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = "shopify_monitoring_order_monitor_event_deleted",
907
931
  SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = "shopify_order_fulfillments_snapshot_upserted",
@@ -934,6 +958,8 @@ export declare enum EventType {
934
958
  SHRUTI_DEMO_ITEM_DELETED = "shruti_demo_item_deleted",
935
959
  TAM_ITEM_UPSERTED = "tam_item_upserted",
936
960
  TAM_ITEM_DELETED = "tam_item_deleted",
961
+ THIAGO_ITEM_UPSERTED = "thiago_item_upserted",
962
+ THIAGO_ITEM_DELETED = "thiago_item_deleted",
937
963
  TRACKING_PROCESSING_ERROR_UPSERTED = "tracking_processing_error_upserted",
938
964
  TRACKING_PROCESSING_ERROR_DELETED = "tracking_processing_error_deleted",
939
965
  TRACKING_LABEL_EVENT_UPSERTED_V_2 = "tracking_label_event_upserted_v2",
@@ -1025,6 +1051,17 @@ export declare enum FtpProtocol {
1025
1051
  export declare enum GoogleAnalyticsPlugin {
1026
1052
  EC = "ec"
1027
1053
  }
1054
+ export declare enum GraphqlServiceTypes {
1055
+ ORDER_UPDATE_MUTATION = "order_update_mutation",
1056
+ SHIPPING_ADDRESS_VALIDATION = "shipping_address_validation",
1057
+ BULK_PUBLICATION_STATUS = "bulk_publication_status",
1058
+ COUNTRY_CATALOG_SYNC = "country_catalog_sync",
1059
+ INVENTORY_ITEM = "inventory_item",
1060
+ PRODUCT_BUNDLE = "product_bundle",
1061
+ SHOPIFY_LOCATION = "shopify_location",
1062
+ SHOPIFY_ORDER = "shopify_order",
1063
+ SYNC_PRODUCT_CATALOG = "sync_product_catalog"
1064
+ }
1028
1065
  export declare enum HarinathItemType {
1029
1066
  DIGITAL = "digital",
1030
1067
  PHYSICAL = "physical"
@@ -1100,6 +1137,7 @@ export declare enum LabelRequestErrorHandlingResponsibility {
1100
1137
  MERCHANT_INTEGRATION = "merchant_integration",
1101
1138
  SHOPIFY_INTEGRATION = "shopify_integration",
1102
1139
  GLOBALE_CX = "globale_cx",
1140
+ GLOBALE_ADDRESS_REPAIR = "globale_address_repair",
1103
1141
  MERCHANT_OPERATIONS = "merchant_operations",
1104
1142
  GLOBALE_SYSTEM = "globale_system"
1105
1143
  }
@@ -1213,6 +1251,12 @@ export declare enum MatiasItemType {
1213
1251
  PHYSICAL = "physical",
1214
1252
  DIGITAL = "digital"
1215
1253
  }
1254
+ export declare enum MerchantCohort {
1255
+ CHANNEL_MERCHANT_PRE_CUTOFF = "channel_merchant_pre_cutoff",
1256
+ CHANNEL_MERCHANT_POST_CUTOFF = "channel_merchant_post_cutoff",
1257
+ GLOBAL_E_MERCHANT_PRE_CUTOFF = "global_e_merchant_pre_cutoff",
1258
+ GLOBAL_E_MERCHANT_POST_CUTOFF = "global_e_merchant_post_cutoff"
1259
+ }
1216
1260
  export declare enum MichaelyanItemType {
1217
1261
  PHYSICAL = "physical",
1218
1262
  DIGITAL = "digital"
@@ -1337,7 +1381,9 @@ export declare enum OrderValidationStatus {
1337
1381
  SUCCESS = "success",
1338
1382
  FAILED = "failed",
1339
1383
  LABEL_CREATED = "label_created",
1340
- UNRESOLVABLE = "unresolvable"
1384
+ UNRESOLVABLE = "unresolvable",
1385
+ CANCELLED = "cancelled",
1386
+ BREACHED = "breached"
1341
1387
  }
1342
1388
  export declare enum OrganizationCapability {
1343
1389
  ORGANIZATION = "organization",
@@ -1345,7 +1391,6 @@ export declare enum OrganizationCapability {
1345
1391
  DYNAMIC = "dynamic"
1346
1392
  }
1347
1393
  export declare enum OrganizationMetricType {
1348
- ORGANIZATION_RESTRICTION_SNAPSHOT = "organization_restriction_snapshot",
1349
1394
  ORGANIZATION_RESTRICTION_STATUS = "organization_restriction_status"
1350
1395
  }
1351
1396
  export declare enum OrganizationPaymentStatus {
@@ -1383,6 +1428,11 @@ export declare enum Owner {
1383
1428
  FLOW = "flow",
1384
1429
  ORGANIZATION = "organization"
1385
1430
  }
1431
+ export declare enum Party {
1432
+ MERCHANT = "merchant",
1433
+ CHANNEL_PARTNER = "channel_partner",
1434
+ GLOBAL_E = "global_e"
1435
+ }
1386
1436
  export declare enum PaymentSummaryStatus {
1387
1437
  AUTHORIZED = "authorized",
1388
1438
  CANCELED = "canceled",
@@ -1419,6 +1469,11 @@ export declare enum PricingIndicatorStatus {
1419
1469
  COMPLETE = "complete",
1420
1470
  IN_PROGRESS = "in_progress"
1421
1471
  }
1472
+ export declare enum PrincipalType {
1473
+ TOTAL_ORDER_VALUE = "total_order_value",
1474
+ PRODUCT_ORDER_VALUE = "product_order_value",
1475
+ LABEL_VALUE = "label_value"
1476
+ }
1422
1477
  export declare enum ProcessingTransactionType {
1423
1478
  ADJUSTMENT = "adjustment",
1424
1479
  REVERSAL = "reversal",
@@ -1447,6 +1502,14 @@ export declare enum ProductStatus {
1447
1502
  ARCHIVED = "archived",
1448
1503
  DRAFT = "draft"
1449
1504
  }
1505
+ export declare enum ProfitStreamKey {
1506
+ PRE_PROFIT_SHARE = "pre_profit_share",
1507
+ CHANNEL_PRE_CUTOFF = "channel_pre_cutoff",
1508
+ CHANNEL_POST_CUTOFF = "channel_post_cutoff",
1509
+ GLOBAL_E_PRE_CUTOFF = "global_e_pre_cutoff",
1510
+ GLOBAL_E_POST_CUTOFF = "global_e_post_cutoff",
1511
+ DUTY_ASSURANCE = "duty_assurance"
1512
+ }
1450
1513
  export declare enum PromptAction {
1451
1514
  PROMPT_DISPLAYED = "prompt_displayed",
1452
1515
  CONSENT_GRANTED = "consent_granted",
@@ -1561,6 +1624,11 @@ export declare enum RevenueRecordType {
1561
1624
  SALES = "sales",
1562
1625
  REFUND = "refund"
1563
1626
  }
1627
+ export declare enum RevenueType {
1628
+ MOR = "mor",
1629
+ FX = "fx",
1630
+ DUTY_ASSURANCE = "duty_assurance"
1631
+ }
1564
1632
  export declare enum RiskCheck {
1565
1633
  THREE_D_SECURE = "three_d_secure"
1566
1634
  }
@@ -1632,7 +1700,8 @@ export declare enum ShopifyMarketsQueuedRecordType {
1632
1700
  PRODUCT_RESTRICTION_RESULT = "product_restriction_result",
1633
1701
  PRODUCT_SYNC = "product_sync",
1634
1702
  WEBHOOK_REGISTRATIONS = "webhook_registrations",
1635
- CHANNEL_ORGANIZATION_IDENTIFIER = "channel_organization_identifier"
1703
+ CHANNEL_ORGANIZATION_IDENTIFIER = "channel_organization_identifier",
1704
+ BULK_PRODUCT_INGESTION = "bulk_product_ingestion"
1636
1705
  }
1637
1706
  export declare enum ShopifyMarketsTradeSector {
1638
1707
  APPAREL_AND_ACCESSORIES = "apparel_and_accessories",
@@ -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.InventoryReservation = exports.InventoryCheckService = 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.DisputeProcessor = exports.DisputeLiability = exports.DisputeImportType = exports.DisputeImportStatus = exports.DisputeEvidence = exports.DisputeCategory = exports.DisputeBillable = exports.DiscountRequestOrderEntitlementKey = exports.DeminimisAdjustmentType = exports.DeliveredDutyOptionMessageType = exports.DebugAccountingTransactionType = exports.CrossdockTrackingStatus = exports.ContentTypeCast = exports.ContentType = exports.ContentStatus = void 0;
5
- 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.MiljenkoItemType = exports.MichaelyanItemType = 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 = void 0;
6
- exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyGrantStatus = exports.ShopifyCheckInventoryErrorCode = exports.SessionCountryStatus = exports.ServiceName = exports.SerialReservationError = 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.QuoteRequestType = exports.PromptTarget = exports.PromptOptions = exports.PromptCheckoutDisplayPosition = exports.PromptAction = exports.ProductStatus = exports.ProcessorEntityStatus = exports.Processor = exports.ProcessingTransactionType = exports.PricingIndicatorStatus = exports.PriceSelector = exports.PreferredBillingSchedule = exports.PaymentTerm = exports.PaymentSummaryType = exports.PaymentSummaryStatus = exports.Owner = exports.OutputStyle = exports.OrganizationRestrictionScreeningStatus = exports.OrganizationRestrictionRiskLevel = exports.OrganizationRestrictionReviewType = exports.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = 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 = void 0;
4
+ exports.HarmonizationDecisionSource = exports.HarinathItemType = 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.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.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 = exports.HttpMethod = void 0;
6
+ 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 = exports.OrderValidationStatus = 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 = exports.SessionCountryStatus = void 0;
8
8
  var AccountPaymentHoldReason;
9
9
  (function (AccountPaymentHoldReason) {
10
10
  AccountPaymentHoldReason["FRAUDULENT"] = "fraudulent";
@@ -218,6 +218,12 @@ var BillingMetricKey;
218
218
  BillingMetricKey["ACCOUNTS_WITH_FINAL_STATEMENTS_PENDING_TRANSACTION_TOTAL"] = "accounts_with_final_statements_pending_transaction_total";
219
219
  BillingMetricKey["EDITED_ORDER_TAX_AMOUNT_EXCEEDING_TRANSACTION"] = "edited_order_tax_amount_exceeding_transaction";
220
220
  BillingMetricKey["EDITED_ORDER_DUTY_AMOUNT_EXCEEDING_TRANSACTION"] = "edited_order_duty_amount_exceeding_transaction";
221
+ BillingMetricKey["NEGATIVE_BALANCE_SCHEDULED_TOTAL"] = "negative_balance_scheduled_total";
222
+ BillingMetricKey["NEGATIVE_BALANCE_DEBITED_TOTAL"] = "negative_balance_debited_total";
223
+ BillingMetricKey["NEGATIVE_BALANCE_FAILED_TO_BE_DEBITED_TOTAL"] = "negative_balance_failed_to_be_debited_total";
224
+ BillingMetricKey["NUMBER_OF_ORGS_ELIGIBLE_TO_NEGATIVE_BALANCE_DEBIT"] = "number_of_orgs_eligible_to_negative_balance_debit";
225
+ BillingMetricKey["NUMBER_OF_ORGS_WITH_FAILED_NEGATIVE_DEBIT"] = "number_of_orgs_with_failed_negative_debit";
226
+ BillingMetricKey["NEGATIVE_DEBIT_SUCCESS_RATE"] = "negative_debit_success_rate";
221
227
  })(BillingMetricKey = exports.BillingMetricKey || (exports.BillingMetricKey = {}));
222
228
  var BillingStatementAttachmentKey;
223
229
  (function (BillingStatementAttachmentKey) {
@@ -523,6 +529,17 @@ var ContentTypeCast;
523
529
  ContentTypeCast["MARKDOWN_TO_HTML"] = "markdown_to_html";
524
530
  ContentTypeCast["MARKDOWN_TO_TEXT"] = "markdown_to_text";
525
531
  })(ContentTypeCast = exports.ContentTypeCast || (exports.ContentTypeCast = {}));
532
+ var CostType;
533
+ (function (CostType) {
534
+ CostType["PAYMENT_PROCESSING"] = "payment_processing";
535
+ CostType["FX"] = "fx";
536
+ CostType["NEGATIVE_BALANCE"] = "negative_balance";
537
+ CostType["SOLUTION"] = "solution";
538
+ CostType["HOSTING"] = "hosting";
539
+ CostType["DUTY_GUARANTEE"] = "duty_guarantee";
540
+ CostType["TRANSFER"] = "transfer";
541
+ CostType["FRAUD"] = "fraud";
542
+ })(CostType = exports.CostType || (exports.CostType = {}));
526
543
  var CrossdockTrackingStatus;
527
544
  (function (CrossdockTrackingStatus) {
528
545
  CrossdockTrackingStatus["NOTIFIED"] = "notified";
@@ -588,6 +605,15 @@ var DisputeProcessor;
588
605
  DisputeProcessor["ADYEN"] = "adyen";
589
606
  DisputeProcessor["PAYPAL"] = "paypal";
590
607
  })(DisputeProcessor = exports.DisputeProcessor || (exports.DisputeProcessor = {}));
608
+ var DisputeReportingCategory;
609
+ (function (DisputeReportingCategory) {
610
+ DisputeReportingCategory["CHARGE_ISSUES"] = "charge_issues";
611
+ DisputeReportingCategory["DELIVERY"] = "delivery";
612
+ DisputeReportingCategory["FRAUD"] = "fraud";
613
+ DisputeReportingCategory["GENERAL"] = "general";
614
+ DisputeReportingCategory["PRODUCT"] = "product";
615
+ DisputeReportingCategory["RETURNS"] = "returns";
616
+ })(DisputeReportingCategory = exports.DisputeReportingCategory || (exports.DisputeReportingCategory = {}));
591
617
  var DisputeStatus;
592
618
  (function (DisputeStatus) {
593
619
  DisputeStatus["PENDING"] = "pending";
@@ -723,8 +749,6 @@ var EventType;
723
749
  EventType["TRANSACTION_STATEMENT_DELETED"] = "transaction_statement_deleted";
724
750
  EventType["DAILY_VALUE_UPSERTED"] = "daily_value_upserted";
725
751
  EventType["DAILY_VALUE_DELETED"] = "daily_value_deleted";
726
- EventType["SALES_RECORD_UPSERTED"] = "sales_record_upserted";
727
- EventType["SALES_RECORD_DELETED"] = "sales_record_deleted";
728
752
  EventType["REVENUE_RECORD_UPSERTED"] = "revenue_record_upserted";
729
753
  EventType["REVENUE_RECORD_DELETED"] = "revenue_record_deleted";
730
754
  EventType["OTHER_RECORD_UPSERTED"] = "other_record_upserted";
@@ -885,6 +909,8 @@ var EventType;
885
909
  EventType["LOCALIZED_ITEM_SNAPSHOT"] = "localized_item_snapshot";
886
910
  EventType["LOCALIZED_PRICE_BOOK_ITEM_UPSERTED"] = "localized_price_book_item_upserted";
887
911
  EventType["LOCALIZED_PRICE_BOOK_ITEM_DELETED"] = "localized_price_book_item_deleted";
912
+ EventType["LOGISTICS_CAPABILITIES_UPSERTED"] = "logistics_capabilities_upserted";
913
+ EventType["LOGISTICS_CAPABILITIES_DELETED"] = "logistics_capabilities_deleted";
888
914
  EventType["FEED_UPSERTED"] = "feed_upserted";
889
915
  EventType["FEED_DELETED"] = "feed_deleted";
890
916
  EventType["FEEDS_EXPORT"] = "feeds_export";
@@ -959,8 +985,6 @@ var EventType;
959
985
  EventType["RATECARD_RATE_LEVEL_RATECARD_DELETED"] = "ratecard_rate_level_ratecard_deleted";
960
986
  EventType["RATECARD_RATE_LEVEL_ORGANIZATION_UPSERTED"] = "ratecard_rate_level_organization_upserted";
961
987
  EventType["RATECARD_RATE_LEVEL_ORGANIZATION_DELETED"] = "ratecard_rate_level_organization_deleted";
962
- EventType["ORGANIZATION_RESTRICTION_SNAPSHOT_UPSERTED"] = "organization_restriction_snapshot_upserted";
963
- EventType["ORGANIZATION_RESTRICTION_SNAPSHOT_DELETED"] = "organization_restriction_snapshot_deleted";
964
988
  EventType["RESTRICTION_ORGANIZATION_STATUS_UPSERTED"] = "restriction_organization_status_upserted";
965
989
  EventType["RESTRICTION_ORGANIZATION_STATUS_DELETED"] = "restriction_organization_status_deleted";
966
990
  EventType["ORGANIZATION_RESTRICTION_STATUS_UPSERTED"] = "organization_restriction_status_upserted";
@@ -987,6 +1011,8 @@ var EventType;
987
1011
  EventType["CHANNEL_ORGANIZATION_IDENTIFIER_DELETED"] = "channel_organization_identifier_deleted";
988
1012
  EventType["ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED"] = "order_tax_and_duty_inclusivity_setting_upserted";
989
1013
  EventType["ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_DELETED"] = "order_tax_and_duty_inclusivity_setting_deleted";
1014
+ EventType["SHOPIFY_PRODUCT_BUNDLE_UPSERTED"] = "shopify_product_bundle_upserted";
1015
+ EventType["SHOPIFY_PRODUCT_BUNDLE_DELETED"] = "shopify_product_bundle_deleted";
990
1016
  EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED"] = "shopify_monitoring_order_monitor_event_upserted";
991
1017
  EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED"] = "shopify_monitoring_order_monitor_event_deleted";
992
1018
  EventType["SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED"] = "shopify_order_fulfillments_snapshot_upserted";
@@ -1019,6 +1045,8 @@ var EventType;
1019
1045
  EventType["SHRUTI_DEMO_ITEM_DELETED"] = "shruti_demo_item_deleted";
1020
1046
  EventType["TAM_ITEM_UPSERTED"] = "tam_item_upserted";
1021
1047
  EventType["TAM_ITEM_DELETED"] = "tam_item_deleted";
1048
+ EventType["THIAGO_ITEM_UPSERTED"] = "thiago_item_upserted";
1049
+ EventType["THIAGO_ITEM_DELETED"] = "thiago_item_deleted";
1022
1050
  EventType["TRACKING_PROCESSING_ERROR_UPSERTED"] = "tracking_processing_error_upserted";
1023
1051
  EventType["TRACKING_PROCESSING_ERROR_DELETED"] = "tracking_processing_error_deleted";
1024
1052
  EventType["TRACKING_LABEL_EVENT_UPSERTED_V_2"] = "tracking_label_event_upserted_v2";
@@ -1127,6 +1155,18 @@ var GoogleAnalyticsPlugin;
1127
1155
  (function (GoogleAnalyticsPlugin) {
1128
1156
  GoogleAnalyticsPlugin["EC"] = "ec";
1129
1157
  })(GoogleAnalyticsPlugin = exports.GoogleAnalyticsPlugin || (exports.GoogleAnalyticsPlugin = {}));
1158
+ var GraphqlServiceTypes;
1159
+ (function (GraphqlServiceTypes) {
1160
+ GraphqlServiceTypes["ORDER_UPDATE_MUTATION"] = "order_update_mutation";
1161
+ GraphqlServiceTypes["SHIPPING_ADDRESS_VALIDATION"] = "shipping_address_validation";
1162
+ GraphqlServiceTypes["BULK_PUBLICATION_STATUS"] = "bulk_publication_status";
1163
+ GraphqlServiceTypes["COUNTRY_CATALOG_SYNC"] = "country_catalog_sync";
1164
+ GraphqlServiceTypes["INVENTORY_ITEM"] = "inventory_item";
1165
+ GraphqlServiceTypes["PRODUCT_BUNDLE"] = "product_bundle";
1166
+ GraphqlServiceTypes["SHOPIFY_LOCATION"] = "shopify_location";
1167
+ GraphqlServiceTypes["SHOPIFY_ORDER"] = "shopify_order";
1168
+ GraphqlServiceTypes["SYNC_PRODUCT_CATALOG"] = "sync_product_catalog";
1169
+ })(GraphqlServiceTypes = exports.GraphqlServiceTypes || (exports.GraphqlServiceTypes = {}));
1130
1170
  var HarinathItemType;
1131
1171
  (function (HarinathItemType) {
1132
1172
  HarinathItemType["DIGITAL"] = "digital";
@@ -1218,6 +1258,7 @@ var LabelRequestErrorHandlingResponsibility;
1218
1258
  LabelRequestErrorHandlingResponsibility["MERCHANT_INTEGRATION"] = "merchant_integration";
1219
1259
  LabelRequestErrorHandlingResponsibility["SHOPIFY_INTEGRATION"] = "shopify_integration";
1220
1260
  LabelRequestErrorHandlingResponsibility["GLOBALE_CX"] = "globale_cx";
1261
+ LabelRequestErrorHandlingResponsibility["GLOBALE_ADDRESS_REPAIR"] = "globale_address_repair";
1221
1262
  LabelRequestErrorHandlingResponsibility["MERCHANT_OPERATIONS"] = "merchant_operations";
1222
1263
  LabelRequestErrorHandlingResponsibility["GLOBALE_SYSTEM"] = "globale_system";
1223
1264
  })(LabelRequestErrorHandlingResponsibility = exports.LabelRequestErrorHandlingResponsibility || (exports.LabelRequestErrorHandlingResponsibility = {}));
@@ -1348,6 +1389,13 @@ var MatiasItemType;
1348
1389
  MatiasItemType["PHYSICAL"] = "physical";
1349
1390
  MatiasItemType["DIGITAL"] = "digital";
1350
1391
  })(MatiasItemType = exports.MatiasItemType || (exports.MatiasItemType = {}));
1392
+ var MerchantCohort;
1393
+ (function (MerchantCohort) {
1394
+ MerchantCohort["CHANNEL_MERCHANT_PRE_CUTOFF"] = "channel_merchant_pre_cutoff";
1395
+ MerchantCohort["CHANNEL_MERCHANT_POST_CUTOFF"] = "channel_merchant_post_cutoff";
1396
+ MerchantCohort["GLOBAL_E_MERCHANT_PRE_CUTOFF"] = "global_e_merchant_pre_cutoff";
1397
+ MerchantCohort["GLOBAL_E_MERCHANT_POST_CUTOFF"] = "global_e_merchant_post_cutoff";
1398
+ })(MerchantCohort = exports.MerchantCohort || (exports.MerchantCohort = {}));
1351
1399
  var MichaelyanItemType;
1352
1400
  (function (MichaelyanItemType) {
1353
1401
  MichaelyanItemType["PHYSICAL"] = "physical";
@@ -1492,6 +1540,8 @@ var OrderValidationStatus;
1492
1540
  OrderValidationStatus["FAILED"] = "failed";
1493
1541
  OrderValidationStatus["LABEL_CREATED"] = "label_created";
1494
1542
  OrderValidationStatus["UNRESOLVABLE"] = "unresolvable";
1543
+ OrderValidationStatus["CANCELLED"] = "cancelled";
1544
+ OrderValidationStatus["BREACHED"] = "breached";
1495
1545
  })(OrderValidationStatus = exports.OrderValidationStatus || (exports.OrderValidationStatus = {}));
1496
1546
  var OrganizationCapability;
1497
1547
  (function (OrganizationCapability) {
@@ -1501,7 +1551,6 @@ var OrganizationCapability;
1501
1551
  })(OrganizationCapability = exports.OrganizationCapability || (exports.OrganizationCapability = {}));
1502
1552
  var OrganizationMetricType;
1503
1553
  (function (OrganizationMetricType) {
1504
- OrganizationMetricType["ORGANIZATION_RESTRICTION_SNAPSHOT"] = "organization_restriction_snapshot";
1505
1554
  OrganizationMetricType["ORGANIZATION_RESTRICTION_STATUS"] = "organization_restriction_status";
1506
1555
  })(OrganizationMetricType = exports.OrganizationMetricType || (exports.OrganizationMetricType = {}));
1507
1556
  var OrganizationPaymentStatus;
@@ -1547,6 +1596,12 @@ var Owner;
1547
1596
  Owner["FLOW"] = "flow";
1548
1597
  Owner["ORGANIZATION"] = "organization";
1549
1598
  })(Owner = exports.Owner || (exports.Owner = {}));
1599
+ var Party;
1600
+ (function (Party) {
1601
+ Party["MERCHANT"] = "merchant";
1602
+ Party["CHANNEL_PARTNER"] = "channel_partner";
1603
+ Party["GLOBAL_E"] = "global_e";
1604
+ })(Party = exports.Party || (exports.Party = {}));
1550
1605
  var PaymentSummaryStatus;
1551
1606
  (function (PaymentSummaryStatus) {
1552
1607
  PaymentSummaryStatus["AUTHORIZED"] = "authorized";
@@ -1589,6 +1644,12 @@ var PricingIndicatorStatus;
1589
1644
  PricingIndicatorStatus["COMPLETE"] = "complete";
1590
1645
  PricingIndicatorStatus["IN_PROGRESS"] = "in_progress";
1591
1646
  })(PricingIndicatorStatus = exports.PricingIndicatorStatus || (exports.PricingIndicatorStatus = {}));
1647
+ var PrincipalType;
1648
+ (function (PrincipalType) {
1649
+ PrincipalType["TOTAL_ORDER_VALUE"] = "total_order_value";
1650
+ PrincipalType["PRODUCT_ORDER_VALUE"] = "product_order_value";
1651
+ PrincipalType["LABEL_VALUE"] = "label_value";
1652
+ })(PrincipalType = exports.PrincipalType || (exports.PrincipalType = {}));
1592
1653
  var ProcessingTransactionType;
1593
1654
  (function (ProcessingTransactionType) {
1594
1655
  ProcessingTransactionType["ADJUSTMENT"] = "adjustment";
@@ -1621,6 +1682,15 @@ var ProductStatus;
1621
1682
  ProductStatus["ARCHIVED"] = "archived";
1622
1683
  ProductStatus["DRAFT"] = "draft";
1623
1684
  })(ProductStatus = exports.ProductStatus || (exports.ProductStatus = {}));
1685
+ var ProfitStreamKey;
1686
+ (function (ProfitStreamKey) {
1687
+ ProfitStreamKey["PRE_PROFIT_SHARE"] = "pre_profit_share";
1688
+ ProfitStreamKey["CHANNEL_PRE_CUTOFF"] = "channel_pre_cutoff";
1689
+ ProfitStreamKey["CHANNEL_POST_CUTOFF"] = "channel_post_cutoff";
1690
+ ProfitStreamKey["GLOBAL_E_PRE_CUTOFF"] = "global_e_pre_cutoff";
1691
+ ProfitStreamKey["GLOBAL_E_POST_CUTOFF"] = "global_e_post_cutoff";
1692
+ ProfitStreamKey["DUTY_ASSURANCE"] = "duty_assurance";
1693
+ })(ProfitStreamKey = exports.ProfitStreamKey || (exports.ProfitStreamKey = {}));
1624
1694
  var PromptAction;
1625
1695
  (function (PromptAction) {
1626
1696
  PromptAction["PROMPT_DISPLAYED"] = "prompt_displayed";
@@ -1756,6 +1826,12 @@ var RevenueRecordType;
1756
1826
  RevenueRecordType["SALES"] = "sales";
1757
1827
  RevenueRecordType["REFUND"] = "refund";
1758
1828
  })(RevenueRecordType = exports.RevenueRecordType || (exports.RevenueRecordType = {}));
1829
+ var RevenueType;
1830
+ (function (RevenueType) {
1831
+ RevenueType["MOR"] = "mor";
1832
+ RevenueType["FX"] = "fx";
1833
+ RevenueType["DUTY_ASSURANCE"] = "duty_assurance";
1834
+ })(RevenueType = exports.RevenueType || (exports.RevenueType = {}));
1759
1835
  var RiskCheck;
1760
1836
  (function (RiskCheck) {
1761
1837
  RiskCheck["THREE_D_SECURE"] = "three_d_secure";
@@ -1838,6 +1914,7 @@ var ShopifyMarketsQueuedRecordType;
1838
1914
  ShopifyMarketsQueuedRecordType["PRODUCT_SYNC"] = "product_sync";
1839
1915
  ShopifyMarketsQueuedRecordType["WEBHOOK_REGISTRATIONS"] = "webhook_registrations";
1840
1916
  ShopifyMarketsQueuedRecordType["CHANNEL_ORGANIZATION_IDENTIFIER"] = "channel_organization_identifier";
1917
+ ShopifyMarketsQueuedRecordType["BULK_PRODUCT_INGESTION"] = "bulk_product_ingestion";
1841
1918
  })(ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsQueuedRecordType || (exports.ShopifyMarketsQueuedRecordType = {}));
1842
1919
  var ShopifyMarketsTradeSector;
1843
1920
  (function (ShopifyMarketsTradeSector) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.75",
3
+ "version": "4.18.78",
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": "e2172791ebb0708545e2d68100656b52120f50e4"
27
+ "gitHead": "6f3d155eabc51fc1da757af5889d9066f4c03efe"
28
28
  }
@@ -210,6 +210,12 @@ export enum BillingMetricKey {
210
210
  ACCOUNTS_WITH_FINAL_STATEMENTS_PENDING_TRANSACTION_TOTAL = 'accounts_with_final_statements_pending_transaction_total',
211
211
  EDITED_ORDER_TAX_AMOUNT_EXCEEDING_TRANSACTION = 'edited_order_tax_amount_exceeding_transaction',
212
212
  EDITED_ORDER_DUTY_AMOUNT_EXCEEDING_TRANSACTION = 'edited_order_duty_amount_exceeding_transaction',
213
+ NEGATIVE_BALANCE_SCHEDULED_TOTAL = 'negative_balance_scheduled_total',
214
+ NEGATIVE_BALANCE_DEBITED_TOTAL = 'negative_balance_debited_total',
215
+ NEGATIVE_BALANCE_FAILED_TO_BE_DEBITED_TOTAL = 'negative_balance_failed_to_be_debited_total',
216
+ NUMBER_OF_ORGS_ELIGIBLE_TO_NEGATIVE_BALANCE_DEBIT = 'number_of_orgs_eligible_to_negative_balance_debit',
217
+ NUMBER_OF_ORGS_WITH_FAILED_NEGATIVE_DEBIT = 'number_of_orgs_with_failed_negative_debit',
218
+ NEGATIVE_DEBIT_SUCCESS_RATE = 'negative_debit_success_rate',
213
219
  }
214
220
 
215
221
  export enum BillingStatementAttachmentKey {
@@ -516,6 +522,17 @@ export enum ContentTypeCast {
516
522
  MARKDOWN_TO_TEXT = 'markdown_to_text',
517
523
  }
518
524
 
525
+ export enum CostType {
526
+ PAYMENT_PROCESSING = 'payment_processing',
527
+ FX = 'fx',
528
+ NEGATIVE_BALANCE = 'negative_balance',
529
+ SOLUTION = 'solution',
530
+ HOSTING = 'hosting',
531
+ DUTY_GUARANTEE = 'duty_guarantee',
532
+ TRANSFER = 'transfer',
533
+ FRAUD = 'fraud',
534
+ }
535
+
519
536
  export enum CrossdockTrackingStatus {
520
537
  NOTIFIED = 'notified',
521
538
  RECEIVED = 'received',
@@ -581,6 +598,15 @@ export enum DisputeProcessor {
581
598
  PAYPAL = 'paypal',
582
599
  }
583
600
 
601
+ export enum DisputeReportingCategory {
602
+ CHARGE_ISSUES = 'charge_issues',
603
+ DELIVERY = 'delivery',
604
+ FRAUD = 'fraud',
605
+ GENERAL = 'general',
606
+ PRODUCT = 'product',
607
+ RETURNS = 'returns',
608
+ }
609
+
584
610
  export enum DisputeStatus {
585
611
  PENDING = 'pending',
586
612
  WON = 'won',
@@ -715,8 +741,6 @@ export enum EventType {
715
741
  TRANSACTION_STATEMENT_DELETED = 'transaction_statement_deleted',
716
742
  DAILY_VALUE_UPSERTED = 'daily_value_upserted',
717
743
  DAILY_VALUE_DELETED = 'daily_value_deleted',
718
- SALES_RECORD_UPSERTED = 'sales_record_upserted',
719
- SALES_RECORD_DELETED = 'sales_record_deleted',
720
744
  REVENUE_RECORD_UPSERTED = 'revenue_record_upserted',
721
745
  REVENUE_RECORD_DELETED = 'revenue_record_deleted',
722
746
  OTHER_RECORD_UPSERTED = 'other_record_upserted',
@@ -877,6 +901,8 @@ export enum EventType {
877
901
  LOCALIZED_ITEM_SNAPSHOT = 'localized_item_snapshot',
878
902
  LOCALIZED_PRICE_BOOK_ITEM_UPSERTED = 'localized_price_book_item_upserted',
879
903
  LOCALIZED_PRICE_BOOK_ITEM_DELETED = 'localized_price_book_item_deleted',
904
+ LOGISTICS_CAPABILITIES_UPSERTED = 'logistics_capabilities_upserted',
905
+ LOGISTICS_CAPABILITIES_DELETED = 'logistics_capabilities_deleted',
880
906
  FEED_UPSERTED = 'feed_upserted',
881
907
  FEED_DELETED = 'feed_deleted',
882
908
  FEEDS_EXPORT = 'feeds_export',
@@ -951,8 +977,6 @@ export enum EventType {
951
977
  RATECARD_RATE_LEVEL_RATECARD_DELETED = 'ratecard_rate_level_ratecard_deleted',
952
978
  RATECARD_RATE_LEVEL_ORGANIZATION_UPSERTED = 'ratecard_rate_level_organization_upserted',
953
979
  RATECARD_RATE_LEVEL_ORGANIZATION_DELETED = 'ratecard_rate_level_organization_deleted',
954
- ORGANIZATION_RESTRICTION_SNAPSHOT_UPSERTED = 'organization_restriction_snapshot_upserted',
955
- ORGANIZATION_RESTRICTION_SNAPSHOT_DELETED = 'organization_restriction_snapshot_deleted',
956
980
  RESTRICTION_ORGANIZATION_STATUS_UPSERTED = 'restriction_organization_status_upserted',
957
981
  RESTRICTION_ORGANIZATION_STATUS_DELETED = 'restriction_organization_status_deleted',
958
982
  ORGANIZATION_RESTRICTION_STATUS_UPSERTED = 'organization_restriction_status_upserted',
@@ -979,6 +1003,8 @@ export enum EventType {
979
1003
  CHANNEL_ORGANIZATION_IDENTIFIER_DELETED = 'channel_organization_identifier_deleted',
980
1004
  ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED = 'order_tax_and_duty_inclusivity_setting_upserted',
981
1005
  ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_DELETED = 'order_tax_and_duty_inclusivity_setting_deleted',
1006
+ SHOPIFY_PRODUCT_BUNDLE_UPSERTED = 'shopify_product_bundle_upserted',
1007
+ SHOPIFY_PRODUCT_BUNDLE_DELETED = 'shopify_product_bundle_deleted',
982
1008
  SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = 'shopify_monitoring_order_monitor_event_upserted',
983
1009
  SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = 'shopify_monitoring_order_monitor_event_deleted',
984
1010
  SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = 'shopify_order_fulfillments_snapshot_upserted',
@@ -1011,6 +1037,8 @@ export enum EventType {
1011
1037
  SHRUTI_DEMO_ITEM_DELETED = 'shruti_demo_item_deleted',
1012
1038
  TAM_ITEM_UPSERTED = 'tam_item_upserted',
1013
1039
  TAM_ITEM_DELETED = 'tam_item_deleted',
1040
+ THIAGO_ITEM_UPSERTED = 'thiago_item_upserted',
1041
+ THIAGO_ITEM_DELETED = 'thiago_item_deleted',
1014
1042
  TRACKING_PROCESSING_ERROR_UPSERTED = 'tracking_processing_error_upserted',
1015
1043
  TRACKING_PROCESSING_ERROR_DELETED = 'tracking_processing_error_deleted',
1016
1044
  TRACKING_LABEL_EVENT_UPSERTED_V_2 = 'tracking_label_event_upserted_v2',
@@ -1120,6 +1148,18 @@ export enum GoogleAnalyticsPlugin {
1120
1148
  EC = 'ec',
1121
1149
  }
1122
1150
 
1151
+ export enum GraphqlServiceTypes {
1152
+ ORDER_UPDATE_MUTATION = 'order_update_mutation',
1153
+ SHIPPING_ADDRESS_VALIDATION = 'shipping_address_validation',
1154
+ BULK_PUBLICATION_STATUS = 'bulk_publication_status',
1155
+ COUNTRY_CATALOG_SYNC = 'country_catalog_sync',
1156
+ INVENTORY_ITEM = 'inventory_item',
1157
+ PRODUCT_BUNDLE = 'product_bundle',
1158
+ SHOPIFY_LOCATION = 'shopify_location',
1159
+ SHOPIFY_ORDER = 'shopify_order',
1160
+ SYNC_PRODUCT_CATALOG = 'sync_product_catalog',
1161
+ }
1162
+
1123
1163
  export enum HarinathItemType {
1124
1164
  DIGITAL = 'digital',
1125
1165
  PHYSICAL = 'physical',
@@ -1210,6 +1250,7 @@ export enum LabelRequestErrorHandlingResponsibility {
1210
1250
  MERCHANT_INTEGRATION = 'merchant_integration',
1211
1251
  SHOPIFY_INTEGRATION = 'shopify_integration',
1212
1252
  GLOBALE_CX = 'globale_cx',
1253
+ GLOBALE_ADDRESS_REPAIR = 'globale_address_repair',
1213
1254
  MERCHANT_OPERATIONS = 'merchant_operations',
1214
1255
  GLOBALE_SYSTEM = 'globale_system',
1215
1256
  }
@@ -1341,6 +1382,13 @@ export enum MatiasItemType {
1341
1382
  DIGITAL = 'digital',
1342
1383
  }
1343
1384
 
1385
+ export enum MerchantCohort {
1386
+ CHANNEL_MERCHANT_PRE_CUTOFF = 'channel_merchant_pre_cutoff',
1387
+ CHANNEL_MERCHANT_POST_CUTOFF = 'channel_merchant_post_cutoff',
1388
+ GLOBAL_E_MERCHANT_PRE_CUTOFF = 'global_e_merchant_pre_cutoff',
1389
+ GLOBAL_E_MERCHANT_POST_CUTOFF = 'global_e_merchant_post_cutoff',
1390
+ }
1391
+
1344
1392
  export enum MichaelyanItemType {
1345
1393
  PHYSICAL = 'physical',
1346
1394
  DIGITAL = 'digital',
@@ -1484,6 +1532,8 @@ export enum OrderValidationStatus {
1484
1532
  FAILED = 'failed',
1485
1533
  LABEL_CREATED = 'label_created',
1486
1534
  UNRESOLVABLE = 'unresolvable',
1535
+ CANCELLED = 'cancelled',
1536
+ BREACHED = 'breached',
1487
1537
  }
1488
1538
 
1489
1539
  export enum OrganizationCapability {
@@ -1493,7 +1543,6 @@ export enum OrganizationCapability {
1493
1543
  }
1494
1544
 
1495
1545
  export enum OrganizationMetricType {
1496
- ORGANIZATION_RESTRICTION_SNAPSHOT = 'organization_restriction_snapshot',
1497
1546
  ORGANIZATION_RESTRICTION_STATUS = 'organization_restriction_status',
1498
1547
  }
1499
1548
 
@@ -1540,6 +1589,12 @@ export enum Owner {
1540
1589
  ORGANIZATION = 'organization',
1541
1590
  }
1542
1591
 
1592
+ export enum Party {
1593
+ MERCHANT = 'merchant',
1594
+ CHANNEL_PARTNER = 'channel_partner',
1595
+ GLOBAL_E = 'global_e',
1596
+ }
1597
+
1543
1598
  export enum PaymentSummaryStatus {
1544
1599
  AUTHORIZED = 'authorized',
1545
1600
  CANCELED = 'canceled',
@@ -1582,6 +1637,12 @@ export enum PricingIndicatorStatus {
1582
1637
  IN_PROGRESS = 'in_progress',
1583
1638
  }
1584
1639
 
1640
+ export enum PrincipalType {
1641
+ TOTAL_ORDER_VALUE = 'total_order_value',
1642
+ PRODUCT_ORDER_VALUE = 'product_order_value',
1643
+ LABEL_VALUE = 'label_value',
1644
+ }
1645
+
1585
1646
  export enum ProcessingTransactionType {
1586
1647
  ADJUSTMENT = 'adjustment',
1587
1648
  REVERSAL = 'reversal',
@@ -1614,6 +1675,15 @@ export enum ProductStatus {
1614
1675
  DRAFT = 'draft',
1615
1676
  }
1616
1677
 
1678
+ export enum ProfitStreamKey {
1679
+ PRE_PROFIT_SHARE = 'pre_profit_share',
1680
+ CHANNEL_PRE_CUTOFF = 'channel_pre_cutoff',
1681
+ CHANNEL_POST_CUTOFF = 'channel_post_cutoff',
1682
+ GLOBAL_E_PRE_CUTOFF = 'global_e_pre_cutoff',
1683
+ GLOBAL_E_POST_CUTOFF = 'global_e_post_cutoff',
1684
+ DUTY_ASSURANCE = 'duty_assurance',
1685
+ }
1686
+
1617
1687
  export enum PromptAction {
1618
1688
  PROMPT_DISPLAYED = 'prompt_displayed',
1619
1689
  CONSENT_GRANTED = 'consent_granted',
@@ -1749,6 +1819,12 @@ export enum RevenueRecordType {
1749
1819
  REFUND = 'refund',
1750
1820
  }
1751
1821
 
1822
+ export enum RevenueType {
1823
+ MOR = 'mor',
1824
+ FX = 'fx',
1825
+ DUTY_ASSURANCE = 'duty_assurance',
1826
+ }
1827
+
1752
1828
  export enum RiskCheck {
1753
1829
  THREE_D_SECURE = 'three_d_secure',
1754
1830
  }
@@ -1830,6 +1906,7 @@ export enum ShopifyMarketsQueuedRecordType {
1830
1906
  PRODUCT_SYNC = 'product_sync',
1831
1907
  WEBHOOK_REGISTRATIONS = 'webhook_registrations',
1832
1908
  CHANNEL_ORGANIZATION_IDENTIFIER = 'channel_organization_identifier',
1909
+ BULK_PRODUCT_INGESTION = 'bulk_product_ingestion',
1833
1910
  }
1834
1911
 
1835
1912
  export enum ShopifyMarketsTradeSector {