@flowio/api-internal-constants 4.18.71 → 4.18.73
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 +63 -15
- package/dist/api-internal.js +71 -17
- package/package.json +2 -2
- package/src/api-internal.ts +64 -10
package/dist/api-internal.d.ts
CHANGED
|
@@ -81,10 +81,15 @@ export declare enum BillingMetricKey {
|
|
|
81
81
|
ADJUSTMENT_TRANSACTIONS_COUNT = "adjustment_transactions_count",
|
|
82
82
|
ADJUSTMENT_TRANSACTIONS_TOTAL = "adjustment_transactions_total",
|
|
83
83
|
CAPTURE_TRANSACTIONS_COUNT = "capture_transactions_count",
|
|
84
|
+
CAPTURE_TRANSACTIONS_RECONCILE_PAYMENTS_COUNT = "capture_transactions_reconcile_payments_count",
|
|
84
85
|
CAPTURE_TRANSACTIONS_IGNORED_FRAUD_COUNT = "capture_transactions_ignored_fraud_count",
|
|
85
86
|
CAPTURE_TRANSACTIONS_IGNORED_FULLY_REFUNDED_COUNT = "capture_transactions_ignored_fully_refunded_count",
|
|
86
87
|
CAPTURE_TRANSACTIONS_IGNORED_OTHER_COUNT = "capture_transactions_ignored_other_count",
|
|
87
88
|
CAPTURE_TRANSACTIONS_IGNORED_PREVIOUSLY_PROCESSED_COUNT = "capture_transactions_ignored_previously_processed_count",
|
|
89
|
+
CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_COUNT = "capture_transactions_succeeded_then_failed_count",
|
|
90
|
+
CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_TOTAL = "capture_transactions_succeeded_then_failed_total",
|
|
91
|
+
CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_COUNT = "capture_transactions_succeeded_then_failed_same_day_count",
|
|
92
|
+
CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_TOTAL = "capture_transactions_succeeded_then_failed_same_day_total",
|
|
88
93
|
CAPTURE_QUEUED_COUNT = "capture_queued_count",
|
|
89
94
|
CAPTURE_TRANSACTIONS_TOTAL = "capture_transactions_total",
|
|
90
95
|
CARRIER_CHARGE_TRANSACTIONS_COUNT = "carrier_charge_transactions_count",
|
|
@@ -99,12 +104,15 @@ export declare enum BillingMetricKey {
|
|
|
99
104
|
CHANNEL_BILLED_TRANSACTIONS_TOTAL = "channel_billed_transactions_total",
|
|
100
105
|
CREDIT_PAYMENT_TRANSACTIONS_COUNT = "credit_payment_transactions_count",
|
|
101
106
|
CREDIT_PAYMENT_TRANSACTIONS_TOTAL = "credit_payment_transactions_total",
|
|
107
|
+
DUTY_TO_LABELS_RATIO = "duty_to_labels_ratio",
|
|
102
108
|
DUTY_TRANSACTIONS_COUNT = "duty_transactions_count",
|
|
103
109
|
DUTY_TRANSACTIONS_TOTAL = "duty_transactions_total",
|
|
104
110
|
FULLY_SUBSIDIZED_ORDER_TRANSACTIONS_COUNT = "fully_subsidized_order_transactions_count",
|
|
105
111
|
FULLY_SUBSIDIZED_ORDER_TRANSACTIONS_TOTAL = "fully_subsidized_order_transactions_total",
|
|
106
112
|
BILLABLE_LABEL_TRANSACTIONS_COUNT = "billable_label_transactions_count",
|
|
107
113
|
BILLABLE_LABEL_TRANSACTIONS_COUNT_FOR_UNIQUE_ORDERS = "billable_label_transactions_count_for_unique_orders",
|
|
114
|
+
BILLABLE_LABEL_TRANSACTIONS_COUNT_WITH_REVENUE_SHARE = "billable_label_transactions_count_with_revenue_share",
|
|
115
|
+
BILLABLE_LABEL_TRANSACTIONS_COUNT_WITHOUT_REVENUE_SHARE = "billable_label_transactions_count_without_revenue_share",
|
|
108
116
|
BILLABLE_LABEL_TRANSACTIONS_TOTAL = "billable_label_transactions_total",
|
|
109
117
|
REVENUE_SHARE_LABEL_TRANSACTIONS_COUNT = "revenue_share_label_transactions_count",
|
|
110
118
|
REVENUE_SHARE_LABEL_TRANSACTIONS_COUNT_FOR_UNIQUE_ORDERS = "revenue_share_label_transactions_count_for_unique_orders",
|
|
@@ -114,6 +122,7 @@ export declare enum BillingMetricKey {
|
|
|
114
122
|
ORDER_TRANSACTIONS_COUNT = "order_transactions_count",
|
|
115
123
|
ORDER_TRANSACTIONS_TOTAL = "order_transactions_total",
|
|
116
124
|
REFUND_TRANSACTIONS_COUNT = "refund_transactions_count",
|
|
125
|
+
REFUND_TRANSACTIONS_RECONCILE_PAYMENTS_COUNT = "refund_transactions_reconcile_payments_count",
|
|
117
126
|
REFUND_TRANSACTIONS_IGNORED_FRAUD_COUNT = "refund_transactions_ignored_fraud_count",
|
|
118
127
|
REFUND_TRANSACTIONS_IGNORED_FULLY_REFUNDED_COUNT = "refund_transactions_ignored_fully_refunded_count",
|
|
119
128
|
REFUND_TRANSACTIONS_IGNORED_OTHER_COUNT = "refund_transactions_ignored_other_count",
|
|
@@ -122,6 +131,8 @@ export declare enum BillingMetricKey {
|
|
|
122
131
|
REFUND_TRANSACTIONS_TOTAL = "refund_transactions_total",
|
|
123
132
|
REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_COUNT = "refund_transactions_succeeded_then_failed_count",
|
|
124
133
|
REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_TOTAL = "refund_transactions_succeeded_then_failed_total",
|
|
134
|
+
REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_COUNT = "refund_transactions_succeeded_then_failed_same_day_count",
|
|
135
|
+
REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_TOTAL = "refund_transactions_succeeded_then_failed_same_day_total",
|
|
125
136
|
REVERSAL_ORDER_CANCELLATIONS_TRANSACTIONS_COUNT = "reversal_order_cancellations_transactions_count",
|
|
126
137
|
REVERSAL_ORDER_CANCELLATIONS_TRANSACTIONS_TOTAL = "reversal_order_cancellations_transactions_total",
|
|
127
138
|
REVERSAL_EXTERNAL_FULFILLMENT_TRANSACTIONS_COUNT = "reversal_external_fulfillment_transactions_count",
|
|
@@ -130,6 +141,7 @@ export declare enum BillingMetricKey {
|
|
|
130
141
|
REVERSAL_OTHER_TRANSACTIONS_TOTAL = "reversal_other_transactions_total",
|
|
131
142
|
REVERSAL_ALL_TRANSACTIONS_COUNT = "reversal_all_transactions_count",
|
|
132
143
|
REVERSAL_ALL_TRANSACTIONS_TOTAL = "reversal_all_transactions_total",
|
|
144
|
+
TAX_TO_LABELS_RATIO = "tax_to_labels_ratio",
|
|
133
145
|
TAX_TRANSACTIONS_COUNT = "tax_transactions_count",
|
|
134
146
|
TAX_TRANSACTIONS_TOTAL = "tax_transactions_total",
|
|
135
147
|
TRANSFER_TRANSACTIONS_COUNT = "transfer_transactions_count",
|
|
@@ -180,7 +192,9 @@ export declare enum BillingMetricKey {
|
|
|
180
192
|
ACCOUNTS_WITH_PAYMENT_HOLDS_PENDING_PAYMENT_PROMISE_TOTAL = "accounts_with_payment_holds_pending_payment_promise_total",
|
|
181
193
|
ACCOUNTS_WITH_FINAL_STATEMENTS_COUNT = "accounts_with_final_statements_count",
|
|
182
194
|
ACCOUNTS_WITH_FINAL_STATEMENTS_PENDING_TRANSACTION_COUNT = "accounts_with_final_statements_pending_transaction_count",
|
|
183
|
-
ACCOUNTS_WITH_FINAL_STATEMENTS_PENDING_TRANSACTION_TOTAL = "accounts_with_final_statements_pending_transaction_total"
|
|
195
|
+
ACCOUNTS_WITH_FINAL_STATEMENTS_PENDING_TRANSACTION_TOTAL = "accounts_with_final_statements_pending_transaction_total",
|
|
196
|
+
EDITED_ORDER_TAX_AMOUNT_EXCEEDING_TRANSACTION = "edited_order_tax_amount_exceeding_transaction",
|
|
197
|
+
EDITED_ORDER_DUTY_AMOUNT_EXCEEDING_TRANSACTION = "edited_order_duty_amount_exceeding_transaction"
|
|
184
198
|
}
|
|
185
199
|
export declare enum BillingStatementAttachmentKey {
|
|
186
200
|
INVOICE = "invoice",
|
|
@@ -202,7 +216,6 @@ export declare enum BillingStatementAttachmentKey {
|
|
|
202
216
|
ALL = "all"
|
|
203
217
|
}
|
|
204
218
|
export declare enum BillingTransactionStatus {
|
|
205
|
-
PENDING = "pending",
|
|
206
219
|
PENDING_PROOF = "pending_proof",
|
|
207
220
|
POSTED = "posted"
|
|
208
221
|
}
|
|
@@ -250,8 +263,13 @@ export declare enum CarrierChargeTransactionType {
|
|
|
250
263
|
}
|
|
251
264
|
export declare enum CarrierChargeType {
|
|
252
265
|
LABEL = "label",
|
|
266
|
+
TAX = "tax",
|
|
253
267
|
OTHER = "other"
|
|
254
268
|
}
|
|
269
|
+
export declare enum CarrierFileType {
|
|
270
|
+
FREIGHT = "freight",
|
|
271
|
+
TAX = "tax"
|
|
272
|
+
}
|
|
255
273
|
export declare enum CarrierLabelGenerationMethod {
|
|
256
274
|
DIRECT = "direct",
|
|
257
275
|
EASYPOST = "easypost"
|
|
@@ -339,7 +357,10 @@ export declare enum ChargeInputType {
|
|
|
339
357
|
REMOTE_AREA_DELIVERY = "remote_area_delivery",
|
|
340
358
|
CUSTOMS_CLEARANCE_SURCHARGE = "customs_clearance_surcharge",
|
|
341
359
|
SECURITY_SURCHARGE = "security_surcharge",
|
|
342
|
-
DUTIES_FX_SURCHARGE = "duties_fx_surcharge"
|
|
360
|
+
DUTIES_FX_SURCHARGE = "duties_fx_surcharge",
|
|
361
|
+
ELECTRONIC_EXPORT_INFORMATION_SURCHARGE = "electronic_export_information_surcharge",
|
|
362
|
+
ADDITIONAL_HANDLING = "additional_handling",
|
|
363
|
+
LARGE_PACKAGE_SURCHARGE = "large_package_surcharge"
|
|
343
364
|
}
|
|
344
365
|
export declare enum ChargebackPaymentStatus {
|
|
345
366
|
CAPTURED = "captured",
|
|
@@ -384,9 +405,30 @@ export declare enum CheckoutUrlType {
|
|
|
384
405
|
CONFIRMATION = "confirmation",
|
|
385
406
|
INVALID_CHECKOUT = "invalid_checkout"
|
|
386
407
|
}
|
|
408
|
+
export declare enum ClassificationDecision {
|
|
409
|
+
ACCEPT = "Accept",
|
|
410
|
+
REJECT = "Reject"
|
|
411
|
+
}
|
|
387
412
|
export declare enum ClassificationErrorCode {
|
|
388
413
|
GENERIC_ERROR = "generic_error"
|
|
389
414
|
}
|
|
415
|
+
export declare enum ClassificationPlatform {
|
|
416
|
+
GLOBAL_E = "GlobalE",
|
|
417
|
+
FLOW = "Flow",
|
|
418
|
+
BORDER_FREE = "Borderfree"
|
|
419
|
+
}
|
|
420
|
+
export declare enum ClassificationType {
|
|
421
|
+
NONE = "None",
|
|
422
|
+
MANUAL = "Manual",
|
|
423
|
+
ML = "ML"
|
|
424
|
+
}
|
|
425
|
+
export declare enum ClothingAgeClassification {
|
|
426
|
+
NONE = "None",
|
|
427
|
+
AGE_KIDS_GENERAL = "AgeKidsGeneral",
|
|
428
|
+
AGE_0_10 = "Age0_10",
|
|
429
|
+
AGE_10_13 = "Age10_13",
|
|
430
|
+
AGE_13_14 = "Age13_14"
|
|
431
|
+
}
|
|
390
432
|
export declare enum ColmItemType {
|
|
391
433
|
PHYSICAL = "physical",
|
|
392
434
|
DIGITAL = "digital"
|
|
@@ -688,6 +730,8 @@ export declare enum EventType {
|
|
|
688
730
|
LABEL_INVOICE_REQUEST_DELETED = "label_invoice_request_deleted",
|
|
689
731
|
CARRIER_CHARGE_UPSERTED = "carrier_charge_upserted",
|
|
690
732
|
CARRIER_CHARGE_DELETED = "carrier_charge_deleted",
|
|
733
|
+
BANK_PAYMENT_ORDER_UPSERTED = "bank_payment_order_upserted",
|
|
734
|
+
BANK_PAYMENT_ORDER_DELETED = "bank_payment_order_deleted",
|
|
691
735
|
FRAUD_REVIEW_UPSERTED = "fraud_review_upserted",
|
|
692
736
|
FRAUD_REVIEW_DELETED = "fraud_review_deleted",
|
|
693
737
|
FRAUD_PENDING_REVIEW_UPSERTED = "fraud_pending_review_upserted",
|
|
@@ -791,8 +835,6 @@ export declare enum EventType {
|
|
|
791
835
|
PAYMENT_PROCESSOR_ACCOUNT_DELETED = "payment_processor_account_deleted",
|
|
792
836
|
PAYMENT_PROCESSOR_MERCHANT_UPSERTED = "payment_processor_merchant_upserted",
|
|
793
837
|
PAYMENT_PROCESSOR_MERCHANT_DELETED = "payment_processor_merchant_deleted",
|
|
794
|
-
VIRTUAL_CARD_PROVIDER_UPSERTED = "virtual_card_provider_upserted",
|
|
795
|
-
VIRTUAL_CARD_PROVIDER_DELETED = "virtual_card_provider_deleted",
|
|
796
838
|
AUTHORIZATION_BUNDLE_UPSERTED = "authorization_bundle_upserted",
|
|
797
839
|
AUTHORIZATION_BUNDLE_DELETED = "authorization_bundle_deleted",
|
|
798
840
|
ORGANIZATION_PAYMENT_SETTING_UPSERTED = "organization_payment_setting_upserted",
|
|
@@ -846,6 +888,8 @@ export declare enum EventType {
|
|
|
846
888
|
SHOPIFY_MARKETS_METRICS_DELETED = "shopify_markets_metrics_deleted",
|
|
847
889
|
CHANNEL_ORDER_SUMMARY_UPSERTED = "channel_order_summary_upserted",
|
|
848
890
|
CHANNEL_ORDER_SUMMARY_DELETED = "channel_order_summary_deleted",
|
|
891
|
+
CHANNEL_ORGANIZATION_IDENTIFIER_UPSERTED = "channel_organization_identifier_upserted",
|
|
892
|
+
CHANNEL_ORGANIZATION_IDENTIFIER_DELETED = "channel_organization_identifier_deleted",
|
|
849
893
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = "shopify_monitoring_order_monitor_event_upserted",
|
|
850
894
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = "shopify_monitoring_order_monitor_event_deleted",
|
|
851
895
|
SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = "shopify_order_fulfillments_snapshot_upserted",
|
|
@@ -858,8 +902,6 @@ export declare enum EventType {
|
|
|
858
902
|
STRIPE_CAPTURE_UPSERTED = "stripe_capture_upserted",
|
|
859
903
|
STRIPE_REFUND_DELETED = "stripe_refund_deleted",
|
|
860
904
|
STRIPE_REFUND_UPSERTED = "stripe_refund_upserted",
|
|
861
|
-
SVB_VIRTUAL_CARD_CLEARING_UPSERTED = "svb_virtual_card_clearing_upserted",
|
|
862
|
-
SVB_VIRTUAL_CARD_CLEARING_DELETED = "svb_virtual_card_clearing_deleted",
|
|
863
905
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = "liability_remittance_plan_upserted",
|
|
864
906
|
LIABILITY_REMITTANCE_PLAN_DELETED = "liability_remittance_plan_deleted",
|
|
865
907
|
SVITLANA_ITEM_UPSERTED = "svitlana_item_upserted",
|
|
@@ -1027,6 +1069,7 @@ export declare enum LabelRequestErrorHandlingResponsibility {
|
|
|
1027
1069
|
MERCHANT_INTEGRATION = "merchant_integration",
|
|
1028
1070
|
SHOPIFY_INTEGRATION = "shopify_integration",
|
|
1029
1071
|
GLOBALE_CX = "globale_cx",
|
|
1072
|
+
MERCHANT_OPERATIONS = "merchant_operations",
|
|
1030
1073
|
GLOBALE_SYSTEM = "globale_system"
|
|
1031
1074
|
}
|
|
1032
1075
|
export declare enum LabelTransactionType {
|
|
@@ -1042,9 +1085,8 @@ export declare enum LiabilityType {
|
|
|
1042
1085
|
HIGH_VALUE_GOODS_TAX = "high_value_goods_tax",
|
|
1043
1086
|
DUTIES = "duties"
|
|
1044
1087
|
}
|
|
1045
|
-
export declare enum
|
|
1046
|
-
|
|
1047
|
-
PENDING_PROOF = "pending_proof"
|
|
1088
|
+
export declare enum LogisticsCapability {
|
|
1089
|
+
LOGISTICS_ADDRESS_CORRECTION = "logistics_address_correction"
|
|
1048
1090
|
}
|
|
1049
1091
|
export declare enum ManualReviewRuleStatus {
|
|
1050
1092
|
ACTIVE = "active",
|
|
@@ -1052,10 +1094,8 @@ export declare enum ManualReviewRuleStatus {
|
|
|
1052
1094
|
}
|
|
1053
1095
|
export declare enum ManualTransactionCategory {
|
|
1054
1096
|
CANCELLED_ORDER_REFUND = "cancelled_order_refund",
|
|
1055
|
-
CHANNEL_PARTNER_INITIATED = "channel_partner_initiated",
|
|
1056
1097
|
CLIENT_ACCEPTED_CHARGEBACK = "client_accepted_chargeback",
|
|
1057
1098
|
FEE_REIMBURSEMENT = "fee_reimbursement",
|
|
1058
|
-
PARTIAL_REFUND = "partial_refund",
|
|
1059
1099
|
PLATFORM_FEE = "platform_fee",
|
|
1060
1100
|
SHIPPING_TRUE_UP = "shipping_true_up",
|
|
1061
1101
|
TAX_CREDIT = "tax_credit",
|
|
@@ -1417,6 +1457,10 @@ export declare enum ReportInterval {
|
|
|
1417
1457
|
WEEKLY = "weekly",
|
|
1418
1458
|
MONTHLY = "monthly"
|
|
1419
1459
|
}
|
|
1460
|
+
export declare enum ReportPaymentType {
|
|
1461
|
+
CREDIT = "credit",
|
|
1462
|
+
DEBIT = "debit"
|
|
1463
|
+
}
|
|
1420
1464
|
export declare enum ReportStatus {
|
|
1421
1465
|
CREATED = "created",
|
|
1422
1466
|
COMPLETED = "completed",
|
|
@@ -1427,7 +1471,9 @@ export declare enum ReportType {
|
|
|
1427
1471
|
SALES_RECORD = "sales_record",
|
|
1428
1472
|
TRUEUP_OVERVIEW = "trueup_overview",
|
|
1429
1473
|
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = "non_channel_payment_bank_account",
|
|
1430
|
-
SCHEDULED_PAYMENT = "scheduled_payment"
|
|
1474
|
+
SCHEDULED_PAYMENT = "scheduled_payment",
|
|
1475
|
+
ACCOUNT_QUARTERLY_BALANCES = "account_quarterly_balances",
|
|
1476
|
+
INVARIANTS = "invariants"
|
|
1431
1477
|
}
|
|
1432
1478
|
export declare enum ReportingFulfillmentIsVirtual {
|
|
1433
1479
|
ALL = "all",
|
|
@@ -1540,7 +1586,8 @@ export declare enum ShopifyMarketsQueuedRecordType {
|
|
|
1540
1586
|
ORDER_EDIT = "order_edit",
|
|
1541
1587
|
PRODUCT_RESTRICTION_RESULT = "product_restriction_result",
|
|
1542
1588
|
PRODUCT_SYNC = "product_sync",
|
|
1543
|
-
WEBHOOK_REGISTRATIONS = "webhook_registrations"
|
|
1589
|
+
WEBHOOK_REGISTRATIONS = "webhook_registrations",
|
|
1590
|
+
CHANNEL_ORGANIZATION_IDENTIFIER = "channel_organization_identifier"
|
|
1544
1591
|
}
|
|
1545
1592
|
export declare enum ShopifyMarketsTradeSector {
|
|
1546
1593
|
APPAREL_AND_ACCESSORIES = "apparel_and_accessories",
|
|
@@ -1601,7 +1648,8 @@ export declare enum SnoozeNextActionWith {
|
|
|
1601
1648
|
ENGINEERING = "engineering"
|
|
1602
1649
|
}
|
|
1603
1650
|
export declare enum SnoozeSourceType {
|
|
1604
|
-
TASK = "task"
|
|
1651
|
+
TASK = "task",
|
|
1652
|
+
INVARIANT = "invariant"
|
|
1605
1653
|
}
|
|
1606
1654
|
export declare enum StatementStatus {
|
|
1607
1655
|
CREATED = "created",
|
package/dist/api-internal.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingIntegrationType = exports.TimeseriesType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.TamItemType = exports.SvitlanaType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.Status = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = void 0;
|
|
3
|
+
exports.ContentStatus = exports.ContentElementType = exports.ComplianceType = 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.ItemClassificationStatus = exports.ItemClassificationAction = exports.InventoryReservation = exports.InventoryCheckService = exports.HttpMethod = 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.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.DebugAccountingTransactionType = exports.CrossdockTrackingStatus = exports.ContentTypeCast = exports.ContentType = void 0;
|
|
5
|
+
exports.OutputStyle = exports.OrganizationRestrictionScreeningStatus = exports.OrganizationRestrictionRiskLevel = exports.OrganizationRestrictionReviewType = exports.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = exports.OrganizationPaymentStatus = exports.OrganizationMetricType = exports.OrganizationCapability = exports.OrderValidationStatus = exports.OrderTransactionType = exports.OrderLifecycleEvent = exports.OrderChargeTrigger = exports.OrderCancellationInitiatedBy = exports.OrderAttributeIntent = exports.OrderAddressValidationStatus = exports.OrderAction = exports.OnboardingStateSource = exports.OnboardingAutomationTaskState = exports.OnboardingAutomationProcessState = exports.OnboardingAuditThemeKey = exports.OnboardingAuditResult = exports.OnboardingAuditMessageLevel = exports.NoLiabilityReasonCode = exports.NatureOfSale = exports.MixedBagWeight = exports.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.LogisticsCapability = exports.LiabilityType = exports.LabelTransactionType = exports.LabelRequestErrorHandlingResponsibility = exports.LabelCreationStatus = exports.LabelCancellationErrorCode = exports.LabelBillingStrategy = exports.KeywordType = exports.ItemType = exports.ItemQuantityAction = exports.ItemHarmonizationStatus = void 0;
|
|
6
|
+
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 = exports.ServiceName = exports.SerialReservationError = exports.Scope = 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 = void 0;
|
|
7
|
+
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingIntegrationType = exports.TimeseriesType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.TamItemType = exports.SvitlanaType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.Status = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.SignificanceAction = exports.ShrutiDemoType = exports.ShopifyService = void 0;
|
|
8
8
|
var AccountPaymentHoldReason;
|
|
9
9
|
(function (AccountPaymentHoldReason) {
|
|
10
10
|
AccountPaymentHoldReason["FRAUDULENT"] = "fraudulent";
|
|
@@ -101,10 +101,15 @@ var BillingMetricKey;
|
|
|
101
101
|
BillingMetricKey["ADJUSTMENT_TRANSACTIONS_COUNT"] = "adjustment_transactions_count";
|
|
102
102
|
BillingMetricKey["ADJUSTMENT_TRANSACTIONS_TOTAL"] = "adjustment_transactions_total";
|
|
103
103
|
BillingMetricKey["CAPTURE_TRANSACTIONS_COUNT"] = "capture_transactions_count";
|
|
104
|
+
BillingMetricKey["CAPTURE_TRANSACTIONS_RECONCILE_PAYMENTS_COUNT"] = "capture_transactions_reconcile_payments_count";
|
|
104
105
|
BillingMetricKey["CAPTURE_TRANSACTIONS_IGNORED_FRAUD_COUNT"] = "capture_transactions_ignored_fraud_count";
|
|
105
106
|
BillingMetricKey["CAPTURE_TRANSACTIONS_IGNORED_FULLY_REFUNDED_COUNT"] = "capture_transactions_ignored_fully_refunded_count";
|
|
106
107
|
BillingMetricKey["CAPTURE_TRANSACTIONS_IGNORED_OTHER_COUNT"] = "capture_transactions_ignored_other_count";
|
|
107
108
|
BillingMetricKey["CAPTURE_TRANSACTIONS_IGNORED_PREVIOUSLY_PROCESSED_COUNT"] = "capture_transactions_ignored_previously_processed_count";
|
|
109
|
+
BillingMetricKey["CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_COUNT"] = "capture_transactions_succeeded_then_failed_count";
|
|
110
|
+
BillingMetricKey["CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_TOTAL"] = "capture_transactions_succeeded_then_failed_total";
|
|
111
|
+
BillingMetricKey["CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_COUNT"] = "capture_transactions_succeeded_then_failed_same_day_count";
|
|
112
|
+
BillingMetricKey["CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_TOTAL"] = "capture_transactions_succeeded_then_failed_same_day_total";
|
|
108
113
|
BillingMetricKey["CAPTURE_QUEUED_COUNT"] = "capture_queued_count";
|
|
109
114
|
BillingMetricKey["CAPTURE_TRANSACTIONS_TOTAL"] = "capture_transactions_total";
|
|
110
115
|
BillingMetricKey["CARRIER_CHARGE_TRANSACTIONS_COUNT"] = "carrier_charge_transactions_count";
|
|
@@ -119,12 +124,15 @@ var BillingMetricKey;
|
|
|
119
124
|
BillingMetricKey["CHANNEL_BILLED_TRANSACTIONS_TOTAL"] = "channel_billed_transactions_total";
|
|
120
125
|
BillingMetricKey["CREDIT_PAYMENT_TRANSACTIONS_COUNT"] = "credit_payment_transactions_count";
|
|
121
126
|
BillingMetricKey["CREDIT_PAYMENT_TRANSACTIONS_TOTAL"] = "credit_payment_transactions_total";
|
|
127
|
+
BillingMetricKey["DUTY_TO_LABELS_RATIO"] = "duty_to_labels_ratio";
|
|
122
128
|
BillingMetricKey["DUTY_TRANSACTIONS_COUNT"] = "duty_transactions_count";
|
|
123
129
|
BillingMetricKey["DUTY_TRANSACTIONS_TOTAL"] = "duty_transactions_total";
|
|
124
130
|
BillingMetricKey["FULLY_SUBSIDIZED_ORDER_TRANSACTIONS_COUNT"] = "fully_subsidized_order_transactions_count";
|
|
125
131
|
BillingMetricKey["FULLY_SUBSIDIZED_ORDER_TRANSACTIONS_TOTAL"] = "fully_subsidized_order_transactions_total";
|
|
126
132
|
BillingMetricKey["BILLABLE_LABEL_TRANSACTIONS_COUNT"] = "billable_label_transactions_count";
|
|
127
133
|
BillingMetricKey["BILLABLE_LABEL_TRANSACTIONS_COUNT_FOR_UNIQUE_ORDERS"] = "billable_label_transactions_count_for_unique_orders";
|
|
134
|
+
BillingMetricKey["BILLABLE_LABEL_TRANSACTIONS_COUNT_WITH_REVENUE_SHARE"] = "billable_label_transactions_count_with_revenue_share";
|
|
135
|
+
BillingMetricKey["BILLABLE_LABEL_TRANSACTIONS_COUNT_WITHOUT_REVENUE_SHARE"] = "billable_label_transactions_count_without_revenue_share";
|
|
128
136
|
BillingMetricKey["BILLABLE_LABEL_TRANSACTIONS_TOTAL"] = "billable_label_transactions_total";
|
|
129
137
|
BillingMetricKey["REVENUE_SHARE_LABEL_TRANSACTIONS_COUNT"] = "revenue_share_label_transactions_count";
|
|
130
138
|
BillingMetricKey["REVENUE_SHARE_LABEL_TRANSACTIONS_COUNT_FOR_UNIQUE_ORDERS"] = "revenue_share_label_transactions_count_for_unique_orders";
|
|
@@ -134,6 +142,7 @@ var BillingMetricKey;
|
|
|
134
142
|
BillingMetricKey["ORDER_TRANSACTIONS_COUNT"] = "order_transactions_count";
|
|
135
143
|
BillingMetricKey["ORDER_TRANSACTIONS_TOTAL"] = "order_transactions_total";
|
|
136
144
|
BillingMetricKey["REFUND_TRANSACTIONS_COUNT"] = "refund_transactions_count";
|
|
145
|
+
BillingMetricKey["REFUND_TRANSACTIONS_RECONCILE_PAYMENTS_COUNT"] = "refund_transactions_reconcile_payments_count";
|
|
137
146
|
BillingMetricKey["REFUND_TRANSACTIONS_IGNORED_FRAUD_COUNT"] = "refund_transactions_ignored_fraud_count";
|
|
138
147
|
BillingMetricKey["REFUND_TRANSACTIONS_IGNORED_FULLY_REFUNDED_COUNT"] = "refund_transactions_ignored_fully_refunded_count";
|
|
139
148
|
BillingMetricKey["REFUND_TRANSACTIONS_IGNORED_OTHER_COUNT"] = "refund_transactions_ignored_other_count";
|
|
@@ -142,6 +151,8 @@ var BillingMetricKey;
|
|
|
142
151
|
BillingMetricKey["REFUND_TRANSACTIONS_TOTAL"] = "refund_transactions_total";
|
|
143
152
|
BillingMetricKey["REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_COUNT"] = "refund_transactions_succeeded_then_failed_count";
|
|
144
153
|
BillingMetricKey["REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_TOTAL"] = "refund_transactions_succeeded_then_failed_total";
|
|
154
|
+
BillingMetricKey["REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_COUNT"] = "refund_transactions_succeeded_then_failed_same_day_count";
|
|
155
|
+
BillingMetricKey["REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_TOTAL"] = "refund_transactions_succeeded_then_failed_same_day_total";
|
|
145
156
|
BillingMetricKey["REVERSAL_ORDER_CANCELLATIONS_TRANSACTIONS_COUNT"] = "reversal_order_cancellations_transactions_count";
|
|
146
157
|
BillingMetricKey["REVERSAL_ORDER_CANCELLATIONS_TRANSACTIONS_TOTAL"] = "reversal_order_cancellations_transactions_total";
|
|
147
158
|
BillingMetricKey["REVERSAL_EXTERNAL_FULFILLMENT_TRANSACTIONS_COUNT"] = "reversal_external_fulfillment_transactions_count";
|
|
@@ -150,6 +161,7 @@ var BillingMetricKey;
|
|
|
150
161
|
BillingMetricKey["REVERSAL_OTHER_TRANSACTIONS_TOTAL"] = "reversal_other_transactions_total";
|
|
151
162
|
BillingMetricKey["REVERSAL_ALL_TRANSACTIONS_COUNT"] = "reversal_all_transactions_count";
|
|
152
163
|
BillingMetricKey["REVERSAL_ALL_TRANSACTIONS_TOTAL"] = "reversal_all_transactions_total";
|
|
164
|
+
BillingMetricKey["TAX_TO_LABELS_RATIO"] = "tax_to_labels_ratio";
|
|
153
165
|
BillingMetricKey["TAX_TRANSACTIONS_COUNT"] = "tax_transactions_count";
|
|
154
166
|
BillingMetricKey["TAX_TRANSACTIONS_TOTAL"] = "tax_transactions_total";
|
|
155
167
|
BillingMetricKey["TRANSFER_TRANSACTIONS_COUNT"] = "transfer_transactions_count";
|
|
@@ -201,6 +213,8 @@ var BillingMetricKey;
|
|
|
201
213
|
BillingMetricKey["ACCOUNTS_WITH_FINAL_STATEMENTS_COUNT"] = "accounts_with_final_statements_count";
|
|
202
214
|
BillingMetricKey["ACCOUNTS_WITH_FINAL_STATEMENTS_PENDING_TRANSACTION_COUNT"] = "accounts_with_final_statements_pending_transaction_count";
|
|
203
215
|
BillingMetricKey["ACCOUNTS_WITH_FINAL_STATEMENTS_PENDING_TRANSACTION_TOTAL"] = "accounts_with_final_statements_pending_transaction_total";
|
|
216
|
+
BillingMetricKey["EDITED_ORDER_TAX_AMOUNT_EXCEEDING_TRANSACTION"] = "edited_order_tax_amount_exceeding_transaction";
|
|
217
|
+
BillingMetricKey["EDITED_ORDER_DUTY_AMOUNT_EXCEEDING_TRANSACTION"] = "edited_order_duty_amount_exceeding_transaction";
|
|
204
218
|
})(BillingMetricKey = exports.BillingMetricKey || (exports.BillingMetricKey = {}));
|
|
205
219
|
var BillingStatementAttachmentKey;
|
|
206
220
|
(function (BillingStatementAttachmentKey) {
|
|
@@ -224,7 +238,6 @@ var BillingStatementAttachmentKey;
|
|
|
224
238
|
})(BillingStatementAttachmentKey = exports.BillingStatementAttachmentKey || (exports.BillingStatementAttachmentKey = {}));
|
|
225
239
|
var BillingTransactionStatus;
|
|
226
240
|
(function (BillingTransactionStatus) {
|
|
227
|
-
BillingTransactionStatus["PENDING"] = "pending";
|
|
228
241
|
BillingTransactionStatus["PENDING_PROOF"] = "pending_proof";
|
|
229
242
|
BillingTransactionStatus["POSTED"] = "posted";
|
|
230
243
|
})(BillingTransactionStatus = exports.BillingTransactionStatus || (exports.BillingTransactionStatus = {}));
|
|
@@ -277,8 +290,14 @@ var CarrierChargeTransactionType;
|
|
|
277
290
|
var CarrierChargeType;
|
|
278
291
|
(function (CarrierChargeType) {
|
|
279
292
|
CarrierChargeType["LABEL"] = "label";
|
|
293
|
+
CarrierChargeType["TAX"] = "tax";
|
|
280
294
|
CarrierChargeType["OTHER"] = "other";
|
|
281
295
|
})(CarrierChargeType = exports.CarrierChargeType || (exports.CarrierChargeType = {}));
|
|
296
|
+
var CarrierFileType;
|
|
297
|
+
(function (CarrierFileType) {
|
|
298
|
+
CarrierFileType["FREIGHT"] = "freight";
|
|
299
|
+
CarrierFileType["TAX"] = "tax";
|
|
300
|
+
})(CarrierFileType = exports.CarrierFileType || (exports.CarrierFileType = {}));
|
|
282
301
|
var CarrierLabelGenerationMethod;
|
|
283
302
|
(function (CarrierLabelGenerationMethod) {
|
|
284
303
|
CarrierLabelGenerationMethod["DIRECT"] = "direct";
|
|
@@ -379,6 +398,9 @@ var ChargeInputType;
|
|
|
379
398
|
ChargeInputType["CUSTOMS_CLEARANCE_SURCHARGE"] = "customs_clearance_surcharge";
|
|
380
399
|
ChargeInputType["SECURITY_SURCHARGE"] = "security_surcharge";
|
|
381
400
|
ChargeInputType["DUTIES_FX_SURCHARGE"] = "duties_fx_surcharge";
|
|
401
|
+
ChargeInputType["ELECTRONIC_EXPORT_INFORMATION_SURCHARGE"] = "electronic_export_information_surcharge";
|
|
402
|
+
ChargeInputType["ADDITIONAL_HANDLING"] = "additional_handling";
|
|
403
|
+
ChargeInputType["LARGE_PACKAGE_SURCHARGE"] = "large_package_surcharge";
|
|
382
404
|
})(ChargeInputType = exports.ChargeInputType || (exports.ChargeInputType = {}));
|
|
383
405
|
var ChargebackPaymentStatus;
|
|
384
406
|
(function (ChargebackPaymentStatus) {
|
|
@@ -431,10 +453,35 @@ var CheckoutUrlType;
|
|
|
431
453
|
CheckoutUrlType["CONFIRMATION"] = "confirmation";
|
|
432
454
|
CheckoutUrlType["INVALID_CHECKOUT"] = "invalid_checkout";
|
|
433
455
|
})(CheckoutUrlType = exports.CheckoutUrlType || (exports.CheckoutUrlType = {}));
|
|
456
|
+
var ClassificationDecision;
|
|
457
|
+
(function (ClassificationDecision) {
|
|
458
|
+
ClassificationDecision["ACCEPT"] = "Accept";
|
|
459
|
+
ClassificationDecision["REJECT"] = "Reject";
|
|
460
|
+
})(ClassificationDecision = exports.ClassificationDecision || (exports.ClassificationDecision = {}));
|
|
434
461
|
var ClassificationErrorCode;
|
|
435
462
|
(function (ClassificationErrorCode) {
|
|
436
463
|
ClassificationErrorCode["GENERIC_ERROR"] = "generic_error";
|
|
437
464
|
})(ClassificationErrorCode = exports.ClassificationErrorCode || (exports.ClassificationErrorCode = {}));
|
|
465
|
+
var ClassificationPlatform;
|
|
466
|
+
(function (ClassificationPlatform) {
|
|
467
|
+
ClassificationPlatform["GLOBAL_E"] = "GlobalE";
|
|
468
|
+
ClassificationPlatform["FLOW"] = "Flow";
|
|
469
|
+
ClassificationPlatform["BORDER_FREE"] = "Borderfree";
|
|
470
|
+
})(ClassificationPlatform = exports.ClassificationPlatform || (exports.ClassificationPlatform = {}));
|
|
471
|
+
var ClassificationType;
|
|
472
|
+
(function (ClassificationType) {
|
|
473
|
+
ClassificationType["NONE"] = "None";
|
|
474
|
+
ClassificationType["MANUAL"] = "Manual";
|
|
475
|
+
ClassificationType["ML"] = "ML";
|
|
476
|
+
})(ClassificationType = exports.ClassificationType || (exports.ClassificationType = {}));
|
|
477
|
+
var ClothingAgeClassification;
|
|
478
|
+
(function (ClothingAgeClassification) {
|
|
479
|
+
ClothingAgeClassification["NONE"] = "None";
|
|
480
|
+
ClothingAgeClassification["AGE_KIDS_GENERAL"] = "AgeKidsGeneral";
|
|
481
|
+
ClothingAgeClassification["AGE_0_10"] = "Age0_10";
|
|
482
|
+
ClothingAgeClassification["AGE_10_13"] = "Age10_13";
|
|
483
|
+
ClothingAgeClassification["AGE_13_14"] = "Age13_14";
|
|
484
|
+
})(ClothingAgeClassification = exports.ClothingAgeClassification || (exports.ClothingAgeClassification = {}));
|
|
438
485
|
var ColmItemType;
|
|
439
486
|
(function (ColmItemType) {
|
|
440
487
|
ColmItemType["PHYSICAL"] = "physical";
|
|
@@ -767,6 +814,8 @@ var EventType;
|
|
|
767
814
|
EventType["LABEL_INVOICE_REQUEST_DELETED"] = "label_invoice_request_deleted";
|
|
768
815
|
EventType["CARRIER_CHARGE_UPSERTED"] = "carrier_charge_upserted";
|
|
769
816
|
EventType["CARRIER_CHARGE_DELETED"] = "carrier_charge_deleted";
|
|
817
|
+
EventType["BANK_PAYMENT_ORDER_UPSERTED"] = "bank_payment_order_upserted";
|
|
818
|
+
EventType["BANK_PAYMENT_ORDER_DELETED"] = "bank_payment_order_deleted";
|
|
770
819
|
EventType["FRAUD_REVIEW_UPSERTED"] = "fraud_review_upserted";
|
|
771
820
|
EventType["FRAUD_REVIEW_DELETED"] = "fraud_review_deleted";
|
|
772
821
|
EventType["FRAUD_PENDING_REVIEW_UPSERTED"] = "fraud_pending_review_upserted";
|
|
@@ -870,8 +919,6 @@ var EventType;
|
|
|
870
919
|
EventType["PAYMENT_PROCESSOR_ACCOUNT_DELETED"] = "payment_processor_account_deleted";
|
|
871
920
|
EventType["PAYMENT_PROCESSOR_MERCHANT_UPSERTED"] = "payment_processor_merchant_upserted";
|
|
872
921
|
EventType["PAYMENT_PROCESSOR_MERCHANT_DELETED"] = "payment_processor_merchant_deleted";
|
|
873
|
-
EventType["VIRTUAL_CARD_PROVIDER_UPSERTED"] = "virtual_card_provider_upserted";
|
|
874
|
-
EventType["VIRTUAL_CARD_PROVIDER_DELETED"] = "virtual_card_provider_deleted";
|
|
875
922
|
EventType["AUTHORIZATION_BUNDLE_UPSERTED"] = "authorization_bundle_upserted";
|
|
876
923
|
EventType["AUTHORIZATION_BUNDLE_DELETED"] = "authorization_bundle_deleted";
|
|
877
924
|
EventType["ORGANIZATION_PAYMENT_SETTING_UPSERTED"] = "organization_payment_setting_upserted";
|
|
@@ -925,6 +972,8 @@ var EventType;
|
|
|
925
972
|
EventType["SHOPIFY_MARKETS_METRICS_DELETED"] = "shopify_markets_metrics_deleted";
|
|
926
973
|
EventType["CHANNEL_ORDER_SUMMARY_UPSERTED"] = "channel_order_summary_upserted";
|
|
927
974
|
EventType["CHANNEL_ORDER_SUMMARY_DELETED"] = "channel_order_summary_deleted";
|
|
975
|
+
EventType["CHANNEL_ORGANIZATION_IDENTIFIER_UPSERTED"] = "channel_organization_identifier_upserted";
|
|
976
|
+
EventType["CHANNEL_ORGANIZATION_IDENTIFIER_DELETED"] = "channel_organization_identifier_deleted";
|
|
928
977
|
EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED"] = "shopify_monitoring_order_monitor_event_upserted";
|
|
929
978
|
EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED"] = "shopify_monitoring_order_monitor_event_deleted";
|
|
930
979
|
EventType["SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED"] = "shopify_order_fulfillments_snapshot_upserted";
|
|
@@ -937,8 +986,6 @@ var EventType;
|
|
|
937
986
|
EventType["STRIPE_CAPTURE_UPSERTED"] = "stripe_capture_upserted";
|
|
938
987
|
EventType["STRIPE_REFUND_DELETED"] = "stripe_refund_deleted";
|
|
939
988
|
EventType["STRIPE_REFUND_UPSERTED"] = "stripe_refund_upserted";
|
|
940
|
-
EventType["SVB_VIRTUAL_CARD_CLEARING_UPSERTED"] = "svb_virtual_card_clearing_upserted";
|
|
941
|
-
EventType["SVB_VIRTUAL_CARD_CLEARING_DELETED"] = "svb_virtual_card_clearing_deleted";
|
|
942
989
|
EventType["LIABILITY_REMITTANCE_PLAN_UPSERTED"] = "liability_remittance_plan_upserted";
|
|
943
990
|
EventType["LIABILITY_REMITTANCE_PLAN_DELETED"] = "liability_remittance_plan_deleted";
|
|
944
991
|
EventType["SVITLANA_ITEM_UPSERTED"] = "svitlana_item_upserted";
|
|
@@ -1137,6 +1184,7 @@ var LabelRequestErrorHandlingResponsibility;
|
|
|
1137
1184
|
LabelRequestErrorHandlingResponsibility["MERCHANT_INTEGRATION"] = "merchant_integration";
|
|
1138
1185
|
LabelRequestErrorHandlingResponsibility["SHOPIFY_INTEGRATION"] = "shopify_integration";
|
|
1139
1186
|
LabelRequestErrorHandlingResponsibility["GLOBALE_CX"] = "globale_cx";
|
|
1187
|
+
LabelRequestErrorHandlingResponsibility["MERCHANT_OPERATIONS"] = "merchant_operations";
|
|
1140
1188
|
LabelRequestErrorHandlingResponsibility["GLOBALE_SYSTEM"] = "globale_system";
|
|
1141
1189
|
})(LabelRequestErrorHandlingResponsibility = exports.LabelRequestErrorHandlingResponsibility || (exports.LabelRequestErrorHandlingResponsibility = {}));
|
|
1142
1190
|
var LabelTransactionType;
|
|
@@ -1154,11 +1202,10 @@ var LiabilityType;
|
|
|
1154
1202
|
LiabilityType["HIGH_VALUE_GOODS_TAX"] = "high_value_goods_tax";
|
|
1155
1203
|
LiabilityType["DUTIES"] = "duties";
|
|
1156
1204
|
})(LiabilityType = exports.LiabilityType || (exports.LiabilityType = {}));
|
|
1157
|
-
var
|
|
1158
|
-
(function (
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
})(MainTransactionStatus = exports.MainTransactionStatus || (exports.MainTransactionStatus = {}));
|
|
1205
|
+
var LogisticsCapability;
|
|
1206
|
+
(function (LogisticsCapability) {
|
|
1207
|
+
LogisticsCapability["LOGISTICS_ADDRESS_CORRECTION"] = "logistics_address_correction";
|
|
1208
|
+
})(LogisticsCapability = exports.LogisticsCapability || (exports.LogisticsCapability = {}));
|
|
1162
1209
|
var ManualReviewRuleStatus;
|
|
1163
1210
|
(function (ManualReviewRuleStatus) {
|
|
1164
1211
|
ManualReviewRuleStatus["ACTIVE"] = "active";
|
|
@@ -1167,10 +1214,8 @@ var ManualReviewRuleStatus;
|
|
|
1167
1214
|
var ManualTransactionCategory;
|
|
1168
1215
|
(function (ManualTransactionCategory) {
|
|
1169
1216
|
ManualTransactionCategory["CANCELLED_ORDER_REFUND"] = "cancelled_order_refund";
|
|
1170
|
-
ManualTransactionCategory["CHANNEL_PARTNER_INITIATED"] = "channel_partner_initiated";
|
|
1171
1217
|
ManualTransactionCategory["CLIENT_ACCEPTED_CHARGEBACK"] = "client_accepted_chargeback";
|
|
1172
1218
|
ManualTransactionCategory["FEE_REIMBURSEMENT"] = "fee_reimbursement";
|
|
1173
|
-
ManualTransactionCategory["PARTIAL_REFUND"] = "partial_refund";
|
|
1174
1219
|
ManualTransactionCategory["PLATFORM_FEE"] = "platform_fee";
|
|
1175
1220
|
ManualTransactionCategory["SHIPPING_TRUE_UP"] = "shipping_true_up";
|
|
1176
1221
|
ManualTransactionCategory["TAX_CREDIT"] = "tax_credit";
|
|
@@ -1591,6 +1636,11 @@ var ReportInterval;
|
|
|
1591
1636
|
ReportInterval["WEEKLY"] = "weekly";
|
|
1592
1637
|
ReportInterval["MONTHLY"] = "monthly";
|
|
1593
1638
|
})(ReportInterval = exports.ReportInterval || (exports.ReportInterval = {}));
|
|
1639
|
+
var ReportPaymentType;
|
|
1640
|
+
(function (ReportPaymentType) {
|
|
1641
|
+
ReportPaymentType["CREDIT"] = "credit";
|
|
1642
|
+
ReportPaymentType["DEBIT"] = "debit";
|
|
1643
|
+
})(ReportPaymentType = exports.ReportPaymentType || (exports.ReportPaymentType = {}));
|
|
1594
1644
|
var ReportStatus;
|
|
1595
1645
|
(function (ReportStatus) {
|
|
1596
1646
|
ReportStatus["CREATED"] = "created";
|
|
@@ -1604,6 +1654,8 @@ var ReportType;
|
|
|
1604
1654
|
ReportType["TRUEUP_OVERVIEW"] = "trueup_overview";
|
|
1605
1655
|
ReportType["NON_CHANNEL_PAYMENT_BANK_ACCOUNT"] = "non_channel_payment_bank_account";
|
|
1606
1656
|
ReportType["SCHEDULED_PAYMENT"] = "scheduled_payment";
|
|
1657
|
+
ReportType["ACCOUNT_QUARTERLY_BALANCES"] = "account_quarterly_balances";
|
|
1658
|
+
ReportType["INVARIANTS"] = "invariants";
|
|
1607
1659
|
})(ReportType = exports.ReportType || (exports.ReportType = {}));
|
|
1608
1660
|
var ReportingFulfillmentIsVirtual;
|
|
1609
1661
|
(function (ReportingFulfillmentIsVirtual) {
|
|
@@ -1735,6 +1787,7 @@ var ShopifyMarketsQueuedRecordType;
|
|
|
1735
1787
|
ShopifyMarketsQueuedRecordType["PRODUCT_RESTRICTION_RESULT"] = "product_restriction_result";
|
|
1736
1788
|
ShopifyMarketsQueuedRecordType["PRODUCT_SYNC"] = "product_sync";
|
|
1737
1789
|
ShopifyMarketsQueuedRecordType["WEBHOOK_REGISTRATIONS"] = "webhook_registrations";
|
|
1790
|
+
ShopifyMarketsQueuedRecordType["CHANNEL_ORGANIZATION_IDENTIFIER"] = "channel_organization_identifier";
|
|
1738
1791
|
})(ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsQueuedRecordType || (exports.ShopifyMarketsQueuedRecordType = {}));
|
|
1739
1792
|
var ShopifyMarketsTradeSector;
|
|
1740
1793
|
(function (ShopifyMarketsTradeSector) {
|
|
@@ -1809,6 +1862,7 @@ var SnoozeNextActionWith;
|
|
|
1809
1862
|
var SnoozeSourceType;
|
|
1810
1863
|
(function (SnoozeSourceType) {
|
|
1811
1864
|
SnoozeSourceType["TASK"] = "task";
|
|
1865
|
+
SnoozeSourceType["INVARIANT"] = "invariant";
|
|
1812
1866
|
})(SnoozeSourceType = exports.SnoozeSourceType || (exports.SnoozeSourceType = {}));
|
|
1813
1867
|
var StatementStatus;
|
|
1814
1868
|
(function (StatementStatus) {
|
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.73",
|
|
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": "15b5319239e2dc57a7ee0b2171f4f54fc4172c16"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -93,10 +93,15 @@ export enum BillingMetricKey {
|
|
|
93
93
|
ADJUSTMENT_TRANSACTIONS_COUNT = 'adjustment_transactions_count',
|
|
94
94
|
ADJUSTMENT_TRANSACTIONS_TOTAL = 'adjustment_transactions_total',
|
|
95
95
|
CAPTURE_TRANSACTIONS_COUNT = 'capture_transactions_count',
|
|
96
|
+
CAPTURE_TRANSACTIONS_RECONCILE_PAYMENTS_COUNT = 'capture_transactions_reconcile_payments_count',
|
|
96
97
|
CAPTURE_TRANSACTIONS_IGNORED_FRAUD_COUNT = 'capture_transactions_ignored_fraud_count',
|
|
97
98
|
CAPTURE_TRANSACTIONS_IGNORED_FULLY_REFUNDED_COUNT = 'capture_transactions_ignored_fully_refunded_count',
|
|
98
99
|
CAPTURE_TRANSACTIONS_IGNORED_OTHER_COUNT = 'capture_transactions_ignored_other_count',
|
|
99
100
|
CAPTURE_TRANSACTIONS_IGNORED_PREVIOUSLY_PROCESSED_COUNT = 'capture_transactions_ignored_previously_processed_count',
|
|
101
|
+
CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_COUNT = 'capture_transactions_succeeded_then_failed_count',
|
|
102
|
+
CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_TOTAL = 'capture_transactions_succeeded_then_failed_total',
|
|
103
|
+
CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_COUNT = 'capture_transactions_succeeded_then_failed_same_day_count',
|
|
104
|
+
CAPTURE_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_TOTAL = 'capture_transactions_succeeded_then_failed_same_day_total',
|
|
100
105
|
CAPTURE_QUEUED_COUNT = 'capture_queued_count',
|
|
101
106
|
CAPTURE_TRANSACTIONS_TOTAL = 'capture_transactions_total',
|
|
102
107
|
CARRIER_CHARGE_TRANSACTIONS_COUNT = 'carrier_charge_transactions_count',
|
|
@@ -111,12 +116,15 @@ export enum BillingMetricKey {
|
|
|
111
116
|
CHANNEL_BILLED_TRANSACTIONS_TOTAL = 'channel_billed_transactions_total',
|
|
112
117
|
CREDIT_PAYMENT_TRANSACTIONS_COUNT = 'credit_payment_transactions_count',
|
|
113
118
|
CREDIT_PAYMENT_TRANSACTIONS_TOTAL = 'credit_payment_transactions_total',
|
|
119
|
+
DUTY_TO_LABELS_RATIO = 'duty_to_labels_ratio',
|
|
114
120
|
DUTY_TRANSACTIONS_COUNT = 'duty_transactions_count',
|
|
115
121
|
DUTY_TRANSACTIONS_TOTAL = 'duty_transactions_total',
|
|
116
122
|
FULLY_SUBSIDIZED_ORDER_TRANSACTIONS_COUNT = 'fully_subsidized_order_transactions_count',
|
|
117
123
|
FULLY_SUBSIDIZED_ORDER_TRANSACTIONS_TOTAL = 'fully_subsidized_order_transactions_total',
|
|
118
124
|
BILLABLE_LABEL_TRANSACTIONS_COUNT = 'billable_label_transactions_count',
|
|
119
125
|
BILLABLE_LABEL_TRANSACTIONS_COUNT_FOR_UNIQUE_ORDERS = 'billable_label_transactions_count_for_unique_orders',
|
|
126
|
+
BILLABLE_LABEL_TRANSACTIONS_COUNT_WITH_REVENUE_SHARE = 'billable_label_transactions_count_with_revenue_share',
|
|
127
|
+
BILLABLE_LABEL_TRANSACTIONS_COUNT_WITHOUT_REVENUE_SHARE = 'billable_label_transactions_count_without_revenue_share',
|
|
120
128
|
BILLABLE_LABEL_TRANSACTIONS_TOTAL = 'billable_label_transactions_total',
|
|
121
129
|
REVENUE_SHARE_LABEL_TRANSACTIONS_COUNT = 'revenue_share_label_transactions_count',
|
|
122
130
|
REVENUE_SHARE_LABEL_TRANSACTIONS_COUNT_FOR_UNIQUE_ORDERS = 'revenue_share_label_transactions_count_for_unique_orders',
|
|
@@ -126,6 +134,7 @@ export enum BillingMetricKey {
|
|
|
126
134
|
ORDER_TRANSACTIONS_COUNT = 'order_transactions_count',
|
|
127
135
|
ORDER_TRANSACTIONS_TOTAL = 'order_transactions_total',
|
|
128
136
|
REFUND_TRANSACTIONS_COUNT = 'refund_transactions_count',
|
|
137
|
+
REFUND_TRANSACTIONS_RECONCILE_PAYMENTS_COUNT = 'refund_transactions_reconcile_payments_count',
|
|
129
138
|
REFUND_TRANSACTIONS_IGNORED_FRAUD_COUNT = 'refund_transactions_ignored_fraud_count',
|
|
130
139
|
REFUND_TRANSACTIONS_IGNORED_FULLY_REFUNDED_COUNT = 'refund_transactions_ignored_fully_refunded_count',
|
|
131
140
|
REFUND_TRANSACTIONS_IGNORED_OTHER_COUNT = 'refund_transactions_ignored_other_count',
|
|
@@ -134,6 +143,8 @@ export enum BillingMetricKey {
|
|
|
134
143
|
REFUND_TRANSACTIONS_TOTAL = 'refund_transactions_total',
|
|
135
144
|
REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_COUNT = 'refund_transactions_succeeded_then_failed_count',
|
|
136
145
|
REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_TOTAL = 'refund_transactions_succeeded_then_failed_total',
|
|
146
|
+
REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_COUNT = 'refund_transactions_succeeded_then_failed_same_day_count',
|
|
147
|
+
REFUND_TRANSACTIONS_SUCCEEDED_THEN_FAILED_SAME_DAY_TOTAL = 'refund_transactions_succeeded_then_failed_same_day_total',
|
|
137
148
|
REVERSAL_ORDER_CANCELLATIONS_TRANSACTIONS_COUNT = 'reversal_order_cancellations_transactions_count',
|
|
138
149
|
REVERSAL_ORDER_CANCELLATIONS_TRANSACTIONS_TOTAL = 'reversal_order_cancellations_transactions_total',
|
|
139
150
|
REVERSAL_EXTERNAL_FULFILLMENT_TRANSACTIONS_COUNT = 'reversal_external_fulfillment_transactions_count',
|
|
@@ -142,6 +153,7 @@ export enum BillingMetricKey {
|
|
|
142
153
|
REVERSAL_OTHER_TRANSACTIONS_TOTAL = 'reversal_other_transactions_total',
|
|
143
154
|
REVERSAL_ALL_TRANSACTIONS_COUNT = 'reversal_all_transactions_count',
|
|
144
155
|
REVERSAL_ALL_TRANSACTIONS_TOTAL = 'reversal_all_transactions_total',
|
|
156
|
+
TAX_TO_LABELS_RATIO = 'tax_to_labels_ratio',
|
|
145
157
|
TAX_TRANSACTIONS_COUNT = 'tax_transactions_count',
|
|
146
158
|
TAX_TRANSACTIONS_TOTAL = 'tax_transactions_total',
|
|
147
159
|
TRANSFER_TRANSACTIONS_COUNT = 'transfer_transactions_count',
|
|
@@ -193,6 +205,8 @@ export enum BillingMetricKey {
|
|
|
193
205
|
ACCOUNTS_WITH_FINAL_STATEMENTS_COUNT = 'accounts_with_final_statements_count',
|
|
194
206
|
ACCOUNTS_WITH_FINAL_STATEMENTS_PENDING_TRANSACTION_COUNT = 'accounts_with_final_statements_pending_transaction_count',
|
|
195
207
|
ACCOUNTS_WITH_FINAL_STATEMENTS_PENDING_TRANSACTION_TOTAL = 'accounts_with_final_statements_pending_transaction_total',
|
|
208
|
+
EDITED_ORDER_TAX_AMOUNT_EXCEEDING_TRANSACTION = 'edited_order_tax_amount_exceeding_transaction',
|
|
209
|
+
EDITED_ORDER_DUTY_AMOUNT_EXCEEDING_TRANSACTION = 'edited_order_duty_amount_exceeding_transaction',
|
|
196
210
|
}
|
|
197
211
|
|
|
198
212
|
export enum BillingStatementAttachmentKey {
|
|
@@ -216,7 +230,6 @@ export enum BillingStatementAttachmentKey {
|
|
|
216
230
|
}
|
|
217
231
|
|
|
218
232
|
export enum BillingTransactionStatus {
|
|
219
|
-
PENDING = 'pending',
|
|
220
233
|
PENDING_PROOF = 'pending_proof',
|
|
221
234
|
POSTED = 'posted',
|
|
222
235
|
}
|
|
@@ -269,9 +282,15 @@ export enum CarrierChargeTransactionType {
|
|
|
269
282
|
|
|
270
283
|
export enum CarrierChargeType {
|
|
271
284
|
LABEL = 'label',
|
|
285
|
+
TAX = 'tax',
|
|
272
286
|
OTHER = 'other',
|
|
273
287
|
}
|
|
274
288
|
|
|
289
|
+
export enum CarrierFileType {
|
|
290
|
+
FREIGHT = 'freight',
|
|
291
|
+
TAX = 'tax',
|
|
292
|
+
}
|
|
293
|
+
|
|
275
294
|
export enum CarrierLabelGenerationMethod {
|
|
276
295
|
DIRECT = 'direct',
|
|
277
296
|
EASYPOST = 'easypost',
|
|
@@ -371,6 +390,9 @@ export enum ChargeInputType {
|
|
|
371
390
|
CUSTOMS_CLEARANCE_SURCHARGE = 'customs_clearance_surcharge',
|
|
372
391
|
SECURITY_SURCHARGE = 'security_surcharge',
|
|
373
392
|
DUTIES_FX_SURCHARGE = 'duties_fx_surcharge',
|
|
393
|
+
ELECTRONIC_EXPORT_INFORMATION_SURCHARGE = 'electronic_export_information_surcharge',
|
|
394
|
+
ADDITIONAL_HANDLING = 'additional_handling',
|
|
395
|
+
LARGE_PACKAGE_SURCHARGE = 'large_package_surcharge',
|
|
374
396
|
}
|
|
375
397
|
|
|
376
398
|
export enum ChargebackPaymentStatus {
|
|
@@ -424,10 +446,35 @@ export enum CheckoutUrlType {
|
|
|
424
446
|
INVALID_CHECKOUT = 'invalid_checkout',
|
|
425
447
|
}
|
|
426
448
|
|
|
449
|
+
export enum ClassificationDecision {
|
|
450
|
+
ACCEPT = 'Accept',
|
|
451
|
+
REJECT = 'Reject',
|
|
452
|
+
}
|
|
453
|
+
|
|
427
454
|
export enum ClassificationErrorCode {
|
|
428
455
|
GENERIC_ERROR = 'generic_error',
|
|
429
456
|
}
|
|
430
457
|
|
|
458
|
+
export enum ClassificationPlatform {
|
|
459
|
+
GLOBAL_E = 'GlobalE',
|
|
460
|
+
FLOW = 'Flow',
|
|
461
|
+
BORDER_FREE = 'Borderfree',
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
export enum ClassificationType {
|
|
465
|
+
NONE = 'None',
|
|
466
|
+
MANUAL = 'Manual',
|
|
467
|
+
ML = 'ML',
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
export enum ClothingAgeClassification {
|
|
471
|
+
NONE = 'None',
|
|
472
|
+
AGE_KIDS_GENERAL = 'AgeKidsGeneral',
|
|
473
|
+
AGE_0_10 = 'Age0_10',
|
|
474
|
+
AGE_10_13 = 'Age10_13',
|
|
475
|
+
AGE_13_14 = 'Age13_14',
|
|
476
|
+
}
|
|
477
|
+
|
|
431
478
|
export enum ColmItemType {
|
|
432
479
|
PHYSICAL = 'physical',
|
|
433
480
|
DIGITAL = 'digital',
|
|
@@ -759,6 +806,8 @@ export enum EventType {
|
|
|
759
806
|
LABEL_INVOICE_REQUEST_DELETED = 'label_invoice_request_deleted',
|
|
760
807
|
CARRIER_CHARGE_UPSERTED = 'carrier_charge_upserted',
|
|
761
808
|
CARRIER_CHARGE_DELETED = 'carrier_charge_deleted',
|
|
809
|
+
BANK_PAYMENT_ORDER_UPSERTED = 'bank_payment_order_upserted',
|
|
810
|
+
BANK_PAYMENT_ORDER_DELETED = 'bank_payment_order_deleted',
|
|
762
811
|
FRAUD_REVIEW_UPSERTED = 'fraud_review_upserted',
|
|
763
812
|
FRAUD_REVIEW_DELETED = 'fraud_review_deleted',
|
|
764
813
|
FRAUD_PENDING_REVIEW_UPSERTED = 'fraud_pending_review_upserted',
|
|
@@ -862,8 +911,6 @@ export enum EventType {
|
|
|
862
911
|
PAYMENT_PROCESSOR_ACCOUNT_DELETED = 'payment_processor_account_deleted',
|
|
863
912
|
PAYMENT_PROCESSOR_MERCHANT_UPSERTED = 'payment_processor_merchant_upserted',
|
|
864
913
|
PAYMENT_PROCESSOR_MERCHANT_DELETED = 'payment_processor_merchant_deleted',
|
|
865
|
-
VIRTUAL_CARD_PROVIDER_UPSERTED = 'virtual_card_provider_upserted',
|
|
866
|
-
VIRTUAL_CARD_PROVIDER_DELETED = 'virtual_card_provider_deleted',
|
|
867
914
|
AUTHORIZATION_BUNDLE_UPSERTED = 'authorization_bundle_upserted',
|
|
868
915
|
AUTHORIZATION_BUNDLE_DELETED = 'authorization_bundle_deleted',
|
|
869
916
|
ORGANIZATION_PAYMENT_SETTING_UPSERTED = 'organization_payment_setting_upserted',
|
|
@@ -917,6 +964,8 @@ export enum EventType {
|
|
|
917
964
|
SHOPIFY_MARKETS_METRICS_DELETED = 'shopify_markets_metrics_deleted',
|
|
918
965
|
CHANNEL_ORDER_SUMMARY_UPSERTED = 'channel_order_summary_upserted',
|
|
919
966
|
CHANNEL_ORDER_SUMMARY_DELETED = 'channel_order_summary_deleted',
|
|
967
|
+
CHANNEL_ORGANIZATION_IDENTIFIER_UPSERTED = 'channel_organization_identifier_upserted',
|
|
968
|
+
CHANNEL_ORGANIZATION_IDENTIFIER_DELETED = 'channel_organization_identifier_deleted',
|
|
920
969
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = 'shopify_monitoring_order_monitor_event_upserted',
|
|
921
970
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = 'shopify_monitoring_order_monitor_event_deleted',
|
|
922
971
|
SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = 'shopify_order_fulfillments_snapshot_upserted',
|
|
@@ -929,8 +978,6 @@ export enum EventType {
|
|
|
929
978
|
STRIPE_CAPTURE_UPSERTED = 'stripe_capture_upserted',
|
|
930
979
|
STRIPE_REFUND_DELETED = 'stripe_refund_deleted',
|
|
931
980
|
STRIPE_REFUND_UPSERTED = 'stripe_refund_upserted',
|
|
932
|
-
SVB_VIRTUAL_CARD_CLEARING_UPSERTED = 'svb_virtual_card_clearing_upserted',
|
|
933
|
-
SVB_VIRTUAL_CARD_CLEARING_DELETED = 'svb_virtual_card_clearing_deleted',
|
|
934
981
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = 'liability_remittance_plan_upserted',
|
|
935
982
|
LIABILITY_REMITTANCE_PLAN_DELETED = 'liability_remittance_plan_deleted',
|
|
936
983
|
SVITLANA_ITEM_UPSERTED = 'svitlana_item_upserted',
|
|
@@ -1129,6 +1176,7 @@ export enum LabelRequestErrorHandlingResponsibility {
|
|
|
1129
1176
|
MERCHANT_INTEGRATION = 'merchant_integration',
|
|
1130
1177
|
SHOPIFY_INTEGRATION = 'shopify_integration',
|
|
1131
1178
|
GLOBALE_CX = 'globale_cx',
|
|
1179
|
+
MERCHANT_OPERATIONS = 'merchant_operations',
|
|
1132
1180
|
GLOBALE_SYSTEM = 'globale_system',
|
|
1133
1181
|
}
|
|
1134
1182
|
|
|
@@ -1147,9 +1195,8 @@ export enum LiabilityType {
|
|
|
1147
1195
|
DUTIES = 'duties',
|
|
1148
1196
|
}
|
|
1149
1197
|
|
|
1150
|
-
export enum
|
|
1151
|
-
|
|
1152
|
-
PENDING_PROOF = 'pending_proof',
|
|
1198
|
+
export enum LogisticsCapability {
|
|
1199
|
+
LOGISTICS_ADDRESS_CORRECTION = 'logistics_address_correction',
|
|
1153
1200
|
}
|
|
1154
1201
|
|
|
1155
1202
|
export enum ManualReviewRuleStatus {
|
|
@@ -1159,10 +1206,8 @@ export enum ManualReviewRuleStatus {
|
|
|
1159
1206
|
|
|
1160
1207
|
export enum ManualTransactionCategory {
|
|
1161
1208
|
CANCELLED_ORDER_REFUND = 'cancelled_order_refund',
|
|
1162
|
-
CHANNEL_PARTNER_INITIATED = 'channel_partner_initiated',
|
|
1163
1209
|
CLIENT_ACCEPTED_CHARGEBACK = 'client_accepted_chargeback',
|
|
1164
1210
|
FEE_REIMBURSEMENT = 'fee_reimbursement',
|
|
1165
|
-
PARTIAL_REFUND = 'partial_refund',
|
|
1166
1211
|
PLATFORM_FEE = 'platform_fee',
|
|
1167
1212
|
SHIPPING_TRUE_UP = 'shipping_true_up',
|
|
1168
1213
|
TAX_CREDIT = 'tax_credit',
|
|
@@ -1584,6 +1629,11 @@ export enum ReportInterval {
|
|
|
1584
1629
|
MONTHLY = 'monthly',
|
|
1585
1630
|
}
|
|
1586
1631
|
|
|
1632
|
+
export enum ReportPaymentType {
|
|
1633
|
+
CREDIT = 'credit',
|
|
1634
|
+
DEBIT = 'debit',
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1587
1637
|
export enum ReportStatus {
|
|
1588
1638
|
CREATED = 'created',
|
|
1589
1639
|
COMPLETED = 'completed',
|
|
@@ -1596,6 +1646,8 @@ export enum ReportType {
|
|
|
1596
1646
|
TRUEUP_OVERVIEW = 'trueup_overview',
|
|
1597
1647
|
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = 'non_channel_payment_bank_account',
|
|
1598
1648
|
SCHEDULED_PAYMENT = 'scheduled_payment',
|
|
1649
|
+
ACCOUNT_QUARTERLY_BALANCES = 'account_quarterly_balances',
|
|
1650
|
+
INVARIANTS = 'invariants',
|
|
1599
1651
|
}
|
|
1600
1652
|
|
|
1601
1653
|
export enum ReportingFulfillmentIsVirtual {
|
|
@@ -1727,6 +1779,7 @@ export enum ShopifyMarketsQueuedRecordType {
|
|
|
1727
1779
|
PRODUCT_RESTRICTION_RESULT = 'product_restriction_result',
|
|
1728
1780
|
PRODUCT_SYNC = 'product_sync',
|
|
1729
1781
|
WEBHOOK_REGISTRATIONS = 'webhook_registrations',
|
|
1782
|
+
CHANNEL_ORGANIZATION_IDENTIFIER = 'channel_organization_identifier',
|
|
1730
1783
|
}
|
|
1731
1784
|
|
|
1732
1785
|
export enum ShopifyMarketsTradeSector {
|
|
@@ -1801,6 +1854,7 @@ export enum SnoozeNextActionWith {
|
|
|
1801
1854
|
|
|
1802
1855
|
export enum SnoozeSourceType {
|
|
1803
1856
|
TASK = 'task',
|
|
1857
|
+
INVARIANT = 'invariant',
|
|
1804
1858
|
}
|
|
1805
1859
|
|
|
1806
1860
|
export enum StatementStatus {
|