@flowio/api-internal-constants 4.18.105 → 4.18.107
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 +87 -7
- package/dist/api-internal.js +101 -8
- package/package.json +2 -2
- package/src/api-internal.ts +95 -3
package/dist/api-internal.d.ts
CHANGED
|
@@ -24,6 +24,10 @@ export declare enum AldoItemType {
|
|
|
24
24
|
PHYSICAL = "physical",
|
|
25
25
|
DIGITAL = "digital"
|
|
26
26
|
}
|
|
27
|
+
export declare enum AmruthaItemType {
|
|
28
|
+
PHYSICAL = "physical",
|
|
29
|
+
DIGITAL = "digital"
|
|
30
|
+
}
|
|
27
31
|
export declare enum AnirbanItemType {
|
|
28
32
|
PHYSICAL = "physical",
|
|
29
33
|
DIGITAL = "digital"
|
|
@@ -62,6 +66,15 @@ export declare enum AutoRestrictRule {
|
|
|
62
66
|
DG_HAZMAT_CLASS_8_CORROSIVES = "prr-566cc67167944bc4bd08167aa9c0beba",
|
|
63
67
|
DG_HAZMAT_CLASS_9_MISCELLANEOUS_DANGEROUS_GOODS_AND_DEVICES = "prr-74e1320efb7741cf9ace400b69800f9b"
|
|
64
68
|
}
|
|
69
|
+
export declare enum B2BTaxLedgerDocumentType {
|
|
70
|
+
B_2_B_INVOICE = "b2b_invoice",
|
|
71
|
+
B_2_B_CREDIT_MEMO = "b2b_credit_memo"
|
|
72
|
+
}
|
|
73
|
+
export declare enum B2BTaxRateType {
|
|
74
|
+
BASIC = "basic",
|
|
75
|
+
PREFERENTIAL = "preferential",
|
|
76
|
+
EXEMPT = "exempt"
|
|
77
|
+
}
|
|
65
78
|
export declare enum BankAccountStatus {
|
|
66
79
|
ON_HOLD = "on_hold",
|
|
67
80
|
NOT_ON_HOLD = "not_on_hold"
|
|
@@ -348,7 +361,9 @@ export declare enum BillingTransactionType {
|
|
|
348
361
|
GE_REVENUE_SHARE = "ge_revenue_share",
|
|
349
362
|
MERCHANT_FEE = "merchant_fee",
|
|
350
363
|
MERCHANT_PAYOUT = "merchant_payout",
|
|
351
|
-
MERCHANT_REFUND = "merchant_refund"
|
|
364
|
+
MERCHANT_REFUND = "merchant_refund",
|
|
365
|
+
B_2_B_TAX = "b2b_tax",
|
|
366
|
+
B_2_B_TAX_REFUND = "b2b_tax_refund"
|
|
352
367
|
}
|
|
353
368
|
export declare enum CalculatorEngine {
|
|
354
369
|
DTCE_WITH_DEMINIMIS = "dtce_with_deminimis",
|
|
@@ -432,6 +447,7 @@ export declare enum ChannelOrderAcceptanceRejectionReason {
|
|
|
432
447
|
UNSUPPORTED_VIRTUAL_GOODS = "unsupported_virtual_goods",
|
|
433
448
|
NON_MATCHING_CURRENCIES = "non_matching_currencies",
|
|
434
449
|
UNSUPPORTED_ORDER_EDIT = "unsupported_order_edit",
|
|
450
|
+
ORDER_ALLOCATION_DUTIES_MISMATCH = "order_allocation_duties_mismatch",
|
|
435
451
|
ORDER_MISSING = "order_missing"
|
|
436
452
|
}
|
|
437
453
|
export declare enum ChannelOrderAcceptanceStatus {
|
|
@@ -527,9 +543,14 @@ export declare enum ClassificationDecision {
|
|
|
527
543
|
export declare enum ClassificationErrorCode {
|
|
528
544
|
GENERIC_ERROR = "generic_error"
|
|
529
545
|
}
|
|
546
|
+
export declare enum ClassificationFailureReason {
|
|
547
|
+
LOW_CONFIDENCE = "low_confidence",
|
|
548
|
+
TIMEOUT = "timeout"
|
|
549
|
+
}
|
|
530
550
|
export declare enum ClassificationPlatform {
|
|
531
551
|
GLOBAL_E = "GlobalE",
|
|
532
552
|
FLOW = "Flow",
|
|
553
|
+
FLOW_ONBOARDING = "FlowOnboarding",
|
|
533
554
|
BORDER_FREE = "Borderfree"
|
|
534
555
|
}
|
|
535
556
|
export declare enum ClassificationScope {
|
|
@@ -827,8 +848,6 @@ export declare enum EventType {
|
|
|
827
848
|
EXPORT_FAILED = "export_failed",
|
|
828
849
|
FEATURE_UPSERTED = "feature_upserted",
|
|
829
850
|
FEATURE_DELETED = "feature_deleted",
|
|
830
|
-
ORGANIZATION_BOOLEAN_VALUE_UPSERTED = "organization_boolean_value_upserted",
|
|
831
|
-
ORGANIZATION_BOOLEAN_VALUE_DELETED = "organization_boolean_value_deleted",
|
|
832
851
|
ACCOUNT_SETTINGS_UPSERTED = "account_settings_upserted",
|
|
833
852
|
ACCOUNT_SETTINGS_DELETED = "account_settings_deleted",
|
|
834
853
|
ACCOUNT_PROCESSING_RATES_UPSERTED = "account_processing_rates_upserted",
|
|
@@ -1028,6 +1047,8 @@ export declare enum EventType {
|
|
|
1028
1047
|
SHOPIFY_ORDER_RISK_ASSESSMENT_DELETED = "shopify_order_risk_assessment_deleted",
|
|
1029
1048
|
SHOPIFY_ORDER_TRANSACTION_UPSERTED = "shopify_order_transaction_upserted",
|
|
1030
1049
|
SHOPIFY_ORDER_TRANSACTION_DELETED = "shopify_order_transaction_deleted",
|
|
1050
|
+
SHOPIFY_TEST_ORDER_UPSERTED = "shopify_test_order_upserted",
|
|
1051
|
+
SHOPIFY_TEST_ORDER_DELETED = "shopify_test_order_deleted",
|
|
1031
1052
|
SHOPIFY_PRODUCT_CREATE_UPSERTED = "shopify_product_create_upserted",
|
|
1032
1053
|
SHOPIFY_PRODUCT_CREATE_DELETED = "shopify_product_create_deleted",
|
|
1033
1054
|
SHOPIFY_PRODUCT_UPDATE_UPSERTED = "shopify_product_update_upserted",
|
|
@@ -1064,6 +1085,22 @@ export declare enum EventType {
|
|
|
1064
1085
|
STRIPE_CONNECT_REPORT_RECORD_DELETED = "stripe_connect_report_record_deleted",
|
|
1065
1086
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = "liability_remittance_plan_upserted",
|
|
1066
1087
|
LIABILITY_REMITTANCE_PLAN_DELETED = "liability_remittance_plan_deleted",
|
|
1088
|
+
ANIRBAN_ITEM_UPSERTED = "anirban_item_upserted",
|
|
1089
|
+
ANIRBAN_ITEM_DELETED = "anirban_item_deleted",
|
|
1090
|
+
SARVESH_ITEM_UPSERTED = "sarvesh_item_upserted",
|
|
1091
|
+
SARVESH_ITEM_DELETED = "sarvesh_item_deleted",
|
|
1092
|
+
HOSEIN_ITEM_UPSERTED = "hosein_item_upserted",
|
|
1093
|
+
HOSEIN_ITEM_DELETED = "hosein_item_deleted",
|
|
1094
|
+
NIALL_ITEM_UPSERTED = "niall_item_upserted",
|
|
1095
|
+
NIALL_ITEM_DELETED = "niall_item_deleted",
|
|
1096
|
+
ROHAN_ITEM_UPSERTED = "rohan_item_upserted",
|
|
1097
|
+
ROHAN_ITEM_DELETED = "rohan_item_deleted",
|
|
1098
|
+
ALDO_ITEM_UPSERTED = "aldo_item_upserted",
|
|
1099
|
+
ALDO_ITEM_DELETED = "aldo_item_deleted",
|
|
1100
|
+
ANSH_ITEM_UPSERTED = "ansh_item_upserted",
|
|
1101
|
+
ANSH_ITEM_DELETED = "ansh_item_deleted",
|
|
1102
|
+
GABRIEL_ITEM_UPSERTED = "gabriel_item_upserted",
|
|
1103
|
+
GABRIEL_ITEM_DELETED = "gabriel_item_deleted",
|
|
1067
1104
|
TRACKING_PROCESSING_ERROR_UPSERTED = "tracking_processing_error_upserted",
|
|
1068
1105
|
TRACKING_PROCESSING_ERROR_DELETED = "tracking_processing_error_deleted",
|
|
1069
1106
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = "tracking_label_event_upserted_v2",
|
|
@@ -1138,6 +1175,10 @@ export declare enum FraudReviewResponsibleParty {
|
|
|
1138
1175
|
FLOW = "flow",
|
|
1139
1176
|
ORGANIZATION = "organization"
|
|
1140
1177
|
}
|
|
1178
|
+
export declare enum GabrielItemType {
|
|
1179
|
+
PHYSICAL = "physical",
|
|
1180
|
+
DIGITAL = "digital"
|
|
1181
|
+
}
|
|
1141
1182
|
export declare enum GeIngestionFileStatus {
|
|
1142
1183
|
PENDING = "pending",
|
|
1143
1184
|
PROCESSED = "processed"
|
|
@@ -1173,6 +1214,11 @@ export declare enum HoseinItemType {
|
|
|
1173
1214
|
PHYSICAL = "physical",
|
|
1174
1215
|
DIGITAL = "digital"
|
|
1175
1216
|
}
|
|
1217
|
+
export declare enum Hs6CodeSource {
|
|
1218
|
+
SELLABILITY = "sellability",
|
|
1219
|
+
CLASSIFICATION = "classification",
|
|
1220
|
+
HUMAN = "human"
|
|
1221
|
+
}
|
|
1176
1222
|
export declare enum HttpMethod {
|
|
1177
1223
|
GET = "get",
|
|
1178
1224
|
POST = "post"
|
|
@@ -1272,6 +1318,13 @@ export declare enum LabelTransactionType {
|
|
|
1272
1318
|
FEE = "fee",
|
|
1273
1319
|
REVENUE_SHARE = "revenue_share"
|
|
1274
1320
|
}
|
|
1321
|
+
export declare enum LedgerReportType {
|
|
1322
|
+
PERIODIC_MOR_JURISDICTION_REPORT = "periodic_mor_jurisdiction_report"
|
|
1323
|
+
}
|
|
1324
|
+
export declare enum LedgerReportUrlType {
|
|
1325
|
+
SHAREPOINT = "sharepoint",
|
|
1326
|
+
S_3 = "s3"
|
|
1327
|
+
}
|
|
1275
1328
|
export declare enum LiabilityType {
|
|
1276
1329
|
FULL_VALUE_TAX = "full_value_tax",
|
|
1277
1330
|
LOW_VALUE_GOODS_TAX = "low_value_goods_tax",
|
|
@@ -1311,7 +1364,13 @@ export declare enum MerchantOfRecord {
|
|
|
1311
1364
|
GLOBAL_E_UNITED_STATES = "global_e_united_states",
|
|
1312
1365
|
GLOBAL_E_UNITED_KINGDOM = "global_e_united_kingdom",
|
|
1313
1366
|
GLOBAL_E_CANADA = "global_e_canada",
|
|
1314
|
-
GLOBAL_E_NETHERLANDS = "global_e_netherlands"
|
|
1367
|
+
GLOBAL_E_NETHERLANDS = "global_e_netherlands",
|
|
1368
|
+
UK_GLOBAL_E_CANADA = "uk_global_e_canada",
|
|
1369
|
+
UK_GLOBAL_E_NETHERLANDS = "uk_global_e_netherlands",
|
|
1370
|
+
UK_GLOBAL_E_UNITED_STATES = "uk_global_e_united_states",
|
|
1371
|
+
CA_GLOBAL_E_UNITED_KINGDOM = "ca_global_e_united_kingdom",
|
|
1372
|
+
CA_GLOBAL_E_NETHERLANDS = "ca_global_e_netherlands",
|
|
1373
|
+
CA_GLOBAL_E_UNITED_STATES = "ca_global_e_united_states"
|
|
1315
1374
|
}
|
|
1316
1375
|
export declare enum MerchantOverrideStatus {
|
|
1317
1376
|
PENDING = "pending",
|
|
@@ -1371,7 +1430,6 @@ export declare enum OnboardingAuditThemeKey {
|
|
|
1371
1430
|
FRAUD = "fraud",
|
|
1372
1431
|
LOGISTICS = "logistics",
|
|
1373
1432
|
PAYMENTS = "payments",
|
|
1374
|
-
SHOPIFY_MARKETS = "shopify_markets",
|
|
1375
1433
|
INTEGRATION_PARTNER = "integration_partner",
|
|
1376
1434
|
DTCE = "dtce",
|
|
1377
1435
|
RESTRICTIONS = "restrictions",
|
|
@@ -1538,6 +1596,25 @@ export declare enum PreferredBillingSchedule {
|
|
|
1538
1596
|
MONTHLY = "monthly",
|
|
1539
1597
|
BI_MONTHLY = "bi-monthly"
|
|
1540
1598
|
}
|
|
1599
|
+
export declare enum PreonboardingClassificationDecision {
|
|
1600
|
+
ACCEPT = "Accept",
|
|
1601
|
+
REJECT = "Reject"
|
|
1602
|
+
}
|
|
1603
|
+
export declare enum PreonboardingClassificationPlatform {
|
|
1604
|
+
FLOW_ONBOARDING = "FlowOnboarding"
|
|
1605
|
+
}
|
|
1606
|
+
export declare enum PreonboardingClassificationType {
|
|
1607
|
+
NONE = "None",
|
|
1608
|
+
MANUAL = "Manual",
|
|
1609
|
+
ML = "ML",
|
|
1610
|
+
SYSTEM = "System"
|
|
1611
|
+
}
|
|
1612
|
+
export declare enum PreonboardingRequestStatus {
|
|
1613
|
+
PENDING = "pending",
|
|
1614
|
+
COMPLETED = "completed",
|
|
1615
|
+
FAILED = "failed",
|
|
1616
|
+
DISCARDED = "discarded"
|
|
1617
|
+
}
|
|
1541
1618
|
export declare enum PriceSelector {
|
|
1542
1619
|
MINIMUM = "minimum",
|
|
1543
1620
|
MAXIMUM = "maximum"
|
|
@@ -1624,6 +1701,7 @@ export declare enum ReportType {
|
|
|
1624
1701
|
TRUEUP_OVERVIEW = "trueup_overview",
|
|
1625
1702
|
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = "non_channel_payment_bank_account",
|
|
1626
1703
|
SCHEDULED_PAYMENT = "scheduled_payment",
|
|
1704
|
+
SCHEDULED_PAYMENT_CITI = "scheduled_payment_citi",
|
|
1627
1705
|
ACCOUNT_QUARTERLY_BALANCES = "account_quarterly_balances",
|
|
1628
1706
|
INVARIANTS = "invariants",
|
|
1629
1707
|
PAYMENTS = "payments",
|
|
@@ -1679,7 +1757,8 @@ export declare enum RestrictionOrganizationChannel {
|
|
|
1679
1757
|
SHOPIFY = "shopify",
|
|
1680
1758
|
ENTERPRISE = "enterprise",
|
|
1681
1759
|
SHOPIFY_SANDBOX = "shopify-sandbox",
|
|
1682
|
-
ENTERPRISE_SANDBOX = "enterprise-sandbox"
|
|
1760
|
+
ENTERPRISE_SANDBOX = "enterprise-sandbox",
|
|
1761
|
+
ENTERPRISE_QA = "enterprise-qa"
|
|
1683
1762
|
}
|
|
1684
1763
|
export declare enum RestrictionOrganizationSource {
|
|
1685
1764
|
SMB = "smb",
|
|
@@ -1867,7 +1946,8 @@ export declare enum TaskProcessorKey {
|
|
|
1867
1946
|
CARRIER_ACCOUNT = "carrier_account",
|
|
1868
1947
|
PAYMENT = "payment",
|
|
1869
1948
|
RATE_LEVELS = "rate_levels",
|
|
1870
|
-
CENTER_DEFAULTS = "center_defaults"
|
|
1949
|
+
CENTER_DEFAULTS = "center_defaults",
|
|
1950
|
+
ITEM_DIMENSIONS = "item_dimensions"
|
|
1871
1951
|
}
|
|
1872
1952
|
export declare enum TaxAndDutyInclusivitySetting {
|
|
1873
1953
|
DUTY_EXCLUSIVE_TAX_EXCLUSIVE = "duty_exclusive_tax_exclusive",
|
package/dist/api-internal.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
3
|
+
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.AmruthaItemType = exports.AldoItemType = exports.AdyenIntegrationType = exports.AdjustmentTransactionType = exports.AccountType = exports.AccountSettingLiabilitiesMethod = exports.AccountPaymentHoldReason = void 0;
|
|
4
|
+
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 = exports.CheckoutUrlType = void 0;
|
|
5
|
+
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 = exports.FileType = void 0;
|
|
6
|
+
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 = exports.OnboardingStateSource = void 0;
|
|
7
|
+
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 = exports.RestrictionAction = void 0;
|
|
8
|
+
exports.UnclassifiedProductStatus = void 0;
|
|
8
9
|
var AccountPaymentHoldReason;
|
|
9
10
|
(function (AccountPaymentHoldReason) {
|
|
10
11
|
AccountPaymentHoldReason["FRAUDULENT"] = "fraudulent";
|
|
@@ -37,6 +38,11 @@ var AldoItemType;
|
|
|
37
38
|
AldoItemType["PHYSICAL"] = "physical";
|
|
38
39
|
AldoItemType["DIGITAL"] = "digital";
|
|
39
40
|
})(AldoItemType = exports.AldoItemType || (exports.AldoItemType = {}));
|
|
41
|
+
var AmruthaItemType;
|
|
42
|
+
(function (AmruthaItemType) {
|
|
43
|
+
AmruthaItemType["PHYSICAL"] = "physical";
|
|
44
|
+
AmruthaItemType["DIGITAL"] = "digital";
|
|
45
|
+
})(AmruthaItemType = exports.AmruthaItemType || (exports.AmruthaItemType = {}));
|
|
40
46
|
var AnirbanItemType;
|
|
41
47
|
(function (AnirbanItemType) {
|
|
42
48
|
AnirbanItemType["PHYSICAL"] = "physical";
|
|
@@ -81,6 +87,17 @@ var AutoRestrictRule;
|
|
|
81
87
|
AutoRestrictRule["DG_HAZMAT_CLASS_8_CORROSIVES"] = "prr-566cc67167944bc4bd08167aa9c0beba";
|
|
82
88
|
AutoRestrictRule["DG_HAZMAT_CLASS_9_MISCELLANEOUS_DANGEROUS_GOODS_AND_DEVICES"] = "prr-74e1320efb7741cf9ace400b69800f9b";
|
|
83
89
|
})(AutoRestrictRule = exports.AutoRestrictRule || (exports.AutoRestrictRule = {}));
|
|
90
|
+
var B2BTaxLedgerDocumentType;
|
|
91
|
+
(function (B2BTaxLedgerDocumentType) {
|
|
92
|
+
B2BTaxLedgerDocumentType["B_2_B_INVOICE"] = "b2b_invoice";
|
|
93
|
+
B2BTaxLedgerDocumentType["B_2_B_CREDIT_MEMO"] = "b2b_credit_memo";
|
|
94
|
+
})(B2BTaxLedgerDocumentType = exports.B2BTaxLedgerDocumentType || (exports.B2BTaxLedgerDocumentType = {}));
|
|
95
|
+
var B2BTaxRateType;
|
|
96
|
+
(function (B2BTaxRateType) {
|
|
97
|
+
B2BTaxRateType["BASIC"] = "basic";
|
|
98
|
+
B2BTaxRateType["PREFERENTIAL"] = "preferential";
|
|
99
|
+
B2BTaxRateType["EXEMPT"] = "exempt";
|
|
100
|
+
})(B2BTaxRateType = exports.B2BTaxRateType || (exports.B2BTaxRateType = {}));
|
|
84
101
|
var BankAccountStatus;
|
|
85
102
|
(function (BankAccountStatus) {
|
|
86
103
|
BankAccountStatus["ON_HOLD"] = "on_hold";
|
|
@@ -376,6 +393,8 @@ var BillingTransactionType;
|
|
|
376
393
|
BillingTransactionType["MERCHANT_FEE"] = "merchant_fee";
|
|
377
394
|
BillingTransactionType["MERCHANT_PAYOUT"] = "merchant_payout";
|
|
378
395
|
BillingTransactionType["MERCHANT_REFUND"] = "merchant_refund";
|
|
396
|
+
BillingTransactionType["B_2_B_TAX"] = "b2b_tax";
|
|
397
|
+
BillingTransactionType["B_2_B_TAX_REFUND"] = "b2b_tax_refund";
|
|
379
398
|
})(BillingTransactionType = exports.BillingTransactionType || (exports.BillingTransactionType = {}));
|
|
380
399
|
var CalculatorEngine;
|
|
381
400
|
(function (CalculatorEngine) {
|
|
@@ -473,6 +492,7 @@ var ChannelOrderAcceptanceRejectionReason;
|
|
|
473
492
|
ChannelOrderAcceptanceRejectionReason["UNSUPPORTED_VIRTUAL_GOODS"] = "unsupported_virtual_goods";
|
|
474
493
|
ChannelOrderAcceptanceRejectionReason["NON_MATCHING_CURRENCIES"] = "non_matching_currencies";
|
|
475
494
|
ChannelOrderAcceptanceRejectionReason["UNSUPPORTED_ORDER_EDIT"] = "unsupported_order_edit";
|
|
495
|
+
ChannelOrderAcceptanceRejectionReason["ORDER_ALLOCATION_DUTIES_MISMATCH"] = "order_allocation_duties_mismatch";
|
|
476
496
|
ChannelOrderAcceptanceRejectionReason["ORDER_MISSING"] = "order_missing";
|
|
477
497
|
})(ChannelOrderAcceptanceRejectionReason = exports.ChannelOrderAcceptanceRejectionReason || (exports.ChannelOrderAcceptanceRejectionReason = {}));
|
|
478
498
|
var ChannelOrderAcceptanceStatus;
|
|
@@ -584,10 +604,16 @@ var ClassificationErrorCode;
|
|
|
584
604
|
(function (ClassificationErrorCode) {
|
|
585
605
|
ClassificationErrorCode["GENERIC_ERROR"] = "generic_error";
|
|
586
606
|
})(ClassificationErrorCode = exports.ClassificationErrorCode || (exports.ClassificationErrorCode = {}));
|
|
607
|
+
var ClassificationFailureReason;
|
|
608
|
+
(function (ClassificationFailureReason) {
|
|
609
|
+
ClassificationFailureReason["LOW_CONFIDENCE"] = "low_confidence";
|
|
610
|
+
ClassificationFailureReason["TIMEOUT"] = "timeout";
|
|
611
|
+
})(ClassificationFailureReason = exports.ClassificationFailureReason || (exports.ClassificationFailureReason = {}));
|
|
587
612
|
var ClassificationPlatform;
|
|
588
613
|
(function (ClassificationPlatform) {
|
|
589
614
|
ClassificationPlatform["GLOBAL_E"] = "GlobalE";
|
|
590
615
|
ClassificationPlatform["FLOW"] = "Flow";
|
|
616
|
+
ClassificationPlatform["FLOW_ONBOARDING"] = "FlowOnboarding";
|
|
591
617
|
ClassificationPlatform["BORDER_FREE"] = "Borderfree";
|
|
592
618
|
})(ClassificationPlatform = exports.ClassificationPlatform || (exports.ClassificationPlatform = {}));
|
|
593
619
|
var ClassificationScope;
|
|
@@ -922,8 +948,6 @@ var EventType;
|
|
|
922
948
|
EventType["EXPORT_FAILED"] = "export_failed";
|
|
923
949
|
EventType["FEATURE_UPSERTED"] = "feature_upserted";
|
|
924
950
|
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
951
|
EventType["ACCOUNT_SETTINGS_UPSERTED"] = "account_settings_upserted";
|
|
928
952
|
EventType["ACCOUNT_SETTINGS_DELETED"] = "account_settings_deleted";
|
|
929
953
|
EventType["ACCOUNT_PROCESSING_RATES_UPSERTED"] = "account_processing_rates_upserted";
|
|
@@ -1123,6 +1147,8 @@ var EventType;
|
|
|
1123
1147
|
EventType["SHOPIFY_ORDER_RISK_ASSESSMENT_DELETED"] = "shopify_order_risk_assessment_deleted";
|
|
1124
1148
|
EventType["SHOPIFY_ORDER_TRANSACTION_UPSERTED"] = "shopify_order_transaction_upserted";
|
|
1125
1149
|
EventType["SHOPIFY_ORDER_TRANSACTION_DELETED"] = "shopify_order_transaction_deleted";
|
|
1150
|
+
EventType["SHOPIFY_TEST_ORDER_UPSERTED"] = "shopify_test_order_upserted";
|
|
1151
|
+
EventType["SHOPIFY_TEST_ORDER_DELETED"] = "shopify_test_order_deleted";
|
|
1126
1152
|
EventType["SHOPIFY_PRODUCT_CREATE_UPSERTED"] = "shopify_product_create_upserted";
|
|
1127
1153
|
EventType["SHOPIFY_PRODUCT_CREATE_DELETED"] = "shopify_product_create_deleted";
|
|
1128
1154
|
EventType["SHOPIFY_PRODUCT_UPDATE_UPSERTED"] = "shopify_product_update_upserted";
|
|
@@ -1159,6 +1185,22 @@ var EventType;
|
|
|
1159
1185
|
EventType["STRIPE_CONNECT_REPORT_RECORD_DELETED"] = "stripe_connect_report_record_deleted";
|
|
1160
1186
|
EventType["LIABILITY_REMITTANCE_PLAN_UPSERTED"] = "liability_remittance_plan_upserted";
|
|
1161
1187
|
EventType["LIABILITY_REMITTANCE_PLAN_DELETED"] = "liability_remittance_plan_deleted";
|
|
1188
|
+
EventType["ANIRBAN_ITEM_UPSERTED"] = "anirban_item_upserted";
|
|
1189
|
+
EventType["ANIRBAN_ITEM_DELETED"] = "anirban_item_deleted";
|
|
1190
|
+
EventType["SARVESH_ITEM_UPSERTED"] = "sarvesh_item_upserted";
|
|
1191
|
+
EventType["SARVESH_ITEM_DELETED"] = "sarvesh_item_deleted";
|
|
1192
|
+
EventType["HOSEIN_ITEM_UPSERTED"] = "hosein_item_upserted";
|
|
1193
|
+
EventType["HOSEIN_ITEM_DELETED"] = "hosein_item_deleted";
|
|
1194
|
+
EventType["NIALL_ITEM_UPSERTED"] = "niall_item_upserted";
|
|
1195
|
+
EventType["NIALL_ITEM_DELETED"] = "niall_item_deleted";
|
|
1196
|
+
EventType["ROHAN_ITEM_UPSERTED"] = "rohan_item_upserted";
|
|
1197
|
+
EventType["ROHAN_ITEM_DELETED"] = "rohan_item_deleted";
|
|
1198
|
+
EventType["ALDO_ITEM_UPSERTED"] = "aldo_item_upserted";
|
|
1199
|
+
EventType["ALDO_ITEM_DELETED"] = "aldo_item_deleted";
|
|
1200
|
+
EventType["ANSH_ITEM_UPSERTED"] = "ansh_item_upserted";
|
|
1201
|
+
EventType["ANSH_ITEM_DELETED"] = "ansh_item_deleted";
|
|
1202
|
+
EventType["GABRIEL_ITEM_UPSERTED"] = "gabriel_item_upserted";
|
|
1203
|
+
EventType["GABRIEL_ITEM_DELETED"] = "gabriel_item_deleted";
|
|
1162
1204
|
EventType["TRACKING_PROCESSING_ERROR_UPSERTED"] = "tracking_processing_error_upserted";
|
|
1163
1205
|
EventType["TRACKING_PROCESSING_ERROR_DELETED"] = "tracking_processing_error_deleted";
|
|
1164
1206
|
EventType["TRACKING_LABEL_EVENT_UPSERTED_V_2"] = "tracking_label_event_upserted_v2";
|
|
@@ -1245,6 +1287,11 @@ var FraudReviewResponsibleParty;
|
|
|
1245
1287
|
FraudReviewResponsibleParty["FLOW"] = "flow";
|
|
1246
1288
|
FraudReviewResponsibleParty["ORGANIZATION"] = "organization";
|
|
1247
1289
|
})(FraudReviewResponsibleParty = exports.FraudReviewResponsibleParty || (exports.FraudReviewResponsibleParty = {}));
|
|
1290
|
+
var GabrielItemType;
|
|
1291
|
+
(function (GabrielItemType) {
|
|
1292
|
+
GabrielItemType["PHYSICAL"] = "physical";
|
|
1293
|
+
GabrielItemType["DIGITAL"] = "digital";
|
|
1294
|
+
})(GabrielItemType = exports.GabrielItemType || (exports.GabrielItemType = {}));
|
|
1248
1295
|
var GeIngestionFileStatus;
|
|
1249
1296
|
(function (GeIngestionFileStatus) {
|
|
1250
1297
|
GeIngestionFileStatus["PENDING"] = "pending";
|
|
@@ -1286,6 +1333,12 @@ var HoseinItemType;
|
|
|
1286
1333
|
HoseinItemType["PHYSICAL"] = "physical";
|
|
1287
1334
|
HoseinItemType["DIGITAL"] = "digital";
|
|
1288
1335
|
})(HoseinItemType = exports.HoseinItemType || (exports.HoseinItemType = {}));
|
|
1336
|
+
var Hs6CodeSource;
|
|
1337
|
+
(function (Hs6CodeSource) {
|
|
1338
|
+
Hs6CodeSource["SELLABILITY"] = "sellability";
|
|
1339
|
+
Hs6CodeSource["CLASSIFICATION"] = "classification";
|
|
1340
|
+
Hs6CodeSource["HUMAN"] = "human";
|
|
1341
|
+
})(Hs6CodeSource = exports.Hs6CodeSource || (exports.Hs6CodeSource = {}));
|
|
1289
1342
|
var HttpMethod;
|
|
1290
1343
|
(function (HttpMethod) {
|
|
1291
1344
|
HttpMethod["GET"] = "get";
|
|
@@ -1403,6 +1456,15 @@ var LabelTransactionType;
|
|
|
1403
1456
|
LabelTransactionType["FEE"] = "fee";
|
|
1404
1457
|
LabelTransactionType["REVENUE_SHARE"] = "revenue_share";
|
|
1405
1458
|
})(LabelTransactionType = exports.LabelTransactionType || (exports.LabelTransactionType = {}));
|
|
1459
|
+
var LedgerReportType;
|
|
1460
|
+
(function (LedgerReportType) {
|
|
1461
|
+
LedgerReportType["PERIODIC_MOR_JURISDICTION_REPORT"] = "periodic_mor_jurisdiction_report";
|
|
1462
|
+
})(LedgerReportType = exports.LedgerReportType || (exports.LedgerReportType = {}));
|
|
1463
|
+
var LedgerReportUrlType;
|
|
1464
|
+
(function (LedgerReportUrlType) {
|
|
1465
|
+
LedgerReportUrlType["SHAREPOINT"] = "sharepoint";
|
|
1466
|
+
LedgerReportUrlType["S_3"] = "s3";
|
|
1467
|
+
})(LedgerReportUrlType = exports.LedgerReportUrlType || (exports.LedgerReportUrlType = {}));
|
|
1406
1468
|
var LiabilityType;
|
|
1407
1469
|
(function (LiabilityType) {
|
|
1408
1470
|
LiabilityType["FULL_VALUE_TAX"] = "full_value_tax";
|
|
@@ -1450,6 +1512,12 @@ var MerchantOfRecord;
|
|
|
1450
1512
|
MerchantOfRecord["GLOBAL_E_UNITED_KINGDOM"] = "global_e_united_kingdom";
|
|
1451
1513
|
MerchantOfRecord["GLOBAL_E_CANADA"] = "global_e_canada";
|
|
1452
1514
|
MerchantOfRecord["GLOBAL_E_NETHERLANDS"] = "global_e_netherlands";
|
|
1515
|
+
MerchantOfRecord["UK_GLOBAL_E_CANADA"] = "uk_global_e_canada";
|
|
1516
|
+
MerchantOfRecord["UK_GLOBAL_E_NETHERLANDS"] = "uk_global_e_netherlands";
|
|
1517
|
+
MerchantOfRecord["UK_GLOBAL_E_UNITED_STATES"] = "uk_global_e_united_states";
|
|
1518
|
+
MerchantOfRecord["CA_GLOBAL_E_UNITED_KINGDOM"] = "ca_global_e_united_kingdom";
|
|
1519
|
+
MerchantOfRecord["CA_GLOBAL_E_NETHERLANDS"] = "ca_global_e_netherlands";
|
|
1520
|
+
MerchantOfRecord["CA_GLOBAL_E_UNITED_STATES"] = "ca_global_e_united_states";
|
|
1453
1521
|
})(MerchantOfRecord = exports.MerchantOfRecord || (exports.MerchantOfRecord = {}));
|
|
1454
1522
|
var MerchantOverrideStatus;
|
|
1455
1523
|
(function (MerchantOverrideStatus) {
|
|
@@ -1518,7 +1586,6 @@ var OnboardingAuditThemeKey;
|
|
|
1518
1586
|
OnboardingAuditThemeKey["FRAUD"] = "fraud";
|
|
1519
1587
|
OnboardingAuditThemeKey["LOGISTICS"] = "logistics";
|
|
1520
1588
|
OnboardingAuditThemeKey["PAYMENTS"] = "payments";
|
|
1521
|
-
OnboardingAuditThemeKey["SHOPIFY_MARKETS"] = "shopify_markets";
|
|
1522
1589
|
OnboardingAuditThemeKey["INTEGRATION_PARTNER"] = "integration_partner";
|
|
1523
1590
|
OnboardingAuditThemeKey["DTCE"] = "dtce";
|
|
1524
1591
|
OnboardingAuditThemeKey["RESTRICTIONS"] = "restrictions";
|
|
@@ -1715,6 +1782,29 @@ var PreferredBillingSchedule;
|
|
|
1715
1782
|
PreferredBillingSchedule["MONTHLY"] = "monthly";
|
|
1716
1783
|
PreferredBillingSchedule["BI_MONTHLY"] = "bi-monthly";
|
|
1717
1784
|
})(PreferredBillingSchedule = exports.PreferredBillingSchedule || (exports.PreferredBillingSchedule = {}));
|
|
1785
|
+
var PreonboardingClassificationDecision;
|
|
1786
|
+
(function (PreonboardingClassificationDecision) {
|
|
1787
|
+
PreonboardingClassificationDecision["ACCEPT"] = "Accept";
|
|
1788
|
+
PreonboardingClassificationDecision["REJECT"] = "Reject";
|
|
1789
|
+
})(PreonboardingClassificationDecision = exports.PreonboardingClassificationDecision || (exports.PreonboardingClassificationDecision = {}));
|
|
1790
|
+
var PreonboardingClassificationPlatform;
|
|
1791
|
+
(function (PreonboardingClassificationPlatform) {
|
|
1792
|
+
PreonboardingClassificationPlatform["FLOW_ONBOARDING"] = "FlowOnboarding";
|
|
1793
|
+
})(PreonboardingClassificationPlatform = exports.PreonboardingClassificationPlatform || (exports.PreonboardingClassificationPlatform = {}));
|
|
1794
|
+
var PreonboardingClassificationType;
|
|
1795
|
+
(function (PreonboardingClassificationType) {
|
|
1796
|
+
PreonboardingClassificationType["NONE"] = "None";
|
|
1797
|
+
PreonboardingClassificationType["MANUAL"] = "Manual";
|
|
1798
|
+
PreonboardingClassificationType["ML"] = "ML";
|
|
1799
|
+
PreonboardingClassificationType["SYSTEM"] = "System";
|
|
1800
|
+
})(PreonboardingClassificationType = exports.PreonboardingClassificationType || (exports.PreonboardingClassificationType = {}));
|
|
1801
|
+
var PreonboardingRequestStatus;
|
|
1802
|
+
(function (PreonboardingRequestStatus) {
|
|
1803
|
+
PreonboardingRequestStatus["PENDING"] = "pending";
|
|
1804
|
+
PreonboardingRequestStatus["COMPLETED"] = "completed";
|
|
1805
|
+
PreonboardingRequestStatus["FAILED"] = "failed";
|
|
1806
|
+
PreonboardingRequestStatus["DISCARDED"] = "discarded";
|
|
1807
|
+
})(PreonboardingRequestStatus = exports.PreonboardingRequestStatus || (exports.PreonboardingRequestStatus = {}));
|
|
1718
1808
|
var PriceSelector;
|
|
1719
1809
|
(function (PriceSelector) {
|
|
1720
1810
|
PriceSelector["MINIMUM"] = "minimum";
|
|
@@ -1816,6 +1906,7 @@ var ReportType;
|
|
|
1816
1906
|
ReportType["TRUEUP_OVERVIEW"] = "trueup_overview";
|
|
1817
1907
|
ReportType["NON_CHANNEL_PAYMENT_BANK_ACCOUNT"] = "non_channel_payment_bank_account";
|
|
1818
1908
|
ReportType["SCHEDULED_PAYMENT"] = "scheduled_payment";
|
|
1909
|
+
ReportType["SCHEDULED_PAYMENT_CITI"] = "scheduled_payment_citi";
|
|
1819
1910
|
ReportType["ACCOUNT_QUARTERLY_BALANCES"] = "account_quarterly_balances";
|
|
1820
1911
|
ReportType["INVARIANTS"] = "invariants";
|
|
1821
1912
|
ReportType["PAYMENTS"] = "payments";
|
|
@@ -1882,6 +1973,7 @@ var RestrictionOrganizationChannel;
|
|
|
1882
1973
|
RestrictionOrganizationChannel["ENTERPRISE"] = "enterprise";
|
|
1883
1974
|
RestrictionOrganizationChannel["SHOPIFY_SANDBOX"] = "shopify-sandbox";
|
|
1884
1975
|
RestrictionOrganizationChannel["ENTERPRISE_SANDBOX"] = "enterprise-sandbox";
|
|
1976
|
+
RestrictionOrganizationChannel["ENTERPRISE_QA"] = "enterprise-qa";
|
|
1885
1977
|
})(RestrictionOrganizationChannel = exports.RestrictionOrganizationChannel || (exports.RestrictionOrganizationChannel = {}));
|
|
1886
1978
|
var RestrictionOrganizationSource;
|
|
1887
1979
|
(function (RestrictionOrganizationSource) {
|
|
@@ -2102,6 +2194,7 @@ var TaskProcessorKey;
|
|
|
2102
2194
|
TaskProcessorKey["PAYMENT"] = "payment";
|
|
2103
2195
|
TaskProcessorKey["RATE_LEVELS"] = "rate_levels";
|
|
2104
2196
|
TaskProcessorKey["CENTER_DEFAULTS"] = "center_defaults";
|
|
2197
|
+
TaskProcessorKey["ITEM_DIMENSIONS"] = "item_dimensions";
|
|
2105
2198
|
})(TaskProcessorKey = exports.TaskProcessorKey || (exports.TaskProcessorKey = {}));
|
|
2106
2199
|
var TaxAndDutyInclusivitySetting;
|
|
2107
2200
|
(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.107",
|
|
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": "2db30f8eba758d78a8a5f36c767fbddd2b9f4f94"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -30,6 +30,11 @@ export enum AldoItemType {
|
|
|
30
30
|
DIGITAL = 'digital',
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
export enum AmruthaItemType {
|
|
34
|
+
PHYSICAL = 'physical',
|
|
35
|
+
DIGITAL = 'digital',
|
|
36
|
+
}
|
|
37
|
+
|
|
33
38
|
export enum AnirbanItemType {
|
|
34
39
|
PHYSICAL = 'physical',
|
|
35
40
|
DIGITAL = 'digital',
|
|
@@ -74,6 +79,17 @@ export enum AutoRestrictRule {
|
|
|
74
79
|
DG_HAZMAT_CLASS_9_MISCELLANEOUS_DANGEROUS_GOODS_AND_DEVICES = 'prr-74e1320efb7741cf9ace400b69800f9b',
|
|
75
80
|
}
|
|
76
81
|
|
|
82
|
+
export enum B2BTaxLedgerDocumentType {
|
|
83
|
+
B_2_B_INVOICE = 'b2b_invoice',
|
|
84
|
+
B_2_B_CREDIT_MEMO = 'b2b_credit_memo',
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export enum B2BTaxRateType {
|
|
88
|
+
BASIC = 'basic',
|
|
89
|
+
PREFERENTIAL = 'preferential',
|
|
90
|
+
EXEMPT = 'exempt',
|
|
91
|
+
}
|
|
92
|
+
|
|
77
93
|
export enum BankAccountStatus {
|
|
78
94
|
ON_HOLD = 'on_hold',
|
|
79
95
|
NOT_ON_HOLD = 'not_on_hold',
|
|
@@ -368,6 +384,8 @@ export enum BillingTransactionType {
|
|
|
368
384
|
MERCHANT_FEE = 'merchant_fee',
|
|
369
385
|
MERCHANT_PAYOUT = 'merchant_payout',
|
|
370
386
|
MERCHANT_REFUND = 'merchant_refund',
|
|
387
|
+
B_2_B_TAX = 'b2b_tax',
|
|
388
|
+
B_2_B_TAX_REFUND = 'b2b_tax_refund',
|
|
371
389
|
}
|
|
372
390
|
|
|
373
391
|
export enum CalculatorEngine {
|
|
@@ -465,6 +483,7 @@ export enum ChannelOrderAcceptanceRejectionReason {
|
|
|
465
483
|
UNSUPPORTED_VIRTUAL_GOODS = 'unsupported_virtual_goods',
|
|
466
484
|
NON_MATCHING_CURRENCIES = 'non_matching_currencies',
|
|
467
485
|
UNSUPPORTED_ORDER_EDIT = 'unsupported_order_edit',
|
|
486
|
+
ORDER_ALLOCATION_DUTIES_MISMATCH = 'order_allocation_duties_mismatch',
|
|
468
487
|
ORDER_MISSING = 'order_missing',
|
|
469
488
|
}
|
|
470
489
|
|
|
@@ -577,9 +596,15 @@ export enum ClassificationErrorCode {
|
|
|
577
596
|
GENERIC_ERROR = 'generic_error',
|
|
578
597
|
}
|
|
579
598
|
|
|
599
|
+
export enum ClassificationFailureReason {
|
|
600
|
+
LOW_CONFIDENCE = 'low_confidence',
|
|
601
|
+
TIMEOUT = 'timeout',
|
|
602
|
+
}
|
|
603
|
+
|
|
580
604
|
export enum ClassificationPlatform {
|
|
581
605
|
GLOBAL_E = 'GlobalE',
|
|
582
606
|
FLOW = 'Flow',
|
|
607
|
+
FLOW_ONBOARDING = 'FlowOnboarding',
|
|
583
608
|
BORDER_FREE = 'Borderfree',
|
|
584
609
|
}
|
|
585
610
|
|
|
@@ -914,8 +939,6 @@ export enum EventType {
|
|
|
914
939
|
EXPORT_FAILED = 'export_failed',
|
|
915
940
|
FEATURE_UPSERTED = 'feature_upserted',
|
|
916
941
|
FEATURE_DELETED = 'feature_deleted',
|
|
917
|
-
ORGANIZATION_BOOLEAN_VALUE_UPSERTED = 'organization_boolean_value_upserted',
|
|
918
|
-
ORGANIZATION_BOOLEAN_VALUE_DELETED = 'organization_boolean_value_deleted',
|
|
919
942
|
ACCOUNT_SETTINGS_UPSERTED = 'account_settings_upserted',
|
|
920
943
|
ACCOUNT_SETTINGS_DELETED = 'account_settings_deleted',
|
|
921
944
|
ACCOUNT_PROCESSING_RATES_UPSERTED = 'account_processing_rates_upserted',
|
|
@@ -1115,6 +1138,8 @@ export enum EventType {
|
|
|
1115
1138
|
SHOPIFY_ORDER_RISK_ASSESSMENT_DELETED = 'shopify_order_risk_assessment_deleted',
|
|
1116
1139
|
SHOPIFY_ORDER_TRANSACTION_UPSERTED = 'shopify_order_transaction_upserted',
|
|
1117
1140
|
SHOPIFY_ORDER_TRANSACTION_DELETED = 'shopify_order_transaction_deleted',
|
|
1141
|
+
SHOPIFY_TEST_ORDER_UPSERTED = 'shopify_test_order_upserted',
|
|
1142
|
+
SHOPIFY_TEST_ORDER_DELETED = 'shopify_test_order_deleted',
|
|
1118
1143
|
SHOPIFY_PRODUCT_CREATE_UPSERTED = 'shopify_product_create_upserted',
|
|
1119
1144
|
SHOPIFY_PRODUCT_CREATE_DELETED = 'shopify_product_create_deleted',
|
|
1120
1145
|
SHOPIFY_PRODUCT_UPDATE_UPSERTED = 'shopify_product_update_upserted',
|
|
@@ -1151,6 +1176,22 @@ export enum EventType {
|
|
|
1151
1176
|
STRIPE_CONNECT_REPORT_RECORD_DELETED = 'stripe_connect_report_record_deleted',
|
|
1152
1177
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = 'liability_remittance_plan_upserted',
|
|
1153
1178
|
LIABILITY_REMITTANCE_PLAN_DELETED = 'liability_remittance_plan_deleted',
|
|
1179
|
+
ANIRBAN_ITEM_UPSERTED = 'anirban_item_upserted',
|
|
1180
|
+
ANIRBAN_ITEM_DELETED = 'anirban_item_deleted',
|
|
1181
|
+
SARVESH_ITEM_UPSERTED = 'sarvesh_item_upserted',
|
|
1182
|
+
SARVESH_ITEM_DELETED = 'sarvesh_item_deleted',
|
|
1183
|
+
HOSEIN_ITEM_UPSERTED = 'hosein_item_upserted',
|
|
1184
|
+
HOSEIN_ITEM_DELETED = 'hosein_item_deleted',
|
|
1185
|
+
NIALL_ITEM_UPSERTED = 'niall_item_upserted',
|
|
1186
|
+
NIALL_ITEM_DELETED = 'niall_item_deleted',
|
|
1187
|
+
ROHAN_ITEM_UPSERTED = 'rohan_item_upserted',
|
|
1188
|
+
ROHAN_ITEM_DELETED = 'rohan_item_deleted',
|
|
1189
|
+
ALDO_ITEM_UPSERTED = 'aldo_item_upserted',
|
|
1190
|
+
ALDO_ITEM_DELETED = 'aldo_item_deleted',
|
|
1191
|
+
ANSH_ITEM_UPSERTED = 'ansh_item_upserted',
|
|
1192
|
+
ANSH_ITEM_DELETED = 'ansh_item_deleted',
|
|
1193
|
+
GABRIEL_ITEM_UPSERTED = 'gabriel_item_upserted',
|
|
1194
|
+
GABRIEL_ITEM_DELETED = 'gabriel_item_deleted',
|
|
1154
1195
|
TRACKING_PROCESSING_ERROR_UPSERTED = 'tracking_processing_error_upserted',
|
|
1155
1196
|
TRACKING_PROCESSING_ERROR_DELETED = 'tracking_processing_error_deleted',
|
|
1156
1197
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = 'tracking_label_event_upserted_v2',
|
|
@@ -1238,6 +1279,11 @@ export enum FraudReviewResponsibleParty {
|
|
|
1238
1279
|
ORGANIZATION = 'organization',
|
|
1239
1280
|
}
|
|
1240
1281
|
|
|
1282
|
+
export enum GabrielItemType {
|
|
1283
|
+
PHYSICAL = 'physical',
|
|
1284
|
+
DIGITAL = 'digital',
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1241
1287
|
export enum GeIngestionFileStatus {
|
|
1242
1288
|
PENDING = 'pending',
|
|
1243
1289
|
PROCESSED = 'processed',
|
|
@@ -1279,6 +1325,12 @@ export enum HoseinItemType {
|
|
|
1279
1325
|
DIGITAL = 'digital',
|
|
1280
1326
|
}
|
|
1281
1327
|
|
|
1328
|
+
export enum Hs6CodeSource {
|
|
1329
|
+
SELLABILITY = 'sellability',
|
|
1330
|
+
CLASSIFICATION = 'classification',
|
|
1331
|
+
HUMAN = 'human',
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1282
1334
|
export enum HttpMethod {
|
|
1283
1335
|
GET = 'get',
|
|
1284
1336
|
POST = 'post',
|
|
@@ -1396,6 +1448,15 @@ export enum LabelTransactionType {
|
|
|
1396
1448
|
REVENUE_SHARE = 'revenue_share',
|
|
1397
1449
|
}
|
|
1398
1450
|
|
|
1451
|
+
export enum LedgerReportType {
|
|
1452
|
+
PERIODIC_MOR_JURISDICTION_REPORT = 'periodic_mor_jurisdiction_report',
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
export enum LedgerReportUrlType {
|
|
1456
|
+
SHAREPOINT = 'sharepoint',
|
|
1457
|
+
S_3 = 's3',
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1399
1460
|
export enum LiabilityType {
|
|
1400
1461
|
FULL_VALUE_TAX = 'full_value_tax',
|
|
1401
1462
|
LOW_VALUE_GOODS_TAX = 'low_value_goods_tax',
|
|
@@ -1442,6 +1503,12 @@ export enum MerchantOfRecord {
|
|
|
1442
1503
|
GLOBAL_E_UNITED_KINGDOM = 'global_e_united_kingdom',
|
|
1443
1504
|
GLOBAL_E_CANADA = 'global_e_canada',
|
|
1444
1505
|
GLOBAL_E_NETHERLANDS = 'global_e_netherlands',
|
|
1506
|
+
UK_GLOBAL_E_CANADA = 'uk_global_e_canada',
|
|
1507
|
+
UK_GLOBAL_E_NETHERLANDS = 'uk_global_e_netherlands',
|
|
1508
|
+
UK_GLOBAL_E_UNITED_STATES = 'uk_global_e_united_states',
|
|
1509
|
+
CA_GLOBAL_E_UNITED_KINGDOM = 'ca_global_e_united_kingdom',
|
|
1510
|
+
CA_GLOBAL_E_NETHERLANDS = 'ca_global_e_netherlands',
|
|
1511
|
+
CA_GLOBAL_E_UNITED_STATES = 'ca_global_e_united_states',
|
|
1445
1512
|
}
|
|
1446
1513
|
|
|
1447
1514
|
export enum MerchantOverrideStatus {
|
|
@@ -1510,7 +1577,6 @@ export enum OnboardingAuditThemeKey {
|
|
|
1510
1577
|
FRAUD = 'fraud',
|
|
1511
1578
|
LOGISTICS = 'logistics',
|
|
1512
1579
|
PAYMENTS = 'payments',
|
|
1513
|
-
SHOPIFY_MARKETS = 'shopify_markets',
|
|
1514
1580
|
INTEGRATION_PARTNER = 'integration_partner',
|
|
1515
1581
|
DTCE = 'dtce',
|
|
1516
1582
|
RESTRICTIONS = 'restrictions',
|
|
@@ -1708,6 +1774,29 @@ export enum PreferredBillingSchedule {
|
|
|
1708
1774
|
BI_MONTHLY = 'bi-monthly',
|
|
1709
1775
|
}
|
|
1710
1776
|
|
|
1777
|
+
export enum PreonboardingClassificationDecision {
|
|
1778
|
+
ACCEPT = 'Accept',
|
|
1779
|
+
REJECT = 'Reject',
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
export enum PreonboardingClassificationPlatform {
|
|
1783
|
+
FLOW_ONBOARDING = 'FlowOnboarding',
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
export enum PreonboardingClassificationType {
|
|
1787
|
+
NONE = 'None',
|
|
1788
|
+
MANUAL = 'Manual',
|
|
1789
|
+
ML = 'ML',
|
|
1790
|
+
SYSTEM = 'System',
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
export enum PreonboardingRequestStatus {
|
|
1794
|
+
PENDING = 'pending',
|
|
1795
|
+
COMPLETED = 'completed',
|
|
1796
|
+
FAILED = 'failed',
|
|
1797
|
+
DISCARDED = 'discarded',
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1711
1800
|
export enum PriceSelector {
|
|
1712
1801
|
MINIMUM = 'minimum',
|
|
1713
1802
|
MAXIMUM = 'maximum',
|
|
@@ -1808,6 +1897,7 @@ export enum ReportType {
|
|
|
1808
1897
|
TRUEUP_OVERVIEW = 'trueup_overview',
|
|
1809
1898
|
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = 'non_channel_payment_bank_account',
|
|
1810
1899
|
SCHEDULED_PAYMENT = 'scheduled_payment',
|
|
1900
|
+
SCHEDULED_PAYMENT_CITI = 'scheduled_payment_citi',
|
|
1811
1901
|
ACCOUNT_QUARTERLY_BALANCES = 'account_quarterly_balances',
|
|
1812
1902
|
INVARIANTS = 'invariants',
|
|
1813
1903
|
PAYMENTS = 'payments',
|
|
@@ -1874,6 +1964,7 @@ export enum RestrictionOrganizationChannel {
|
|
|
1874
1964
|
ENTERPRISE = 'enterprise',
|
|
1875
1965
|
SHOPIFY_SANDBOX = 'shopify-sandbox',
|
|
1876
1966
|
ENTERPRISE_SANDBOX = 'enterprise-sandbox',
|
|
1967
|
+
ENTERPRISE_QA = 'enterprise-qa',
|
|
1877
1968
|
}
|
|
1878
1969
|
|
|
1879
1970
|
export enum RestrictionOrganizationSource {
|
|
@@ -2094,6 +2185,7 @@ export enum TaskProcessorKey {
|
|
|
2094
2185
|
PAYMENT = 'payment',
|
|
2095
2186
|
RATE_LEVELS = 'rate_levels',
|
|
2096
2187
|
CENTER_DEFAULTS = 'center_defaults',
|
|
2188
|
+
ITEM_DIMENSIONS = 'item_dimensions',
|
|
2097
2189
|
}
|
|
2098
2190
|
|
|
2099
2191
|
export enum TaxAndDutyInclusivitySetting {
|