@flowio/api-internal-constants 4.18.105 → 4.18.106
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 +81 -7
- package/dist/api-internal.js +93 -8
- package/package.json +2 -2
- package/src/api-internal.ts +88 -3
package/dist/api-internal.d.ts
CHANGED
|
@@ -62,6 +62,15 @@ export declare enum AutoRestrictRule {
|
|
|
62
62
|
DG_HAZMAT_CLASS_8_CORROSIVES = "prr-566cc67167944bc4bd08167aa9c0beba",
|
|
63
63
|
DG_HAZMAT_CLASS_9_MISCELLANEOUS_DANGEROUS_GOODS_AND_DEVICES = "prr-74e1320efb7741cf9ace400b69800f9b"
|
|
64
64
|
}
|
|
65
|
+
export declare enum B2BTaxLedgerDocumentType {
|
|
66
|
+
B_2_B_INVOICE = "b2b_invoice",
|
|
67
|
+
B_2_B_CREDIT_MEMO = "b2b_credit_memo"
|
|
68
|
+
}
|
|
69
|
+
export declare enum B2BTaxRateType {
|
|
70
|
+
BASIC = "basic",
|
|
71
|
+
PREFERENTIAL = "preferential",
|
|
72
|
+
EXEMPT = "exempt"
|
|
73
|
+
}
|
|
65
74
|
export declare enum BankAccountStatus {
|
|
66
75
|
ON_HOLD = "on_hold",
|
|
67
76
|
NOT_ON_HOLD = "not_on_hold"
|
|
@@ -348,7 +357,9 @@ export declare enum BillingTransactionType {
|
|
|
348
357
|
GE_REVENUE_SHARE = "ge_revenue_share",
|
|
349
358
|
MERCHANT_FEE = "merchant_fee",
|
|
350
359
|
MERCHANT_PAYOUT = "merchant_payout",
|
|
351
|
-
MERCHANT_REFUND = "merchant_refund"
|
|
360
|
+
MERCHANT_REFUND = "merchant_refund",
|
|
361
|
+
B_2_B_TAX = "b2b_tax",
|
|
362
|
+
B_2_B_TAX_REFUND = "b2b_tax_refund"
|
|
352
363
|
}
|
|
353
364
|
export declare enum CalculatorEngine {
|
|
354
365
|
DTCE_WITH_DEMINIMIS = "dtce_with_deminimis",
|
|
@@ -432,6 +443,7 @@ export declare enum ChannelOrderAcceptanceRejectionReason {
|
|
|
432
443
|
UNSUPPORTED_VIRTUAL_GOODS = "unsupported_virtual_goods",
|
|
433
444
|
NON_MATCHING_CURRENCIES = "non_matching_currencies",
|
|
434
445
|
UNSUPPORTED_ORDER_EDIT = "unsupported_order_edit",
|
|
446
|
+
ORDER_ALLOCATION_DUTIES_MISMATCH = "order_allocation_duties_mismatch",
|
|
435
447
|
ORDER_MISSING = "order_missing"
|
|
436
448
|
}
|
|
437
449
|
export declare enum ChannelOrderAcceptanceStatus {
|
|
@@ -527,9 +539,14 @@ export declare enum ClassificationDecision {
|
|
|
527
539
|
export declare enum ClassificationErrorCode {
|
|
528
540
|
GENERIC_ERROR = "generic_error"
|
|
529
541
|
}
|
|
542
|
+
export declare enum ClassificationFailureReason {
|
|
543
|
+
LOW_CONFIDENCE = "low_confidence",
|
|
544
|
+
TIMEOUT = "timeout"
|
|
545
|
+
}
|
|
530
546
|
export declare enum ClassificationPlatform {
|
|
531
547
|
GLOBAL_E = "GlobalE",
|
|
532
548
|
FLOW = "Flow",
|
|
549
|
+
FLOW_ONBOARDING = "FlowOnboarding",
|
|
533
550
|
BORDER_FREE = "Borderfree"
|
|
534
551
|
}
|
|
535
552
|
export declare enum ClassificationScope {
|
|
@@ -827,8 +844,6 @@ export declare enum EventType {
|
|
|
827
844
|
EXPORT_FAILED = "export_failed",
|
|
828
845
|
FEATURE_UPSERTED = "feature_upserted",
|
|
829
846
|
FEATURE_DELETED = "feature_deleted",
|
|
830
|
-
ORGANIZATION_BOOLEAN_VALUE_UPSERTED = "organization_boolean_value_upserted",
|
|
831
|
-
ORGANIZATION_BOOLEAN_VALUE_DELETED = "organization_boolean_value_deleted",
|
|
832
847
|
ACCOUNT_SETTINGS_UPSERTED = "account_settings_upserted",
|
|
833
848
|
ACCOUNT_SETTINGS_DELETED = "account_settings_deleted",
|
|
834
849
|
ACCOUNT_PROCESSING_RATES_UPSERTED = "account_processing_rates_upserted",
|
|
@@ -1064,6 +1079,22 @@ export declare enum EventType {
|
|
|
1064
1079
|
STRIPE_CONNECT_REPORT_RECORD_DELETED = "stripe_connect_report_record_deleted",
|
|
1065
1080
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = "liability_remittance_plan_upserted",
|
|
1066
1081
|
LIABILITY_REMITTANCE_PLAN_DELETED = "liability_remittance_plan_deleted",
|
|
1082
|
+
ANIRBAN_ITEM_UPSERTED = "anirban_item_upserted",
|
|
1083
|
+
ANIRBAN_ITEM_DELETED = "anirban_item_deleted",
|
|
1084
|
+
SARVESH_ITEM_UPSERTED = "sarvesh_item_upserted",
|
|
1085
|
+
SARVESH_ITEM_DELETED = "sarvesh_item_deleted",
|
|
1086
|
+
HOSEIN_ITEM_UPSERTED = "hosein_item_upserted",
|
|
1087
|
+
HOSEIN_ITEM_DELETED = "hosein_item_deleted",
|
|
1088
|
+
NIALL_ITEM_UPSERTED = "niall_item_upserted",
|
|
1089
|
+
NIALL_ITEM_DELETED = "niall_item_deleted",
|
|
1090
|
+
ROHAN_ITEM_UPSERTED = "rohan_item_upserted",
|
|
1091
|
+
ROHAN_ITEM_DELETED = "rohan_item_deleted",
|
|
1092
|
+
ALDO_ITEM_UPSERTED = "aldo_item_upserted",
|
|
1093
|
+
ALDO_ITEM_DELETED = "aldo_item_deleted",
|
|
1094
|
+
ANSH_ITEM_UPSERTED = "ansh_item_upserted",
|
|
1095
|
+
ANSH_ITEM_DELETED = "ansh_item_deleted",
|
|
1096
|
+
GABRIEL_ITEM_UPSERTED = "gabriel_item_upserted",
|
|
1097
|
+
GABRIEL_ITEM_DELETED = "gabriel_item_deleted",
|
|
1067
1098
|
TRACKING_PROCESSING_ERROR_UPSERTED = "tracking_processing_error_upserted",
|
|
1068
1099
|
TRACKING_PROCESSING_ERROR_DELETED = "tracking_processing_error_deleted",
|
|
1069
1100
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = "tracking_label_event_upserted_v2",
|
|
@@ -1138,6 +1169,10 @@ export declare enum FraudReviewResponsibleParty {
|
|
|
1138
1169
|
FLOW = "flow",
|
|
1139
1170
|
ORGANIZATION = "organization"
|
|
1140
1171
|
}
|
|
1172
|
+
export declare enum GabrielItemType {
|
|
1173
|
+
PHYSICAL = "physical",
|
|
1174
|
+
DIGITAL = "digital"
|
|
1175
|
+
}
|
|
1141
1176
|
export declare enum GeIngestionFileStatus {
|
|
1142
1177
|
PENDING = "pending",
|
|
1143
1178
|
PROCESSED = "processed"
|
|
@@ -1173,6 +1208,11 @@ export declare enum HoseinItemType {
|
|
|
1173
1208
|
PHYSICAL = "physical",
|
|
1174
1209
|
DIGITAL = "digital"
|
|
1175
1210
|
}
|
|
1211
|
+
export declare enum Hs6CodeSource {
|
|
1212
|
+
SELLABILITY = "sellability",
|
|
1213
|
+
CLASSIFICATION = "classification",
|
|
1214
|
+
HUMAN = "human"
|
|
1215
|
+
}
|
|
1176
1216
|
export declare enum HttpMethod {
|
|
1177
1217
|
GET = "get",
|
|
1178
1218
|
POST = "post"
|
|
@@ -1272,6 +1312,13 @@ export declare enum LabelTransactionType {
|
|
|
1272
1312
|
FEE = "fee",
|
|
1273
1313
|
REVENUE_SHARE = "revenue_share"
|
|
1274
1314
|
}
|
|
1315
|
+
export declare enum LedgerReportType {
|
|
1316
|
+
PERIODIC_MOR_JURISDICTION_REPORT = "periodic_mor_jurisdiction_report"
|
|
1317
|
+
}
|
|
1318
|
+
export declare enum LedgerReportUrlType {
|
|
1319
|
+
SHAREPOINT = "sharepoint",
|
|
1320
|
+
S_3 = "s3"
|
|
1321
|
+
}
|
|
1275
1322
|
export declare enum LiabilityType {
|
|
1276
1323
|
FULL_VALUE_TAX = "full_value_tax",
|
|
1277
1324
|
LOW_VALUE_GOODS_TAX = "low_value_goods_tax",
|
|
@@ -1311,7 +1358,13 @@ export declare enum MerchantOfRecord {
|
|
|
1311
1358
|
GLOBAL_E_UNITED_STATES = "global_e_united_states",
|
|
1312
1359
|
GLOBAL_E_UNITED_KINGDOM = "global_e_united_kingdom",
|
|
1313
1360
|
GLOBAL_E_CANADA = "global_e_canada",
|
|
1314
|
-
GLOBAL_E_NETHERLANDS = "global_e_netherlands"
|
|
1361
|
+
GLOBAL_E_NETHERLANDS = "global_e_netherlands",
|
|
1362
|
+
UK_GLOBAL_E_CANADA = "uk_global_e_canada",
|
|
1363
|
+
UK_GLOBAL_E_NETHERLANDS = "uk_global_e_netherlands",
|
|
1364
|
+
UK_GLOBAL_E_UNITED_STATES = "uk_global_e_united_states",
|
|
1365
|
+
CA_GLOBAL_E_UNITED_KINGDOM = "ca_global_e_united_kingdom",
|
|
1366
|
+
CA_GLOBAL_E_NETHERLANDS = "ca_global_e_netherlands",
|
|
1367
|
+
CA_GLOBAL_E_UNITED_STATES = "ca_global_e_united_states"
|
|
1315
1368
|
}
|
|
1316
1369
|
export declare enum MerchantOverrideStatus {
|
|
1317
1370
|
PENDING = "pending",
|
|
@@ -1371,7 +1424,6 @@ export declare enum OnboardingAuditThemeKey {
|
|
|
1371
1424
|
FRAUD = "fraud",
|
|
1372
1425
|
LOGISTICS = "logistics",
|
|
1373
1426
|
PAYMENTS = "payments",
|
|
1374
|
-
SHOPIFY_MARKETS = "shopify_markets",
|
|
1375
1427
|
INTEGRATION_PARTNER = "integration_partner",
|
|
1376
1428
|
DTCE = "dtce",
|
|
1377
1429
|
RESTRICTIONS = "restrictions",
|
|
@@ -1538,6 +1590,25 @@ export declare enum PreferredBillingSchedule {
|
|
|
1538
1590
|
MONTHLY = "monthly",
|
|
1539
1591
|
BI_MONTHLY = "bi-monthly"
|
|
1540
1592
|
}
|
|
1593
|
+
export declare enum PreonboardingClassificationDecision {
|
|
1594
|
+
ACCEPT = "Accept",
|
|
1595
|
+
REJECT = "Reject"
|
|
1596
|
+
}
|
|
1597
|
+
export declare enum PreonboardingClassificationPlatform {
|
|
1598
|
+
FLOW_ONBOARDING = "FlowOnboarding"
|
|
1599
|
+
}
|
|
1600
|
+
export declare enum PreonboardingClassificationType {
|
|
1601
|
+
NONE = "None",
|
|
1602
|
+
MANUAL = "Manual",
|
|
1603
|
+
ML = "ML",
|
|
1604
|
+
SYSTEM = "System"
|
|
1605
|
+
}
|
|
1606
|
+
export declare enum PreonboardingRequestStatus {
|
|
1607
|
+
PENDING = "pending",
|
|
1608
|
+
COMPLETED = "completed",
|
|
1609
|
+
FAILED = "failed",
|
|
1610
|
+
DISCARDED = "discarded"
|
|
1611
|
+
}
|
|
1541
1612
|
export declare enum PriceSelector {
|
|
1542
1613
|
MINIMUM = "minimum",
|
|
1543
1614
|
MAXIMUM = "maximum"
|
|
@@ -1624,6 +1695,7 @@ export declare enum ReportType {
|
|
|
1624
1695
|
TRUEUP_OVERVIEW = "trueup_overview",
|
|
1625
1696
|
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = "non_channel_payment_bank_account",
|
|
1626
1697
|
SCHEDULED_PAYMENT = "scheduled_payment",
|
|
1698
|
+
SCHEDULED_PAYMENT_CITI = "scheduled_payment_citi",
|
|
1627
1699
|
ACCOUNT_QUARTERLY_BALANCES = "account_quarterly_balances",
|
|
1628
1700
|
INVARIANTS = "invariants",
|
|
1629
1701
|
PAYMENTS = "payments",
|
|
@@ -1679,7 +1751,8 @@ export declare enum RestrictionOrganizationChannel {
|
|
|
1679
1751
|
SHOPIFY = "shopify",
|
|
1680
1752
|
ENTERPRISE = "enterprise",
|
|
1681
1753
|
SHOPIFY_SANDBOX = "shopify-sandbox",
|
|
1682
|
-
ENTERPRISE_SANDBOX = "enterprise-sandbox"
|
|
1754
|
+
ENTERPRISE_SANDBOX = "enterprise-sandbox",
|
|
1755
|
+
ENTERPRISE_QA = "enterprise-qa"
|
|
1683
1756
|
}
|
|
1684
1757
|
export declare enum RestrictionOrganizationSource {
|
|
1685
1758
|
SMB = "smb",
|
|
@@ -1867,7 +1940,8 @@ export declare enum TaskProcessorKey {
|
|
|
1867
1940
|
CARRIER_ACCOUNT = "carrier_account",
|
|
1868
1941
|
PAYMENT = "payment",
|
|
1869
1942
|
RATE_LEVELS = "rate_levels",
|
|
1870
|
-
CENTER_DEFAULTS = "center_defaults"
|
|
1943
|
+
CENTER_DEFAULTS = "center_defaults",
|
|
1944
|
+
ITEM_DIMENSIONS = "item_dimensions"
|
|
1871
1945
|
}
|
|
1872
1946
|
export declare enum TaxAndDutyInclusivitySetting {
|
|
1873
1947
|
DUTY_EXCLUSIVE_TAX_EXCLUSIVE = "duty_exclusive_tax_exclusive",
|
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.TrackingLabelDimensionsSource = exports.TrackingIntegrationType = exports.TaxonomyCategoryClassificationAlignment = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaxAndDutyInclusivitySetting = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.SourceTypeFilter = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.ShopifyService = exports.ShopifyPlanType = exports.ShopifyMonitoringTrackingField = exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyIncotermConfiguration = exports.SellabilityStatus = exports.SellabilityCheckStatus = exports.SarveshItemType = exports.RohanItemType = exports.RiskEvaluation = exports.RiskCheck = exports.RevenueRecordType = exports.RestrictionStatus = void 0;
|
|
3
|
+
exports.CheckoutUrlType = exports.CheckoutShippingMethodPromptBehavior = exports.CheckoutPromptBehavior = exports.CheckoutAssetType = exports.ChargebackProcessStatus = exports.ChargebackPaymentStatus = exports.ChargeInputType = exports.ChargeEstimateSource = exports.ChapterCheckStatus = exports.ChannelTransactionType = exports.ChannelTransactionTriggerType = exports.ChannelService = exports.ChannelOrderFulfillmentStatusCode = exports.ChannelOrderAcceptanceStatus = exports.ChannelOrderAcceptanceRejectionReason = exports.ChannelOrderAcceptanceNextActionFrom = exports.ChannelOrderAcceptanceFailureReasonCode = exports.ChannelOrderAcceptanceErrorAction = exports.ChannelBilledTransactionType = exports.CatalogPublicationOwner = exports.CatalogImportType = exports.CarrierValidationStatus = exports.CarrierLabelGenerationMethod = exports.CarrierFileType = exports.CarrierDocumentType = exports.CarrierChargeType = exports.CarrierChargeTransactionType = exports.CalculatorEngine = exports.BillingTransactionType = exports.BillingTransactionStatus = exports.BillingStatementAttachmentKey = exports.BillingMetricKey = exports.BillingAllocationKey = exports.BankPaymentStatusCode = exports.BankPaymentPromiseCompletedMethod = exports.BankAccountStatus = exports.B2BTaxRateType = exports.B2BTaxLedgerDocumentType = exports.AutoRestrictRule = exports.ApplicablePreferentialRate = exports.ApiCallReferenceId = exports.AnyDangerousGoods = exports.AnshItemType = exports.AnirbanItemType = exports.AldoItemType = exports.AdyenIntegrationType = exports.AdjustmentTransactionType = exports.AccountType = exports.AccountSettingLiabilitiesMethod = exports.AccountPaymentHoldReason = void 0;
|
|
4
|
+
exports.FileType = exports.FeesSource = exports.FeatureType = exports.FeatureStatus = exports.FeatureScope = exports.ExportContentType = exports.ExperienceOrderActionTrigger = exports.ExperienceOrderAction = exports.ExperienceImportType = exports.EventType = exports.EvaluationCheckResult = exports.ErpFileType = exports.EmptyAttribute = exports.DutyVarianceStatus = 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.DisputeDefenseOutcome = exports.DisputeCategory = exports.DisputeBillable = exports.DiscountRequestOrderEntitlementKey = exports.DeminimisAdjustmentType = exports.DeliveredDutyOptionMessageType = exports.DebugAccountingTransactionType = exports.CrossdockTrackingStatus = exports.ConnectReportTransferTransferType = exports.ConnectReportPaymentTransferType = exports.ComplianceType = exports.Company = exports.CommercialInvoiceVersion = exports.ClothingAgeClassification = exports.ClassificationType = exports.ClassificationScope = exports.ClassificationPlatform = exports.ClassificationFailureReason = exports.ClassificationErrorCode = exports.ClassificationDecision = void 0;
|
|
5
|
+
exports.OnboardingStateSource = exports.OnboardingAutomationTaskState = exports.OnboardingAutomationProcessState = exports.OnboardingAuditThemeKey = exports.OnboardingAuditResult = exports.OnboardingAuditMessageLevel = exports.NonL4LTaxDutyFxTransactionType = exports.NoLiabilityReasonCode = exports.NiallItemType = exports.NatureOfSale = exports.MixedBagWeight = exports.MerchantOverrideStatus = exports.MerchantOfRecord = exports.MerchantFeeTransactionType = exports.ManualTransactionCategory = exports.ManualReviewRuleStatus = exports.LogisticsPayoutResolutionMethod = exports.LogisticsCapability = exports.LiabilityType = exports.LedgerReportUrlType = exports.LedgerReportType = exports.LabelTransactionType = exports.LabelRequestResultState = exports.LabelRequestResultOrganizationType = exports.LabelRequestErrorHandlingResponsibility = exports.LabelEventSource = exports.LabelEventMedium = exports.LabelCreationStatus = exports.LabelCancellationErrorCode = exports.LabelBillingStrategy = exports.KeywordType = exports.JournalOperation = exports.ItemType = exports.ItemQuantityAction = exports.ItemHarmonizationStatus = exports.ItemClassificationStatus = exports.ItemClassificationAction = exports.InternalPaymentEntityType = exports.HttpMethod = exports.Hs6CodeSource = exports.HoseinItemType = exports.HarmonizationDecisionSource = exports.GraphqlServiceTypes = exports.GoogleAnalyticsPlugin = exports.GeRevenueShareTransactionType = exports.GeIngestionFileStatus = exports.GabrielItemType = exports.FraudReviewResponsibleParty = exports.FraudProviderStatus = exports.FraudProvider = void 0;
|
|
6
|
+
exports.RestrictionAction = exports.ResponsibleParty = exports.ReportingScheme = exports.ReportingFulfillmentIsVirtual = exports.ReportType = exports.ReportStatus = exports.ReportPaymentType = exports.ReportInterval = exports.ReportFileType = exports.ReportFileStatus = exports.RejectionReason = exports.RedirectReason = exports.RateSource = exports.RateLevelKey = exports.ProductStatus = exports.ProcessorEntityStatus = exports.Processor = exports.ProcessingTransactionType = exports.PriceSelector = exports.PreonboardingRequestStatus = exports.PreonboardingClassificationType = exports.PreonboardingClassificationPlatform = exports.PreonboardingClassificationDecision = exports.PreferredBillingSchedule = exports.PrateekItemType = exports.PendingRecordType = exports.PaymentTerm = exports.PaymentSummaryType = exports.PaymentSummaryStatus = exports.PaymentShortUrlDiscriminator = exports.Owner = exports.OutputStyle = exports.OrganizationSource = exports.OrganizationRestrictionScreeningStatus = exports.OrganizationRestrictionRiskLevel = exports.OrganizationRestrictionReviewType = exports.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = exports.OrganizationPaymentStatus = exports.OrganizationMetricType = exports.OrganizationCapability = exports.OrderValidationStatus = exports.OrderTransactionType = exports.OrderPaymentSourceType = exports.OrderLifecycleEvent = exports.OrderChargeTrigger = exports.OrderCancellationInitiatedBy = exports.OrderAttributeIntent = exports.OrderAddressValidationStatus = exports.OrderAction = void 0;
|
|
7
|
+
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingLabelDimensionsSource = exports.TrackingIntegrationType = exports.TaxonomyCategoryClassificationAlignment = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaxAndDutyInclusivitySetting = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.SourceTypeFilter = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.ShopifyService = exports.ShopifyPlanType = exports.ShopifyMonitoringTrackingField = exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyIncotermConfiguration = exports.SellabilityStatus = exports.SellabilityCheckStatus = exports.SarveshItemType = exports.RohanItemType = exports.RiskEvaluation = exports.RiskCheck = exports.RevenueRecordType = exports.RestrictionStatus = exports.RestrictionStateReviewStatus = exports.RestrictionRuleExceptionAction = exports.RestrictionRuleCommunityExemption = exports.RestrictionRuleActivationStatus = exports.RestrictionOrganizationSource = exports.RestrictionOrganizationChannel = exports.RestrictionDecision = exports.RestrictionAttributeResult = exports.RestrictionAttributeOperator = exports.RestrictionAttributeConditionSingleOperator = exports.RestrictionAttributeConditionMultipleOperator = void 0;
|
|
8
8
|
var AccountPaymentHoldReason;
|
|
9
9
|
(function (AccountPaymentHoldReason) {
|
|
10
10
|
AccountPaymentHoldReason["FRAUDULENT"] = "fraudulent";
|
|
@@ -81,6 +81,17 @@ var AutoRestrictRule;
|
|
|
81
81
|
AutoRestrictRule["DG_HAZMAT_CLASS_8_CORROSIVES"] = "prr-566cc67167944bc4bd08167aa9c0beba";
|
|
82
82
|
AutoRestrictRule["DG_HAZMAT_CLASS_9_MISCELLANEOUS_DANGEROUS_GOODS_AND_DEVICES"] = "prr-74e1320efb7741cf9ace400b69800f9b";
|
|
83
83
|
})(AutoRestrictRule = exports.AutoRestrictRule || (exports.AutoRestrictRule = {}));
|
|
84
|
+
var B2BTaxLedgerDocumentType;
|
|
85
|
+
(function (B2BTaxLedgerDocumentType) {
|
|
86
|
+
B2BTaxLedgerDocumentType["B_2_B_INVOICE"] = "b2b_invoice";
|
|
87
|
+
B2BTaxLedgerDocumentType["B_2_B_CREDIT_MEMO"] = "b2b_credit_memo";
|
|
88
|
+
})(B2BTaxLedgerDocumentType = exports.B2BTaxLedgerDocumentType || (exports.B2BTaxLedgerDocumentType = {}));
|
|
89
|
+
var B2BTaxRateType;
|
|
90
|
+
(function (B2BTaxRateType) {
|
|
91
|
+
B2BTaxRateType["BASIC"] = "basic";
|
|
92
|
+
B2BTaxRateType["PREFERENTIAL"] = "preferential";
|
|
93
|
+
B2BTaxRateType["EXEMPT"] = "exempt";
|
|
94
|
+
})(B2BTaxRateType = exports.B2BTaxRateType || (exports.B2BTaxRateType = {}));
|
|
84
95
|
var BankAccountStatus;
|
|
85
96
|
(function (BankAccountStatus) {
|
|
86
97
|
BankAccountStatus["ON_HOLD"] = "on_hold";
|
|
@@ -376,6 +387,8 @@ var BillingTransactionType;
|
|
|
376
387
|
BillingTransactionType["MERCHANT_FEE"] = "merchant_fee";
|
|
377
388
|
BillingTransactionType["MERCHANT_PAYOUT"] = "merchant_payout";
|
|
378
389
|
BillingTransactionType["MERCHANT_REFUND"] = "merchant_refund";
|
|
390
|
+
BillingTransactionType["B_2_B_TAX"] = "b2b_tax";
|
|
391
|
+
BillingTransactionType["B_2_B_TAX_REFUND"] = "b2b_tax_refund";
|
|
379
392
|
})(BillingTransactionType = exports.BillingTransactionType || (exports.BillingTransactionType = {}));
|
|
380
393
|
var CalculatorEngine;
|
|
381
394
|
(function (CalculatorEngine) {
|
|
@@ -473,6 +486,7 @@ var ChannelOrderAcceptanceRejectionReason;
|
|
|
473
486
|
ChannelOrderAcceptanceRejectionReason["UNSUPPORTED_VIRTUAL_GOODS"] = "unsupported_virtual_goods";
|
|
474
487
|
ChannelOrderAcceptanceRejectionReason["NON_MATCHING_CURRENCIES"] = "non_matching_currencies";
|
|
475
488
|
ChannelOrderAcceptanceRejectionReason["UNSUPPORTED_ORDER_EDIT"] = "unsupported_order_edit";
|
|
489
|
+
ChannelOrderAcceptanceRejectionReason["ORDER_ALLOCATION_DUTIES_MISMATCH"] = "order_allocation_duties_mismatch";
|
|
476
490
|
ChannelOrderAcceptanceRejectionReason["ORDER_MISSING"] = "order_missing";
|
|
477
491
|
})(ChannelOrderAcceptanceRejectionReason = exports.ChannelOrderAcceptanceRejectionReason || (exports.ChannelOrderAcceptanceRejectionReason = {}));
|
|
478
492
|
var ChannelOrderAcceptanceStatus;
|
|
@@ -584,10 +598,16 @@ var ClassificationErrorCode;
|
|
|
584
598
|
(function (ClassificationErrorCode) {
|
|
585
599
|
ClassificationErrorCode["GENERIC_ERROR"] = "generic_error";
|
|
586
600
|
})(ClassificationErrorCode = exports.ClassificationErrorCode || (exports.ClassificationErrorCode = {}));
|
|
601
|
+
var ClassificationFailureReason;
|
|
602
|
+
(function (ClassificationFailureReason) {
|
|
603
|
+
ClassificationFailureReason["LOW_CONFIDENCE"] = "low_confidence";
|
|
604
|
+
ClassificationFailureReason["TIMEOUT"] = "timeout";
|
|
605
|
+
})(ClassificationFailureReason = exports.ClassificationFailureReason || (exports.ClassificationFailureReason = {}));
|
|
587
606
|
var ClassificationPlatform;
|
|
588
607
|
(function (ClassificationPlatform) {
|
|
589
608
|
ClassificationPlatform["GLOBAL_E"] = "GlobalE";
|
|
590
609
|
ClassificationPlatform["FLOW"] = "Flow";
|
|
610
|
+
ClassificationPlatform["FLOW_ONBOARDING"] = "FlowOnboarding";
|
|
591
611
|
ClassificationPlatform["BORDER_FREE"] = "Borderfree";
|
|
592
612
|
})(ClassificationPlatform = exports.ClassificationPlatform || (exports.ClassificationPlatform = {}));
|
|
593
613
|
var ClassificationScope;
|
|
@@ -922,8 +942,6 @@ var EventType;
|
|
|
922
942
|
EventType["EXPORT_FAILED"] = "export_failed";
|
|
923
943
|
EventType["FEATURE_UPSERTED"] = "feature_upserted";
|
|
924
944
|
EventType["FEATURE_DELETED"] = "feature_deleted";
|
|
925
|
-
EventType["ORGANIZATION_BOOLEAN_VALUE_UPSERTED"] = "organization_boolean_value_upserted";
|
|
926
|
-
EventType["ORGANIZATION_BOOLEAN_VALUE_DELETED"] = "organization_boolean_value_deleted";
|
|
927
945
|
EventType["ACCOUNT_SETTINGS_UPSERTED"] = "account_settings_upserted";
|
|
928
946
|
EventType["ACCOUNT_SETTINGS_DELETED"] = "account_settings_deleted";
|
|
929
947
|
EventType["ACCOUNT_PROCESSING_RATES_UPSERTED"] = "account_processing_rates_upserted";
|
|
@@ -1159,6 +1177,22 @@ var EventType;
|
|
|
1159
1177
|
EventType["STRIPE_CONNECT_REPORT_RECORD_DELETED"] = "stripe_connect_report_record_deleted";
|
|
1160
1178
|
EventType["LIABILITY_REMITTANCE_PLAN_UPSERTED"] = "liability_remittance_plan_upserted";
|
|
1161
1179
|
EventType["LIABILITY_REMITTANCE_PLAN_DELETED"] = "liability_remittance_plan_deleted";
|
|
1180
|
+
EventType["ANIRBAN_ITEM_UPSERTED"] = "anirban_item_upserted";
|
|
1181
|
+
EventType["ANIRBAN_ITEM_DELETED"] = "anirban_item_deleted";
|
|
1182
|
+
EventType["SARVESH_ITEM_UPSERTED"] = "sarvesh_item_upserted";
|
|
1183
|
+
EventType["SARVESH_ITEM_DELETED"] = "sarvesh_item_deleted";
|
|
1184
|
+
EventType["HOSEIN_ITEM_UPSERTED"] = "hosein_item_upserted";
|
|
1185
|
+
EventType["HOSEIN_ITEM_DELETED"] = "hosein_item_deleted";
|
|
1186
|
+
EventType["NIALL_ITEM_UPSERTED"] = "niall_item_upserted";
|
|
1187
|
+
EventType["NIALL_ITEM_DELETED"] = "niall_item_deleted";
|
|
1188
|
+
EventType["ROHAN_ITEM_UPSERTED"] = "rohan_item_upserted";
|
|
1189
|
+
EventType["ROHAN_ITEM_DELETED"] = "rohan_item_deleted";
|
|
1190
|
+
EventType["ALDO_ITEM_UPSERTED"] = "aldo_item_upserted";
|
|
1191
|
+
EventType["ALDO_ITEM_DELETED"] = "aldo_item_deleted";
|
|
1192
|
+
EventType["ANSH_ITEM_UPSERTED"] = "ansh_item_upserted";
|
|
1193
|
+
EventType["ANSH_ITEM_DELETED"] = "ansh_item_deleted";
|
|
1194
|
+
EventType["GABRIEL_ITEM_UPSERTED"] = "gabriel_item_upserted";
|
|
1195
|
+
EventType["GABRIEL_ITEM_DELETED"] = "gabriel_item_deleted";
|
|
1162
1196
|
EventType["TRACKING_PROCESSING_ERROR_UPSERTED"] = "tracking_processing_error_upserted";
|
|
1163
1197
|
EventType["TRACKING_PROCESSING_ERROR_DELETED"] = "tracking_processing_error_deleted";
|
|
1164
1198
|
EventType["TRACKING_LABEL_EVENT_UPSERTED_V_2"] = "tracking_label_event_upserted_v2";
|
|
@@ -1245,6 +1279,11 @@ var FraudReviewResponsibleParty;
|
|
|
1245
1279
|
FraudReviewResponsibleParty["FLOW"] = "flow";
|
|
1246
1280
|
FraudReviewResponsibleParty["ORGANIZATION"] = "organization";
|
|
1247
1281
|
})(FraudReviewResponsibleParty = exports.FraudReviewResponsibleParty || (exports.FraudReviewResponsibleParty = {}));
|
|
1282
|
+
var GabrielItemType;
|
|
1283
|
+
(function (GabrielItemType) {
|
|
1284
|
+
GabrielItemType["PHYSICAL"] = "physical";
|
|
1285
|
+
GabrielItemType["DIGITAL"] = "digital";
|
|
1286
|
+
})(GabrielItemType = exports.GabrielItemType || (exports.GabrielItemType = {}));
|
|
1248
1287
|
var GeIngestionFileStatus;
|
|
1249
1288
|
(function (GeIngestionFileStatus) {
|
|
1250
1289
|
GeIngestionFileStatus["PENDING"] = "pending";
|
|
@@ -1286,6 +1325,12 @@ var HoseinItemType;
|
|
|
1286
1325
|
HoseinItemType["PHYSICAL"] = "physical";
|
|
1287
1326
|
HoseinItemType["DIGITAL"] = "digital";
|
|
1288
1327
|
})(HoseinItemType = exports.HoseinItemType || (exports.HoseinItemType = {}));
|
|
1328
|
+
var Hs6CodeSource;
|
|
1329
|
+
(function (Hs6CodeSource) {
|
|
1330
|
+
Hs6CodeSource["SELLABILITY"] = "sellability";
|
|
1331
|
+
Hs6CodeSource["CLASSIFICATION"] = "classification";
|
|
1332
|
+
Hs6CodeSource["HUMAN"] = "human";
|
|
1333
|
+
})(Hs6CodeSource = exports.Hs6CodeSource || (exports.Hs6CodeSource = {}));
|
|
1289
1334
|
var HttpMethod;
|
|
1290
1335
|
(function (HttpMethod) {
|
|
1291
1336
|
HttpMethod["GET"] = "get";
|
|
@@ -1403,6 +1448,15 @@ var LabelTransactionType;
|
|
|
1403
1448
|
LabelTransactionType["FEE"] = "fee";
|
|
1404
1449
|
LabelTransactionType["REVENUE_SHARE"] = "revenue_share";
|
|
1405
1450
|
})(LabelTransactionType = exports.LabelTransactionType || (exports.LabelTransactionType = {}));
|
|
1451
|
+
var LedgerReportType;
|
|
1452
|
+
(function (LedgerReportType) {
|
|
1453
|
+
LedgerReportType["PERIODIC_MOR_JURISDICTION_REPORT"] = "periodic_mor_jurisdiction_report";
|
|
1454
|
+
})(LedgerReportType = exports.LedgerReportType || (exports.LedgerReportType = {}));
|
|
1455
|
+
var LedgerReportUrlType;
|
|
1456
|
+
(function (LedgerReportUrlType) {
|
|
1457
|
+
LedgerReportUrlType["SHAREPOINT"] = "sharepoint";
|
|
1458
|
+
LedgerReportUrlType["S_3"] = "s3";
|
|
1459
|
+
})(LedgerReportUrlType = exports.LedgerReportUrlType || (exports.LedgerReportUrlType = {}));
|
|
1406
1460
|
var LiabilityType;
|
|
1407
1461
|
(function (LiabilityType) {
|
|
1408
1462
|
LiabilityType["FULL_VALUE_TAX"] = "full_value_tax";
|
|
@@ -1450,6 +1504,12 @@ var MerchantOfRecord;
|
|
|
1450
1504
|
MerchantOfRecord["GLOBAL_E_UNITED_KINGDOM"] = "global_e_united_kingdom";
|
|
1451
1505
|
MerchantOfRecord["GLOBAL_E_CANADA"] = "global_e_canada";
|
|
1452
1506
|
MerchantOfRecord["GLOBAL_E_NETHERLANDS"] = "global_e_netherlands";
|
|
1507
|
+
MerchantOfRecord["UK_GLOBAL_E_CANADA"] = "uk_global_e_canada";
|
|
1508
|
+
MerchantOfRecord["UK_GLOBAL_E_NETHERLANDS"] = "uk_global_e_netherlands";
|
|
1509
|
+
MerchantOfRecord["UK_GLOBAL_E_UNITED_STATES"] = "uk_global_e_united_states";
|
|
1510
|
+
MerchantOfRecord["CA_GLOBAL_E_UNITED_KINGDOM"] = "ca_global_e_united_kingdom";
|
|
1511
|
+
MerchantOfRecord["CA_GLOBAL_E_NETHERLANDS"] = "ca_global_e_netherlands";
|
|
1512
|
+
MerchantOfRecord["CA_GLOBAL_E_UNITED_STATES"] = "ca_global_e_united_states";
|
|
1453
1513
|
})(MerchantOfRecord = exports.MerchantOfRecord || (exports.MerchantOfRecord = {}));
|
|
1454
1514
|
var MerchantOverrideStatus;
|
|
1455
1515
|
(function (MerchantOverrideStatus) {
|
|
@@ -1518,7 +1578,6 @@ var OnboardingAuditThemeKey;
|
|
|
1518
1578
|
OnboardingAuditThemeKey["FRAUD"] = "fraud";
|
|
1519
1579
|
OnboardingAuditThemeKey["LOGISTICS"] = "logistics";
|
|
1520
1580
|
OnboardingAuditThemeKey["PAYMENTS"] = "payments";
|
|
1521
|
-
OnboardingAuditThemeKey["SHOPIFY_MARKETS"] = "shopify_markets";
|
|
1522
1581
|
OnboardingAuditThemeKey["INTEGRATION_PARTNER"] = "integration_partner";
|
|
1523
1582
|
OnboardingAuditThemeKey["DTCE"] = "dtce";
|
|
1524
1583
|
OnboardingAuditThemeKey["RESTRICTIONS"] = "restrictions";
|
|
@@ -1715,6 +1774,29 @@ var PreferredBillingSchedule;
|
|
|
1715
1774
|
PreferredBillingSchedule["MONTHLY"] = "monthly";
|
|
1716
1775
|
PreferredBillingSchedule["BI_MONTHLY"] = "bi-monthly";
|
|
1717
1776
|
})(PreferredBillingSchedule = exports.PreferredBillingSchedule || (exports.PreferredBillingSchedule = {}));
|
|
1777
|
+
var PreonboardingClassificationDecision;
|
|
1778
|
+
(function (PreonboardingClassificationDecision) {
|
|
1779
|
+
PreonboardingClassificationDecision["ACCEPT"] = "Accept";
|
|
1780
|
+
PreonboardingClassificationDecision["REJECT"] = "Reject";
|
|
1781
|
+
})(PreonboardingClassificationDecision = exports.PreonboardingClassificationDecision || (exports.PreonboardingClassificationDecision = {}));
|
|
1782
|
+
var PreonboardingClassificationPlatform;
|
|
1783
|
+
(function (PreonboardingClassificationPlatform) {
|
|
1784
|
+
PreonboardingClassificationPlatform["FLOW_ONBOARDING"] = "FlowOnboarding";
|
|
1785
|
+
})(PreonboardingClassificationPlatform = exports.PreonboardingClassificationPlatform || (exports.PreonboardingClassificationPlatform = {}));
|
|
1786
|
+
var PreonboardingClassificationType;
|
|
1787
|
+
(function (PreonboardingClassificationType) {
|
|
1788
|
+
PreonboardingClassificationType["NONE"] = "None";
|
|
1789
|
+
PreonboardingClassificationType["MANUAL"] = "Manual";
|
|
1790
|
+
PreonboardingClassificationType["ML"] = "ML";
|
|
1791
|
+
PreonboardingClassificationType["SYSTEM"] = "System";
|
|
1792
|
+
})(PreonboardingClassificationType = exports.PreonboardingClassificationType || (exports.PreonboardingClassificationType = {}));
|
|
1793
|
+
var PreonboardingRequestStatus;
|
|
1794
|
+
(function (PreonboardingRequestStatus) {
|
|
1795
|
+
PreonboardingRequestStatus["PENDING"] = "pending";
|
|
1796
|
+
PreonboardingRequestStatus["COMPLETED"] = "completed";
|
|
1797
|
+
PreonboardingRequestStatus["FAILED"] = "failed";
|
|
1798
|
+
PreonboardingRequestStatus["DISCARDED"] = "discarded";
|
|
1799
|
+
})(PreonboardingRequestStatus = exports.PreonboardingRequestStatus || (exports.PreonboardingRequestStatus = {}));
|
|
1718
1800
|
var PriceSelector;
|
|
1719
1801
|
(function (PriceSelector) {
|
|
1720
1802
|
PriceSelector["MINIMUM"] = "minimum";
|
|
@@ -1816,6 +1898,7 @@ var ReportType;
|
|
|
1816
1898
|
ReportType["TRUEUP_OVERVIEW"] = "trueup_overview";
|
|
1817
1899
|
ReportType["NON_CHANNEL_PAYMENT_BANK_ACCOUNT"] = "non_channel_payment_bank_account";
|
|
1818
1900
|
ReportType["SCHEDULED_PAYMENT"] = "scheduled_payment";
|
|
1901
|
+
ReportType["SCHEDULED_PAYMENT_CITI"] = "scheduled_payment_citi";
|
|
1819
1902
|
ReportType["ACCOUNT_QUARTERLY_BALANCES"] = "account_quarterly_balances";
|
|
1820
1903
|
ReportType["INVARIANTS"] = "invariants";
|
|
1821
1904
|
ReportType["PAYMENTS"] = "payments";
|
|
@@ -1882,6 +1965,7 @@ var RestrictionOrganizationChannel;
|
|
|
1882
1965
|
RestrictionOrganizationChannel["ENTERPRISE"] = "enterprise";
|
|
1883
1966
|
RestrictionOrganizationChannel["SHOPIFY_SANDBOX"] = "shopify-sandbox";
|
|
1884
1967
|
RestrictionOrganizationChannel["ENTERPRISE_SANDBOX"] = "enterprise-sandbox";
|
|
1968
|
+
RestrictionOrganizationChannel["ENTERPRISE_QA"] = "enterprise-qa";
|
|
1885
1969
|
})(RestrictionOrganizationChannel = exports.RestrictionOrganizationChannel || (exports.RestrictionOrganizationChannel = {}));
|
|
1886
1970
|
var RestrictionOrganizationSource;
|
|
1887
1971
|
(function (RestrictionOrganizationSource) {
|
|
@@ -2102,6 +2186,7 @@ var TaskProcessorKey;
|
|
|
2102
2186
|
TaskProcessorKey["PAYMENT"] = "payment";
|
|
2103
2187
|
TaskProcessorKey["RATE_LEVELS"] = "rate_levels";
|
|
2104
2188
|
TaskProcessorKey["CENTER_DEFAULTS"] = "center_defaults";
|
|
2189
|
+
TaskProcessorKey["ITEM_DIMENSIONS"] = "item_dimensions";
|
|
2105
2190
|
})(TaskProcessorKey = exports.TaskProcessorKey || (exports.TaskProcessorKey = {}));
|
|
2106
2191
|
var TaxAndDutyInclusivitySetting;
|
|
2107
2192
|
(function (TaxAndDutyInclusivitySetting) {
|
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.106",
|
|
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": "135ffbb6c863d1ed7a34a1f2aecefa6495a9a4d7"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -74,6 +74,17 @@ export enum AutoRestrictRule {
|
|
|
74
74
|
DG_HAZMAT_CLASS_9_MISCELLANEOUS_DANGEROUS_GOODS_AND_DEVICES = 'prr-74e1320efb7741cf9ace400b69800f9b',
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
+
export enum B2BTaxLedgerDocumentType {
|
|
78
|
+
B_2_B_INVOICE = 'b2b_invoice',
|
|
79
|
+
B_2_B_CREDIT_MEMO = 'b2b_credit_memo',
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export enum B2BTaxRateType {
|
|
83
|
+
BASIC = 'basic',
|
|
84
|
+
PREFERENTIAL = 'preferential',
|
|
85
|
+
EXEMPT = 'exempt',
|
|
86
|
+
}
|
|
87
|
+
|
|
77
88
|
export enum BankAccountStatus {
|
|
78
89
|
ON_HOLD = 'on_hold',
|
|
79
90
|
NOT_ON_HOLD = 'not_on_hold',
|
|
@@ -368,6 +379,8 @@ export enum BillingTransactionType {
|
|
|
368
379
|
MERCHANT_FEE = 'merchant_fee',
|
|
369
380
|
MERCHANT_PAYOUT = 'merchant_payout',
|
|
370
381
|
MERCHANT_REFUND = 'merchant_refund',
|
|
382
|
+
B_2_B_TAX = 'b2b_tax',
|
|
383
|
+
B_2_B_TAX_REFUND = 'b2b_tax_refund',
|
|
371
384
|
}
|
|
372
385
|
|
|
373
386
|
export enum CalculatorEngine {
|
|
@@ -465,6 +478,7 @@ export enum ChannelOrderAcceptanceRejectionReason {
|
|
|
465
478
|
UNSUPPORTED_VIRTUAL_GOODS = 'unsupported_virtual_goods',
|
|
466
479
|
NON_MATCHING_CURRENCIES = 'non_matching_currencies',
|
|
467
480
|
UNSUPPORTED_ORDER_EDIT = 'unsupported_order_edit',
|
|
481
|
+
ORDER_ALLOCATION_DUTIES_MISMATCH = 'order_allocation_duties_mismatch',
|
|
468
482
|
ORDER_MISSING = 'order_missing',
|
|
469
483
|
}
|
|
470
484
|
|
|
@@ -577,9 +591,15 @@ export enum ClassificationErrorCode {
|
|
|
577
591
|
GENERIC_ERROR = 'generic_error',
|
|
578
592
|
}
|
|
579
593
|
|
|
594
|
+
export enum ClassificationFailureReason {
|
|
595
|
+
LOW_CONFIDENCE = 'low_confidence',
|
|
596
|
+
TIMEOUT = 'timeout',
|
|
597
|
+
}
|
|
598
|
+
|
|
580
599
|
export enum ClassificationPlatform {
|
|
581
600
|
GLOBAL_E = 'GlobalE',
|
|
582
601
|
FLOW = 'Flow',
|
|
602
|
+
FLOW_ONBOARDING = 'FlowOnboarding',
|
|
583
603
|
BORDER_FREE = 'Borderfree',
|
|
584
604
|
}
|
|
585
605
|
|
|
@@ -914,8 +934,6 @@ export enum EventType {
|
|
|
914
934
|
EXPORT_FAILED = 'export_failed',
|
|
915
935
|
FEATURE_UPSERTED = 'feature_upserted',
|
|
916
936
|
FEATURE_DELETED = 'feature_deleted',
|
|
917
|
-
ORGANIZATION_BOOLEAN_VALUE_UPSERTED = 'organization_boolean_value_upserted',
|
|
918
|
-
ORGANIZATION_BOOLEAN_VALUE_DELETED = 'organization_boolean_value_deleted',
|
|
919
937
|
ACCOUNT_SETTINGS_UPSERTED = 'account_settings_upserted',
|
|
920
938
|
ACCOUNT_SETTINGS_DELETED = 'account_settings_deleted',
|
|
921
939
|
ACCOUNT_PROCESSING_RATES_UPSERTED = 'account_processing_rates_upserted',
|
|
@@ -1151,6 +1169,22 @@ export enum EventType {
|
|
|
1151
1169
|
STRIPE_CONNECT_REPORT_RECORD_DELETED = 'stripe_connect_report_record_deleted',
|
|
1152
1170
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = 'liability_remittance_plan_upserted',
|
|
1153
1171
|
LIABILITY_REMITTANCE_PLAN_DELETED = 'liability_remittance_plan_deleted',
|
|
1172
|
+
ANIRBAN_ITEM_UPSERTED = 'anirban_item_upserted',
|
|
1173
|
+
ANIRBAN_ITEM_DELETED = 'anirban_item_deleted',
|
|
1174
|
+
SARVESH_ITEM_UPSERTED = 'sarvesh_item_upserted',
|
|
1175
|
+
SARVESH_ITEM_DELETED = 'sarvesh_item_deleted',
|
|
1176
|
+
HOSEIN_ITEM_UPSERTED = 'hosein_item_upserted',
|
|
1177
|
+
HOSEIN_ITEM_DELETED = 'hosein_item_deleted',
|
|
1178
|
+
NIALL_ITEM_UPSERTED = 'niall_item_upserted',
|
|
1179
|
+
NIALL_ITEM_DELETED = 'niall_item_deleted',
|
|
1180
|
+
ROHAN_ITEM_UPSERTED = 'rohan_item_upserted',
|
|
1181
|
+
ROHAN_ITEM_DELETED = 'rohan_item_deleted',
|
|
1182
|
+
ALDO_ITEM_UPSERTED = 'aldo_item_upserted',
|
|
1183
|
+
ALDO_ITEM_DELETED = 'aldo_item_deleted',
|
|
1184
|
+
ANSH_ITEM_UPSERTED = 'ansh_item_upserted',
|
|
1185
|
+
ANSH_ITEM_DELETED = 'ansh_item_deleted',
|
|
1186
|
+
GABRIEL_ITEM_UPSERTED = 'gabriel_item_upserted',
|
|
1187
|
+
GABRIEL_ITEM_DELETED = 'gabriel_item_deleted',
|
|
1154
1188
|
TRACKING_PROCESSING_ERROR_UPSERTED = 'tracking_processing_error_upserted',
|
|
1155
1189
|
TRACKING_PROCESSING_ERROR_DELETED = 'tracking_processing_error_deleted',
|
|
1156
1190
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = 'tracking_label_event_upserted_v2',
|
|
@@ -1238,6 +1272,11 @@ export enum FraudReviewResponsibleParty {
|
|
|
1238
1272
|
ORGANIZATION = 'organization',
|
|
1239
1273
|
}
|
|
1240
1274
|
|
|
1275
|
+
export enum GabrielItemType {
|
|
1276
|
+
PHYSICAL = 'physical',
|
|
1277
|
+
DIGITAL = 'digital',
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1241
1280
|
export enum GeIngestionFileStatus {
|
|
1242
1281
|
PENDING = 'pending',
|
|
1243
1282
|
PROCESSED = 'processed',
|
|
@@ -1279,6 +1318,12 @@ export enum HoseinItemType {
|
|
|
1279
1318
|
DIGITAL = 'digital',
|
|
1280
1319
|
}
|
|
1281
1320
|
|
|
1321
|
+
export enum Hs6CodeSource {
|
|
1322
|
+
SELLABILITY = 'sellability',
|
|
1323
|
+
CLASSIFICATION = 'classification',
|
|
1324
|
+
HUMAN = 'human',
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1282
1327
|
export enum HttpMethod {
|
|
1283
1328
|
GET = 'get',
|
|
1284
1329
|
POST = 'post',
|
|
@@ -1396,6 +1441,15 @@ export enum LabelTransactionType {
|
|
|
1396
1441
|
REVENUE_SHARE = 'revenue_share',
|
|
1397
1442
|
}
|
|
1398
1443
|
|
|
1444
|
+
export enum LedgerReportType {
|
|
1445
|
+
PERIODIC_MOR_JURISDICTION_REPORT = 'periodic_mor_jurisdiction_report',
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
export enum LedgerReportUrlType {
|
|
1449
|
+
SHAREPOINT = 'sharepoint',
|
|
1450
|
+
S_3 = 's3',
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1399
1453
|
export enum LiabilityType {
|
|
1400
1454
|
FULL_VALUE_TAX = 'full_value_tax',
|
|
1401
1455
|
LOW_VALUE_GOODS_TAX = 'low_value_goods_tax',
|
|
@@ -1442,6 +1496,12 @@ export enum MerchantOfRecord {
|
|
|
1442
1496
|
GLOBAL_E_UNITED_KINGDOM = 'global_e_united_kingdom',
|
|
1443
1497
|
GLOBAL_E_CANADA = 'global_e_canada',
|
|
1444
1498
|
GLOBAL_E_NETHERLANDS = 'global_e_netherlands',
|
|
1499
|
+
UK_GLOBAL_E_CANADA = 'uk_global_e_canada',
|
|
1500
|
+
UK_GLOBAL_E_NETHERLANDS = 'uk_global_e_netherlands',
|
|
1501
|
+
UK_GLOBAL_E_UNITED_STATES = 'uk_global_e_united_states',
|
|
1502
|
+
CA_GLOBAL_E_UNITED_KINGDOM = 'ca_global_e_united_kingdom',
|
|
1503
|
+
CA_GLOBAL_E_NETHERLANDS = 'ca_global_e_netherlands',
|
|
1504
|
+
CA_GLOBAL_E_UNITED_STATES = 'ca_global_e_united_states',
|
|
1445
1505
|
}
|
|
1446
1506
|
|
|
1447
1507
|
export enum MerchantOverrideStatus {
|
|
@@ -1510,7 +1570,6 @@ export enum OnboardingAuditThemeKey {
|
|
|
1510
1570
|
FRAUD = 'fraud',
|
|
1511
1571
|
LOGISTICS = 'logistics',
|
|
1512
1572
|
PAYMENTS = 'payments',
|
|
1513
|
-
SHOPIFY_MARKETS = 'shopify_markets',
|
|
1514
1573
|
INTEGRATION_PARTNER = 'integration_partner',
|
|
1515
1574
|
DTCE = 'dtce',
|
|
1516
1575
|
RESTRICTIONS = 'restrictions',
|
|
@@ -1708,6 +1767,29 @@ export enum PreferredBillingSchedule {
|
|
|
1708
1767
|
BI_MONTHLY = 'bi-monthly',
|
|
1709
1768
|
}
|
|
1710
1769
|
|
|
1770
|
+
export enum PreonboardingClassificationDecision {
|
|
1771
|
+
ACCEPT = 'Accept',
|
|
1772
|
+
REJECT = 'Reject',
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
export enum PreonboardingClassificationPlatform {
|
|
1776
|
+
FLOW_ONBOARDING = 'FlowOnboarding',
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
export enum PreonboardingClassificationType {
|
|
1780
|
+
NONE = 'None',
|
|
1781
|
+
MANUAL = 'Manual',
|
|
1782
|
+
ML = 'ML',
|
|
1783
|
+
SYSTEM = 'System',
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
export enum PreonboardingRequestStatus {
|
|
1787
|
+
PENDING = 'pending',
|
|
1788
|
+
COMPLETED = 'completed',
|
|
1789
|
+
FAILED = 'failed',
|
|
1790
|
+
DISCARDED = 'discarded',
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1711
1793
|
export enum PriceSelector {
|
|
1712
1794
|
MINIMUM = 'minimum',
|
|
1713
1795
|
MAXIMUM = 'maximum',
|
|
@@ -1808,6 +1890,7 @@ export enum ReportType {
|
|
|
1808
1890
|
TRUEUP_OVERVIEW = 'trueup_overview',
|
|
1809
1891
|
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = 'non_channel_payment_bank_account',
|
|
1810
1892
|
SCHEDULED_PAYMENT = 'scheduled_payment',
|
|
1893
|
+
SCHEDULED_PAYMENT_CITI = 'scheduled_payment_citi',
|
|
1811
1894
|
ACCOUNT_QUARTERLY_BALANCES = 'account_quarterly_balances',
|
|
1812
1895
|
INVARIANTS = 'invariants',
|
|
1813
1896
|
PAYMENTS = 'payments',
|
|
@@ -1874,6 +1957,7 @@ export enum RestrictionOrganizationChannel {
|
|
|
1874
1957
|
ENTERPRISE = 'enterprise',
|
|
1875
1958
|
SHOPIFY_SANDBOX = 'shopify-sandbox',
|
|
1876
1959
|
ENTERPRISE_SANDBOX = 'enterprise-sandbox',
|
|
1960
|
+
ENTERPRISE_QA = 'enterprise-qa',
|
|
1877
1961
|
}
|
|
1878
1962
|
|
|
1879
1963
|
export enum RestrictionOrganizationSource {
|
|
@@ -2094,6 +2178,7 @@ export enum TaskProcessorKey {
|
|
|
2094
2178
|
PAYMENT = 'payment',
|
|
2095
2179
|
RATE_LEVELS = 'rate_levels',
|
|
2096
2180
|
CENTER_DEFAULTS = 'center_defaults',
|
|
2181
|
+
ITEM_DIMENSIONS = 'item_dimensions',
|
|
2097
2182
|
}
|
|
2098
2183
|
|
|
2099
2184
|
export enum TaxAndDutyInclusivitySetting {
|