@flowio/api-internal-constants 4.18.73 → 4.18.74
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 +70 -35
- package/dist/api-internal.js +83 -44
- package/package.json +2 -2
- package/src/api-internal.ts +76 -37
package/dist/api-internal.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare enum AccountPaymentHoldReason {
|
|
2
2
|
FRAUDULENT = "fraudulent",
|
|
3
|
+
FROZEN = "frozen",
|
|
3
4
|
INVALID_BANK_ACCOUNT = "invalid_bank_account"
|
|
4
5
|
}
|
|
5
6
|
export declare enum AccountSettingLiabilitiesMethod {
|
|
@@ -319,7 +320,8 @@ export declare enum ChannelOrderAcceptanceRejectionReason {
|
|
|
319
320
|
UNSUPPORTED_SUBSIDIZED_ORDER = "unsupported_subsidized_order",
|
|
320
321
|
UNSUPPORTED_VIRTUAL_GOODS = "unsupported_virtual_goods",
|
|
321
322
|
NON_MATCHING_CURRENCIES = "non_matching_currencies",
|
|
322
|
-
UNSUPPORTED_ORDER_EDIT = "unsupported_order_edit"
|
|
323
|
+
UNSUPPORTED_ORDER_EDIT = "unsupported_order_edit",
|
|
324
|
+
ORDER_MISSING = "order_missing"
|
|
323
325
|
}
|
|
324
326
|
export declare enum ChannelOrderAcceptanceStatus {
|
|
325
327
|
ACCEPTED = "accepted",
|
|
@@ -433,6 +435,10 @@ export declare enum ColmItemType {
|
|
|
433
435
|
PHYSICAL = "physical",
|
|
434
436
|
DIGITAL = "digital"
|
|
435
437
|
}
|
|
438
|
+
export declare enum Company {
|
|
439
|
+
GLOBALE = "globale",
|
|
440
|
+
FLOW = "flow"
|
|
441
|
+
}
|
|
436
442
|
export declare enum ComplianceType {
|
|
437
443
|
WEEE = "weee"
|
|
438
444
|
}
|
|
@@ -634,6 +640,8 @@ export declare enum EventType {
|
|
|
634
640
|
SALES_RECORD_DELETED = "sales_record_deleted",
|
|
635
641
|
REVENUE_RECORD_UPSERTED = "revenue_record_upserted",
|
|
636
642
|
REVENUE_RECORD_DELETED = "revenue_record_deleted",
|
|
643
|
+
OTHER_RECORD_UPSERTED = "other_record_upserted",
|
|
644
|
+
OTHER_RECORD_DELETED = "other_record_deleted",
|
|
637
645
|
CALCULATOR_ORGANIZATION_SETTINGS_UPSERTED = "calculator_organization_settings_upserted",
|
|
638
646
|
CALCULATOR_ORGANIZATION_SETTINGS_DELETED = "calculator_organization_settings_deleted",
|
|
639
647
|
CARRIER_ACCOUNT_UPSERTED_V_2 = "carrier_account_upserted_v2",
|
|
@@ -696,14 +704,6 @@ export declare enum EventType {
|
|
|
696
704
|
EXPERIENCE_IMPORT_REQUEST = "experience_import_request",
|
|
697
705
|
SUBMITTED_ORDER_UPSERTED = "submitted_order_upserted",
|
|
698
706
|
LEVY_RATE_SUMMARY_UPSERTED = "levy_rate_summary_upserted",
|
|
699
|
-
EXPERIMENT_UPSERTED = "experiment_upserted",
|
|
700
|
-
EXPERIMENT_DELETED = "experiment_deleted",
|
|
701
|
-
EXPERIMENT_RESULTS_UPSERTED = "experiment_results_upserted",
|
|
702
|
-
EXPERIMENT_RESULTS_DELETED = "experiment_results_deleted",
|
|
703
|
-
DAILY_EXPERIMENT_RESULTS_UPSERTED = "daily_experiment_results_upserted",
|
|
704
|
-
DAILY_EXPERIMENT_RESULTS_DELETED = "daily_experiment_results_deleted",
|
|
705
|
-
EXPERIMENT_MILESTONE_UPSERTED = "experiment_milestone_upserted",
|
|
706
|
-
EXPERIMENT_MILESTONE_DELETED = "experiment_milestone_deleted",
|
|
707
707
|
EXPORT_COMPLETED = "export_completed",
|
|
708
708
|
EXPORT_FAILED = "export_failed",
|
|
709
709
|
FEATURE_UPSERTED = "feature_upserted",
|
|
@@ -738,6 +738,12 @@ export declare enum EventType {
|
|
|
738
738
|
FRAUD_PENDING_REVIEW_DELETED = "fraud_pending_review_deleted",
|
|
739
739
|
FRAUD_REVIEW_DECISION_UPSERTED = "fraud_review_decision_upserted",
|
|
740
740
|
FRAUD_REVIEW_DECISION_DELETED = "fraud_review_decision_deleted",
|
|
741
|
+
FRAUD_REVIEW_AUTHORIZATION_UPSERTED = "fraud_review_authorization_upserted",
|
|
742
|
+
FRAUD_REVIEW_AUTHORIZATION_DELETED = "fraud_review_authorization_deleted",
|
|
743
|
+
FRAUD_PENDING_REVIEW_AUTHORIZATION_UPSERTED = "fraud_pending_review_authorization_upserted",
|
|
744
|
+
FRAUD_PENDING_REVIEW_AUTHORIZATION_DELETED = "fraud_pending_review_authorization_deleted",
|
|
745
|
+
FRAUD_REVIEW_AUTHORIZATION_DECISION_UPSERTED = "fraud_review_authorization_decision_upserted",
|
|
746
|
+
FRAUD_REVIEW_AUTHORIZATION_DECISION_DELETED = "fraud_review_authorization_decision_deleted",
|
|
741
747
|
FRAUD_PROVIDER_CONFIGURATION_UPSERTED = "fraud_provider_configuration_upserted",
|
|
742
748
|
FRAUD_PROVIDER_CONFIGURATION_DELETED = "fraud_provider_configuration_deleted",
|
|
743
749
|
MANUAL_REVIEW_RULE_UPSERTED = "manual_review_rule_upserted",
|
|
@@ -815,6 +821,8 @@ export declare enum EventType {
|
|
|
815
821
|
ORGANIZATION_DEACTIVATION_DELETED = "organization_deactivation_deleted",
|
|
816
822
|
MERCHANT_GUID_ASSIGNMENT_UPSERTED = "merchant_guid_assignment_upserted",
|
|
817
823
|
MERCHANT_GUID_ASSIGNMENT_DELETED = "merchant_guid_assignment_deleted",
|
|
824
|
+
ORGANIZATION_METADATA_UPSERTED = "organization_metadata_upserted",
|
|
825
|
+
ORGANIZATION_METADATA_DELETED = "organization_metadata_deleted",
|
|
818
826
|
PARTNER_ORGANIZATION_SETTINGS_UPSERTED = "partner_organization_settings_upserted",
|
|
819
827
|
PARTNER_ORGANIZATION_SETTINGS_DELETED = "partner_organization_settings_deleted",
|
|
820
828
|
UNASSIGNED_MERCHANT_GUID_UPSERTED = "unassigned_merchant_guid_upserted",
|
|
@@ -890,6 +898,8 @@ export declare enum EventType {
|
|
|
890
898
|
CHANNEL_ORDER_SUMMARY_DELETED = "channel_order_summary_deleted",
|
|
891
899
|
CHANNEL_ORGANIZATION_IDENTIFIER_UPSERTED = "channel_organization_identifier_upserted",
|
|
892
900
|
CHANNEL_ORGANIZATION_IDENTIFIER_DELETED = "channel_organization_identifier_deleted",
|
|
901
|
+
ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED = "order_tax_and_duty_inclusivity_setting_upserted",
|
|
902
|
+
ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_DELETED = "order_tax_and_duty_inclusivity_setting_deleted",
|
|
893
903
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = "shopify_monitoring_order_monitor_event_upserted",
|
|
894
904
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = "shopify_monitoring_order_monitor_event_deleted",
|
|
895
905
|
SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = "shopify_order_fulfillments_snapshot_upserted",
|
|
@@ -908,8 +918,16 @@ export declare enum EventType {
|
|
|
908
918
|
SVITLANA_ITEM_DELETED = "svitlana_item_deleted",
|
|
909
919
|
COLM_ITEM_UPSERTED = "colm_item_upserted",
|
|
910
920
|
COLM_ITEM_DELETED = "colm_item_deleted",
|
|
921
|
+
HARINATH_ITEM_UPSERTED = "harinath_item_upserted",
|
|
922
|
+
HARINATH_ITEM_DELETED = "harinath_item_deleted",
|
|
923
|
+
KONSTANTIN_ITEM_UPSERTED = "konstantin_item_upserted",
|
|
924
|
+
KONSTANTIN_ITEM_DELETED = "konstantin_item_deleted",
|
|
911
925
|
MATIAS_ITEM_UPSERTED = "matias_item_upserted",
|
|
912
926
|
MATIAS_ITEM_DELETED = "matias_item_deleted",
|
|
927
|
+
MICHAELYAN_ITEM_UPSERTED = "michaelyan_item_upserted",
|
|
928
|
+
MICHAELYAN_ITEM_DELETED = "michaelyan_item_deleted",
|
|
929
|
+
MILJENKO_ITEM_UPSERTED = "miljenko_item_upserted",
|
|
930
|
+
MILJENKO_ITEM_DELETED = "miljenko_item_deleted",
|
|
913
931
|
SHRUTI_DEMO_ITEM_UPSERTED = "shruti_demo_item_upserted",
|
|
914
932
|
SHRUTI_DEMO_ITEM_DELETED = "shruti_demo_item_deleted",
|
|
915
933
|
TAM_ITEM_UPSERTED = "tam_item_upserted",
|
|
@@ -922,6 +940,8 @@ export declare enum EventType {
|
|
|
922
940
|
TRACKING_LABEL_DELETED = "tracking_label_deleted",
|
|
923
941
|
TRACKING_UPSERTED = "tracking_upserted",
|
|
924
942
|
TRACKING_DELETED = "tracking_deleted",
|
|
943
|
+
TRACKING_ASSURANCE_ANALYSIS_UPSERTED = "tracking_assurance_analysis_upserted",
|
|
944
|
+
TRACKING_ASSURANCE_ANALYSIS_DELETED = "tracking_assurance_analysis_deleted",
|
|
925
945
|
TRACKING_REQUEST_UPSERTED = "tracking_request_upserted",
|
|
926
946
|
TRACKING_RESPONSE_UPSERTED = "tracking_response_upserted",
|
|
927
947
|
USER_UPSERTED_V_2 = "user_upserted_v2",
|
|
@@ -938,10 +958,6 @@ export declare enum ExperienceOrderActionTrigger {
|
|
|
938
958
|
ZERO_BALANCE = "zero_balance",
|
|
939
959
|
UNSUBMITTED_ORDER = "unsubmitted_order"
|
|
940
960
|
}
|
|
941
|
-
export declare enum ExperimentDiscriminatorKey {
|
|
942
|
-
EXPERIENCE = "experience",
|
|
943
|
-
FEATURE = "feature"
|
|
944
|
-
}
|
|
945
961
|
export declare enum ExportContentType {
|
|
946
962
|
ITEM = "item",
|
|
947
963
|
PRICE_BOOK_ITEM = "price_book_item"
|
|
@@ -1007,6 +1023,15 @@ export declare enum FtpProtocol {
|
|
|
1007
1023
|
export declare enum GoogleAnalyticsPlugin {
|
|
1008
1024
|
EC = "ec"
|
|
1009
1025
|
}
|
|
1026
|
+
export declare enum HarinathItemType {
|
|
1027
|
+
DIGITAL = "digital",
|
|
1028
|
+
PHYSICAL = "physical"
|
|
1029
|
+
}
|
|
1030
|
+
export declare enum HarmonizationDecisionSource {
|
|
1031
|
+
HUMAN = "human",
|
|
1032
|
+
LEGACY_MODEL = "legacy_model",
|
|
1033
|
+
ENTERPRISE_MODEL = "enterprise_model"
|
|
1034
|
+
}
|
|
1010
1035
|
export declare enum HttpMethod {
|
|
1011
1036
|
GET = "get",
|
|
1012
1037
|
POST = "post"
|
|
@@ -1050,6 +1075,10 @@ export declare enum KeywordType {
|
|
|
1050
1075
|
POSITIVE = "positive",
|
|
1051
1076
|
NEGATIVE = "negative"
|
|
1052
1077
|
}
|
|
1078
|
+
export declare enum KonstantinItemType {
|
|
1079
|
+
PHYSICAL = "physical",
|
|
1080
|
+
DIGITAL = "digital"
|
|
1081
|
+
}
|
|
1053
1082
|
export declare enum LabelBillingStrategy {
|
|
1054
1083
|
QUOTE = "quote",
|
|
1055
1084
|
CARRIER = "carrier"
|
|
@@ -1088,6 +1117,11 @@ export declare enum LiabilityType {
|
|
|
1088
1117
|
export declare enum LogisticsCapability {
|
|
1089
1118
|
LOGISTICS_ADDRESS_CORRECTION = "logistics_address_correction"
|
|
1090
1119
|
}
|
|
1120
|
+
export declare enum LogisticsPayoutResolutionMethod {
|
|
1121
|
+
ORDER_COMBINED_SHIPMENT = "order_combined_shipment",
|
|
1122
|
+
INTRANSIT_LABEL_EVENT = "intransit_label_event",
|
|
1123
|
+
SHIPPING_NOTIFICATION = "shipping_notification"
|
|
1124
|
+
}
|
|
1091
1125
|
export declare enum ManualReviewRuleStatus {
|
|
1092
1126
|
ACTIVE = "active",
|
|
1093
1127
|
ARCHIVED = "archived"
|
|
@@ -1177,6 +1211,14 @@ export declare enum MatiasItemType {
|
|
|
1177
1211
|
PHYSICAL = "physical",
|
|
1178
1212
|
DIGITAL = "digital"
|
|
1179
1213
|
}
|
|
1214
|
+
export declare enum MichaelyanItemType {
|
|
1215
|
+
PHYSICAL = "physical",
|
|
1216
|
+
DIGITAL = "digital"
|
|
1217
|
+
}
|
|
1218
|
+
export declare enum MiljenkoItemType {
|
|
1219
|
+
PHYSICAL = "physical",
|
|
1220
|
+
DIGITAL = "digital"
|
|
1221
|
+
}
|
|
1180
1222
|
export declare enum MixedBagWeight {
|
|
1181
1223
|
LEAST_MIXED = "0",
|
|
1182
1224
|
PARTIALLY_MIXED = "1",
|
|
@@ -1245,6 +1287,7 @@ export declare enum OnboardingStateSource {
|
|
|
1245
1287
|
UNIT_TEST = "unit_test",
|
|
1246
1288
|
API = "api",
|
|
1247
1289
|
API_ACTIVATION = "api_activation",
|
|
1290
|
+
API_REJECT = "api_reject",
|
|
1248
1291
|
AUDIT_AUTO_ACTIVATION = "audit_auto_activation",
|
|
1249
1292
|
API_DEACTIVATION = "api_deactivation",
|
|
1250
1293
|
API_SANDBOX_SETUP = "api_sandbox_setup",
|
|
@@ -1469,11 +1512,15 @@ export declare enum ReportStatus {
|
|
|
1469
1512
|
}
|
|
1470
1513
|
export declare enum ReportType {
|
|
1471
1514
|
SALES_RECORD = "sales_record",
|
|
1515
|
+
REFUND_RECORD = "refund_record",
|
|
1516
|
+
OTHER_RECORD = "other_record",
|
|
1517
|
+
PENDING_RECORD = "pending_record",
|
|
1472
1518
|
TRUEUP_OVERVIEW = "trueup_overview",
|
|
1473
1519
|
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = "non_channel_payment_bank_account",
|
|
1474
1520
|
SCHEDULED_PAYMENT = "scheduled_payment",
|
|
1475
1521
|
ACCOUNT_QUARTERLY_BALANCES = "account_quarterly_balances",
|
|
1476
|
-
INVARIANTS = "invariants"
|
|
1522
|
+
INVARIANTS = "invariants",
|
|
1523
|
+
PAYMENTS = "payments"
|
|
1477
1524
|
}
|
|
1478
1525
|
export declare enum ReportingFulfillmentIsVirtual {
|
|
1479
1526
|
ALL = "all",
|
|
@@ -1522,10 +1569,6 @@ export declare enum RiskEvaluation {
|
|
|
1522
1569
|
RESTRICTED = "Restricted-Party",
|
|
1523
1570
|
NONE = "none"
|
|
1524
1571
|
}
|
|
1525
|
-
export declare enum Scope {
|
|
1526
|
-
ORGANIZATION = "organization",
|
|
1527
|
-
GLOBAL = "global"
|
|
1528
|
-
}
|
|
1529
1572
|
export declare enum SerialReservationError {
|
|
1530
1573
|
DURATION_TOO_LONG = "duration_too_long",
|
|
1531
1574
|
ITEMS_NOT_FOUND = "items_not_found",
|
|
@@ -1634,11 +1677,6 @@ export declare enum ShrutiDemoType {
|
|
|
1634
1677
|
DIGITAL = "digital",
|
|
1635
1678
|
PHYSICAL = "physical"
|
|
1636
1679
|
}
|
|
1637
|
-
export declare enum SignificanceAction {
|
|
1638
|
-
END_AND_IMPLEMENT_WINNER = "end_and_implement_winner",
|
|
1639
|
-
END_AND_REVERT = "end_and_revert",
|
|
1640
|
-
DO_NOTHING = "do_nothing"
|
|
1641
|
-
}
|
|
1642
1680
|
export declare enum SimpleRoundingStrategy {
|
|
1643
1681
|
NO_ROUNDING = "no_rounding",
|
|
1644
1682
|
CURRENCY_PRECISION = "currency_precision"
|
|
@@ -1669,13 +1707,6 @@ export declare enum StatisticType {
|
|
|
1669
1707
|
RATE_SOURCE = "rate-source",
|
|
1670
1708
|
RATE_FRESHNESS = "rate-freshness"
|
|
1671
1709
|
}
|
|
1672
|
-
export declare enum Status {
|
|
1673
|
-
DRAFT = "draft",
|
|
1674
|
-
SCHEDULED = "scheduled",
|
|
1675
|
-
LIVE = "live",
|
|
1676
|
-
ENDED = "ended",
|
|
1677
|
-
ARCHIVED = "archived"
|
|
1678
|
-
}
|
|
1679
1710
|
export declare enum SubscriptionFrequency {
|
|
1680
1711
|
YEARLY = "yearly",
|
|
1681
1712
|
MONTHLY = "monthly"
|
|
@@ -1705,6 +1736,12 @@ export declare enum TaskProcessorKey {
|
|
|
1705
1736
|
RATE_LEVELS = "rate_levels",
|
|
1706
1737
|
CENTER_DEFAULTS = "center_defaults"
|
|
1707
1738
|
}
|
|
1739
|
+
export declare enum TaxAndDutyInclusivitySetting {
|
|
1740
|
+
DUTY_EXCLUSIVE_TAX_EXCLUSIVE = "duty_exclusive_tax_exclusive",
|
|
1741
|
+
DUTY_INCLUSIVE_TAX_EXCLUSIVE = "duty_inclusive_tax_exclusive",
|
|
1742
|
+
DUTY_EXCLUSIVE_TAX_INCLUSIVE = "duty_exclusive_tax_inclusive",
|
|
1743
|
+
DUTY_INCLUSIVE_TAX_INCLUSIVE = "duty_inclusive_tax_inclusive"
|
|
1744
|
+
}
|
|
1708
1745
|
export declare enum TaxCalculationErrorCode {
|
|
1709
1746
|
GENERIC_ERROR = "generic_error",
|
|
1710
1747
|
OUTSIDE_OF_JURISDICTION = "outside_of_jurisdiction"
|
|
@@ -1720,11 +1757,9 @@ export declare enum TaxTransactionType {
|
|
|
1720
1757
|
REVERSAL = "reversal",
|
|
1721
1758
|
TAX = "tax"
|
|
1722
1759
|
}
|
|
1723
|
-
export declare enum
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
MONTHLY = "monthly",
|
|
1727
|
-
YEARLY = "yearly"
|
|
1760
|
+
export declare enum ThiagoItemType {
|
|
1761
|
+
DIGITAL = "digital",
|
|
1762
|
+
PHYSICAL = "physical"
|
|
1728
1763
|
}
|
|
1729
1764
|
export declare enum TrackingIntegrationType {
|
|
1730
1765
|
API = "api",
|
package/dist/api-internal.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
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.
|
|
3
|
+
exports.ContentElementType = exports.ComplianceType = exports.Company = exports.ColmItemType = exports.ClothingAgeClassification = exports.ClassificationType = exports.ClassificationPlatform = exports.ClassificationErrorCode = exports.ClassificationDecision = exports.CheckoutUrlType = exports.CheckoutShippingMethodPromptBehavior = exports.CheckoutRedirectMethod = exports.CheckoutPromptBehavior = exports.CheckoutErrorCode = exports.CheckoutAssetType = exports.ChargebackProcessStatus = exports.ChargebackPaymentStatus = exports.ChargeInputType = exports.ChargeEstimateSource = exports.ChannelTransactionType = exports.ChannelOrderFulfillmentStatusCode = exports.ChannelOrderAcceptanceStatus = exports.ChannelOrderAcceptanceRejectionReason = exports.ChannelOrderAcceptanceNextActionFrom = exports.ChannelOrderAcceptanceErrorAction = exports.ChannelBilledTransactionType = exports.CatalogImportType = exports.CarrierValidationStatus = exports.CarrierLabelGenerationMethod = exports.CarrierFileType = exports.CarrierChargeType = exports.CarrierChargeTransactionType = exports.CalculatorEngine = exports.BrowserBundleErrorCode = exports.BillingTransactionType = exports.BillingTransactionStatus = exports.BillingStatementAttachmentKey = exports.BillingMetricKey = exports.BillingAllocationKey = exports.BankPaymentStatusCode = exports.BankPaymentPromiseCompletedMethod = exports.AutoRestrictRule = exports.ApiCallReferenceId = exports.AnyDangerousGoods = exports.AdyenIntegrationType = exports.AdjustmentTransactionType = exports.AddressConfigurationSettingProvinceCode = exports.AccountType = exports.AccountSettingLiabilitiesMethod = exports.AccountPaymentHoldReason = void 0;
|
|
4
|
+
exports.InventoryReservation = exports.InventoryCheckService = exports.HttpMethod = exports.HarmonizationDecisionSource = exports.HarinathItemType = exports.GoogleAnalyticsPlugin = exports.FtpProtocol = exports.FtpIntent = exports.FraudReviewResponsibleParty = exports.FraudProviderStatus = exports.FraudProvider = exports.Format = exports.FlowApp = exports.FinancialReportingResponsibleParty = exports.FeesSource = exports.FeatureType = exports.FeatureStatus = exports.FeatureScope = exports.ExportContentType = exports.ExperienceOrderActionTrigger = exports.ExperienceOrderAction = exports.ExperienceImportType = exports.EventType = exports.ErpFileType = exports.EmptyAttribute = exports.DutyTransactionType = exports.DutySimpleExpressionType = exports.DutySelectionRule = exports.DutyRateUnitOfMeasure = exports.DutyRateSource = exports.DutyExemptItemTypes = exports.DutyCompoundExpressionType = exports.DisputeType = exports.DisputeTransactionType = exports.DisputeStatus = exports.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 = exports.ContentStatus = void 0;
|
|
5
|
+
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.MiljenkoItemType = exports.MichaelyanItemType = exports.MatiasItemType = exports.MarketingGatewaySchemaCompatibility = exports.MarketingGatewayProductStatus = exports.MarketingGatewayPlatform = exports.MarketingGatewayFeedState = exports.MarketingGatewayFeedDownloadFormat = exports.MarketingGatewayFacebookTokenStatus = exports.MarketingGatewayErrorCode = exports.MarketingGatewayChannelStatus = exports.MarketingGatewayChannelIntegrationType = exports.MarketingGatewayAccountConnectionStatus = exports.ManualTransactionCategory = exports.ManualReviewRuleStatus = exports.LogisticsPayoutResolutionMethod = exports.LogisticsCapability = exports.LiabilityType = exports.LabelTransactionType = exports.LabelRequestErrorHandlingResponsibility = exports.LabelCreationStatus = exports.LabelCancellationErrorCode = exports.LabelBillingStrategy = exports.KonstantinItemType = exports.KeywordType = exports.ItemType = exports.ItemQuantityAction = exports.ItemHarmonizationStatus = exports.ItemClassificationStatus = exports.ItemClassificationAction = void 0;
|
|
6
|
+
exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyGrantStatus = exports.ShopifyCheckInventoryErrorCode = exports.SessionCountryStatus = exports.ServiceName = exports.SerialReservationError = 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 = exports.OutputStyle = exports.OrganizationRestrictionScreeningStatus = exports.OrganizationRestrictionRiskLevel = exports.OrganizationRestrictionReviewType = exports.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = void 0;
|
|
7
|
+
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingIntegrationType = exports.ThiagoItemType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaxAndDutyInclusivitySetting = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.TamItemType = exports.SvitlanaType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.ShrutiDemoType = exports.ShopifyService = exports.ShopifyPromotionStatus = exports.ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOfferAllocationMethod = exports.ShopifyPromotionBehavior = exports.ShopifyMonitoringTrackingField = void 0;
|
|
8
8
|
var AccountPaymentHoldReason;
|
|
9
9
|
(function (AccountPaymentHoldReason) {
|
|
10
10
|
AccountPaymentHoldReason["FRAUDULENT"] = "fraudulent";
|
|
11
|
+
AccountPaymentHoldReason["FROZEN"] = "frozen";
|
|
11
12
|
AccountPaymentHoldReason["INVALID_BANK_ACCOUNT"] = "invalid_bank_account";
|
|
12
13
|
})(AccountPaymentHoldReason = exports.AccountPaymentHoldReason || (exports.AccountPaymentHoldReason = {}));
|
|
13
14
|
var AccountSettingLiabilitiesMethod;
|
|
@@ -355,6 +356,7 @@ var ChannelOrderAcceptanceRejectionReason;
|
|
|
355
356
|
ChannelOrderAcceptanceRejectionReason["UNSUPPORTED_VIRTUAL_GOODS"] = "unsupported_virtual_goods";
|
|
356
357
|
ChannelOrderAcceptanceRejectionReason["NON_MATCHING_CURRENCIES"] = "non_matching_currencies";
|
|
357
358
|
ChannelOrderAcceptanceRejectionReason["UNSUPPORTED_ORDER_EDIT"] = "unsupported_order_edit";
|
|
359
|
+
ChannelOrderAcceptanceRejectionReason["ORDER_MISSING"] = "order_missing";
|
|
358
360
|
})(ChannelOrderAcceptanceRejectionReason = exports.ChannelOrderAcceptanceRejectionReason || (exports.ChannelOrderAcceptanceRejectionReason = {}));
|
|
359
361
|
var ChannelOrderAcceptanceStatus;
|
|
360
362
|
(function (ChannelOrderAcceptanceStatus) {
|
|
@@ -487,6 +489,11 @@ var ColmItemType;
|
|
|
487
489
|
ColmItemType["PHYSICAL"] = "physical";
|
|
488
490
|
ColmItemType["DIGITAL"] = "digital";
|
|
489
491
|
})(ColmItemType = exports.ColmItemType || (exports.ColmItemType = {}));
|
|
492
|
+
var Company;
|
|
493
|
+
(function (Company) {
|
|
494
|
+
Company["GLOBALE"] = "globale";
|
|
495
|
+
Company["FLOW"] = "flow";
|
|
496
|
+
})(Company = exports.Company || (exports.Company = {}));
|
|
490
497
|
var ComplianceType;
|
|
491
498
|
(function (ComplianceType) {
|
|
492
499
|
ComplianceType["WEEE"] = "weee";
|
|
@@ -718,6 +725,8 @@ var EventType;
|
|
|
718
725
|
EventType["SALES_RECORD_DELETED"] = "sales_record_deleted";
|
|
719
726
|
EventType["REVENUE_RECORD_UPSERTED"] = "revenue_record_upserted";
|
|
720
727
|
EventType["REVENUE_RECORD_DELETED"] = "revenue_record_deleted";
|
|
728
|
+
EventType["OTHER_RECORD_UPSERTED"] = "other_record_upserted";
|
|
729
|
+
EventType["OTHER_RECORD_DELETED"] = "other_record_deleted";
|
|
721
730
|
EventType["CALCULATOR_ORGANIZATION_SETTINGS_UPSERTED"] = "calculator_organization_settings_upserted";
|
|
722
731
|
EventType["CALCULATOR_ORGANIZATION_SETTINGS_DELETED"] = "calculator_organization_settings_deleted";
|
|
723
732
|
EventType["CARRIER_ACCOUNT_UPSERTED_V_2"] = "carrier_account_upserted_v2";
|
|
@@ -780,14 +789,6 @@ var EventType;
|
|
|
780
789
|
EventType["EXPERIENCE_IMPORT_REQUEST"] = "experience_import_request";
|
|
781
790
|
EventType["SUBMITTED_ORDER_UPSERTED"] = "submitted_order_upserted";
|
|
782
791
|
EventType["LEVY_RATE_SUMMARY_UPSERTED"] = "levy_rate_summary_upserted";
|
|
783
|
-
EventType["EXPERIMENT_UPSERTED"] = "experiment_upserted";
|
|
784
|
-
EventType["EXPERIMENT_DELETED"] = "experiment_deleted";
|
|
785
|
-
EventType["EXPERIMENT_RESULTS_UPSERTED"] = "experiment_results_upserted";
|
|
786
|
-
EventType["EXPERIMENT_RESULTS_DELETED"] = "experiment_results_deleted";
|
|
787
|
-
EventType["DAILY_EXPERIMENT_RESULTS_UPSERTED"] = "daily_experiment_results_upserted";
|
|
788
|
-
EventType["DAILY_EXPERIMENT_RESULTS_DELETED"] = "daily_experiment_results_deleted";
|
|
789
|
-
EventType["EXPERIMENT_MILESTONE_UPSERTED"] = "experiment_milestone_upserted";
|
|
790
|
-
EventType["EXPERIMENT_MILESTONE_DELETED"] = "experiment_milestone_deleted";
|
|
791
792
|
EventType["EXPORT_COMPLETED"] = "export_completed";
|
|
792
793
|
EventType["EXPORT_FAILED"] = "export_failed";
|
|
793
794
|
EventType["FEATURE_UPSERTED"] = "feature_upserted";
|
|
@@ -822,6 +823,12 @@ var EventType;
|
|
|
822
823
|
EventType["FRAUD_PENDING_REVIEW_DELETED"] = "fraud_pending_review_deleted";
|
|
823
824
|
EventType["FRAUD_REVIEW_DECISION_UPSERTED"] = "fraud_review_decision_upserted";
|
|
824
825
|
EventType["FRAUD_REVIEW_DECISION_DELETED"] = "fraud_review_decision_deleted";
|
|
826
|
+
EventType["FRAUD_REVIEW_AUTHORIZATION_UPSERTED"] = "fraud_review_authorization_upserted";
|
|
827
|
+
EventType["FRAUD_REVIEW_AUTHORIZATION_DELETED"] = "fraud_review_authorization_deleted";
|
|
828
|
+
EventType["FRAUD_PENDING_REVIEW_AUTHORIZATION_UPSERTED"] = "fraud_pending_review_authorization_upserted";
|
|
829
|
+
EventType["FRAUD_PENDING_REVIEW_AUTHORIZATION_DELETED"] = "fraud_pending_review_authorization_deleted";
|
|
830
|
+
EventType["FRAUD_REVIEW_AUTHORIZATION_DECISION_UPSERTED"] = "fraud_review_authorization_decision_upserted";
|
|
831
|
+
EventType["FRAUD_REVIEW_AUTHORIZATION_DECISION_DELETED"] = "fraud_review_authorization_decision_deleted";
|
|
825
832
|
EventType["FRAUD_PROVIDER_CONFIGURATION_UPSERTED"] = "fraud_provider_configuration_upserted";
|
|
826
833
|
EventType["FRAUD_PROVIDER_CONFIGURATION_DELETED"] = "fraud_provider_configuration_deleted";
|
|
827
834
|
EventType["MANUAL_REVIEW_RULE_UPSERTED"] = "manual_review_rule_upserted";
|
|
@@ -899,6 +906,8 @@ var EventType;
|
|
|
899
906
|
EventType["ORGANIZATION_DEACTIVATION_DELETED"] = "organization_deactivation_deleted";
|
|
900
907
|
EventType["MERCHANT_GUID_ASSIGNMENT_UPSERTED"] = "merchant_guid_assignment_upserted";
|
|
901
908
|
EventType["MERCHANT_GUID_ASSIGNMENT_DELETED"] = "merchant_guid_assignment_deleted";
|
|
909
|
+
EventType["ORGANIZATION_METADATA_UPSERTED"] = "organization_metadata_upserted";
|
|
910
|
+
EventType["ORGANIZATION_METADATA_DELETED"] = "organization_metadata_deleted";
|
|
902
911
|
EventType["PARTNER_ORGANIZATION_SETTINGS_UPSERTED"] = "partner_organization_settings_upserted";
|
|
903
912
|
EventType["PARTNER_ORGANIZATION_SETTINGS_DELETED"] = "partner_organization_settings_deleted";
|
|
904
913
|
EventType["UNASSIGNED_MERCHANT_GUID_UPSERTED"] = "unassigned_merchant_guid_upserted";
|
|
@@ -974,6 +983,8 @@ var EventType;
|
|
|
974
983
|
EventType["CHANNEL_ORDER_SUMMARY_DELETED"] = "channel_order_summary_deleted";
|
|
975
984
|
EventType["CHANNEL_ORGANIZATION_IDENTIFIER_UPSERTED"] = "channel_organization_identifier_upserted";
|
|
976
985
|
EventType["CHANNEL_ORGANIZATION_IDENTIFIER_DELETED"] = "channel_organization_identifier_deleted";
|
|
986
|
+
EventType["ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED"] = "order_tax_and_duty_inclusivity_setting_upserted";
|
|
987
|
+
EventType["ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_DELETED"] = "order_tax_and_duty_inclusivity_setting_deleted";
|
|
977
988
|
EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED"] = "shopify_monitoring_order_monitor_event_upserted";
|
|
978
989
|
EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED"] = "shopify_monitoring_order_monitor_event_deleted";
|
|
979
990
|
EventType["SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED"] = "shopify_order_fulfillments_snapshot_upserted";
|
|
@@ -992,8 +1003,16 @@ var EventType;
|
|
|
992
1003
|
EventType["SVITLANA_ITEM_DELETED"] = "svitlana_item_deleted";
|
|
993
1004
|
EventType["COLM_ITEM_UPSERTED"] = "colm_item_upserted";
|
|
994
1005
|
EventType["COLM_ITEM_DELETED"] = "colm_item_deleted";
|
|
1006
|
+
EventType["HARINATH_ITEM_UPSERTED"] = "harinath_item_upserted";
|
|
1007
|
+
EventType["HARINATH_ITEM_DELETED"] = "harinath_item_deleted";
|
|
1008
|
+
EventType["KONSTANTIN_ITEM_UPSERTED"] = "konstantin_item_upserted";
|
|
1009
|
+
EventType["KONSTANTIN_ITEM_DELETED"] = "konstantin_item_deleted";
|
|
995
1010
|
EventType["MATIAS_ITEM_UPSERTED"] = "matias_item_upserted";
|
|
996
1011
|
EventType["MATIAS_ITEM_DELETED"] = "matias_item_deleted";
|
|
1012
|
+
EventType["MICHAELYAN_ITEM_UPSERTED"] = "michaelyan_item_upserted";
|
|
1013
|
+
EventType["MICHAELYAN_ITEM_DELETED"] = "michaelyan_item_deleted";
|
|
1014
|
+
EventType["MILJENKO_ITEM_UPSERTED"] = "miljenko_item_upserted";
|
|
1015
|
+
EventType["MILJENKO_ITEM_DELETED"] = "miljenko_item_deleted";
|
|
997
1016
|
EventType["SHRUTI_DEMO_ITEM_UPSERTED"] = "shruti_demo_item_upserted";
|
|
998
1017
|
EventType["SHRUTI_DEMO_ITEM_DELETED"] = "shruti_demo_item_deleted";
|
|
999
1018
|
EventType["TAM_ITEM_UPSERTED"] = "tam_item_upserted";
|
|
@@ -1006,6 +1025,8 @@ var EventType;
|
|
|
1006
1025
|
EventType["TRACKING_LABEL_DELETED"] = "tracking_label_deleted";
|
|
1007
1026
|
EventType["TRACKING_UPSERTED"] = "tracking_upserted";
|
|
1008
1027
|
EventType["TRACKING_DELETED"] = "tracking_deleted";
|
|
1028
|
+
EventType["TRACKING_ASSURANCE_ANALYSIS_UPSERTED"] = "tracking_assurance_analysis_upserted";
|
|
1029
|
+
EventType["TRACKING_ASSURANCE_ANALYSIS_DELETED"] = "tracking_assurance_analysis_deleted";
|
|
1009
1030
|
EventType["TRACKING_REQUEST_UPSERTED"] = "tracking_request_upserted";
|
|
1010
1031
|
EventType["TRACKING_RESPONSE_UPSERTED"] = "tracking_response_upserted";
|
|
1011
1032
|
EventType["USER_UPSERTED_V_2"] = "user_upserted_v2";
|
|
@@ -1025,11 +1046,6 @@ var ExperienceOrderActionTrigger;
|
|
|
1025
1046
|
ExperienceOrderActionTrigger["ZERO_BALANCE"] = "zero_balance";
|
|
1026
1047
|
ExperienceOrderActionTrigger["UNSUBMITTED_ORDER"] = "unsubmitted_order";
|
|
1027
1048
|
})(ExperienceOrderActionTrigger = exports.ExperienceOrderActionTrigger || (exports.ExperienceOrderActionTrigger = {}));
|
|
1028
|
-
var ExperimentDiscriminatorKey;
|
|
1029
|
-
(function (ExperimentDiscriminatorKey) {
|
|
1030
|
-
ExperimentDiscriminatorKey["EXPERIENCE"] = "experience";
|
|
1031
|
-
ExperimentDiscriminatorKey["FEATURE"] = "feature";
|
|
1032
|
-
})(ExperimentDiscriminatorKey = exports.ExperimentDiscriminatorKey || (exports.ExperimentDiscriminatorKey = {}));
|
|
1033
1049
|
var ExportContentType;
|
|
1034
1050
|
(function (ExportContentType) {
|
|
1035
1051
|
ExportContentType["ITEM"] = "item";
|
|
@@ -1109,6 +1125,17 @@ var GoogleAnalyticsPlugin;
|
|
|
1109
1125
|
(function (GoogleAnalyticsPlugin) {
|
|
1110
1126
|
GoogleAnalyticsPlugin["EC"] = "ec";
|
|
1111
1127
|
})(GoogleAnalyticsPlugin = exports.GoogleAnalyticsPlugin || (exports.GoogleAnalyticsPlugin = {}));
|
|
1128
|
+
var HarinathItemType;
|
|
1129
|
+
(function (HarinathItemType) {
|
|
1130
|
+
HarinathItemType["DIGITAL"] = "digital";
|
|
1131
|
+
HarinathItemType["PHYSICAL"] = "physical";
|
|
1132
|
+
})(HarinathItemType = exports.HarinathItemType || (exports.HarinathItemType = {}));
|
|
1133
|
+
var HarmonizationDecisionSource;
|
|
1134
|
+
(function (HarmonizationDecisionSource) {
|
|
1135
|
+
HarmonizationDecisionSource["HUMAN"] = "human";
|
|
1136
|
+
HarmonizationDecisionSource["LEGACY_MODEL"] = "legacy_model";
|
|
1137
|
+
HarmonizationDecisionSource["ENTERPRISE_MODEL"] = "enterprise_model";
|
|
1138
|
+
})(HarmonizationDecisionSource = exports.HarmonizationDecisionSource || (exports.HarmonizationDecisionSource = {}));
|
|
1112
1139
|
var HttpMethod;
|
|
1113
1140
|
(function (HttpMethod) {
|
|
1114
1141
|
HttpMethod["GET"] = "get";
|
|
@@ -1161,6 +1188,11 @@ var KeywordType;
|
|
|
1161
1188
|
KeywordType["POSITIVE"] = "positive";
|
|
1162
1189
|
KeywordType["NEGATIVE"] = "negative";
|
|
1163
1190
|
})(KeywordType = exports.KeywordType || (exports.KeywordType = {}));
|
|
1191
|
+
var KonstantinItemType;
|
|
1192
|
+
(function (KonstantinItemType) {
|
|
1193
|
+
KonstantinItemType["PHYSICAL"] = "physical";
|
|
1194
|
+
KonstantinItemType["DIGITAL"] = "digital";
|
|
1195
|
+
})(KonstantinItemType = exports.KonstantinItemType || (exports.KonstantinItemType = {}));
|
|
1164
1196
|
var LabelBillingStrategy;
|
|
1165
1197
|
(function (LabelBillingStrategy) {
|
|
1166
1198
|
LabelBillingStrategy["QUOTE"] = "quote";
|
|
@@ -1206,6 +1238,12 @@ var LogisticsCapability;
|
|
|
1206
1238
|
(function (LogisticsCapability) {
|
|
1207
1239
|
LogisticsCapability["LOGISTICS_ADDRESS_CORRECTION"] = "logistics_address_correction";
|
|
1208
1240
|
})(LogisticsCapability = exports.LogisticsCapability || (exports.LogisticsCapability = {}));
|
|
1241
|
+
var LogisticsPayoutResolutionMethod;
|
|
1242
|
+
(function (LogisticsPayoutResolutionMethod) {
|
|
1243
|
+
LogisticsPayoutResolutionMethod["ORDER_COMBINED_SHIPMENT"] = "order_combined_shipment";
|
|
1244
|
+
LogisticsPayoutResolutionMethod["INTRANSIT_LABEL_EVENT"] = "intransit_label_event";
|
|
1245
|
+
LogisticsPayoutResolutionMethod["SHIPPING_NOTIFICATION"] = "shipping_notification";
|
|
1246
|
+
})(LogisticsPayoutResolutionMethod = exports.LogisticsPayoutResolutionMethod || (exports.LogisticsPayoutResolutionMethod = {}));
|
|
1209
1247
|
var ManualReviewRuleStatus;
|
|
1210
1248
|
(function (ManualReviewRuleStatus) {
|
|
1211
1249
|
ManualReviewRuleStatus["ACTIVE"] = "active";
|
|
@@ -1308,6 +1346,16 @@ var MatiasItemType;
|
|
|
1308
1346
|
MatiasItemType["PHYSICAL"] = "physical";
|
|
1309
1347
|
MatiasItemType["DIGITAL"] = "digital";
|
|
1310
1348
|
})(MatiasItemType = exports.MatiasItemType || (exports.MatiasItemType = {}));
|
|
1349
|
+
var MichaelyanItemType;
|
|
1350
|
+
(function (MichaelyanItemType) {
|
|
1351
|
+
MichaelyanItemType["PHYSICAL"] = "physical";
|
|
1352
|
+
MichaelyanItemType["DIGITAL"] = "digital";
|
|
1353
|
+
})(MichaelyanItemType = exports.MichaelyanItemType || (exports.MichaelyanItemType = {}));
|
|
1354
|
+
var MiljenkoItemType;
|
|
1355
|
+
(function (MiljenkoItemType) {
|
|
1356
|
+
MiljenkoItemType["PHYSICAL"] = "physical";
|
|
1357
|
+
MiljenkoItemType["DIGITAL"] = "digital";
|
|
1358
|
+
})(MiljenkoItemType = exports.MiljenkoItemType || (exports.MiljenkoItemType = {}));
|
|
1311
1359
|
var MixedBagWeight;
|
|
1312
1360
|
(function (MixedBagWeight) {
|
|
1313
1361
|
MixedBagWeight["LEAST_MIXED"] = "0";
|
|
@@ -1385,6 +1433,7 @@ var OnboardingStateSource;
|
|
|
1385
1433
|
OnboardingStateSource["UNIT_TEST"] = "unit_test";
|
|
1386
1434
|
OnboardingStateSource["API"] = "api";
|
|
1387
1435
|
OnboardingStateSource["API_ACTIVATION"] = "api_activation";
|
|
1436
|
+
OnboardingStateSource["API_REJECT"] = "api_reject";
|
|
1388
1437
|
OnboardingStateSource["AUDIT_AUTO_ACTIVATION"] = "audit_auto_activation";
|
|
1389
1438
|
OnboardingStateSource["API_DEACTIVATION"] = "api_deactivation";
|
|
1390
1439
|
OnboardingStateSource["API_SANDBOX_SETUP"] = "api_sandbox_setup";
|
|
@@ -1651,11 +1700,15 @@ var ReportStatus;
|
|
|
1651
1700
|
var ReportType;
|
|
1652
1701
|
(function (ReportType) {
|
|
1653
1702
|
ReportType["SALES_RECORD"] = "sales_record";
|
|
1703
|
+
ReportType["REFUND_RECORD"] = "refund_record";
|
|
1704
|
+
ReportType["OTHER_RECORD"] = "other_record";
|
|
1705
|
+
ReportType["PENDING_RECORD"] = "pending_record";
|
|
1654
1706
|
ReportType["TRUEUP_OVERVIEW"] = "trueup_overview";
|
|
1655
1707
|
ReportType["NON_CHANNEL_PAYMENT_BANK_ACCOUNT"] = "non_channel_payment_bank_account";
|
|
1656
1708
|
ReportType["SCHEDULED_PAYMENT"] = "scheduled_payment";
|
|
1657
1709
|
ReportType["ACCOUNT_QUARTERLY_BALANCES"] = "account_quarterly_balances";
|
|
1658
1710
|
ReportType["INVARIANTS"] = "invariants";
|
|
1711
|
+
ReportType["PAYMENTS"] = "payments";
|
|
1659
1712
|
})(ReportType = exports.ReportType || (exports.ReportType = {}));
|
|
1660
1713
|
var ReportingFulfillmentIsVirtual;
|
|
1661
1714
|
(function (ReportingFulfillmentIsVirtual) {
|
|
@@ -1713,11 +1766,6 @@ var RiskEvaluation;
|
|
|
1713
1766
|
RiskEvaluation["RESTRICTED"] = "Restricted-Party";
|
|
1714
1767
|
RiskEvaluation["NONE"] = "none";
|
|
1715
1768
|
})(RiskEvaluation = exports.RiskEvaluation || (exports.RiskEvaluation = {}));
|
|
1716
|
-
var Scope;
|
|
1717
|
-
(function (Scope) {
|
|
1718
|
-
Scope["ORGANIZATION"] = "organization";
|
|
1719
|
-
Scope["GLOBAL"] = "global";
|
|
1720
|
-
})(Scope = exports.Scope || (exports.Scope = {}));
|
|
1721
1769
|
var SerialReservationError;
|
|
1722
1770
|
(function (SerialReservationError) {
|
|
1723
1771
|
SerialReservationError["DURATION_TOO_LONG"] = "duration_too_long";
|
|
@@ -1843,12 +1891,6 @@ var ShrutiDemoType;
|
|
|
1843
1891
|
ShrutiDemoType["DIGITAL"] = "digital";
|
|
1844
1892
|
ShrutiDemoType["PHYSICAL"] = "physical";
|
|
1845
1893
|
})(ShrutiDemoType = exports.ShrutiDemoType || (exports.ShrutiDemoType = {}));
|
|
1846
|
-
var SignificanceAction;
|
|
1847
|
-
(function (SignificanceAction) {
|
|
1848
|
-
SignificanceAction["END_AND_IMPLEMENT_WINNER"] = "end_and_implement_winner";
|
|
1849
|
-
SignificanceAction["END_AND_REVERT"] = "end_and_revert";
|
|
1850
|
-
SignificanceAction["DO_NOTHING"] = "do_nothing";
|
|
1851
|
-
})(SignificanceAction = exports.SignificanceAction || (exports.SignificanceAction = {}));
|
|
1852
1894
|
var SimpleRoundingStrategy;
|
|
1853
1895
|
(function (SimpleRoundingStrategy) {
|
|
1854
1896
|
SimpleRoundingStrategy["NO_ROUNDING"] = "no_rounding";
|
|
@@ -1885,14 +1927,6 @@ var StatisticType;
|
|
|
1885
1927
|
StatisticType["RATE_SOURCE"] = "rate-source";
|
|
1886
1928
|
StatisticType["RATE_FRESHNESS"] = "rate-freshness";
|
|
1887
1929
|
})(StatisticType = exports.StatisticType || (exports.StatisticType = {}));
|
|
1888
|
-
var Status;
|
|
1889
|
-
(function (Status) {
|
|
1890
|
-
Status["DRAFT"] = "draft";
|
|
1891
|
-
Status["SCHEDULED"] = "scheduled";
|
|
1892
|
-
Status["LIVE"] = "live";
|
|
1893
|
-
Status["ENDED"] = "ended";
|
|
1894
|
-
Status["ARCHIVED"] = "archived";
|
|
1895
|
-
})(Status = exports.Status || (exports.Status = {}));
|
|
1896
1930
|
var SubscriptionFrequency;
|
|
1897
1931
|
(function (SubscriptionFrequency) {
|
|
1898
1932
|
SubscriptionFrequency["YEARLY"] = "yearly";
|
|
@@ -1928,6 +1962,13 @@ var TaskProcessorKey;
|
|
|
1928
1962
|
TaskProcessorKey["RATE_LEVELS"] = "rate_levels";
|
|
1929
1963
|
TaskProcessorKey["CENTER_DEFAULTS"] = "center_defaults";
|
|
1930
1964
|
})(TaskProcessorKey = exports.TaskProcessorKey || (exports.TaskProcessorKey = {}));
|
|
1965
|
+
var TaxAndDutyInclusivitySetting;
|
|
1966
|
+
(function (TaxAndDutyInclusivitySetting) {
|
|
1967
|
+
TaxAndDutyInclusivitySetting["DUTY_EXCLUSIVE_TAX_EXCLUSIVE"] = "duty_exclusive_tax_exclusive";
|
|
1968
|
+
TaxAndDutyInclusivitySetting["DUTY_INCLUSIVE_TAX_EXCLUSIVE"] = "duty_inclusive_tax_exclusive";
|
|
1969
|
+
TaxAndDutyInclusivitySetting["DUTY_EXCLUSIVE_TAX_INCLUSIVE"] = "duty_exclusive_tax_inclusive";
|
|
1970
|
+
TaxAndDutyInclusivitySetting["DUTY_INCLUSIVE_TAX_INCLUSIVE"] = "duty_inclusive_tax_inclusive";
|
|
1971
|
+
})(TaxAndDutyInclusivitySetting = exports.TaxAndDutyInclusivitySetting || (exports.TaxAndDutyInclusivitySetting = {}));
|
|
1931
1972
|
var TaxCalculationErrorCode;
|
|
1932
1973
|
(function (TaxCalculationErrorCode) {
|
|
1933
1974
|
TaxCalculationErrorCode["GENERIC_ERROR"] = "generic_error";
|
|
@@ -1946,13 +1987,11 @@ var TaxTransactionType;
|
|
|
1946
1987
|
TaxTransactionType["REVERSAL"] = "reversal";
|
|
1947
1988
|
TaxTransactionType["TAX"] = "tax";
|
|
1948
1989
|
})(TaxTransactionType = exports.TaxTransactionType || (exports.TaxTransactionType = {}));
|
|
1949
|
-
var
|
|
1950
|
-
(function (
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
TimeseriesType["YEARLY"] = "yearly";
|
|
1955
|
-
})(TimeseriesType = exports.TimeseriesType || (exports.TimeseriesType = {}));
|
|
1990
|
+
var ThiagoItemType;
|
|
1991
|
+
(function (ThiagoItemType) {
|
|
1992
|
+
ThiagoItemType["DIGITAL"] = "digital";
|
|
1993
|
+
ThiagoItemType["PHYSICAL"] = "physical";
|
|
1994
|
+
})(ThiagoItemType = exports.ThiagoItemType || (exports.ThiagoItemType = {}));
|
|
1956
1995
|
var TrackingIntegrationType;
|
|
1957
1996
|
(function (TrackingIntegrationType) {
|
|
1958
1997
|
TrackingIntegrationType["API"] = "api";
|
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.74",
|
|
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": "25d6ba675365a3fb318abcc4bc935dd549089238"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export enum AccountPaymentHoldReason {
|
|
2
2
|
FRAUDULENT = 'fraudulent',
|
|
3
|
+
FROZEN = 'frozen',
|
|
3
4
|
INVALID_BANK_ACCOUNT = 'invalid_bank_account',
|
|
4
5
|
}
|
|
5
6
|
|
|
@@ -347,6 +348,7 @@ export enum ChannelOrderAcceptanceRejectionReason {
|
|
|
347
348
|
UNSUPPORTED_VIRTUAL_GOODS = 'unsupported_virtual_goods',
|
|
348
349
|
NON_MATCHING_CURRENCIES = 'non_matching_currencies',
|
|
349
350
|
UNSUPPORTED_ORDER_EDIT = 'unsupported_order_edit',
|
|
351
|
+
ORDER_MISSING = 'order_missing',
|
|
350
352
|
}
|
|
351
353
|
|
|
352
354
|
export enum ChannelOrderAcceptanceStatus {
|
|
@@ -480,6 +482,11 @@ export enum ColmItemType {
|
|
|
480
482
|
DIGITAL = 'digital',
|
|
481
483
|
}
|
|
482
484
|
|
|
485
|
+
export enum Company {
|
|
486
|
+
GLOBALE = 'globale',
|
|
487
|
+
FLOW = 'flow',
|
|
488
|
+
}
|
|
489
|
+
|
|
483
490
|
export enum ComplianceType {
|
|
484
491
|
WEEE = 'weee',
|
|
485
492
|
}
|
|
@@ -710,6 +717,8 @@ export enum EventType {
|
|
|
710
717
|
SALES_RECORD_DELETED = 'sales_record_deleted',
|
|
711
718
|
REVENUE_RECORD_UPSERTED = 'revenue_record_upserted',
|
|
712
719
|
REVENUE_RECORD_DELETED = 'revenue_record_deleted',
|
|
720
|
+
OTHER_RECORD_UPSERTED = 'other_record_upserted',
|
|
721
|
+
OTHER_RECORD_DELETED = 'other_record_deleted',
|
|
713
722
|
CALCULATOR_ORGANIZATION_SETTINGS_UPSERTED = 'calculator_organization_settings_upserted',
|
|
714
723
|
CALCULATOR_ORGANIZATION_SETTINGS_DELETED = 'calculator_organization_settings_deleted',
|
|
715
724
|
CARRIER_ACCOUNT_UPSERTED_V_2 = 'carrier_account_upserted_v2',
|
|
@@ -772,14 +781,6 @@ export enum EventType {
|
|
|
772
781
|
EXPERIENCE_IMPORT_REQUEST = 'experience_import_request',
|
|
773
782
|
SUBMITTED_ORDER_UPSERTED = 'submitted_order_upserted',
|
|
774
783
|
LEVY_RATE_SUMMARY_UPSERTED = 'levy_rate_summary_upserted',
|
|
775
|
-
EXPERIMENT_UPSERTED = 'experiment_upserted',
|
|
776
|
-
EXPERIMENT_DELETED = 'experiment_deleted',
|
|
777
|
-
EXPERIMENT_RESULTS_UPSERTED = 'experiment_results_upserted',
|
|
778
|
-
EXPERIMENT_RESULTS_DELETED = 'experiment_results_deleted',
|
|
779
|
-
DAILY_EXPERIMENT_RESULTS_UPSERTED = 'daily_experiment_results_upserted',
|
|
780
|
-
DAILY_EXPERIMENT_RESULTS_DELETED = 'daily_experiment_results_deleted',
|
|
781
|
-
EXPERIMENT_MILESTONE_UPSERTED = 'experiment_milestone_upserted',
|
|
782
|
-
EXPERIMENT_MILESTONE_DELETED = 'experiment_milestone_deleted',
|
|
783
784
|
EXPORT_COMPLETED = 'export_completed',
|
|
784
785
|
EXPORT_FAILED = 'export_failed',
|
|
785
786
|
FEATURE_UPSERTED = 'feature_upserted',
|
|
@@ -814,6 +815,12 @@ export enum EventType {
|
|
|
814
815
|
FRAUD_PENDING_REVIEW_DELETED = 'fraud_pending_review_deleted',
|
|
815
816
|
FRAUD_REVIEW_DECISION_UPSERTED = 'fraud_review_decision_upserted',
|
|
816
817
|
FRAUD_REVIEW_DECISION_DELETED = 'fraud_review_decision_deleted',
|
|
818
|
+
FRAUD_REVIEW_AUTHORIZATION_UPSERTED = 'fraud_review_authorization_upserted',
|
|
819
|
+
FRAUD_REVIEW_AUTHORIZATION_DELETED = 'fraud_review_authorization_deleted',
|
|
820
|
+
FRAUD_PENDING_REVIEW_AUTHORIZATION_UPSERTED = 'fraud_pending_review_authorization_upserted',
|
|
821
|
+
FRAUD_PENDING_REVIEW_AUTHORIZATION_DELETED = 'fraud_pending_review_authorization_deleted',
|
|
822
|
+
FRAUD_REVIEW_AUTHORIZATION_DECISION_UPSERTED = 'fraud_review_authorization_decision_upserted',
|
|
823
|
+
FRAUD_REVIEW_AUTHORIZATION_DECISION_DELETED = 'fraud_review_authorization_decision_deleted',
|
|
817
824
|
FRAUD_PROVIDER_CONFIGURATION_UPSERTED = 'fraud_provider_configuration_upserted',
|
|
818
825
|
FRAUD_PROVIDER_CONFIGURATION_DELETED = 'fraud_provider_configuration_deleted',
|
|
819
826
|
MANUAL_REVIEW_RULE_UPSERTED = 'manual_review_rule_upserted',
|
|
@@ -891,6 +898,8 @@ export enum EventType {
|
|
|
891
898
|
ORGANIZATION_DEACTIVATION_DELETED = 'organization_deactivation_deleted',
|
|
892
899
|
MERCHANT_GUID_ASSIGNMENT_UPSERTED = 'merchant_guid_assignment_upserted',
|
|
893
900
|
MERCHANT_GUID_ASSIGNMENT_DELETED = 'merchant_guid_assignment_deleted',
|
|
901
|
+
ORGANIZATION_METADATA_UPSERTED = 'organization_metadata_upserted',
|
|
902
|
+
ORGANIZATION_METADATA_DELETED = 'organization_metadata_deleted',
|
|
894
903
|
PARTNER_ORGANIZATION_SETTINGS_UPSERTED = 'partner_organization_settings_upserted',
|
|
895
904
|
PARTNER_ORGANIZATION_SETTINGS_DELETED = 'partner_organization_settings_deleted',
|
|
896
905
|
UNASSIGNED_MERCHANT_GUID_UPSERTED = 'unassigned_merchant_guid_upserted',
|
|
@@ -966,6 +975,8 @@ export enum EventType {
|
|
|
966
975
|
CHANNEL_ORDER_SUMMARY_DELETED = 'channel_order_summary_deleted',
|
|
967
976
|
CHANNEL_ORGANIZATION_IDENTIFIER_UPSERTED = 'channel_organization_identifier_upserted',
|
|
968
977
|
CHANNEL_ORGANIZATION_IDENTIFIER_DELETED = 'channel_organization_identifier_deleted',
|
|
978
|
+
ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_UPSERTED = 'order_tax_and_duty_inclusivity_setting_upserted',
|
|
979
|
+
ORDER_TAX_AND_DUTY_INCLUSIVITY_SETTING_DELETED = 'order_tax_and_duty_inclusivity_setting_deleted',
|
|
969
980
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = 'shopify_monitoring_order_monitor_event_upserted',
|
|
970
981
|
SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = 'shopify_monitoring_order_monitor_event_deleted',
|
|
971
982
|
SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = 'shopify_order_fulfillments_snapshot_upserted',
|
|
@@ -984,8 +995,16 @@ export enum EventType {
|
|
|
984
995
|
SVITLANA_ITEM_DELETED = 'svitlana_item_deleted',
|
|
985
996
|
COLM_ITEM_UPSERTED = 'colm_item_upserted',
|
|
986
997
|
COLM_ITEM_DELETED = 'colm_item_deleted',
|
|
998
|
+
HARINATH_ITEM_UPSERTED = 'harinath_item_upserted',
|
|
999
|
+
HARINATH_ITEM_DELETED = 'harinath_item_deleted',
|
|
1000
|
+
KONSTANTIN_ITEM_UPSERTED = 'konstantin_item_upserted',
|
|
1001
|
+
KONSTANTIN_ITEM_DELETED = 'konstantin_item_deleted',
|
|
987
1002
|
MATIAS_ITEM_UPSERTED = 'matias_item_upserted',
|
|
988
1003
|
MATIAS_ITEM_DELETED = 'matias_item_deleted',
|
|
1004
|
+
MICHAELYAN_ITEM_UPSERTED = 'michaelyan_item_upserted',
|
|
1005
|
+
MICHAELYAN_ITEM_DELETED = 'michaelyan_item_deleted',
|
|
1006
|
+
MILJENKO_ITEM_UPSERTED = 'miljenko_item_upserted',
|
|
1007
|
+
MILJENKO_ITEM_DELETED = 'miljenko_item_deleted',
|
|
989
1008
|
SHRUTI_DEMO_ITEM_UPSERTED = 'shruti_demo_item_upserted',
|
|
990
1009
|
SHRUTI_DEMO_ITEM_DELETED = 'shruti_demo_item_deleted',
|
|
991
1010
|
TAM_ITEM_UPSERTED = 'tam_item_upserted',
|
|
@@ -998,6 +1017,8 @@ export enum EventType {
|
|
|
998
1017
|
TRACKING_LABEL_DELETED = 'tracking_label_deleted',
|
|
999
1018
|
TRACKING_UPSERTED = 'tracking_upserted',
|
|
1000
1019
|
TRACKING_DELETED = 'tracking_deleted',
|
|
1020
|
+
TRACKING_ASSURANCE_ANALYSIS_UPSERTED = 'tracking_assurance_analysis_upserted',
|
|
1021
|
+
TRACKING_ASSURANCE_ANALYSIS_DELETED = 'tracking_assurance_analysis_deleted',
|
|
1001
1022
|
TRACKING_REQUEST_UPSERTED = 'tracking_request_upserted',
|
|
1002
1023
|
TRACKING_RESPONSE_UPSERTED = 'tracking_response_upserted',
|
|
1003
1024
|
USER_UPSERTED_V_2 = 'user_upserted_v2',
|
|
@@ -1018,11 +1039,6 @@ export enum ExperienceOrderActionTrigger {
|
|
|
1018
1039
|
UNSUBMITTED_ORDER = 'unsubmitted_order',
|
|
1019
1040
|
}
|
|
1020
1041
|
|
|
1021
|
-
export enum ExperimentDiscriminatorKey {
|
|
1022
|
-
EXPERIENCE = 'experience',
|
|
1023
|
-
FEATURE = 'feature',
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
1042
|
export enum ExportContentType {
|
|
1027
1043
|
ITEM = 'item',
|
|
1028
1044
|
PRICE_BOOK_ITEM = 'price_book_item',
|
|
@@ -1102,6 +1118,17 @@ export enum GoogleAnalyticsPlugin {
|
|
|
1102
1118
|
EC = 'ec',
|
|
1103
1119
|
}
|
|
1104
1120
|
|
|
1121
|
+
export enum HarinathItemType {
|
|
1122
|
+
DIGITAL = 'digital',
|
|
1123
|
+
PHYSICAL = 'physical',
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
export enum HarmonizationDecisionSource {
|
|
1127
|
+
HUMAN = 'human',
|
|
1128
|
+
LEGACY_MODEL = 'legacy_model',
|
|
1129
|
+
ENTERPRISE_MODEL = 'enterprise_model',
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1105
1132
|
export enum HttpMethod {
|
|
1106
1133
|
GET = 'get',
|
|
1107
1134
|
POST = 'post',
|
|
@@ -1154,6 +1181,11 @@ export enum KeywordType {
|
|
|
1154
1181
|
NEGATIVE = 'negative',
|
|
1155
1182
|
}
|
|
1156
1183
|
|
|
1184
|
+
export enum KonstantinItemType {
|
|
1185
|
+
PHYSICAL = 'physical',
|
|
1186
|
+
DIGITAL = 'digital',
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1157
1189
|
export enum LabelBillingStrategy {
|
|
1158
1190
|
QUOTE = 'quote',
|
|
1159
1191
|
CARRIER = 'carrier',
|
|
@@ -1199,6 +1231,12 @@ export enum LogisticsCapability {
|
|
|
1199
1231
|
LOGISTICS_ADDRESS_CORRECTION = 'logistics_address_correction',
|
|
1200
1232
|
}
|
|
1201
1233
|
|
|
1234
|
+
export enum LogisticsPayoutResolutionMethod {
|
|
1235
|
+
ORDER_COMBINED_SHIPMENT = 'order_combined_shipment',
|
|
1236
|
+
INTRANSIT_LABEL_EVENT = 'intransit_label_event',
|
|
1237
|
+
SHIPPING_NOTIFICATION = 'shipping_notification',
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1202
1240
|
export enum ManualReviewRuleStatus {
|
|
1203
1241
|
ACTIVE = 'active',
|
|
1204
1242
|
ARCHIVED = 'archived',
|
|
@@ -1301,6 +1339,16 @@ export enum MatiasItemType {
|
|
|
1301
1339
|
DIGITAL = 'digital',
|
|
1302
1340
|
}
|
|
1303
1341
|
|
|
1342
|
+
export enum MichaelyanItemType {
|
|
1343
|
+
PHYSICAL = 'physical',
|
|
1344
|
+
DIGITAL = 'digital',
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
export enum MiljenkoItemType {
|
|
1348
|
+
PHYSICAL = 'physical',
|
|
1349
|
+
DIGITAL = 'digital',
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1304
1352
|
export enum MixedBagWeight {
|
|
1305
1353
|
LEAST_MIXED = '0',
|
|
1306
1354
|
PARTIALLY_MIXED = '1',
|
|
@@ -1377,6 +1425,7 @@ export enum OnboardingStateSource {
|
|
|
1377
1425
|
UNIT_TEST = 'unit_test',
|
|
1378
1426
|
API = 'api',
|
|
1379
1427
|
API_ACTIVATION = 'api_activation',
|
|
1428
|
+
API_REJECT = 'api_reject',
|
|
1380
1429
|
AUDIT_AUTO_ACTIVATION = 'audit_auto_activation',
|
|
1381
1430
|
API_DEACTIVATION = 'api_deactivation',
|
|
1382
1431
|
API_SANDBOX_SETUP = 'api_sandbox_setup',
|
|
@@ -1643,11 +1692,15 @@ export enum ReportStatus {
|
|
|
1643
1692
|
|
|
1644
1693
|
export enum ReportType {
|
|
1645
1694
|
SALES_RECORD = 'sales_record',
|
|
1695
|
+
REFUND_RECORD = 'refund_record',
|
|
1696
|
+
OTHER_RECORD = 'other_record',
|
|
1697
|
+
PENDING_RECORD = 'pending_record',
|
|
1646
1698
|
TRUEUP_OVERVIEW = 'trueup_overview',
|
|
1647
1699
|
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = 'non_channel_payment_bank_account',
|
|
1648
1700
|
SCHEDULED_PAYMENT = 'scheduled_payment',
|
|
1649
1701
|
ACCOUNT_QUARTERLY_BALANCES = 'account_quarterly_balances',
|
|
1650
1702
|
INVARIANTS = 'invariants',
|
|
1703
|
+
PAYMENTS = 'payments',
|
|
1651
1704
|
}
|
|
1652
1705
|
|
|
1653
1706
|
export enum ReportingFulfillmentIsVirtual {
|
|
@@ -1706,11 +1759,6 @@ export enum RiskEvaluation {
|
|
|
1706
1759
|
NONE = 'none',
|
|
1707
1760
|
}
|
|
1708
1761
|
|
|
1709
|
-
export enum Scope {
|
|
1710
|
-
ORGANIZATION = 'organization',
|
|
1711
|
-
GLOBAL = 'global',
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
1762
|
export enum SerialReservationError {
|
|
1715
1763
|
DURATION_TOO_LONG = 'duration_too_long',
|
|
1716
1764
|
ITEMS_NOT_FOUND = 'items_not_found',
|
|
@@ -1836,12 +1884,6 @@ export enum ShrutiDemoType {
|
|
|
1836
1884
|
PHYSICAL = 'physical',
|
|
1837
1885
|
}
|
|
1838
1886
|
|
|
1839
|
-
export enum SignificanceAction {
|
|
1840
|
-
END_AND_IMPLEMENT_WINNER = 'end_and_implement_winner',
|
|
1841
|
-
END_AND_REVERT = 'end_and_revert',
|
|
1842
|
-
DO_NOTHING = 'do_nothing',
|
|
1843
|
-
}
|
|
1844
|
-
|
|
1845
1887
|
export enum SimpleRoundingStrategy {
|
|
1846
1888
|
NO_ROUNDING = 'no_rounding',
|
|
1847
1889
|
CURRENCY_PRECISION = 'currency_precision',
|
|
@@ -1878,14 +1920,6 @@ export enum StatisticType {
|
|
|
1878
1920
|
RATE_FRESHNESS = 'rate-freshness',
|
|
1879
1921
|
}
|
|
1880
1922
|
|
|
1881
|
-
export enum Status {
|
|
1882
|
-
DRAFT = 'draft',
|
|
1883
|
-
SCHEDULED = 'scheduled',
|
|
1884
|
-
LIVE = 'live',
|
|
1885
|
-
ENDED = 'ended',
|
|
1886
|
-
ARCHIVED = 'archived',
|
|
1887
|
-
}
|
|
1888
|
-
|
|
1889
1923
|
export enum SubscriptionFrequency {
|
|
1890
1924
|
YEARLY = 'yearly',
|
|
1891
1925
|
MONTHLY = 'monthly',
|
|
@@ -1921,6 +1955,13 @@ export enum TaskProcessorKey {
|
|
|
1921
1955
|
CENTER_DEFAULTS = 'center_defaults',
|
|
1922
1956
|
}
|
|
1923
1957
|
|
|
1958
|
+
export enum TaxAndDutyInclusivitySetting {
|
|
1959
|
+
DUTY_EXCLUSIVE_TAX_EXCLUSIVE = 'duty_exclusive_tax_exclusive',
|
|
1960
|
+
DUTY_INCLUSIVE_TAX_EXCLUSIVE = 'duty_inclusive_tax_exclusive',
|
|
1961
|
+
DUTY_EXCLUSIVE_TAX_INCLUSIVE = 'duty_exclusive_tax_inclusive',
|
|
1962
|
+
DUTY_INCLUSIVE_TAX_INCLUSIVE = 'duty_inclusive_tax_inclusive',
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1924
1965
|
export enum TaxCalculationErrorCode {
|
|
1925
1966
|
GENERIC_ERROR = 'generic_error',
|
|
1926
1967
|
OUTSIDE_OF_JURISDICTION = 'outside_of_jurisdiction',
|
|
@@ -1939,11 +1980,9 @@ export enum TaxTransactionType {
|
|
|
1939
1980
|
TAX = 'tax',
|
|
1940
1981
|
}
|
|
1941
1982
|
|
|
1942
|
-
export enum
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
MONTHLY = 'monthly',
|
|
1946
|
-
YEARLY = 'yearly',
|
|
1983
|
+
export enum ThiagoItemType {
|
|
1984
|
+
DIGITAL = 'digital',
|
|
1985
|
+
PHYSICAL = 'physical',
|
|
1947
1986
|
}
|
|
1948
1987
|
|
|
1949
1988
|
export enum TrackingIntegrationType {
|