@flowio/api-internal-constants 4.18.74 → 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 +61 -4
- package/dist/api-internal.js +70 -6
- package/package.json +2 -2
- package/src/api-internal.ts +66 -2
package/dist/api-internal.d.ts
CHANGED
|
@@ -183,10 +183,12 @@ export declare enum BillingMetricKey {
|
|
|
183
183
|
NEGATIVE_BALANCE_NUMBER_ACCOUNTS = "negative_balance_number_accounts",
|
|
184
184
|
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS = "negative_balance_number_accounts_with_order_in_past_30_days",
|
|
185
185
|
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS = "negative_balance_number_accounts_without_order_in_past_30_days",
|
|
186
|
+
NEGATIVE_BALANCE_NUMBER_ACTIVE_ACCOUNTS_WITH_BALANCE_OVER_1000 = "negative_balance_number_active_accounts_with_balance_over_1000",
|
|
186
187
|
NEGATIVE_BALANCE_TOTAL = "negative_balance_total",
|
|
187
188
|
NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS = "negative_balance_total_with_order_in_past_30_days",
|
|
188
189
|
NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS = "negative_balance_total_without_order_in_past_30_days",
|
|
189
190
|
NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX = "negative_balance_single_account_max",
|
|
191
|
+
NEGATIVE_BALANCE_SINGLE_ACTIVE_ACCOUNT_MAX = "negative_balance_single_active_account_max",
|
|
190
192
|
NEGATIVE_BALANCE_FEE_TOTAL = "negative_balance_fee_total",
|
|
191
193
|
ACCOUNTS_WITH_PAYMENT_HOLDS_COUNT = "accounts_with_payment_holds_count",
|
|
192
194
|
ACCOUNTS_WITH_PAYMENT_HOLDS_PENDING_PAYMENT_PROMISE_COUNT = "accounts_with_payment_holds_pending_payment_promise_count",
|
|
@@ -461,6 +463,16 @@ export declare enum ContentTypeCast {
|
|
|
461
463
|
MARKDOWN_TO_HTML = "markdown_to_html",
|
|
462
464
|
MARKDOWN_TO_TEXT = "markdown_to_text"
|
|
463
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
|
+
}
|
|
464
476
|
export declare enum CrossdockTrackingStatus {
|
|
465
477
|
NOTIFIED = "notified",
|
|
466
478
|
RECEIVED = "received",
|
|
@@ -514,6 +526,14 @@ export declare enum DisputeProcessor {
|
|
|
514
526
|
ADYEN = "adyen",
|
|
515
527
|
PAYPAL = "paypal"
|
|
516
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
|
+
}
|
|
517
537
|
export declare enum DisputeStatus {
|
|
518
538
|
PENDING = "pending",
|
|
519
539
|
WON = "won",
|
|
@@ -636,8 +656,6 @@ export declare enum EventType {
|
|
|
636
656
|
TRANSACTION_STATEMENT_DELETED = "transaction_statement_deleted",
|
|
637
657
|
DAILY_VALUE_UPSERTED = "daily_value_upserted",
|
|
638
658
|
DAILY_VALUE_DELETED = "daily_value_deleted",
|
|
639
|
-
SALES_RECORD_UPSERTED = "sales_record_upserted",
|
|
640
|
-
SALES_RECORD_DELETED = "sales_record_deleted",
|
|
641
659
|
REVENUE_RECORD_UPSERTED = "revenue_record_upserted",
|
|
642
660
|
REVENUE_RECORD_DELETED = "revenue_record_deleted",
|
|
643
661
|
OTHER_RECORD_UPSERTED = "other_record_upserted",
|
|
@@ -798,6 +816,8 @@ export declare enum EventType {
|
|
|
798
816
|
LOCALIZED_ITEM_SNAPSHOT = "localized_item_snapshot",
|
|
799
817
|
LOCALIZED_PRICE_BOOK_ITEM_UPSERTED = "localized_price_book_item_upserted",
|
|
800
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",
|
|
801
821
|
FEED_UPSERTED = "feed_upserted",
|
|
802
822
|
FEED_DELETED = "feed_deleted",
|
|
803
823
|
FEEDS_EXPORT = "feeds_export",
|
|
@@ -900,6 +920,8 @@ export declare enum EventType {
|
|
|
900
920
|
CHANNEL_ORGANIZATION_IDENTIFIER_DELETED = "channel_organization_identifier_deleted",
|
|
901
921
|
ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED = "order_tax_and_duty_inclusivity_setting_upserted",
|
|
902
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",
|
|
903
925
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = "shopify_monitoring_order_monitor_event_upserted",
|
|
904
926
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = "shopify_monitoring_order_monitor_event_deleted",
|
|
905
927
|
SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = "shopify_order_fulfillments_snapshot_upserted",
|
|
@@ -932,6 +954,8 @@ export declare enum EventType {
|
|
|
932
954
|
SHRUTI_DEMO_ITEM_DELETED = "shruti_demo_item_deleted",
|
|
933
955
|
TAM_ITEM_UPSERTED = "tam_item_upserted",
|
|
934
956
|
TAM_ITEM_DELETED = "tam_item_deleted",
|
|
957
|
+
THIAGO_ITEM_UPSERTED = "thiago_item_upserted",
|
|
958
|
+
THIAGO_ITEM_DELETED = "thiago_item_deleted",
|
|
935
959
|
TRACKING_PROCESSING_ERROR_UPSERTED = "tracking_processing_error_upserted",
|
|
936
960
|
TRACKING_PROCESSING_ERROR_DELETED = "tracking_processing_error_deleted",
|
|
937
961
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = "tracking_label_event_upserted_v2",
|
|
@@ -1098,6 +1122,7 @@ export declare enum LabelRequestErrorHandlingResponsibility {
|
|
|
1098
1122
|
MERCHANT_INTEGRATION = "merchant_integration",
|
|
1099
1123
|
SHOPIFY_INTEGRATION = "shopify_integration",
|
|
1100
1124
|
GLOBALE_CX = "globale_cx",
|
|
1125
|
+
GLOBALE_ADDRESS_REPAIR = "globale_address_repair",
|
|
1101
1126
|
MERCHANT_OPERATIONS = "merchant_operations",
|
|
1102
1127
|
GLOBALE_SYSTEM = "globale_system"
|
|
1103
1128
|
}
|
|
@@ -1211,6 +1236,12 @@ export declare enum MatiasItemType {
|
|
|
1211
1236
|
PHYSICAL = "physical",
|
|
1212
1237
|
DIGITAL = "digital"
|
|
1213
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
|
+
}
|
|
1214
1245
|
export declare enum MichaelyanItemType {
|
|
1215
1246
|
PHYSICAL = "physical",
|
|
1216
1247
|
DIGITAL = "digital"
|
|
@@ -1335,7 +1366,9 @@ export declare enum OrderValidationStatus {
|
|
|
1335
1366
|
SUCCESS = "success",
|
|
1336
1367
|
FAILED = "failed",
|
|
1337
1368
|
LABEL_CREATED = "label_created",
|
|
1338
|
-
UNRESOLVABLE = "unresolvable"
|
|
1369
|
+
UNRESOLVABLE = "unresolvable",
|
|
1370
|
+
CANCELLED = "cancelled",
|
|
1371
|
+
BREACHED = "breached"
|
|
1339
1372
|
}
|
|
1340
1373
|
export declare enum OrganizationCapability {
|
|
1341
1374
|
ORGANIZATION = "organization",
|
|
@@ -1381,6 +1414,11 @@ export declare enum Owner {
|
|
|
1381
1414
|
FLOW = "flow",
|
|
1382
1415
|
ORGANIZATION = "organization"
|
|
1383
1416
|
}
|
|
1417
|
+
export declare enum Party {
|
|
1418
|
+
MERCHANT = "merchant",
|
|
1419
|
+
CHANNEL_PARTNER = "channel_partner",
|
|
1420
|
+
GLOBAL_E = "global_e"
|
|
1421
|
+
}
|
|
1384
1422
|
export declare enum PaymentSummaryStatus {
|
|
1385
1423
|
AUTHORIZED = "authorized",
|
|
1386
1424
|
CANCELED = "canceled",
|
|
@@ -1417,6 +1455,11 @@ export declare enum PricingIndicatorStatus {
|
|
|
1417
1455
|
COMPLETE = "complete",
|
|
1418
1456
|
IN_PROGRESS = "in_progress"
|
|
1419
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
|
+
}
|
|
1420
1463
|
export declare enum ProcessingTransactionType {
|
|
1421
1464
|
ADJUSTMENT = "adjustment",
|
|
1422
1465
|
REVERSAL = "reversal",
|
|
@@ -1445,6 +1488,14 @@ export declare enum ProductStatus {
|
|
|
1445
1488
|
ARCHIVED = "archived",
|
|
1446
1489
|
DRAFT = "draft"
|
|
1447
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
|
+
}
|
|
1448
1499
|
export declare enum PromptAction {
|
|
1449
1500
|
PROMPT_DISPLAYED = "prompt_displayed",
|
|
1450
1501
|
CONSENT_GRANTED = "consent_granted",
|
|
@@ -1559,6 +1610,11 @@ export declare enum RevenueRecordType {
|
|
|
1559
1610
|
SALES = "sales",
|
|
1560
1611
|
REFUND = "refund"
|
|
1561
1612
|
}
|
|
1613
|
+
export declare enum RevenueType {
|
|
1614
|
+
MOR = "mor",
|
|
1615
|
+
FX = "fx",
|
|
1616
|
+
DUTY_ASSURANCE = "duty_assurance"
|
|
1617
|
+
}
|
|
1562
1618
|
export declare enum RiskCheck {
|
|
1563
1619
|
THREE_D_SECURE = "three_d_secure"
|
|
1564
1620
|
}
|
|
@@ -1630,7 +1686,8 @@ export declare enum ShopifyMarketsQueuedRecordType {
|
|
|
1630
1686
|
PRODUCT_RESTRICTION_RESULT = "product_restriction_result",
|
|
1631
1687
|
PRODUCT_SYNC = "product_sync",
|
|
1632
1688
|
WEBHOOK_REGISTRATIONS = "webhook_registrations",
|
|
1633
|
-
CHANNEL_ORGANIZATION_IDENTIFIER = "channel_organization_identifier"
|
|
1689
|
+
CHANNEL_ORGANIZATION_IDENTIFIER = "channel_organization_identifier",
|
|
1690
|
+
BULK_PRODUCT_INGESTION = "bulk_product_ingestion"
|
|
1634
1691
|
}
|
|
1635
1692
|
export declare enum ShopifyMarketsTradeSector {
|
|
1636
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";
|
|
@@ -203,10 +203,12 @@ var BillingMetricKey;
|
|
|
203
203
|
BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS"] = "negative_balance_number_accounts";
|
|
204
204
|
BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS"] = "negative_balance_number_accounts_with_order_in_past_30_days";
|
|
205
205
|
BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS"] = "negative_balance_number_accounts_without_order_in_past_30_days";
|
|
206
|
+
BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACTIVE_ACCOUNTS_WITH_BALANCE_OVER_1000"] = "negative_balance_number_active_accounts_with_balance_over_1000";
|
|
206
207
|
BillingMetricKey["NEGATIVE_BALANCE_TOTAL"] = "negative_balance_total";
|
|
207
208
|
BillingMetricKey["NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS"] = "negative_balance_total_with_order_in_past_30_days";
|
|
208
209
|
BillingMetricKey["NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS"] = "negative_balance_total_without_order_in_past_30_days";
|
|
209
210
|
BillingMetricKey["NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX"] = "negative_balance_single_account_max";
|
|
211
|
+
BillingMetricKey["NEGATIVE_BALANCE_SINGLE_ACTIVE_ACCOUNT_MAX"] = "negative_balance_single_active_account_max";
|
|
210
212
|
BillingMetricKey["NEGATIVE_BALANCE_FEE_TOTAL"] = "negative_balance_fee_total";
|
|
211
213
|
BillingMetricKey["ACCOUNTS_WITH_PAYMENT_HOLDS_COUNT"] = "accounts_with_payment_holds_count";
|
|
212
214
|
BillingMetricKey["ACCOUNTS_WITH_PAYMENT_HOLDS_PENDING_PAYMENT_PROMISE_COUNT"] = "accounts_with_payment_holds_pending_payment_promise_count";
|
|
@@ -521,6 +523,17 @@ var ContentTypeCast;
|
|
|
521
523
|
ContentTypeCast["MARKDOWN_TO_HTML"] = "markdown_to_html";
|
|
522
524
|
ContentTypeCast["MARKDOWN_TO_TEXT"] = "markdown_to_text";
|
|
523
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 = {}));
|
|
524
537
|
var CrossdockTrackingStatus;
|
|
525
538
|
(function (CrossdockTrackingStatus) {
|
|
526
539
|
CrossdockTrackingStatus["NOTIFIED"] = "notified";
|
|
@@ -586,6 +599,15 @@ var DisputeProcessor;
|
|
|
586
599
|
DisputeProcessor["ADYEN"] = "adyen";
|
|
587
600
|
DisputeProcessor["PAYPAL"] = "paypal";
|
|
588
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 = {}));
|
|
589
611
|
var DisputeStatus;
|
|
590
612
|
(function (DisputeStatus) {
|
|
591
613
|
DisputeStatus["PENDING"] = "pending";
|
|
@@ -721,8 +743,6 @@ var EventType;
|
|
|
721
743
|
EventType["TRANSACTION_STATEMENT_DELETED"] = "transaction_statement_deleted";
|
|
722
744
|
EventType["DAILY_VALUE_UPSERTED"] = "daily_value_upserted";
|
|
723
745
|
EventType["DAILY_VALUE_DELETED"] = "daily_value_deleted";
|
|
724
|
-
EventType["SALES_RECORD_UPSERTED"] = "sales_record_upserted";
|
|
725
|
-
EventType["SALES_RECORD_DELETED"] = "sales_record_deleted";
|
|
726
746
|
EventType["REVENUE_RECORD_UPSERTED"] = "revenue_record_upserted";
|
|
727
747
|
EventType["REVENUE_RECORD_DELETED"] = "revenue_record_deleted";
|
|
728
748
|
EventType["OTHER_RECORD_UPSERTED"] = "other_record_upserted";
|
|
@@ -883,6 +903,8 @@ var EventType;
|
|
|
883
903
|
EventType["LOCALIZED_ITEM_SNAPSHOT"] = "localized_item_snapshot";
|
|
884
904
|
EventType["LOCALIZED_PRICE_BOOK_ITEM_UPSERTED"] = "localized_price_book_item_upserted";
|
|
885
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";
|
|
886
908
|
EventType["FEED_UPSERTED"] = "feed_upserted";
|
|
887
909
|
EventType["FEED_DELETED"] = "feed_deleted";
|
|
888
910
|
EventType["FEEDS_EXPORT"] = "feeds_export";
|
|
@@ -985,6 +1007,8 @@ var EventType;
|
|
|
985
1007
|
EventType["CHANNEL_ORGANIZATION_IDENTIFIER_DELETED"] = "channel_organization_identifier_deleted";
|
|
986
1008
|
EventType["ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED"] = "order_tax_and_duty_inclusivity_setting_upserted";
|
|
987
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";
|
|
988
1012
|
EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED"] = "shopify_monitoring_order_monitor_event_upserted";
|
|
989
1013
|
EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED"] = "shopify_monitoring_order_monitor_event_deleted";
|
|
990
1014
|
EventType["SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED"] = "shopify_order_fulfillments_snapshot_upserted";
|
|
@@ -1017,6 +1041,8 @@ var EventType;
|
|
|
1017
1041
|
EventType["SHRUTI_DEMO_ITEM_DELETED"] = "shruti_demo_item_deleted";
|
|
1018
1042
|
EventType["TAM_ITEM_UPSERTED"] = "tam_item_upserted";
|
|
1019
1043
|
EventType["TAM_ITEM_DELETED"] = "tam_item_deleted";
|
|
1044
|
+
EventType["THIAGO_ITEM_UPSERTED"] = "thiago_item_upserted";
|
|
1045
|
+
EventType["THIAGO_ITEM_DELETED"] = "thiago_item_deleted";
|
|
1020
1046
|
EventType["TRACKING_PROCESSING_ERROR_UPSERTED"] = "tracking_processing_error_upserted";
|
|
1021
1047
|
EventType["TRACKING_PROCESSING_ERROR_DELETED"] = "tracking_processing_error_deleted";
|
|
1022
1048
|
EventType["TRACKING_LABEL_EVENT_UPSERTED_V_2"] = "tracking_label_event_upserted_v2";
|
|
@@ -1216,6 +1242,7 @@ var LabelRequestErrorHandlingResponsibility;
|
|
|
1216
1242
|
LabelRequestErrorHandlingResponsibility["MERCHANT_INTEGRATION"] = "merchant_integration";
|
|
1217
1243
|
LabelRequestErrorHandlingResponsibility["SHOPIFY_INTEGRATION"] = "shopify_integration";
|
|
1218
1244
|
LabelRequestErrorHandlingResponsibility["GLOBALE_CX"] = "globale_cx";
|
|
1245
|
+
LabelRequestErrorHandlingResponsibility["GLOBALE_ADDRESS_REPAIR"] = "globale_address_repair";
|
|
1219
1246
|
LabelRequestErrorHandlingResponsibility["MERCHANT_OPERATIONS"] = "merchant_operations";
|
|
1220
1247
|
LabelRequestErrorHandlingResponsibility["GLOBALE_SYSTEM"] = "globale_system";
|
|
1221
1248
|
})(LabelRequestErrorHandlingResponsibility = exports.LabelRequestErrorHandlingResponsibility || (exports.LabelRequestErrorHandlingResponsibility = {}));
|
|
@@ -1346,6 +1373,13 @@ var MatiasItemType;
|
|
|
1346
1373
|
MatiasItemType["PHYSICAL"] = "physical";
|
|
1347
1374
|
MatiasItemType["DIGITAL"] = "digital";
|
|
1348
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 = {}));
|
|
1349
1383
|
var MichaelyanItemType;
|
|
1350
1384
|
(function (MichaelyanItemType) {
|
|
1351
1385
|
MichaelyanItemType["PHYSICAL"] = "physical";
|
|
@@ -1490,6 +1524,8 @@ var OrderValidationStatus;
|
|
|
1490
1524
|
OrderValidationStatus["FAILED"] = "failed";
|
|
1491
1525
|
OrderValidationStatus["LABEL_CREATED"] = "label_created";
|
|
1492
1526
|
OrderValidationStatus["UNRESOLVABLE"] = "unresolvable";
|
|
1527
|
+
OrderValidationStatus["CANCELLED"] = "cancelled";
|
|
1528
|
+
OrderValidationStatus["BREACHED"] = "breached";
|
|
1493
1529
|
})(OrderValidationStatus = exports.OrderValidationStatus || (exports.OrderValidationStatus = {}));
|
|
1494
1530
|
var OrganizationCapability;
|
|
1495
1531
|
(function (OrganizationCapability) {
|
|
@@ -1545,6 +1581,12 @@ var Owner;
|
|
|
1545
1581
|
Owner["FLOW"] = "flow";
|
|
1546
1582
|
Owner["ORGANIZATION"] = "organization";
|
|
1547
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 = {}));
|
|
1548
1590
|
var PaymentSummaryStatus;
|
|
1549
1591
|
(function (PaymentSummaryStatus) {
|
|
1550
1592
|
PaymentSummaryStatus["AUTHORIZED"] = "authorized";
|
|
@@ -1587,6 +1629,12 @@ var PricingIndicatorStatus;
|
|
|
1587
1629
|
PricingIndicatorStatus["COMPLETE"] = "complete";
|
|
1588
1630
|
PricingIndicatorStatus["IN_PROGRESS"] = "in_progress";
|
|
1589
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 = {}));
|
|
1590
1638
|
var ProcessingTransactionType;
|
|
1591
1639
|
(function (ProcessingTransactionType) {
|
|
1592
1640
|
ProcessingTransactionType["ADJUSTMENT"] = "adjustment";
|
|
@@ -1619,6 +1667,15 @@ var ProductStatus;
|
|
|
1619
1667
|
ProductStatus["ARCHIVED"] = "archived";
|
|
1620
1668
|
ProductStatus["DRAFT"] = "draft";
|
|
1621
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 = {}));
|
|
1622
1679
|
var PromptAction;
|
|
1623
1680
|
(function (PromptAction) {
|
|
1624
1681
|
PromptAction["PROMPT_DISPLAYED"] = "prompt_displayed";
|
|
@@ -1754,6 +1811,12 @@ var RevenueRecordType;
|
|
|
1754
1811
|
RevenueRecordType["SALES"] = "sales";
|
|
1755
1812
|
RevenueRecordType["REFUND"] = "refund";
|
|
1756
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 = {}));
|
|
1757
1820
|
var RiskCheck;
|
|
1758
1821
|
(function (RiskCheck) {
|
|
1759
1822
|
RiskCheck["THREE_D_SECURE"] = "three_d_secure";
|
|
@@ -1836,6 +1899,7 @@ var ShopifyMarketsQueuedRecordType;
|
|
|
1836
1899
|
ShopifyMarketsQueuedRecordType["PRODUCT_SYNC"] = "product_sync";
|
|
1837
1900
|
ShopifyMarketsQueuedRecordType["WEBHOOK_REGISTRATIONS"] = "webhook_registrations";
|
|
1838
1901
|
ShopifyMarketsQueuedRecordType["CHANNEL_ORGANIZATION_IDENTIFIER"] = "channel_organization_identifier";
|
|
1902
|
+
ShopifyMarketsQueuedRecordType["BULK_PRODUCT_INGESTION"] = "bulk_product_ingestion";
|
|
1839
1903
|
})(ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsQueuedRecordType || (exports.ShopifyMarketsQueuedRecordType = {}));
|
|
1840
1904
|
var ShopifyMarketsTradeSector;
|
|
1841
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
|
@@ -195,10 +195,12 @@ export enum BillingMetricKey {
|
|
|
195
195
|
NEGATIVE_BALANCE_NUMBER_ACCOUNTS = 'negative_balance_number_accounts',
|
|
196
196
|
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS = 'negative_balance_number_accounts_with_order_in_past_30_days',
|
|
197
197
|
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS = 'negative_balance_number_accounts_without_order_in_past_30_days',
|
|
198
|
+
NEGATIVE_BALANCE_NUMBER_ACTIVE_ACCOUNTS_WITH_BALANCE_OVER_1000 = 'negative_balance_number_active_accounts_with_balance_over_1000',
|
|
198
199
|
NEGATIVE_BALANCE_TOTAL = 'negative_balance_total',
|
|
199
200
|
NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS = 'negative_balance_total_with_order_in_past_30_days',
|
|
200
201
|
NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS = 'negative_balance_total_without_order_in_past_30_days',
|
|
201
202
|
NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX = 'negative_balance_single_account_max',
|
|
203
|
+
NEGATIVE_BALANCE_SINGLE_ACTIVE_ACCOUNT_MAX = 'negative_balance_single_active_account_max',
|
|
202
204
|
NEGATIVE_BALANCE_FEE_TOTAL = 'negative_balance_fee_total',
|
|
203
205
|
ACCOUNTS_WITH_PAYMENT_HOLDS_COUNT = 'accounts_with_payment_holds_count',
|
|
204
206
|
ACCOUNTS_WITH_PAYMENT_HOLDS_PENDING_PAYMENT_PROMISE_COUNT = 'accounts_with_payment_holds_pending_payment_promise_count',
|
|
@@ -514,6 +516,17 @@ export enum ContentTypeCast {
|
|
|
514
516
|
MARKDOWN_TO_TEXT = 'markdown_to_text',
|
|
515
517
|
}
|
|
516
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
|
+
|
|
517
530
|
export enum CrossdockTrackingStatus {
|
|
518
531
|
NOTIFIED = 'notified',
|
|
519
532
|
RECEIVED = 'received',
|
|
@@ -579,6 +592,15 @@ export enum DisputeProcessor {
|
|
|
579
592
|
PAYPAL = 'paypal',
|
|
580
593
|
}
|
|
581
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
|
+
|
|
582
604
|
export enum DisputeStatus {
|
|
583
605
|
PENDING = 'pending',
|
|
584
606
|
WON = 'won',
|
|
@@ -713,8 +735,6 @@ export enum EventType {
|
|
|
713
735
|
TRANSACTION_STATEMENT_DELETED = 'transaction_statement_deleted',
|
|
714
736
|
DAILY_VALUE_UPSERTED = 'daily_value_upserted',
|
|
715
737
|
DAILY_VALUE_DELETED = 'daily_value_deleted',
|
|
716
|
-
SALES_RECORD_UPSERTED = 'sales_record_upserted',
|
|
717
|
-
SALES_RECORD_DELETED = 'sales_record_deleted',
|
|
718
738
|
REVENUE_RECORD_UPSERTED = 'revenue_record_upserted',
|
|
719
739
|
REVENUE_RECORD_DELETED = 'revenue_record_deleted',
|
|
720
740
|
OTHER_RECORD_UPSERTED = 'other_record_upserted',
|
|
@@ -875,6 +895,8 @@ export enum EventType {
|
|
|
875
895
|
LOCALIZED_ITEM_SNAPSHOT = 'localized_item_snapshot',
|
|
876
896
|
LOCALIZED_PRICE_BOOK_ITEM_UPSERTED = 'localized_price_book_item_upserted',
|
|
877
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',
|
|
878
900
|
FEED_UPSERTED = 'feed_upserted',
|
|
879
901
|
FEED_DELETED = 'feed_deleted',
|
|
880
902
|
FEEDS_EXPORT = 'feeds_export',
|
|
@@ -977,6 +999,8 @@ export enum EventType {
|
|
|
977
999
|
CHANNEL_ORGANIZATION_IDENTIFIER_DELETED = 'channel_organization_identifier_deleted',
|
|
978
1000
|
ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED = 'order_tax_and_duty_inclusivity_setting_upserted',
|
|
979
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',
|
|
980
1004
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = 'shopify_monitoring_order_monitor_event_upserted',
|
|
981
1005
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = 'shopify_monitoring_order_monitor_event_deleted',
|
|
982
1006
|
SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = 'shopify_order_fulfillments_snapshot_upserted',
|
|
@@ -1009,6 +1033,8 @@ export enum EventType {
|
|
|
1009
1033
|
SHRUTI_DEMO_ITEM_DELETED = 'shruti_demo_item_deleted',
|
|
1010
1034
|
TAM_ITEM_UPSERTED = 'tam_item_upserted',
|
|
1011
1035
|
TAM_ITEM_DELETED = 'tam_item_deleted',
|
|
1036
|
+
THIAGO_ITEM_UPSERTED = 'thiago_item_upserted',
|
|
1037
|
+
THIAGO_ITEM_DELETED = 'thiago_item_deleted',
|
|
1012
1038
|
TRACKING_PROCESSING_ERROR_UPSERTED = 'tracking_processing_error_upserted',
|
|
1013
1039
|
TRACKING_PROCESSING_ERROR_DELETED = 'tracking_processing_error_deleted',
|
|
1014
1040
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = 'tracking_label_event_upserted_v2',
|
|
@@ -1208,6 +1234,7 @@ export enum LabelRequestErrorHandlingResponsibility {
|
|
|
1208
1234
|
MERCHANT_INTEGRATION = 'merchant_integration',
|
|
1209
1235
|
SHOPIFY_INTEGRATION = 'shopify_integration',
|
|
1210
1236
|
GLOBALE_CX = 'globale_cx',
|
|
1237
|
+
GLOBALE_ADDRESS_REPAIR = 'globale_address_repair',
|
|
1211
1238
|
MERCHANT_OPERATIONS = 'merchant_operations',
|
|
1212
1239
|
GLOBALE_SYSTEM = 'globale_system',
|
|
1213
1240
|
}
|
|
@@ -1339,6 +1366,13 @@ export enum MatiasItemType {
|
|
|
1339
1366
|
DIGITAL = 'digital',
|
|
1340
1367
|
}
|
|
1341
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
|
+
|
|
1342
1376
|
export enum MichaelyanItemType {
|
|
1343
1377
|
PHYSICAL = 'physical',
|
|
1344
1378
|
DIGITAL = 'digital',
|
|
@@ -1482,6 +1516,8 @@ export enum OrderValidationStatus {
|
|
|
1482
1516
|
FAILED = 'failed',
|
|
1483
1517
|
LABEL_CREATED = 'label_created',
|
|
1484
1518
|
UNRESOLVABLE = 'unresolvable',
|
|
1519
|
+
CANCELLED = 'cancelled',
|
|
1520
|
+
BREACHED = 'breached',
|
|
1485
1521
|
}
|
|
1486
1522
|
|
|
1487
1523
|
export enum OrganizationCapability {
|
|
@@ -1538,6 +1574,12 @@ export enum Owner {
|
|
|
1538
1574
|
ORGANIZATION = 'organization',
|
|
1539
1575
|
}
|
|
1540
1576
|
|
|
1577
|
+
export enum Party {
|
|
1578
|
+
MERCHANT = 'merchant',
|
|
1579
|
+
CHANNEL_PARTNER = 'channel_partner',
|
|
1580
|
+
GLOBAL_E = 'global_e',
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1541
1583
|
export enum PaymentSummaryStatus {
|
|
1542
1584
|
AUTHORIZED = 'authorized',
|
|
1543
1585
|
CANCELED = 'canceled',
|
|
@@ -1580,6 +1622,12 @@ export enum PricingIndicatorStatus {
|
|
|
1580
1622
|
IN_PROGRESS = 'in_progress',
|
|
1581
1623
|
}
|
|
1582
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
|
+
|
|
1583
1631
|
export enum ProcessingTransactionType {
|
|
1584
1632
|
ADJUSTMENT = 'adjustment',
|
|
1585
1633
|
REVERSAL = 'reversal',
|
|
@@ -1612,6 +1660,15 @@ export enum ProductStatus {
|
|
|
1612
1660
|
DRAFT = 'draft',
|
|
1613
1661
|
}
|
|
1614
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
|
+
|
|
1615
1672
|
export enum PromptAction {
|
|
1616
1673
|
PROMPT_DISPLAYED = 'prompt_displayed',
|
|
1617
1674
|
CONSENT_GRANTED = 'consent_granted',
|
|
@@ -1747,6 +1804,12 @@ export enum RevenueRecordType {
|
|
|
1747
1804
|
REFUND = 'refund',
|
|
1748
1805
|
}
|
|
1749
1806
|
|
|
1807
|
+
export enum RevenueType {
|
|
1808
|
+
MOR = 'mor',
|
|
1809
|
+
FX = 'fx',
|
|
1810
|
+
DUTY_ASSURANCE = 'duty_assurance',
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1750
1813
|
export enum RiskCheck {
|
|
1751
1814
|
THREE_D_SECURE = 'three_d_secure',
|
|
1752
1815
|
}
|
|
@@ -1828,6 +1891,7 @@ export enum ShopifyMarketsQueuedRecordType {
|
|
|
1828
1891
|
PRODUCT_SYNC = 'product_sync',
|
|
1829
1892
|
WEBHOOK_REGISTRATIONS = 'webhook_registrations',
|
|
1830
1893
|
CHANNEL_ORGANIZATION_IDENTIFIER = 'channel_organization_identifier',
|
|
1894
|
+
BULK_PRODUCT_INGESTION = 'bulk_product_ingestion',
|
|
1831
1895
|
}
|
|
1832
1896
|
|
|
1833
1897
|
export enum ShopifyMarketsTradeSector {
|