@flowio/api-internal-constants 4.18.61 → 4.18.63
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 +33 -31
- package/dist/api-internal.js +41 -36
- package/package.json +2 -2
- package/src/api-internal.ts +35 -30
package/dist/api-internal.d.ts
CHANGED
|
@@ -36,6 +36,10 @@ export declare enum AutoRestrictRule {
|
|
|
36
36
|
DRUGS = "prr-f29c26dc09e04536bc77f9c32786ed70",
|
|
37
37
|
KNIVES = "prr-b186129720f0446eb452a68518437c95"
|
|
38
38
|
}
|
|
39
|
+
export declare enum BankPaymentPromiseCompletedMethod {
|
|
40
|
+
CREDIT = "credit",
|
|
41
|
+
TIME = "time"
|
|
42
|
+
}
|
|
39
43
|
export declare enum BankPaymentStatusCode {
|
|
40
44
|
SCHEDULED = "scheduled",
|
|
41
45
|
SENT = "sent",
|
|
@@ -160,7 +164,11 @@ export declare enum BillingMetricKey {
|
|
|
160
164
|
PERCENTAGE_BANK_ACCOUNT_UPDATES = "percentage_bank_account_updates",
|
|
161
165
|
PERCENTAGE_BANK_ACCOUNT_UNIQUE_UPDATES = "percentage_bank_account_unique_updates",
|
|
162
166
|
NEGATIVE_BALANCE_NUMBER_ACCOUNTS = "negative_balance_number_accounts",
|
|
167
|
+
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS = "negative_balance_number_accounts_with_order_in_past_30_days",
|
|
168
|
+
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS = "negative_balance_number_accounts_without_order_in_past_30_days",
|
|
163
169
|
NEGATIVE_BALANCE_TOTAL = "negative_balance_total",
|
|
170
|
+
NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS = "negative_balance_total_with_order_in_past_30_days",
|
|
171
|
+
NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS = "negative_balance_total_without_order_in_past_30_days",
|
|
164
172
|
NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX = "negative_balance_single_account_max"
|
|
165
173
|
}
|
|
166
174
|
export declare enum BillingStatementAttachmentKey {
|
|
@@ -296,7 +304,9 @@ export declare enum ChannelOrderAcceptanceRejectionReason {
|
|
|
296
304
|
export declare enum ChannelOrderAcceptanceStatus {
|
|
297
305
|
ACCEPTED = "accepted",
|
|
298
306
|
REJECTED = "rejected",
|
|
299
|
-
REVIEW = "review"
|
|
307
|
+
REVIEW = "review",
|
|
308
|
+
EDIT_REVIEW = "edit_review",
|
|
309
|
+
EDIT_ACCEPTED = "edit_accepted"
|
|
300
310
|
}
|
|
301
311
|
export declare enum ChannelOrderFulfillmentStatusCode {
|
|
302
312
|
UNFULFILLED = "unfulfilled",
|
|
@@ -741,6 +751,10 @@ export declare enum CheckoutUrlType {
|
|
|
741
751
|
export declare enum ClassificationErrorCode {
|
|
742
752
|
GENERIC_ERROR = "generic_error"
|
|
743
753
|
}
|
|
754
|
+
export declare enum ColmItemType {
|
|
755
|
+
PHYSICAL = "physical",
|
|
756
|
+
DIGITAL = "digital"
|
|
757
|
+
}
|
|
744
758
|
export declare enum ComplianceType {
|
|
745
759
|
WEEE = "weee"
|
|
746
760
|
}
|
|
@@ -1055,6 +1069,8 @@ export declare enum EventType {
|
|
|
1055
1069
|
CENTER_DEFAULTS_UPSERTED = "center_defaults_upserted",
|
|
1056
1070
|
CENTER_DEFAULTS_DELETED = "center_defaults_deleted",
|
|
1057
1071
|
PREGENERATED_REQUEST_EVENT = "pregenerated_request_event",
|
|
1072
|
+
QUOTE_UPSERTED = "quote_upserted",
|
|
1073
|
+
QUOTE_DELETED = "quote_deleted",
|
|
1058
1074
|
ALL_ITEMS_EXPORT = "all_items_export",
|
|
1059
1075
|
HARMONIZED_ITEMS_HS_6_EXPORT = "harmonized_items_hs6_export",
|
|
1060
1076
|
UNHARMONIZED_ITEMS_EXPORT = "unharmonized_items_export",
|
|
@@ -1205,6 +1221,12 @@ export declare enum EventType {
|
|
|
1205
1221
|
SVB_VIRTUAL_CARD_CLEARING_DELETED = "svb_virtual_card_clearing_deleted",
|
|
1206
1222
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = "liability_remittance_plan_upserted",
|
|
1207
1223
|
LIABILITY_REMITTANCE_PLAN_DELETED = "liability_remittance_plan_deleted",
|
|
1224
|
+
SVITLANA_ITEM_UPSERTED = "svitlana_item_upserted",
|
|
1225
|
+
SVITLANA_ITEM_DELETED = "svitlana_item_deleted",
|
|
1226
|
+
COLM_ITEM_UPSERTED = "colm_item_upserted",
|
|
1227
|
+
COLM_ITEM_DELETED = "colm_item_deleted",
|
|
1228
|
+
SHRUTI_DEMO_ITEM_UPSERTED = "shruti_demo_item_upserted",
|
|
1229
|
+
SHRUTI_DEMO_ITEM_DELETED = "shruti_demo_item_deleted",
|
|
1208
1230
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = "tracking_label_event_upserted_v2",
|
|
1209
1231
|
TRACKING_LABEL_EVENT_DELETED_V_2 = "tracking_label_event_deleted_v2",
|
|
1210
1232
|
TRACKING_LABEL_UPSERTED = "tracking_label_upserted",
|
|
@@ -1403,7 +1425,8 @@ export declare enum ManualTransactionCategory {
|
|
|
1403
1425
|
SHIPPING_TRUE_UP = "shipping_true_up",
|
|
1404
1426
|
TAX_CREDIT = "tax_credit",
|
|
1405
1427
|
CARRIER_CREDIT = "carrier_credit",
|
|
1406
|
-
NEGATIVE_BALANCE_GUARANTEE = "negative_balance_guarantee"
|
|
1428
|
+
NEGATIVE_BALANCE_GUARANTEE = "negative_balance_guarantee",
|
|
1429
|
+
BANK_PAYMENT_FAILURE = "bank_payment_failure"
|
|
1407
1430
|
}
|
|
1408
1431
|
export declare enum MarketingGatewayAccountConnectionStatus {
|
|
1409
1432
|
NOT_CONNECTED = "not_connected",
|
|
@@ -1714,35 +1737,6 @@ export declare enum PromptTarget {
|
|
|
1714
1737
|
BROWSE = "browse",
|
|
1715
1738
|
CHECKOUT = "checkout"
|
|
1716
1739
|
}
|
|
1717
|
-
export declare enum QueuedRecordType {
|
|
1718
|
-
CAPTURE = "capture",
|
|
1719
|
-
CHANNEL_TRANSACTION = "channel_transaction",
|
|
1720
|
-
CONSUMER_INVOICE = "consumer_invoice",
|
|
1721
|
-
FULFILLMENT_IN_TRANSIT = "fulfillment_in_transit",
|
|
1722
|
-
FULFILLMENT_SHIPPING_NOTIFICATION = "fulfillment_shipping_notification",
|
|
1723
|
-
FULFILLMENT_EXTERNAL = "fulfillment_external",
|
|
1724
|
-
FULFILLMENT_ORDER_COMBINED_SHIPMENT = "fulfillment_order_combined_shipment",
|
|
1725
|
-
FULFILLMENT_ORDER_TIME = "fulfillment_order_time",
|
|
1726
|
-
RETURN_REFUND = "return_refund",
|
|
1727
|
-
LABEL_TRACKING_SUMMARY = "label_tracking_summary",
|
|
1728
|
-
LABEL_INVOICE_REQUEST = "label_invoice_request",
|
|
1729
|
-
CARRIER_CHARGE = "carrier_charge",
|
|
1730
|
-
CARRIER_CHARGE_FILE = "carrier_charge_file",
|
|
1731
|
-
ORDER = "order",
|
|
1732
|
-
ORDER_IDENTIFIER = "order_identifier",
|
|
1733
|
-
ORGANIZATION_ONBOARDING_STATE = "organization_onboarding_state",
|
|
1734
|
-
POSTING_PROOF = "posting_proof",
|
|
1735
|
-
REFUND = "refund",
|
|
1736
|
-
REFUND_OVER_CAPTURE = "refund_over_capture",
|
|
1737
|
-
SALES_RECORD = "sales_record",
|
|
1738
|
-
REFUND_RECORD = "refund_record",
|
|
1739
|
-
STATEMENT_BATCH = "statement_batch",
|
|
1740
|
-
STATEMENT_EMAIL = "statement_email",
|
|
1741
|
-
STATEMENT_SUMMARY_EMAIL = "statement_summary_email",
|
|
1742
|
-
PENDING_PAYOUT_TRANSACTION_EVENT = "pending_payout_transaction_event",
|
|
1743
|
-
CREDIT_AND_SUBSIDY = "credit_and_subsidy",
|
|
1744
|
-
NEGATIVE_BALANCE_GUARANTEE = "negative_balance_guarantee"
|
|
1745
|
-
}
|
|
1746
1740
|
export declare enum QuoteRequestType {
|
|
1747
1741
|
GENERATE = "generate",
|
|
1748
1742
|
DELETE = "delete",
|
|
@@ -1943,6 +1937,10 @@ export declare enum ShopifyService {
|
|
|
1943
1937
|
PAYMENT = "payment",
|
|
1944
1938
|
DUTY_TAX_CALCULATOR = "duty_tax_calculator"
|
|
1945
1939
|
}
|
|
1940
|
+
export declare enum ShrutiDemoType {
|
|
1941
|
+
DIGITAL = "digital",
|
|
1942
|
+
PHYSICAL = "physical"
|
|
1943
|
+
}
|
|
1946
1944
|
export declare enum SignificanceAction {
|
|
1947
1945
|
END_AND_IMPLEMENT_WINNER = "end_and_implement_winner",
|
|
1948
1946
|
END_AND_REVERT = "end_and_revert",
|
|
@@ -1993,6 +1991,10 @@ export declare enum SuggestionAction {
|
|
|
1993
1991
|
VALIDATE = "validate",
|
|
1994
1992
|
REVIEW = "review"
|
|
1995
1993
|
}
|
|
1994
|
+
export declare enum SvitlanaType {
|
|
1995
|
+
PHYSICAL = "physical",
|
|
1996
|
+
DIGITAL = "digital"
|
|
1997
|
+
}
|
|
1996
1998
|
export declare enum TariffEligibilityType {
|
|
1997
1999
|
REX = "rex"
|
|
1998
2000
|
}
|
package/dist/api-internal.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingIntegrationType = exports.TimeseriesType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.Status = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.SignificanceAction = exports.ShopifyService = exports.ShopifyPromotionStatus = exports.ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOfferAllocationMethod = exports.ShopifyPromotionBehavior = exports.ShopifyMonitoringTrackingField = exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyGrantStatus = exports.ShopifyCheckInventoryErrorCode = void 0;
|
|
3
|
+
exports.CheckoutCreateByOrderQuoteErrorCode = exports.CheckoutCreateByCartTokenErrorCode = exports.CheckoutCreateAuthorizationErrorCode = exports.CheckoutCreateAuthorizationDetailsErrorCode = exports.CheckoutConnectBySessionErrorCode = exports.CheckoutConnectByOrderQuoteErrorCode = exports.CheckoutAssetType = exports.CheckoutAddressType = exports.CheckoutAddressSource = exports.CheckoutAddPaymentDetailsErrorCode = exports.CheckoutAddOrderIdentifierErrorCode = exports.CheckoutAddLineErrorCode = exports.CheckoutAddGiftCardErrorCode = exports.CheckoutAddGiftCardAndPromotionCodeErrorCode = exports.CheckoutAddAuthorizationErrorCode = 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.CarrierChargeTransactionType = exports.CalculatorEngine = exports.BrowserBundleErrorCode = exports.BlazeCheckoutStep = exports.BlazeCheckoutEvent = exports.BillingTransactionType = exports.BillingTransactionStatus = exports.BillingStatementBatchFileKey = 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 = void 0;
|
|
4
|
+
exports.CheckoutSetLinesErrorCode = exports.CheckoutSetLineQuantityErrorCode = exports.CheckoutSetLineAttributesErrorCode = exports.CheckoutSetLanguageErrorCode = exports.CheckoutSetDeliveryOptionErrorCode = exports.CheckoutSetCurrencyErrorCode = exports.CheckoutSetContactPhoneErrorCode = exports.CheckoutSetContactEmailErrorCode = exports.CheckoutSetAddressStreetErrorCode = exports.CheckoutSetAddressSourceErrorCode = exports.CheckoutSetAddressProvinceErrorCode = exports.CheckoutSetAddressPostalErrorCode = exports.CheckoutSetAddressNameErrorCode = exports.CheckoutSetAddressLastNameErrorCode = exports.CheckoutSetAddressFirstNameErrorCode = exports.CheckoutSetAddressCountryErrorCode = exports.CheckoutSetAddressCityErrorCode = exports.CheckoutSelectAddressBookContactErrorCode = exports.CheckoutSaveAddressBookErrorCode = exports.CheckoutRedirectMethod = exports.CheckoutPromptBehavior = exports.CheckoutPaymentRedirectMethod = exports.CheckoutPaymentGroupType = exports.CheckoutPaymentAuthorizationParametersErrorCode = exports.CheckoutLineErrorCode = exports.CheckoutInitiatePaymentErrorCode = exports.CheckoutInfoTranslationsKeyField = exports.CheckoutInfoPaymentsFormDataKeyField = exports.CheckoutInfoPaymentDetailsKeyField = exports.CheckoutInfoOrderSummaryKeyField = exports.CheckoutInfoNationalIdNumberConfigurationFormDataKeyField = exports.CheckoutInfoDeliveriesFormDataKeyField = exports.CheckoutInfoContentKeyField = exports.CheckoutInfoAddressPredictionsKeyField = exports.CheckoutInfoAddressConfigurationFormDataKeyField = exports.CheckoutInfoAddressBookContactsKeyField = exports.CheckoutHttpSequencedRequestErrorCode = exports.CheckoutGetErrorCode = exports.CheckoutGetAddressPredictionErrorCode = exports.CheckoutFeaturesErrorCode = exports.CheckoutErrorCode = exports.CheckoutDeletePromotionCodeErrorCode = exports.CheckoutDeletePaymentSourceErrorCode = exports.CheckoutDeletePaymentErrorCode = exports.CheckoutDeleteLineErrorCode = exports.CheckoutDeleteAddressStreetErrorCode = exports.CheckoutDeleteAddressBookContactErrorCode = exports.CheckoutCreateBySessionErrorCode = exports.CheckoutCreateBySessionByOrderErrorCode = exports.CheckoutCreateBySessionByCustomerTokenErrorCode = void 0;
|
|
5
|
+
exports.FinancialReportingResponsibleParty = exports.FeesSource = exports.FeatureType = exports.FeatureStatus = exports.FeatureScope = exports.ExportContentType = exports.ExperimentDiscriminatorKey = exports.ExperienceOrderActionTrigger = exports.ExperienceOrderAction = exports.ExperienceImportType = exports.EventType = exports.ErpFileType = exports.EmptyAttribute = exports.DutyTransactionType = exports.DutySimpleExpressionType = exports.DutySelectionRule = exports.DutyRateUnitOfMeasure = exports.DutyRateSource = exports.DutyExemptItemTypes = exports.DutyCompoundExpressionType = exports.DisputeType = exports.DisputeTransactionType = exports.DisputeStatus = exports.DisputeProcessor = exports.DisputeLiability = exports.DisputeImportType = exports.DisputeImportStatus = exports.DisputeEvidence = exports.DisputeCategory = exports.DisputeBillable = exports.DiscountRequestOrderEntitlementKey = exports.DeminimisAdjustmentType = exports.DeliveredDutyOptionMessageType = exports.DebugAccountingTransactionType = exports.CrossdockTrackingStatus = exports.ContentTypeCast = exports.ContentType = exports.ContentStatus = exports.ContentElementType = exports.ComplianceType = exports.ColmItemType = exports.ClassificationErrorCode = exports.CheckoutUrlType = exports.CheckoutSubmitErrorCode = exports.CheckoutShippingMethodPromptBehavior = exports.CheckoutSetPromotionCodeErrorCode = exports.CheckoutSetPaymentSourceErrorCode = exports.CheckoutSetOptinPromptErrorCode = exports.CheckoutSetNationalIdNumberErrorCode = exports.CheckoutSetLocaleErrorCode = void 0;
|
|
6
|
+
exports.OrderAttributeIntent = exports.OrderAction = exports.OnboardingStateSource = exports.OnboardingAutomationTaskState = exports.OnboardingAutomationProcessState = exports.OnboardingAuditThemeKey = exports.OnboardingAuditResult = exports.OnboardingAuditMessageLevel = exports.NoLiabilityReasonCode = exports.NatureOfSale = exports.MixedBagWeight = exports.MarketingGatewaySchemaCompatibility = exports.MarketingGatewayProductStatus = exports.MarketingGatewayPlatform = exports.MarketingGatewayFeedState = exports.MarketingGatewayFeedDownloadFormat = exports.MarketingGatewayFacebookTokenStatus = exports.MarketingGatewayErrorCode = exports.MarketingGatewayChannelStatus = exports.MarketingGatewayChannelIntegrationType = exports.MarketingGatewayAccountConnectionStatus = exports.ManualTransactionCategory = exports.ManualReviewRuleStatus = exports.MainTransactionStatus = exports.LogisticsResponsibility = exports.LiabilityType = exports.LabelTransactionType = exports.LabelRequestErrorHandlingResponsibility = exports.LabelGenerationAddressFailureStatus = exports.LabelCreationStatus = exports.LabelCancellationErrorCode = exports.LabelBillingStrategy = exports.KeywordType = exports.ItemType = exports.ItemQuantityAction = exports.ItemHarmonizationStatus = exports.ItemClassificationStatus = exports.ItemClassificationAction = exports.InventoryReservation = exports.InventoryCheckService = exports.InitialInputDataSource = exports.HttpMethod = exports.GoogleAnalyticsPlugin = exports.FtpProtocol = exports.FtpIntent = exports.FraudReviewResponsibleParty = exports.FraudProviderStatus = exports.FraudProvider = exports.Format = exports.FlowApp = void 0;
|
|
7
|
+
exports.ServiceName = exports.SerialReservationError = exports.Scope = exports.RiskEvaluation = exports.RiskCheck = exports.RevenueRecordType = exports.RestrictionStatus = exports.RestrictionDecision = exports.RestrictionAction = exports.ResponsibleParty = exports.ReportingScheme = exports.ReportingFulfillmentIsVirtual = exports.ReportType = exports.ReportStatus = exports.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.PregenDataKeyField = exports.PreferredBillingSchedule = exports.PaymentTerm = exports.PaymentSummaryType = exports.PaymentSummaryStatus = exports.Owner = exports.OutputStyle = exports.OrganizationRestrictionScreeningStatus = exports.OrganizationRestrictionRiskLevel = exports.OrganizationRestrictionReviewType = exports.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = exports.OrganizationPaymentStatus = exports.OrganizationMetricType = exports.OrganizationCapability = exports.OrderTransactionType = exports.OrderLifecycleEvent = exports.OrderChargeTrigger = exports.OrderCancellationInitiatedBy = void 0;
|
|
8
|
+
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingIntegrationType = exports.TimeseriesType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SvitlanaType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.Status = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.SignificanceAction = exports.ShrutiDemoType = exports.ShopifyService = exports.ShopifyPromotionStatus = exports.ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOfferAllocationMethod = exports.ShopifyPromotionBehavior = exports.ShopifyMonitoringTrackingField = exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyGrantStatus = exports.ShopifyCheckInventoryErrorCode = exports.SessionCountryStatus = void 0;
|
|
9
9
|
var AccountSettingLiabilitiesMethod;
|
|
10
10
|
(function (AccountSettingLiabilitiesMethod) {
|
|
11
11
|
AccountSettingLiabilitiesMethod["WITHHOLDING"] = "withholding";
|
|
@@ -52,6 +52,11 @@ var AutoRestrictRule;
|
|
|
52
52
|
AutoRestrictRule["DRUGS"] = "prr-f29c26dc09e04536bc77f9c32786ed70";
|
|
53
53
|
AutoRestrictRule["KNIVES"] = "prr-b186129720f0446eb452a68518437c95";
|
|
54
54
|
})(AutoRestrictRule = exports.AutoRestrictRule || (exports.AutoRestrictRule = {}));
|
|
55
|
+
var BankPaymentPromiseCompletedMethod;
|
|
56
|
+
(function (BankPaymentPromiseCompletedMethod) {
|
|
57
|
+
BankPaymentPromiseCompletedMethod["CREDIT"] = "credit";
|
|
58
|
+
BankPaymentPromiseCompletedMethod["TIME"] = "time";
|
|
59
|
+
})(BankPaymentPromiseCompletedMethod = exports.BankPaymentPromiseCompletedMethod || (exports.BankPaymentPromiseCompletedMethod = {}));
|
|
55
60
|
var BankPaymentStatusCode;
|
|
56
61
|
(function (BankPaymentStatusCode) {
|
|
57
62
|
BankPaymentStatusCode["SCHEDULED"] = "scheduled";
|
|
@@ -179,7 +184,11 @@ var BillingMetricKey;
|
|
|
179
184
|
BillingMetricKey["PERCENTAGE_BANK_ACCOUNT_UPDATES"] = "percentage_bank_account_updates";
|
|
180
185
|
BillingMetricKey["PERCENTAGE_BANK_ACCOUNT_UNIQUE_UPDATES"] = "percentage_bank_account_unique_updates";
|
|
181
186
|
BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS"] = "negative_balance_number_accounts";
|
|
187
|
+
BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS"] = "negative_balance_number_accounts_with_order_in_past_30_days";
|
|
188
|
+
BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS"] = "negative_balance_number_accounts_without_order_in_past_30_days";
|
|
182
189
|
BillingMetricKey["NEGATIVE_BALANCE_TOTAL"] = "negative_balance_total";
|
|
190
|
+
BillingMetricKey["NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS"] = "negative_balance_total_with_order_in_past_30_days";
|
|
191
|
+
BillingMetricKey["NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS"] = "negative_balance_total_without_order_in_past_30_days";
|
|
183
192
|
BillingMetricKey["NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX"] = "negative_balance_single_account_max";
|
|
184
193
|
})(BillingMetricKey = exports.BillingMetricKey || (exports.BillingMetricKey = {}));
|
|
185
194
|
var BillingStatementAttachmentKey;
|
|
@@ -333,6 +342,8 @@ var ChannelOrderAcceptanceStatus;
|
|
|
333
342
|
ChannelOrderAcceptanceStatus["ACCEPTED"] = "accepted";
|
|
334
343
|
ChannelOrderAcceptanceStatus["REJECTED"] = "rejected";
|
|
335
344
|
ChannelOrderAcceptanceStatus["REVIEW"] = "review";
|
|
345
|
+
ChannelOrderAcceptanceStatus["EDIT_REVIEW"] = "edit_review";
|
|
346
|
+
ChannelOrderAcceptanceStatus["EDIT_ACCEPTED"] = "edit_accepted";
|
|
336
347
|
})(ChannelOrderAcceptanceStatus = exports.ChannelOrderAcceptanceStatus || (exports.ChannelOrderAcceptanceStatus = {}));
|
|
337
348
|
var ChannelOrderFulfillmentStatusCode;
|
|
338
349
|
(function (ChannelOrderFulfillmentStatusCode) {
|
|
@@ -857,6 +868,11 @@ var ClassificationErrorCode;
|
|
|
857
868
|
(function (ClassificationErrorCode) {
|
|
858
869
|
ClassificationErrorCode["GENERIC_ERROR"] = "generic_error";
|
|
859
870
|
})(ClassificationErrorCode = exports.ClassificationErrorCode || (exports.ClassificationErrorCode = {}));
|
|
871
|
+
var ColmItemType;
|
|
872
|
+
(function (ColmItemType) {
|
|
873
|
+
ColmItemType["PHYSICAL"] = "physical";
|
|
874
|
+
ColmItemType["DIGITAL"] = "digital";
|
|
875
|
+
})(ColmItemType = exports.ColmItemType || (exports.ColmItemType = {}));
|
|
860
876
|
var ComplianceType;
|
|
861
877
|
(function (ComplianceType) {
|
|
862
878
|
ComplianceType["WEEE"] = "weee";
|
|
@@ -1201,6 +1217,8 @@ var EventType;
|
|
|
1201
1217
|
EventType["CENTER_DEFAULTS_UPSERTED"] = "center_defaults_upserted";
|
|
1202
1218
|
EventType["CENTER_DEFAULTS_DELETED"] = "center_defaults_deleted";
|
|
1203
1219
|
EventType["PREGENERATED_REQUEST_EVENT"] = "pregenerated_request_event";
|
|
1220
|
+
EventType["QUOTE_UPSERTED"] = "quote_upserted";
|
|
1221
|
+
EventType["QUOTE_DELETED"] = "quote_deleted";
|
|
1204
1222
|
EventType["ALL_ITEMS_EXPORT"] = "all_items_export";
|
|
1205
1223
|
EventType["HARMONIZED_ITEMS_HS_6_EXPORT"] = "harmonized_items_hs6_export";
|
|
1206
1224
|
EventType["UNHARMONIZED_ITEMS_EXPORT"] = "unharmonized_items_export";
|
|
@@ -1351,6 +1369,12 @@ var EventType;
|
|
|
1351
1369
|
EventType["SVB_VIRTUAL_CARD_CLEARING_DELETED"] = "svb_virtual_card_clearing_deleted";
|
|
1352
1370
|
EventType["LIABILITY_REMITTANCE_PLAN_UPSERTED"] = "liability_remittance_plan_upserted";
|
|
1353
1371
|
EventType["LIABILITY_REMITTANCE_PLAN_DELETED"] = "liability_remittance_plan_deleted";
|
|
1372
|
+
EventType["SVITLANA_ITEM_UPSERTED"] = "svitlana_item_upserted";
|
|
1373
|
+
EventType["SVITLANA_ITEM_DELETED"] = "svitlana_item_deleted";
|
|
1374
|
+
EventType["COLM_ITEM_UPSERTED"] = "colm_item_upserted";
|
|
1375
|
+
EventType["COLM_ITEM_DELETED"] = "colm_item_deleted";
|
|
1376
|
+
EventType["SHRUTI_DEMO_ITEM_UPSERTED"] = "shruti_demo_item_upserted";
|
|
1377
|
+
EventType["SHRUTI_DEMO_ITEM_DELETED"] = "shruti_demo_item_deleted";
|
|
1354
1378
|
EventType["TRACKING_LABEL_EVENT_UPSERTED_V_2"] = "tracking_label_event_upserted_v2";
|
|
1355
1379
|
EventType["TRACKING_LABEL_EVENT_DELETED_V_2"] = "tracking_label_event_deleted_v2";
|
|
1356
1380
|
EventType["TRACKING_LABEL_UPSERTED"] = "tracking_label_upserted";
|
|
@@ -1589,6 +1613,7 @@ var ManualTransactionCategory;
|
|
|
1589
1613
|
ManualTransactionCategory["TAX_CREDIT"] = "tax_credit";
|
|
1590
1614
|
ManualTransactionCategory["CARRIER_CREDIT"] = "carrier_credit";
|
|
1591
1615
|
ManualTransactionCategory["NEGATIVE_BALANCE_GUARANTEE"] = "negative_balance_guarantee";
|
|
1616
|
+
ManualTransactionCategory["BANK_PAYMENT_FAILURE"] = "bank_payment_failure";
|
|
1592
1617
|
})(ManualTransactionCategory = exports.ManualTransactionCategory || (exports.ManualTransactionCategory = {}));
|
|
1593
1618
|
var MarketingGatewayAccountConnectionStatus;
|
|
1594
1619
|
(function (MarketingGatewayAccountConnectionStatus) {
|
|
@@ -1949,36 +1974,6 @@ var PromptTarget;
|
|
|
1949
1974
|
PromptTarget["BROWSE"] = "browse";
|
|
1950
1975
|
PromptTarget["CHECKOUT"] = "checkout";
|
|
1951
1976
|
})(PromptTarget = exports.PromptTarget || (exports.PromptTarget = {}));
|
|
1952
|
-
var QueuedRecordType;
|
|
1953
|
-
(function (QueuedRecordType) {
|
|
1954
|
-
QueuedRecordType["CAPTURE"] = "capture";
|
|
1955
|
-
QueuedRecordType["CHANNEL_TRANSACTION"] = "channel_transaction";
|
|
1956
|
-
QueuedRecordType["CONSUMER_INVOICE"] = "consumer_invoice";
|
|
1957
|
-
QueuedRecordType["FULFILLMENT_IN_TRANSIT"] = "fulfillment_in_transit";
|
|
1958
|
-
QueuedRecordType["FULFILLMENT_SHIPPING_NOTIFICATION"] = "fulfillment_shipping_notification";
|
|
1959
|
-
QueuedRecordType["FULFILLMENT_EXTERNAL"] = "fulfillment_external";
|
|
1960
|
-
QueuedRecordType["FULFILLMENT_ORDER_COMBINED_SHIPMENT"] = "fulfillment_order_combined_shipment";
|
|
1961
|
-
QueuedRecordType["FULFILLMENT_ORDER_TIME"] = "fulfillment_order_time";
|
|
1962
|
-
QueuedRecordType["RETURN_REFUND"] = "return_refund";
|
|
1963
|
-
QueuedRecordType["LABEL_TRACKING_SUMMARY"] = "label_tracking_summary";
|
|
1964
|
-
QueuedRecordType["LABEL_INVOICE_REQUEST"] = "label_invoice_request";
|
|
1965
|
-
QueuedRecordType["CARRIER_CHARGE"] = "carrier_charge";
|
|
1966
|
-
QueuedRecordType["CARRIER_CHARGE_FILE"] = "carrier_charge_file";
|
|
1967
|
-
QueuedRecordType["ORDER"] = "order";
|
|
1968
|
-
QueuedRecordType["ORDER_IDENTIFIER"] = "order_identifier";
|
|
1969
|
-
QueuedRecordType["ORGANIZATION_ONBOARDING_STATE"] = "organization_onboarding_state";
|
|
1970
|
-
QueuedRecordType["POSTING_PROOF"] = "posting_proof";
|
|
1971
|
-
QueuedRecordType["REFUND"] = "refund";
|
|
1972
|
-
QueuedRecordType["REFUND_OVER_CAPTURE"] = "refund_over_capture";
|
|
1973
|
-
QueuedRecordType["SALES_RECORD"] = "sales_record";
|
|
1974
|
-
QueuedRecordType["REFUND_RECORD"] = "refund_record";
|
|
1975
|
-
QueuedRecordType["STATEMENT_BATCH"] = "statement_batch";
|
|
1976
|
-
QueuedRecordType["STATEMENT_EMAIL"] = "statement_email";
|
|
1977
|
-
QueuedRecordType["STATEMENT_SUMMARY_EMAIL"] = "statement_summary_email";
|
|
1978
|
-
QueuedRecordType["PENDING_PAYOUT_TRANSACTION_EVENT"] = "pending_payout_transaction_event";
|
|
1979
|
-
QueuedRecordType["CREDIT_AND_SUBSIDY"] = "credit_and_subsidy";
|
|
1980
|
-
QueuedRecordType["NEGATIVE_BALANCE_GUARANTEE"] = "negative_balance_guarantee";
|
|
1981
|
-
})(QueuedRecordType = exports.QueuedRecordType || (exports.QueuedRecordType = {}));
|
|
1982
1977
|
var QuoteRequestType;
|
|
1983
1978
|
(function (QuoteRequestType) {
|
|
1984
1979
|
QuoteRequestType["GENERATE"] = "generate";
|
|
@@ -2214,6 +2209,11 @@ var ShopifyService;
|
|
|
2214
2209
|
ShopifyService["PAYMENT"] = "payment";
|
|
2215
2210
|
ShopifyService["DUTY_TAX_CALCULATOR"] = "duty_tax_calculator";
|
|
2216
2211
|
})(ShopifyService = exports.ShopifyService || (exports.ShopifyService = {}));
|
|
2212
|
+
var ShrutiDemoType;
|
|
2213
|
+
(function (ShrutiDemoType) {
|
|
2214
|
+
ShrutiDemoType["DIGITAL"] = "digital";
|
|
2215
|
+
ShrutiDemoType["PHYSICAL"] = "physical";
|
|
2216
|
+
})(ShrutiDemoType = exports.ShrutiDemoType || (exports.ShrutiDemoType = {}));
|
|
2217
2217
|
var SignificanceAction;
|
|
2218
2218
|
(function (SignificanceAction) {
|
|
2219
2219
|
SignificanceAction["END_AND_IMPLEMENT_WINNER"] = "end_and_implement_winner";
|
|
@@ -2274,6 +2274,11 @@ var SuggestionAction;
|
|
|
2274
2274
|
SuggestionAction["VALIDATE"] = "validate";
|
|
2275
2275
|
SuggestionAction["REVIEW"] = "review";
|
|
2276
2276
|
})(SuggestionAction = exports.SuggestionAction || (exports.SuggestionAction = {}));
|
|
2277
|
+
var SvitlanaType;
|
|
2278
|
+
(function (SvitlanaType) {
|
|
2279
|
+
SvitlanaType["PHYSICAL"] = "physical";
|
|
2280
|
+
SvitlanaType["DIGITAL"] = "digital";
|
|
2281
|
+
})(SvitlanaType = exports.SvitlanaType || (exports.SvitlanaType = {}));
|
|
2277
2282
|
var TariffEligibilityType;
|
|
2278
2283
|
(function (TariffEligibilityType) {
|
|
2279
2284
|
TariffEligibilityType["REX"] = "rex";
|
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.63",
|
|
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": "71ee41ffd96a582387a4d438378c1ae949b08c92"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -44,6 +44,11 @@ export enum AutoRestrictRule {
|
|
|
44
44
|
KNIVES = 'prr-b186129720f0446eb452a68518437c95',
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
+
export enum BankPaymentPromiseCompletedMethod {
|
|
48
|
+
CREDIT = 'credit',
|
|
49
|
+
TIME = 'time',
|
|
50
|
+
}
|
|
51
|
+
|
|
47
52
|
export enum BankPaymentStatusCode {
|
|
48
53
|
SCHEDULED = 'scheduled',
|
|
49
54
|
SENT = 'sent',
|
|
@@ -170,7 +175,11 @@ export enum BillingMetricKey {
|
|
|
170
175
|
PERCENTAGE_BANK_ACCOUNT_UPDATES = 'percentage_bank_account_updates',
|
|
171
176
|
PERCENTAGE_BANK_ACCOUNT_UNIQUE_UPDATES = 'percentage_bank_account_unique_updates',
|
|
172
177
|
NEGATIVE_BALANCE_NUMBER_ACCOUNTS = 'negative_balance_number_accounts',
|
|
178
|
+
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS = 'negative_balance_number_accounts_with_order_in_past_30_days',
|
|
179
|
+
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS = 'negative_balance_number_accounts_without_order_in_past_30_days',
|
|
173
180
|
NEGATIVE_BALANCE_TOTAL = 'negative_balance_total',
|
|
181
|
+
NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS = 'negative_balance_total_with_order_in_past_30_days',
|
|
182
|
+
NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS = 'negative_balance_total_without_order_in_past_30_days',
|
|
174
183
|
NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX = 'negative_balance_single_account_max',
|
|
175
184
|
}
|
|
176
185
|
|
|
@@ -324,6 +333,8 @@ export enum ChannelOrderAcceptanceStatus {
|
|
|
324
333
|
ACCEPTED = 'accepted',
|
|
325
334
|
REJECTED = 'rejected',
|
|
326
335
|
REVIEW = 'review',
|
|
336
|
+
EDIT_REVIEW = 'edit_review',
|
|
337
|
+
EDIT_ACCEPTED = 'edit_accepted',
|
|
327
338
|
}
|
|
328
339
|
|
|
329
340
|
export enum ChannelOrderFulfillmentStatusCode {
|
|
@@ -849,6 +860,11 @@ export enum ClassificationErrorCode {
|
|
|
849
860
|
GENERIC_ERROR = 'generic_error',
|
|
850
861
|
}
|
|
851
862
|
|
|
863
|
+
export enum ColmItemType {
|
|
864
|
+
PHYSICAL = 'physical',
|
|
865
|
+
DIGITAL = 'digital',
|
|
866
|
+
}
|
|
867
|
+
|
|
852
868
|
export enum ComplianceType {
|
|
853
869
|
WEEE = 'weee',
|
|
854
870
|
}
|
|
@@ -1192,6 +1208,8 @@ export enum EventType {
|
|
|
1192
1208
|
CENTER_DEFAULTS_UPSERTED = 'center_defaults_upserted',
|
|
1193
1209
|
CENTER_DEFAULTS_DELETED = 'center_defaults_deleted',
|
|
1194
1210
|
PREGENERATED_REQUEST_EVENT = 'pregenerated_request_event',
|
|
1211
|
+
QUOTE_UPSERTED = 'quote_upserted',
|
|
1212
|
+
QUOTE_DELETED = 'quote_deleted',
|
|
1195
1213
|
ALL_ITEMS_EXPORT = 'all_items_export',
|
|
1196
1214
|
HARMONIZED_ITEMS_HS_6_EXPORT = 'harmonized_items_hs6_export',
|
|
1197
1215
|
UNHARMONIZED_ITEMS_EXPORT = 'unharmonized_items_export',
|
|
@@ -1342,6 +1360,12 @@ export enum EventType {
|
|
|
1342
1360
|
SVB_VIRTUAL_CARD_CLEARING_DELETED = 'svb_virtual_card_clearing_deleted',
|
|
1343
1361
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = 'liability_remittance_plan_upserted',
|
|
1344
1362
|
LIABILITY_REMITTANCE_PLAN_DELETED = 'liability_remittance_plan_deleted',
|
|
1363
|
+
SVITLANA_ITEM_UPSERTED = 'svitlana_item_upserted',
|
|
1364
|
+
SVITLANA_ITEM_DELETED = 'svitlana_item_deleted',
|
|
1365
|
+
COLM_ITEM_UPSERTED = 'colm_item_upserted',
|
|
1366
|
+
COLM_ITEM_DELETED = 'colm_item_deleted',
|
|
1367
|
+
SHRUTI_DEMO_ITEM_UPSERTED = 'shruti_demo_item_upserted',
|
|
1368
|
+
SHRUTI_DEMO_ITEM_DELETED = 'shruti_demo_item_deleted',
|
|
1345
1369
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = 'tracking_label_event_upserted_v2',
|
|
1346
1370
|
TRACKING_LABEL_EVENT_DELETED_V_2 = 'tracking_label_event_deleted_v2',
|
|
1347
1371
|
TRACKING_LABEL_UPSERTED = 'tracking_label_upserted',
|
|
@@ -1580,6 +1604,7 @@ export enum ManualTransactionCategory {
|
|
|
1580
1604
|
TAX_CREDIT = 'tax_credit',
|
|
1581
1605
|
CARRIER_CREDIT = 'carrier_credit',
|
|
1582
1606
|
NEGATIVE_BALANCE_GUARANTEE = 'negative_balance_guarantee',
|
|
1607
|
+
BANK_PAYMENT_FAILURE = 'bank_payment_failure',
|
|
1583
1608
|
}
|
|
1584
1609
|
|
|
1585
1610
|
export enum MarketingGatewayAccountConnectionStatus {
|
|
@@ -1941,36 +1966,6 @@ export enum PromptTarget {
|
|
|
1941
1966
|
CHECKOUT = 'checkout',
|
|
1942
1967
|
}
|
|
1943
1968
|
|
|
1944
|
-
export enum QueuedRecordType {
|
|
1945
|
-
CAPTURE = 'capture',
|
|
1946
|
-
CHANNEL_TRANSACTION = 'channel_transaction',
|
|
1947
|
-
CONSUMER_INVOICE = 'consumer_invoice',
|
|
1948
|
-
FULFILLMENT_IN_TRANSIT = 'fulfillment_in_transit',
|
|
1949
|
-
FULFILLMENT_SHIPPING_NOTIFICATION = 'fulfillment_shipping_notification',
|
|
1950
|
-
FULFILLMENT_EXTERNAL = 'fulfillment_external',
|
|
1951
|
-
FULFILLMENT_ORDER_COMBINED_SHIPMENT = 'fulfillment_order_combined_shipment',
|
|
1952
|
-
FULFILLMENT_ORDER_TIME = 'fulfillment_order_time',
|
|
1953
|
-
RETURN_REFUND = 'return_refund',
|
|
1954
|
-
LABEL_TRACKING_SUMMARY = 'label_tracking_summary',
|
|
1955
|
-
LABEL_INVOICE_REQUEST = 'label_invoice_request',
|
|
1956
|
-
CARRIER_CHARGE = 'carrier_charge',
|
|
1957
|
-
CARRIER_CHARGE_FILE = 'carrier_charge_file',
|
|
1958
|
-
ORDER = 'order',
|
|
1959
|
-
ORDER_IDENTIFIER = 'order_identifier',
|
|
1960
|
-
ORGANIZATION_ONBOARDING_STATE = 'organization_onboarding_state',
|
|
1961
|
-
POSTING_PROOF = 'posting_proof',
|
|
1962
|
-
REFUND = 'refund',
|
|
1963
|
-
REFUND_OVER_CAPTURE = 'refund_over_capture',
|
|
1964
|
-
SALES_RECORD = 'sales_record',
|
|
1965
|
-
REFUND_RECORD = 'refund_record',
|
|
1966
|
-
STATEMENT_BATCH = 'statement_batch',
|
|
1967
|
-
STATEMENT_EMAIL = 'statement_email',
|
|
1968
|
-
STATEMENT_SUMMARY_EMAIL = 'statement_summary_email',
|
|
1969
|
-
PENDING_PAYOUT_TRANSACTION_EVENT = 'pending_payout_transaction_event',
|
|
1970
|
-
CREDIT_AND_SUBSIDY = 'credit_and_subsidy',
|
|
1971
|
-
NEGATIVE_BALANCE_GUARANTEE = 'negative_balance_guarantee',
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
1969
|
export enum QuoteRequestType {
|
|
1975
1970
|
GENERATE = 'generate',
|
|
1976
1971
|
DELETE = 'delete',
|
|
@@ -2206,6 +2201,11 @@ export enum ShopifyService {
|
|
|
2206
2201
|
DUTY_TAX_CALCULATOR = 'duty_tax_calculator',
|
|
2207
2202
|
}
|
|
2208
2203
|
|
|
2204
|
+
export enum ShrutiDemoType {
|
|
2205
|
+
DIGITAL = 'digital',
|
|
2206
|
+
PHYSICAL = 'physical',
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
2209
|
export enum SignificanceAction {
|
|
2210
2210
|
END_AND_IMPLEMENT_WINNER = 'end_and_implement_winner',
|
|
2211
2211
|
END_AND_REVERT = 'end_and_revert',
|
|
@@ -2266,6 +2266,11 @@ export enum SuggestionAction {
|
|
|
2266
2266
|
REVIEW = 'review',
|
|
2267
2267
|
}
|
|
2268
2268
|
|
|
2269
|
+
export enum SvitlanaType {
|
|
2270
|
+
PHYSICAL = 'physical',
|
|
2271
|
+
DIGITAL = 'digital',
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2269
2274
|
export enum TariffEligibilityType {
|
|
2270
2275
|
REX = 'rex',
|
|
2271
2276
|
}
|