@flowio/api-internal-constants 4.18.50 → 4.18.51

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.
@@ -77,14 +77,12 @@ export declare enum BillingMetricKey {
77
77
  CAPTURE_TRANSACTIONS_IGNORED_FULLY_REFUNDED_COUNT = "capture_transactions_ignored_fully_refunded_count",
78
78
  CAPTURE_TRANSACTIONS_IGNORED_OTHER_COUNT = "capture_transactions_ignored_other_count",
79
79
  CAPTURE_TRANSACTIONS_TOTAL = "capture_transactions_total",
80
- CHANNEL_TRANSACTIONS_CAPTURE_COUNT = "channel_transactions_capture_count",
81
- CHANNEL_TRANSACTIONS_CAPTURE_TOTAL = "channel_transactions_capture_total",
80
+ CHANNEL_TRANSACTIONS_PROCESSING_COUNT = "channel_transactions_processing_count",
81
+ CHANNEL_TRANSACTIONS_PROCESSING_TOTAL = "channel_transactions_processing_total",
82
82
  CHANNEL_TRANSACTIONS_ADJUSTMENT_COUNT = "channel_transactions_adjustment_count",
83
83
  CHANNEL_TRANSACTIONS_ADJUSTMENT_TOTAL = "channel_transactions_adjustment_total",
84
84
  CHANNEL_TRANSACTIONS_REVERSAL_COUNT = "channel_transactions_reversal_count",
85
85
  CHANNEL_TRANSACTIONS_REVERSAL_TOTAL = "channel_transactions_reversal_total",
86
- CHANNEL_TRANSACTIONS_OTHER_COUNT = "channel_transactions_other_count",
87
- CHANNEL_TRANSACTIONS_OTHER_TOTAL = "channel_transactions_other_total",
88
86
  CHANNEL_BILLED_TRANSACTIONS_COUNT = "channel_billed_transactions_count",
89
87
  CHANNEL_BILLED_TRANSACTIONS_TOTAL = "channel_billed_transactions_total",
90
88
  CREDIT_PAYMENT_TRANSACTIONS_COUNT = "credit_payment_transactions_count",
@@ -112,6 +110,10 @@ export declare enum BillingMetricKey {
112
110
  REVERSAL_ORDER_CANCELLATIONS_TRANSACTIONS_TOTAL = "reversal_order_cancellations_transactions_total",
113
111
  REVERSAL_EXTERNAL_FULFILLMENT_TRANSACTIONS_COUNT = "reversal_external_fulfillment_transactions_count",
114
112
  REVERSAL_EXTERNAL_FULFILLMENT_TRANSACTIONS_TOTAL = "reversal_external_fulfillment_transactions_total",
113
+ REVERSAL_OTHER_TRANSACTIONS_COUNT = "reversal_other_transactions_count",
114
+ REVERSAL_OTHER_TRANSACTIONS_TOTAL = "reversal_other_transactions_total",
115
+ REVERSAL_ALL_TRANSACTIONS_COUNT = "reversal_all_transactions_count",
116
+ REVERSAL_ALL_TRANSACTIONS_TOTAL = "reversal_all_transactions_total",
115
117
  TAX_TRANSACTIONS_COUNT = "tax_transactions_count",
116
118
  TAX_TRANSACTIONS_TOTAL = "tax_transactions_total",
117
119
  TRANSFER_TRANSACTIONS_COUNT = "transfer_transactions_count",
@@ -122,27 +124,10 @@ export declare enum BillingMetricKey {
122
124
  PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_4_WEEKS = "percentage_orders_with_fulfillment_proof_4_weeks",
123
125
  PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_6_WEEKS = "percentage_orders_with_fulfillment_proof_6_weeks",
124
126
  PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_ALL = "percentage_orders_with_fulfillment_proof_all",
127
+ PENDING_PAYOUTS_MAX_AGE_IN_MILLIS = "pending_payouts_max_age_in_millis",
125
128
  SHIPPING_NOTIFICATIONS_COUNT = "shipping_notifications_count",
126
129
  QUEUED_CAPTURE_UNPROCESSED_COUNT = "queued_capture_unprocessed_count",
127
- QUEUED_CAPTURE_DELETION_UNPROCESSED_COUNT = "queued_capture_deletion_unprocessed_count",
128
- QUEUED_CHANNEL_TRANSACTION_UNPROCESSED_COUNT = "queued_channel_transaction_unprocessed_count",
129
- QUEUED_CHANNEL_ORGANIZATION_UNPROCESSED_COUNT = "queued_channel_organization_unprocessed_count",
130
- QUEUED_CONSUMER_INVOICE_UNPROCESSED_COUNT = "queued_consumer_invoice_unprocessed_count",
131
- QUEUED_FULFILLMENT_EXTERNAL_UNPROCESSED_COUNT = "queued_fulfillment_external_unprocessed_count",
132
- QUEUED_FULFILLMENT_IN_TRANSIT_UNPROCESSED_COUNT = "queued_fulfillment_in_transit_unprocessed_count",
133
- QUEUED_FULFILLMENT_SHIPPING_NOTIFICATION_UNPROCESSED_COUNT = "queued_fulfillment_shipping_notification_unprocessed_count",
134
- QUEUED_LABEL_INVOICE_REQUEST_UNPROCESSED_COUNT = "queued_label_invoice_request_unprocessed_count",
135
- QUEUED_LABEL_TRACKING_SUMMARY_UNPROCESSED_COUNT = "queued_label_tracking_summary_unprocessed_count",
136
- QUEUED_LABEL_ORIGIN_UNPROCESSED_COUNT = "queued_label_origin_unprocessed_count",
137
- QUEUED_ORDER_UNPROCESSED_COUNT = "queued_order_unprocessed_count",
138
- QUEUED_ORDER_IDENTIFIER_UNPROCESSED_COUNT = "queued_order_identifier_unprocessed_count",
139
130
  QUEUED_REFUND_UNPROCESSED_COUNT = "queued_refund_unprocessed_count",
140
- QUEUED_REFUND_DELETION_UNPROCESSED_COUNT = "queued_refund_deletion_unprocessed_count",
141
- QUEUED_REFUND_OVER_CAPTURE_UNPROCESSED_COUNT = "queued_refund_over_capture_unprocessed_count",
142
- QUEUED_SALES_RECORD_UNPROCESSED_COUNT = "queued_sales_record_unprocessed_count",
143
- QUEUED_STATEMENT_BATCH_UNPROCESSED_COUNT = "queued_statement_batch_unprocessed_count",
144
- QUEUED_STATEMENT_EMAIL_UNPROCESSED_COUNT = "queued_statement_email_unprocessed_count",
145
- QUEUED_STATEMENT_SUMMARY_EMAIL_UNPROCESSED_COUNT = "queued_statement_summary_email_unprocessed_count",
146
131
  QUEUED_RECORD_SNOOZE_COUNT = "queued_record_snooze_count",
147
132
  QUEUED_RECORD_SNOOZE_ENDING_IN_48_HOURS_COUNT = "queued_record_snooze_ending_in_48_hours_count",
148
133
  STATEMENTS_NO_PAYOUT_COUNT = "statements_no_payout_count",
@@ -155,10 +140,7 @@ export declare enum BillingMetricKey {
155
140
  PAYOUTS_SENT_TOTAL = "payouts_sent_total",
156
141
  PAYOUTS_FAILED_COUNT = "payouts_failed_count",
157
142
  PAYOUTS_FAILED_TOTAL = "payouts_failed_total",
158
- PENDING_PAYOUTS_MAX_AGE = "pending_payouts_max_age",
159
143
  AVERAGE_PAYOUT_AMOUNT = "average_payout_amount",
160
- ORDERS_WITH_PAYMENTS_COUNT = "orders_with_payments_count",
161
- ORDERS_WITHOUT_PAYMENTS_COUNT = "orders_without_payments_count",
162
144
  CAPTURE_TRANSACTION_WITH_ZERO_FEES_AND_NO_CHANNEL_TRANSACTION_COUNT = "capture_transaction_with_zero_fees_and_no_channel_transaction_count"
163
145
  }
164
146
  export declare enum BillingStatementAttachmentKey {
@@ -260,7 +242,8 @@ export declare enum ChannelOrderAcceptanceNextActionFrom {
260
242
  CORE_TEAM_INVESTIGATE = "core_team_investigate",
261
243
  MEX_TEAM = "mex_team",
262
244
  PAYMENTS_TEAM = "payments_team",
263
- TLC_TEAM = "tlc_team"
245
+ TC_TEAM = "tc_team",
246
+ LOGISTICS_TEAM = "logistics_team"
264
247
  }
265
248
  export declare enum ChannelOrderAcceptanceRejectionReason {
266
249
  UNSUPPORTED_ORIGIN_COUNTRY = "unsupported_origin_country",
@@ -1978,7 +1961,3 @@ export declare enum WashCarrierActualFileStatus {
1978
1961
  PROCESSED = "processed",
1979
1962
  FAILED = "failed"
1980
1963
  }
1981
- export declare enum WeightSelection {
1982
- DEAD = "dead",
1983
- DIMENSIONAL = "dimensional"
1984
- }
@@ -5,7 +5,7 @@ exports.CheckoutSetPromotionCodeErrorCode = exports.CheckoutSetPaymentSourceErro
5
5
  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.ExperimentDiscriminatorKey = 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.CrossdockTrackingStatus = exports.ContentTypeCast = exports.ContentType = exports.ContentStatus = exports.ContentElementType = exports.ComplianceType = exports.ClassificationErrorCode = exports.CheckoutUrlType = exports.CheckoutSubmitErrorCode = exports.CheckoutShippingMethodPromptBehavior = void 0;
6
6
  exports.OrganizationPaymentStatus = exports.OrganizationMetricType = exports.OrganizationCapability = exports.OrderTransactionType = exports.OrderLifecycleEvent = exports.OrderChargeTrigger = exports.OrderCancellationInitiatedBy = exports.OrderAttributeIntent = exports.OrderAction = exports.OnboardingStateSource = exports.OnboardingAutomationTaskState = exports.OnboardingAutomationProcessState = exports.OnboardingAuditThemeKey = exports.OnboardingAuditResult = exports.OnboardingAuditMessageLevel = exports.NoLiabilityReasonCode = exports.NatureOfSale = exports.MixedBagWeight = 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.MainTransactionStatus = exports.LiabilityType = exports.LabelTransactionType = exports.LabelRequestErrorHandlingResponsibility = exports.LabelInputSource = exports.LabelGenerationAddressFailureStatus = exports.LabelCreationStatus = exports.LabelCancellationErrorCode = exports.LabelBillingStrategy = exports.KeywordType = exports.ItemType = exports.ItemQuantityAction = exports.ItemHarmonizationStatus = exports.ItemClassificationStatus = exports.ItemClassificationAction = exports.InventoryReservation = exports.InventoryCheckService = exports.InitialInputDataSource = exports.HttpMethod = exports.GoogleAnalyticsPlugin = void 0;
7
7
  exports.ShopifyPromotionBehavior = exports.ShopifyMonitoringTrackingField = exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyGrantStatus = exports.ShopifyCheckInventoryErrorCode = exports.SessionCountryStatus = exports.ServiceName = exports.SerialReservationError = exports.Scope = exports.RiskEvaluation = exports.RiskCheck = exports.RestrictionStatus = exports.RestrictionDecision = exports.RestrictionAction = exports.ResponsibleParty = exports.ReportingScheme = exports.ReportStatus = exports.ReportInterval = exports.RejectionReason = exports.RedirectReason = exports.ReboundConfigurationStatus = exports.RateSource = exports.RateLevelKey = exports.QuoteRequestType = exports.QueuedRecordType = exports.PromptTarget = exports.PromptOptions = exports.PromptCheckoutDisplayPosition = exports.PromptAction = exports.ProductStatus = exports.ProcessorEntityStatus = exports.Processor = exports.ProcessingTransactionType = exports.PricingIndicatorStatus = exports.PriceSelector = exports.PregenDataKeyField = exports.PreferredBillingSchedule = exports.PaymentTerm = exports.PaymentSummaryType = exports.PaymentSummaryStatus = exports.Owner = exports.OutputStyle = exports.OrganizationRestrictionScreeningStatus = exports.OrganizationRestrictionRiskLevel = exports.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = void 0;
8
- exports.WeightSelection = exports.WashCarrierActualFileStatus = exports.UnclassifiedProductStatus = exports.TrueUpSurchargeType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingIntegrationType = exports.TimeseriesType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SurchargeType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.Status = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.SignificanceAction = exports.ShopifyService = exports.ShopifyPromotionStatus = exports.ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOfferAllocationMethod = void 0;
8
+ exports.WashCarrierActualFileStatus = exports.UnclassifiedProductStatus = exports.TrueUpSurchargeType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingIntegrationType = exports.TimeseriesType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SurchargeType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.Status = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.SignificanceAction = exports.ShopifyService = exports.ShopifyPromotionStatus = exports.ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOfferAllocationMethod = void 0;
9
9
  var AccountSettingLiabilitiesMethod;
10
10
  (function (AccountSettingLiabilitiesMethod) {
11
11
  AccountSettingLiabilitiesMethod["WITHHOLDING"] = "withholding";
@@ -96,14 +96,12 @@ var BillingMetricKey;
96
96
  BillingMetricKey["CAPTURE_TRANSACTIONS_IGNORED_FULLY_REFUNDED_COUNT"] = "capture_transactions_ignored_fully_refunded_count";
97
97
  BillingMetricKey["CAPTURE_TRANSACTIONS_IGNORED_OTHER_COUNT"] = "capture_transactions_ignored_other_count";
98
98
  BillingMetricKey["CAPTURE_TRANSACTIONS_TOTAL"] = "capture_transactions_total";
99
- BillingMetricKey["CHANNEL_TRANSACTIONS_CAPTURE_COUNT"] = "channel_transactions_capture_count";
100
- BillingMetricKey["CHANNEL_TRANSACTIONS_CAPTURE_TOTAL"] = "channel_transactions_capture_total";
99
+ BillingMetricKey["CHANNEL_TRANSACTIONS_PROCESSING_COUNT"] = "channel_transactions_processing_count";
100
+ BillingMetricKey["CHANNEL_TRANSACTIONS_PROCESSING_TOTAL"] = "channel_transactions_processing_total";
101
101
  BillingMetricKey["CHANNEL_TRANSACTIONS_ADJUSTMENT_COUNT"] = "channel_transactions_adjustment_count";
102
102
  BillingMetricKey["CHANNEL_TRANSACTIONS_ADJUSTMENT_TOTAL"] = "channel_transactions_adjustment_total";
103
103
  BillingMetricKey["CHANNEL_TRANSACTIONS_REVERSAL_COUNT"] = "channel_transactions_reversal_count";
104
104
  BillingMetricKey["CHANNEL_TRANSACTIONS_REVERSAL_TOTAL"] = "channel_transactions_reversal_total";
105
- BillingMetricKey["CHANNEL_TRANSACTIONS_OTHER_COUNT"] = "channel_transactions_other_count";
106
- BillingMetricKey["CHANNEL_TRANSACTIONS_OTHER_TOTAL"] = "channel_transactions_other_total";
107
105
  BillingMetricKey["CHANNEL_BILLED_TRANSACTIONS_COUNT"] = "channel_billed_transactions_count";
108
106
  BillingMetricKey["CHANNEL_BILLED_TRANSACTIONS_TOTAL"] = "channel_billed_transactions_total";
109
107
  BillingMetricKey["CREDIT_PAYMENT_TRANSACTIONS_COUNT"] = "credit_payment_transactions_count";
@@ -131,6 +129,10 @@ var BillingMetricKey;
131
129
  BillingMetricKey["REVERSAL_ORDER_CANCELLATIONS_TRANSACTIONS_TOTAL"] = "reversal_order_cancellations_transactions_total";
132
130
  BillingMetricKey["REVERSAL_EXTERNAL_FULFILLMENT_TRANSACTIONS_COUNT"] = "reversal_external_fulfillment_transactions_count";
133
131
  BillingMetricKey["REVERSAL_EXTERNAL_FULFILLMENT_TRANSACTIONS_TOTAL"] = "reversal_external_fulfillment_transactions_total";
132
+ BillingMetricKey["REVERSAL_OTHER_TRANSACTIONS_COUNT"] = "reversal_other_transactions_count";
133
+ BillingMetricKey["REVERSAL_OTHER_TRANSACTIONS_TOTAL"] = "reversal_other_transactions_total";
134
+ BillingMetricKey["REVERSAL_ALL_TRANSACTIONS_COUNT"] = "reversal_all_transactions_count";
135
+ BillingMetricKey["REVERSAL_ALL_TRANSACTIONS_TOTAL"] = "reversal_all_transactions_total";
134
136
  BillingMetricKey["TAX_TRANSACTIONS_COUNT"] = "tax_transactions_count";
135
137
  BillingMetricKey["TAX_TRANSACTIONS_TOTAL"] = "tax_transactions_total";
136
138
  BillingMetricKey["TRANSFER_TRANSACTIONS_COUNT"] = "transfer_transactions_count";
@@ -141,27 +143,10 @@ var BillingMetricKey;
141
143
  BillingMetricKey["PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_4_WEEKS"] = "percentage_orders_with_fulfillment_proof_4_weeks";
142
144
  BillingMetricKey["PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_6_WEEKS"] = "percentage_orders_with_fulfillment_proof_6_weeks";
143
145
  BillingMetricKey["PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_ALL"] = "percentage_orders_with_fulfillment_proof_all";
146
+ BillingMetricKey["PENDING_PAYOUTS_MAX_AGE_IN_MILLIS"] = "pending_payouts_max_age_in_millis";
144
147
  BillingMetricKey["SHIPPING_NOTIFICATIONS_COUNT"] = "shipping_notifications_count";
145
148
  BillingMetricKey["QUEUED_CAPTURE_UNPROCESSED_COUNT"] = "queued_capture_unprocessed_count";
146
- BillingMetricKey["QUEUED_CAPTURE_DELETION_UNPROCESSED_COUNT"] = "queued_capture_deletion_unprocessed_count";
147
- BillingMetricKey["QUEUED_CHANNEL_TRANSACTION_UNPROCESSED_COUNT"] = "queued_channel_transaction_unprocessed_count";
148
- BillingMetricKey["QUEUED_CHANNEL_ORGANIZATION_UNPROCESSED_COUNT"] = "queued_channel_organization_unprocessed_count";
149
- BillingMetricKey["QUEUED_CONSUMER_INVOICE_UNPROCESSED_COUNT"] = "queued_consumer_invoice_unprocessed_count";
150
- BillingMetricKey["QUEUED_FULFILLMENT_EXTERNAL_UNPROCESSED_COUNT"] = "queued_fulfillment_external_unprocessed_count";
151
- BillingMetricKey["QUEUED_FULFILLMENT_IN_TRANSIT_UNPROCESSED_COUNT"] = "queued_fulfillment_in_transit_unprocessed_count";
152
- BillingMetricKey["QUEUED_FULFILLMENT_SHIPPING_NOTIFICATION_UNPROCESSED_COUNT"] = "queued_fulfillment_shipping_notification_unprocessed_count";
153
- BillingMetricKey["QUEUED_LABEL_INVOICE_REQUEST_UNPROCESSED_COUNT"] = "queued_label_invoice_request_unprocessed_count";
154
- BillingMetricKey["QUEUED_LABEL_TRACKING_SUMMARY_UNPROCESSED_COUNT"] = "queued_label_tracking_summary_unprocessed_count";
155
- BillingMetricKey["QUEUED_LABEL_ORIGIN_UNPROCESSED_COUNT"] = "queued_label_origin_unprocessed_count";
156
- BillingMetricKey["QUEUED_ORDER_UNPROCESSED_COUNT"] = "queued_order_unprocessed_count";
157
- BillingMetricKey["QUEUED_ORDER_IDENTIFIER_UNPROCESSED_COUNT"] = "queued_order_identifier_unprocessed_count";
158
149
  BillingMetricKey["QUEUED_REFUND_UNPROCESSED_COUNT"] = "queued_refund_unprocessed_count";
159
- BillingMetricKey["QUEUED_REFUND_DELETION_UNPROCESSED_COUNT"] = "queued_refund_deletion_unprocessed_count";
160
- BillingMetricKey["QUEUED_REFUND_OVER_CAPTURE_UNPROCESSED_COUNT"] = "queued_refund_over_capture_unprocessed_count";
161
- BillingMetricKey["QUEUED_SALES_RECORD_UNPROCESSED_COUNT"] = "queued_sales_record_unprocessed_count";
162
- BillingMetricKey["QUEUED_STATEMENT_BATCH_UNPROCESSED_COUNT"] = "queued_statement_batch_unprocessed_count";
163
- BillingMetricKey["QUEUED_STATEMENT_EMAIL_UNPROCESSED_COUNT"] = "queued_statement_email_unprocessed_count";
164
- BillingMetricKey["QUEUED_STATEMENT_SUMMARY_EMAIL_UNPROCESSED_COUNT"] = "queued_statement_summary_email_unprocessed_count";
165
150
  BillingMetricKey["QUEUED_RECORD_SNOOZE_COUNT"] = "queued_record_snooze_count";
166
151
  BillingMetricKey["QUEUED_RECORD_SNOOZE_ENDING_IN_48_HOURS_COUNT"] = "queued_record_snooze_ending_in_48_hours_count";
167
152
  BillingMetricKey["STATEMENTS_NO_PAYOUT_COUNT"] = "statements_no_payout_count";
@@ -174,10 +159,7 @@ var BillingMetricKey;
174
159
  BillingMetricKey["PAYOUTS_SENT_TOTAL"] = "payouts_sent_total";
175
160
  BillingMetricKey["PAYOUTS_FAILED_COUNT"] = "payouts_failed_count";
176
161
  BillingMetricKey["PAYOUTS_FAILED_TOTAL"] = "payouts_failed_total";
177
- BillingMetricKey["PENDING_PAYOUTS_MAX_AGE"] = "pending_payouts_max_age";
178
162
  BillingMetricKey["AVERAGE_PAYOUT_AMOUNT"] = "average_payout_amount";
179
- BillingMetricKey["ORDERS_WITH_PAYMENTS_COUNT"] = "orders_with_payments_count";
180
- BillingMetricKey["ORDERS_WITHOUT_PAYMENTS_COUNT"] = "orders_without_payments_count";
181
163
  BillingMetricKey["CAPTURE_TRANSACTION_WITH_ZERO_FEES_AND_NO_CHANNEL_TRANSACTION_COUNT"] = "capture_transaction_with_zero_fees_and_no_channel_transaction_count";
182
164
  })(BillingMetricKey = exports.BillingMetricKey || (exports.BillingMetricKey = {}));
183
165
  var BillingStatementAttachmentKey;
@@ -293,7 +275,8 @@ var ChannelOrderAcceptanceNextActionFrom;
293
275
  ChannelOrderAcceptanceNextActionFrom["CORE_TEAM_INVESTIGATE"] = "core_team_investigate";
294
276
  ChannelOrderAcceptanceNextActionFrom["MEX_TEAM"] = "mex_team";
295
277
  ChannelOrderAcceptanceNextActionFrom["PAYMENTS_TEAM"] = "payments_team";
296
- ChannelOrderAcceptanceNextActionFrom["TLC_TEAM"] = "tlc_team";
278
+ ChannelOrderAcceptanceNextActionFrom["TC_TEAM"] = "tc_team";
279
+ ChannelOrderAcceptanceNextActionFrom["LOGISTICS_TEAM"] = "logistics_team";
297
280
  })(ChannelOrderAcceptanceNextActionFrom = exports.ChannelOrderAcceptanceNextActionFrom || (exports.ChannelOrderAcceptanceNextActionFrom = {}));
298
281
  var ChannelOrderAcceptanceRejectionReason;
299
282
  (function (ChannelOrderAcceptanceRejectionReason) {
@@ -2263,8 +2246,3 @@ var WashCarrierActualFileStatus;
2263
2246
  WashCarrierActualFileStatus["PROCESSED"] = "processed";
2264
2247
  WashCarrierActualFileStatus["FAILED"] = "failed";
2265
2248
  })(WashCarrierActualFileStatus = exports.WashCarrierActualFileStatus || (exports.WashCarrierActualFileStatus = {}));
2266
- var WeightSelection;
2267
- (function (WeightSelection) {
2268
- WeightSelection["DEAD"] = "dead";
2269
- WeightSelection["DIMENSIONAL"] = "dimensional";
2270
- })(WeightSelection = exports.WeightSelection || (exports.WeightSelection = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.50",
3
+ "version": "4.18.51",
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": "2ec4e55423f8c68d0d75db7df7825e96a4433e9b"
27
+ "gitHead": "8fbab724c6c2213e0635284f23a62cd0996693eb"
28
28
  }
@@ -87,14 +87,12 @@ export enum BillingMetricKey {
87
87
  CAPTURE_TRANSACTIONS_IGNORED_FULLY_REFUNDED_COUNT = 'capture_transactions_ignored_fully_refunded_count',
88
88
  CAPTURE_TRANSACTIONS_IGNORED_OTHER_COUNT = 'capture_transactions_ignored_other_count',
89
89
  CAPTURE_TRANSACTIONS_TOTAL = 'capture_transactions_total',
90
- CHANNEL_TRANSACTIONS_CAPTURE_COUNT = 'channel_transactions_capture_count',
91
- CHANNEL_TRANSACTIONS_CAPTURE_TOTAL = 'channel_transactions_capture_total',
90
+ CHANNEL_TRANSACTIONS_PROCESSING_COUNT = 'channel_transactions_processing_count',
91
+ CHANNEL_TRANSACTIONS_PROCESSING_TOTAL = 'channel_transactions_processing_total',
92
92
  CHANNEL_TRANSACTIONS_ADJUSTMENT_COUNT = 'channel_transactions_adjustment_count',
93
93
  CHANNEL_TRANSACTIONS_ADJUSTMENT_TOTAL = 'channel_transactions_adjustment_total',
94
94
  CHANNEL_TRANSACTIONS_REVERSAL_COUNT = 'channel_transactions_reversal_count',
95
95
  CHANNEL_TRANSACTIONS_REVERSAL_TOTAL = 'channel_transactions_reversal_total',
96
- CHANNEL_TRANSACTIONS_OTHER_COUNT = 'channel_transactions_other_count',
97
- CHANNEL_TRANSACTIONS_OTHER_TOTAL = 'channel_transactions_other_total',
98
96
  CHANNEL_BILLED_TRANSACTIONS_COUNT = 'channel_billed_transactions_count',
99
97
  CHANNEL_BILLED_TRANSACTIONS_TOTAL = 'channel_billed_transactions_total',
100
98
  CREDIT_PAYMENT_TRANSACTIONS_COUNT = 'credit_payment_transactions_count',
@@ -122,6 +120,10 @@ export enum BillingMetricKey {
122
120
  REVERSAL_ORDER_CANCELLATIONS_TRANSACTIONS_TOTAL = 'reversal_order_cancellations_transactions_total',
123
121
  REVERSAL_EXTERNAL_FULFILLMENT_TRANSACTIONS_COUNT = 'reversal_external_fulfillment_transactions_count',
124
122
  REVERSAL_EXTERNAL_FULFILLMENT_TRANSACTIONS_TOTAL = 'reversal_external_fulfillment_transactions_total',
123
+ REVERSAL_OTHER_TRANSACTIONS_COUNT = 'reversal_other_transactions_count',
124
+ REVERSAL_OTHER_TRANSACTIONS_TOTAL = 'reversal_other_transactions_total',
125
+ REVERSAL_ALL_TRANSACTIONS_COUNT = 'reversal_all_transactions_count',
126
+ REVERSAL_ALL_TRANSACTIONS_TOTAL = 'reversal_all_transactions_total',
125
127
  TAX_TRANSACTIONS_COUNT = 'tax_transactions_count',
126
128
  TAX_TRANSACTIONS_TOTAL = 'tax_transactions_total',
127
129
  TRANSFER_TRANSACTIONS_COUNT = 'transfer_transactions_count',
@@ -132,27 +134,10 @@ export enum BillingMetricKey {
132
134
  PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_4_WEEKS = 'percentage_orders_with_fulfillment_proof_4_weeks',
133
135
  PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_6_WEEKS = 'percentage_orders_with_fulfillment_proof_6_weeks',
134
136
  PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_ALL = 'percentage_orders_with_fulfillment_proof_all',
137
+ PENDING_PAYOUTS_MAX_AGE_IN_MILLIS = 'pending_payouts_max_age_in_millis',
135
138
  SHIPPING_NOTIFICATIONS_COUNT = 'shipping_notifications_count',
136
139
  QUEUED_CAPTURE_UNPROCESSED_COUNT = 'queued_capture_unprocessed_count',
137
- QUEUED_CAPTURE_DELETION_UNPROCESSED_COUNT = 'queued_capture_deletion_unprocessed_count',
138
- QUEUED_CHANNEL_TRANSACTION_UNPROCESSED_COUNT = 'queued_channel_transaction_unprocessed_count',
139
- QUEUED_CHANNEL_ORGANIZATION_UNPROCESSED_COUNT = 'queued_channel_organization_unprocessed_count',
140
- QUEUED_CONSUMER_INVOICE_UNPROCESSED_COUNT = 'queued_consumer_invoice_unprocessed_count',
141
- QUEUED_FULFILLMENT_EXTERNAL_UNPROCESSED_COUNT = 'queued_fulfillment_external_unprocessed_count',
142
- QUEUED_FULFILLMENT_IN_TRANSIT_UNPROCESSED_COUNT = 'queued_fulfillment_in_transit_unprocessed_count',
143
- QUEUED_FULFILLMENT_SHIPPING_NOTIFICATION_UNPROCESSED_COUNT = 'queued_fulfillment_shipping_notification_unprocessed_count',
144
- QUEUED_LABEL_INVOICE_REQUEST_UNPROCESSED_COUNT = 'queued_label_invoice_request_unprocessed_count',
145
- QUEUED_LABEL_TRACKING_SUMMARY_UNPROCESSED_COUNT = 'queued_label_tracking_summary_unprocessed_count',
146
- QUEUED_LABEL_ORIGIN_UNPROCESSED_COUNT = 'queued_label_origin_unprocessed_count',
147
- QUEUED_ORDER_UNPROCESSED_COUNT = 'queued_order_unprocessed_count',
148
- QUEUED_ORDER_IDENTIFIER_UNPROCESSED_COUNT = 'queued_order_identifier_unprocessed_count',
149
140
  QUEUED_REFUND_UNPROCESSED_COUNT = 'queued_refund_unprocessed_count',
150
- QUEUED_REFUND_DELETION_UNPROCESSED_COUNT = 'queued_refund_deletion_unprocessed_count',
151
- QUEUED_REFUND_OVER_CAPTURE_UNPROCESSED_COUNT = 'queued_refund_over_capture_unprocessed_count',
152
- QUEUED_SALES_RECORD_UNPROCESSED_COUNT = 'queued_sales_record_unprocessed_count',
153
- QUEUED_STATEMENT_BATCH_UNPROCESSED_COUNT = 'queued_statement_batch_unprocessed_count',
154
- QUEUED_STATEMENT_EMAIL_UNPROCESSED_COUNT = 'queued_statement_email_unprocessed_count',
155
- QUEUED_STATEMENT_SUMMARY_EMAIL_UNPROCESSED_COUNT = 'queued_statement_summary_email_unprocessed_count',
156
141
  QUEUED_RECORD_SNOOZE_COUNT = 'queued_record_snooze_count',
157
142
  QUEUED_RECORD_SNOOZE_ENDING_IN_48_HOURS_COUNT = 'queued_record_snooze_ending_in_48_hours_count',
158
143
  STATEMENTS_NO_PAYOUT_COUNT = 'statements_no_payout_count',
@@ -165,10 +150,7 @@ export enum BillingMetricKey {
165
150
  PAYOUTS_SENT_TOTAL = 'payouts_sent_total',
166
151
  PAYOUTS_FAILED_COUNT = 'payouts_failed_count',
167
152
  PAYOUTS_FAILED_TOTAL = 'payouts_failed_total',
168
- PENDING_PAYOUTS_MAX_AGE = 'pending_payouts_max_age',
169
153
  AVERAGE_PAYOUT_AMOUNT = 'average_payout_amount',
170
- ORDERS_WITH_PAYMENTS_COUNT = 'orders_with_payments_count',
171
- ORDERS_WITHOUT_PAYMENTS_COUNT = 'orders_without_payments_count',
172
154
  CAPTURE_TRANSACTION_WITH_ZERO_FEES_AND_NO_CHANNEL_TRANSACTION_COUNT = 'capture_transaction_with_zero_fees_and_no_channel_transaction_count',
173
155
  }
174
156
 
@@ -284,7 +266,8 @@ export enum ChannelOrderAcceptanceNextActionFrom {
284
266
  CORE_TEAM_INVESTIGATE = 'core_team_investigate',
285
267
  MEX_TEAM = 'mex_team',
286
268
  PAYMENTS_TEAM = 'payments_team',
287
- TLC_TEAM = 'tlc_team',
269
+ TC_TEAM = 'tc_team',
270
+ LOGISTICS_TEAM = 'logistics_team',
288
271
  }
289
272
 
290
273
  export enum ChannelOrderAcceptanceRejectionReason {
@@ -2254,8 +2237,3 @@ export enum WashCarrierActualFileStatus {
2254
2237
  PROCESSED = 'processed',
2255
2238
  FAILED = 'failed',
2256
2239
  }
2257
-
2258
- export enum WeightSelection {
2259
- DEAD = 'dead',
2260
- DIMENSIONAL = 'dimensional',
2261
- }