@flowio/api-internal-constants 4.18.62 → 4.18.64
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 +41 -12
- package/dist/api-internal.js +48 -16
- package/package.json +2 -2
- package/src/api-internal.ts +42 -10
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",
|
|
@@ -140,10 +144,6 @@ export declare enum BillingMetricKey {
|
|
|
140
144
|
QUEUED_OTHER_UNPROCESSED_COUNT = "queued_other_unprocessed_count",
|
|
141
145
|
QUEUED_RECORD_SNOOZE_COUNT = "queued_record_snooze_count",
|
|
142
146
|
QUEUED_RECORD_SNOOZE_ENDING_IN_48_HOURS_COUNT = "queued_record_snooze_ending_in_48_hours_count",
|
|
143
|
-
STATEMENTS_NO_PAYOUT_COUNT = "statements_no_payout_count",
|
|
144
|
-
STATEMENTS_NO_PAYOUT_TOTAL = "statements_no_payout_total",
|
|
145
|
-
STATEMENTS_PENDING_PAYOUT_COUNT = "statements_pending_payout_count",
|
|
146
|
-
STATEMENTS_PENDING_PAYOUT_TOTAL = "statements_pending_payout_total",
|
|
147
147
|
PAYOUTS_SCHEDULED_COUNT = "payouts_scheduled_count",
|
|
148
148
|
PAYOUTS_SCHEDULED_TOTAL = "payouts_scheduled_total",
|
|
149
149
|
PAYOUTS_SENT_COUNT = "payouts_sent_count",
|
|
@@ -157,10 +157,16 @@ export declare enum BillingMetricKey {
|
|
|
157
157
|
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_30_DAYS = "percentage_billable_label_transactions_with_carrier_charge_30_days",
|
|
158
158
|
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_60_DAYS = "percentage_billable_label_transactions_with_carrier_charge_60_days",
|
|
159
159
|
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_90_DAYS = "percentage_billable_label_transactions_with_carrier_charge_90_days",
|
|
160
|
+
PERCENTAGE_BANK_ACCOUNT_INSERTS = "percentage_bank_account_inserts",
|
|
160
161
|
PERCENTAGE_BANK_ACCOUNT_UPDATES = "percentage_bank_account_updates",
|
|
161
162
|
PERCENTAGE_BANK_ACCOUNT_UNIQUE_UPDATES = "percentage_bank_account_unique_updates",
|
|
163
|
+
PERCENTAGE_BANK_ACCOUNT_DELETES = "percentage_bank_account_deletes",
|
|
162
164
|
NEGATIVE_BALANCE_NUMBER_ACCOUNTS = "negative_balance_number_accounts",
|
|
165
|
+
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS = "negative_balance_number_accounts_with_order_in_past_30_days",
|
|
166
|
+
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS = "negative_balance_number_accounts_without_order_in_past_30_days",
|
|
163
167
|
NEGATIVE_BALANCE_TOTAL = "negative_balance_total",
|
|
168
|
+
NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS = "negative_balance_total_with_order_in_past_30_days",
|
|
169
|
+
NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS = "negative_balance_total_without_order_in_past_30_days",
|
|
164
170
|
NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX = "negative_balance_single_account_max"
|
|
165
171
|
}
|
|
166
172
|
export declare enum BillingStatementAttachmentKey {
|
|
@@ -291,12 +297,15 @@ export declare enum ChannelOrderAcceptanceRejectionReason {
|
|
|
291
297
|
PAYMENT_AUTHORIZATION_FAILED = "payment_authorization_failed",
|
|
292
298
|
UNSUPPORTED_SUBSIDIZED_ORDER = "unsupported_subsidized_order",
|
|
293
299
|
UNSUPPORTED_VIRTUAL_GOODS = "unsupported_virtual_goods",
|
|
294
|
-
NON_MATCHING_CURRENCIES = "non_matching_currencies"
|
|
300
|
+
NON_MATCHING_CURRENCIES = "non_matching_currencies",
|
|
301
|
+
UNSUPPORTED_ORDER_EDIT = "unsupported_order_edit"
|
|
295
302
|
}
|
|
296
303
|
export declare enum ChannelOrderAcceptanceStatus {
|
|
297
304
|
ACCEPTED = "accepted",
|
|
298
305
|
REJECTED = "rejected",
|
|
299
|
-
REVIEW = "review"
|
|
306
|
+
REVIEW = "review",
|
|
307
|
+
EDIT_REVIEW = "edit_review",
|
|
308
|
+
EDIT_ACCEPTED = "edit_accepted"
|
|
300
309
|
}
|
|
301
310
|
export declare enum ChannelOrderFulfillmentStatusCode {
|
|
302
311
|
UNFULFILLED = "unfulfilled",
|
|
@@ -1059,6 +1068,8 @@ export declare enum EventType {
|
|
|
1059
1068
|
CENTER_DEFAULTS_UPSERTED = "center_defaults_upserted",
|
|
1060
1069
|
CENTER_DEFAULTS_DELETED = "center_defaults_deleted",
|
|
1061
1070
|
PREGENERATED_REQUEST_EVENT = "pregenerated_request_event",
|
|
1071
|
+
QUOTE_UPSERTED = "quote_upserted",
|
|
1072
|
+
QUOTE_DELETED = "quote_deleted",
|
|
1062
1073
|
ALL_ITEMS_EXPORT = "all_items_export",
|
|
1063
1074
|
HARMONIZED_ITEMS_HS_6_EXPORT = "harmonized_items_hs6_export",
|
|
1064
1075
|
UNHARMONIZED_ITEMS_EXPORT = "unharmonized_items_export",
|
|
@@ -1177,6 +1188,8 @@ export declare enum EventType {
|
|
|
1177
1188
|
RESTRICTION_ORGANIZATION_STATUS_DELETED = "restriction_organization_status_deleted",
|
|
1178
1189
|
ORGANIZATION_RESTRICTION_STATUS_UPSERTED = "organization_restriction_status_upserted",
|
|
1179
1190
|
ORGANIZATION_RESTRICTION_STATUS_DELETED = "organization_restriction_status_deleted",
|
|
1191
|
+
SCREENING_STATUS_CHANGE_UPSERTED = "screening_status_change_upserted",
|
|
1192
|
+
SCREENING_STATUS_CHANGE_DELETED = "screening_status_change_deleted",
|
|
1180
1193
|
SHOPIFY_SHOP_UPSERTED = "shopify_shop_upserted",
|
|
1181
1194
|
SHOPIFY_SHOP_DELETED = "shopify_shop_deleted",
|
|
1182
1195
|
SHOPIFY_EXPERIENCE_SHORT_ID_UPSERTED = "shopify_experience_short_id_upserted",
|
|
@@ -1209,6 +1222,12 @@ export declare enum EventType {
|
|
|
1209
1222
|
SVB_VIRTUAL_CARD_CLEARING_DELETED = "svb_virtual_card_clearing_deleted",
|
|
1210
1223
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = "liability_remittance_plan_upserted",
|
|
1211
1224
|
LIABILITY_REMITTANCE_PLAN_DELETED = "liability_remittance_plan_deleted",
|
|
1225
|
+
SVITLANA_ITEM_UPSERTED = "svitlana_item_upserted",
|
|
1226
|
+
SVITLANA_ITEM_DELETED = "svitlana_item_deleted",
|
|
1227
|
+
COLM_ITEM_UPSERTED = "colm_item_upserted",
|
|
1228
|
+
COLM_ITEM_DELETED = "colm_item_deleted",
|
|
1229
|
+
SHRUTI_DEMO_ITEM_UPSERTED = "shruti_demo_item_upserted",
|
|
1230
|
+
SHRUTI_DEMO_ITEM_DELETED = "shruti_demo_item_deleted",
|
|
1212
1231
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = "tracking_label_event_upserted_v2",
|
|
1213
1232
|
TRACKING_LABEL_EVENT_DELETED_V_2 = "tracking_label_event_deleted_v2",
|
|
1214
1233
|
TRACKING_LABEL_UPSERTED = "tracking_label_upserted",
|
|
@@ -1360,11 +1379,6 @@ export declare enum LabelCreationStatus {
|
|
|
1360
1379
|
PENDING = "pending",
|
|
1361
1380
|
CANCELLED = "cancelled"
|
|
1362
1381
|
}
|
|
1363
|
-
export declare enum LabelGenerationAddressFailureStatus {
|
|
1364
|
-
IN_REVIEW = "in_review",
|
|
1365
|
-
RESOLVED = "resolved",
|
|
1366
|
-
UNRESOLVED = "unresolved"
|
|
1367
|
-
}
|
|
1368
1382
|
export declare enum LabelRequestErrorHandlingResponsibility {
|
|
1369
1383
|
MERCHANT = "merchant",
|
|
1370
1384
|
MERCHANT_INTEGRATION = "merchant_integration",
|
|
@@ -1566,6 +1580,10 @@ export declare enum OrderAction {
|
|
|
1566
1580
|
PAYMENT_FULLY_AUTHORIZE = "payment_fully_authorize",
|
|
1567
1581
|
PAYMENT_FULLY_CAPTURE = "payment_fully_capture"
|
|
1568
1582
|
}
|
|
1583
|
+
export declare enum OrderAddressValidationStatus {
|
|
1584
|
+
SUCCESS = "success",
|
|
1585
|
+
FAILED = "failed"
|
|
1586
|
+
}
|
|
1569
1587
|
export declare enum OrderAttributeIntent {
|
|
1570
1588
|
DISCOUNT_CODE = "discount_code"
|
|
1571
1589
|
}
|
|
@@ -1587,6 +1605,11 @@ export declare enum OrderTransactionType {
|
|
|
1587
1605
|
REVERSAL = "reversal",
|
|
1588
1606
|
ORDER_SERVICE = "order_service"
|
|
1589
1607
|
}
|
|
1608
|
+
export declare enum OrderValidationStatus {
|
|
1609
|
+
SUCCESS = "success",
|
|
1610
|
+
FAILED = "failed",
|
|
1611
|
+
UNRESOLVABLE = "unresolvable"
|
|
1612
|
+
}
|
|
1590
1613
|
export declare enum OrganizationCapability {
|
|
1591
1614
|
ORGANIZATION = "organization",
|
|
1592
1615
|
FLOW = "flow",
|
|
@@ -1765,7 +1788,8 @@ export declare enum ReportStatus {
|
|
|
1765
1788
|
export declare enum ReportType {
|
|
1766
1789
|
SALES_RECORD = "sales_record",
|
|
1767
1790
|
TRUEUP_OVERVIEW = "trueup_overview",
|
|
1768
|
-
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = "non_channel_payment_bank_account"
|
|
1791
|
+
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = "non_channel_payment_bank_account",
|
|
1792
|
+
SCHEDULED_PAYMENT = "scheduled_payment"
|
|
1769
1793
|
}
|
|
1770
1794
|
export declare enum ReportingFulfillmentIsVirtual {
|
|
1771
1795
|
ALL = "all",
|
|
@@ -1874,6 +1898,7 @@ export declare enum ShopifyMarketsQueuedRecordType {
|
|
|
1874
1898
|
FLOW_SHOP = "flow_shop",
|
|
1875
1899
|
ONLINE_PAYMENT = "online_payment",
|
|
1876
1900
|
ORDER_UPDATE = "order_update",
|
|
1901
|
+
ORDER_EDIT = "order_edit",
|
|
1877
1902
|
PRODUCT_RESTRICTION_RESULT = "product_restriction_result",
|
|
1878
1903
|
PRODUCT_SYNC = "product_sync",
|
|
1879
1904
|
WEBHOOK_REGISTRATIONS = "webhook_registrations"
|
|
@@ -1977,6 +2002,10 @@ export declare enum SvitlanaType {
|
|
|
1977
2002
|
PHYSICAL = "physical",
|
|
1978
2003
|
DIGITAL = "digital"
|
|
1979
2004
|
}
|
|
2005
|
+
export declare enum TamItemType {
|
|
2006
|
+
PHYSICAL = "physical",
|
|
2007
|
+
DIGITAL = "digital"
|
|
2008
|
+
}
|
|
1980
2009
|
export declare enum TariffEligibilityType {
|
|
1981
2010
|
REX = "rex"
|
|
1982
2011
|
}
|
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.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 = 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.OrderAddressValidationStatus = 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.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.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.OrderValidationStatus = 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.TamItemType = exports.SvitlanaType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.Status = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.SignificanceAction = exports.ShrutiDemoType = exports.ShopifyService = exports.ShopifyPromotionStatus = exports.ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOfferAllocationMethod = exports.ShopifyPromotionBehavior = exports.ShopifyMonitoringTrackingField = exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyGrantStatus = exports.ShopifyCheckInventoryErrorCode = exports.SessionCountryStatus = exports.ServiceName = 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";
|
|
@@ -159,10 +164,6 @@ var BillingMetricKey;
|
|
|
159
164
|
BillingMetricKey["QUEUED_OTHER_UNPROCESSED_COUNT"] = "queued_other_unprocessed_count";
|
|
160
165
|
BillingMetricKey["QUEUED_RECORD_SNOOZE_COUNT"] = "queued_record_snooze_count";
|
|
161
166
|
BillingMetricKey["QUEUED_RECORD_SNOOZE_ENDING_IN_48_HOURS_COUNT"] = "queued_record_snooze_ending_in_48_hours_count";
|
|
162
|
-
BillingMetricKey["STATEMENTS_NO_PAYOUT_COUNT"] = "statements_no_payout_count";
|
|
163
|
-
BillingMetricKey["STATEMENTS_NO_PAYOUT_TOTAL"] = "statements_no_payout_total";
|
|
164
|
-
BillingMetricKey["STATEMENTS_PENDING_PAYOUT_COUNT"] = "statements_pending_payout_count";
|
|
165
|
-
BillingMetricKey["STATEMENTS_PENDING_PAYOUT_TOTAL"] = "statements_pending_payout_total";
|
|
166
167
|
BillingMetricKey["PAYOUTS_SCHEDULED_COUNT"] = "payouts_scheduled_count";
|
|
167
168
|
BillingMetricKey["PAYOUTS_SCHEDULED_TOTAL"] = "payouts_scheduled_total";
|
|
168
169
|
BillingMetricKey["PAYOUTS_SENT_COUNT"] = "payouts_sent_count";
|
|
@@ -176,10 +177,16 @@ var BillingMetricKey;
|
|
|
176
177
|
BillingMetricKey["PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_30_DAYS"] = "percentage_billable_label_transactions_with_carrier_charge_30_days";
|
|
177
178
|
BillingMetricKey["PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_60_DAYS"] = "percentage_billable_label_transactions_with_carrier_charge_60_days";
|
|
178
179
|
BillingMetricKey["PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_90_DAYS"] = "percentage_billable_label_transactions_with_carrier_charge_90_days";
|
|
180
|
+
BillingMetricKey["PERCENTAGE_BANK_ACCOUNT_INSERTS"] = "percentage_bank_account_inserts";
|
|
179
181
|
BillingMetricKey["PERCENTAGE_BANK_ACCOUNT_UPDATES"] = "percentage_bank_account_updates";
|
|
180
182
|
BillingMetricKey["PERCENTAGE_BANK_ACCOUNT_UNIQUE_UPDATES"] = "percentage_bank_account_unique_updates";
|
|
183
|
+
BillingMetricKey["PERCENTAGE_BANK_ACCOUNT_DELETES"] = "percentage_bank_account_deletes";
|
|
181
184
|
BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS"] = "negative_balance_number_accounts";
|
|
185
|
+
BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS"] = "negative_balance_number_accounts_with_order_in_past_30_days";
|
|
186
|
+
BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS"] = "negative_balance_number_accounts_without_order_in_past_30_days";
|
|
182
187
|
BillingMetricKey["NEGATIVE_BALANCE_TOTAL"] = "negative_balance_total";
|
|
188
|
+
BillingMetricKey["NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS"] = "negative_balance_total_with_order_in_past_30_days";
|
|
189
|
+
BillingMetricKey["NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS"] = "negative_balance_total_without_order_in_past_30_days";
|
|
183
190
|
BillingMetricKey["NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX"] = "negative_balance_single_account_max";
|
|
184
191
|
})(BillingMetricKey = exports.BillingMetricKey || (exports.BillingMetricKey = {}));
|
|
185
192
|
var BillingStatementAttachmentKey;
|
|
@@ -327,12 +334,15 @@ var ChannelOrderAcceptanceRejectionReason;
|
|
|
327
334
|
ChannelOrderAcceptanceRejectionReason["UNSUPPORTED_SUBSIDIZED_ORDER"] = "unsupported_subsidized_order";
|
|
328
335
|
ChannelOrderAcceptanceRejectionReason["UNSUPPORTED_VIRTUAL_GOODS"] = "unsupported_virtual_goods";
|
|
329
336
|
ChannelOrderAcceptanceRejectionReason["NON_MATCHING_CURRENCIES"] = "non_matching_currencies";
|
|
337
|
+
ChannelOrderAcceptanceRejectionReason["UNSUPPORTED_ORDER_EDIT"] = "unsupported_order_edit";
|
|
330
338
|
})(ChannelOrderAcceptanceRejectionReason = exports.ChannelOrderAcceptanceRejectionReason || (exports.ChannelOrderAcceptanceRejectionReason = {}));
|
|
331
339
|
var ChannelOrderAcceptanceStatus;
|
|
332
340
|
(function (ChannelOrderAcceptanceStatus) {
|
|
333
341
|
ChannelOrderAcceptanceStatus["ACCEPTED"] = "accepted";
|
|
334
342
|
ChannelOrderAcceptanceStatus["REJECTED"] = "rejected";
|
|
335
343
|
ChannelOrderAcceptanceStatus["REVIEW"] = "review";
|
|
344
|
+
ChannelOrderAcceptanceStatus["EDIT_REVIEW"] = "edit_review";
|
|
345
|
+
ChannelOrderAcceptanceStatus["EDIT_ACCEPTED"] = "edit_accepted";
|
|
336
346
|
})(ChannelOrderAcceptanceStatus = exports.ChannelOrderAcceptanceStatus || (exports.ChannelOrderAcceptanceStatus = {}));
|
|
337
347
|
var ChannelOrderFulfillmentStatusCode;
|
|
338
348
|
(function (ChannelOrderFulfillmentStatusCode) {
|
|
@@ -1206,6 +1216,8 @@ var EventType;
|
|
|
1206
1216
|
EventType["CENTER_DEFAULTS_UPSERTED"] = "center_defaults_upserted";
|
|
1207
1217
|
EventType["CENTER_DEFAULTS_DELETED"] = "center_defaults_deleted";
|
|
1208
1218
|
EventType["PREGENERATED_REQUEST_EVENT"] = "pregenerated_request_event";
|
|
1219
|
+
EventType["QUOTE_UPSERTED"] = "quote_upserted";
|
|
1220
|
+
EventType["QUOTE_DELETED"] = "quote_deleted";
|
|
1209
1221
|
EventType["ALL_ITEMS_EXPORT"] = "all_items_export";
|
|
1210
1222
|
EventType["HARMONIZED_ITEMS_HS_6_EXPORT"] = "harmonized_items_hs6_export";
|
|
1211
1223
|
EventType["UNHARMONIZED_ITEMS_EXPORT"] = "unharmonized_items_export";
|
|
@@ -1324,6 +1336,8 @@ var EventType;
|
|
|
1324
1336
|
EventType["RESTRICTION_ORGANIZATION_STATUS_DELETED"] = "restriction_organization_status_deleted";
|
|
1325
1337
|
EventType["ORGANIZATION_RESTRICTION_STATUS_UPSERTED"] = "organization_restriction_status_upserted";
|
|
1326
1338
|
EventType["ORGANIZATION_RESTRICTION_STATUS_DELETED"] = "organization_restriction_status_deleted";
|
|
1339
|
+
EventType["SCREENING_STATUS_CHANGE_UPSERTED"] = "screening_status_change_upserted";
|
|
1340
|
+
EventType["SCREENING_STATUS_CHANGE_DELETED"] = "screening_status_change_deleted";
|
|
1327
1341
|
EventType["SHOPIFY_SHOP_UPSERTED"] = "shopify_shop_upserted";
|
|
1328
1342
|
EventType["SHOPIFY_SHOP_DELETED"] = "shopify_shop_deleted";
|
|
1329
1343
|
EventType["SHOPIFY_EXPERIENCE_SHORT_ID_UPSERTED"] = "shopify_experience_short_id_upserted";
|
|
@@ -1356,6 +1370,12 @@ var EventType;
|
|
|
1356
1370
|
EventType["SVB_VIRTUAL_CARD_CLEARING_DELETED"] = "svb_virtual_card_clearing_deleted";
|
|
1357
1371
|
EventType["LIABILITY_REMITTANCE_PLAN_UPSERTED"] = "liability_remittance_plan_upserted";
|
|
1358
1372
|
EventType["LIABILITY_REMITTANCE_PLAN_DELETED"] = "liability_remittance_plan_deleted";
|
|
1373
|
+
EventType["SVITLANA_ITEM_UPSERTED"] = "svitlana_item_upserted";
|
|
1374
|
+
EventType["SVITLANA_ITEM_DELETED"] = "svitlana_item_deleted";
|
|
1375
|
+
EventType["COLM_ITEM_UPSERTED"] = "colm_item_upserted";
|
|
1376
|
+
EventType["COLM_ITEM_DELETED"] = "colm_item_deleted";
|
|
1377
|
+
EventType["SHRUTI_DEMO_ITEM_UPSERTED"] = "shruti_demo_item_upserted";
|
|
1378
|
+
EventType["SHRUTI_DEMO_ITEM_DELETED"] = "shruti_demo_item_deleted";
|
|
1359
1379
|
EventType["TRACKING_LABEL_EVENT_UPSERTED_V_2"] = "tracking_label_event_upserted_v2";
|
|
1360
1380
|
EventType["TRACKING_LABEL_EVENT_DELETED_V_2"] = "tracking_label_event_deleted_v2";
|
|
1361
1381
|
EventType["TRACKING_LABEL_UPSERTED"] = "tracking_label_upserted";
|
|
@@ -1538,12 +1558,6 @@ var LabelCreationStatus;
|
|
|
1538
1558
|
LabelCreationStatus["PENDING"] = "pending";
|
|
1539
1559
|
LabelCreationStatus["CANCELLED"] = "cancelled";
|
|
1540
1560
|
})(LabelCreationStatus = exports.LabelCreationStatus || (exports.LabelCreationStatus = {}));
|
|
1541
|
-
var LabelGenerationAddressFailureStatus;
|
|
1542
|
-
(function (LabelGenerationAddressFailureStatus) {
|
|
1543
|
-
LabelGenerationAddressFailureStatus["IN_REVIEW"] = "in_review";
|
|
1544
|
-
LabelGenerationAddressFailureStatus["RESOLVED"] = "resolved";
|
|
1545
|
-
LabelGenerationAddressFailureStatus["UNRESOLVED"] = "unresolved";
|
|
1546
|
-
})(LabelGenerationAddressFailureStatus = exports.LabelGenerationAddressFailureStatus || (exports.LabelGenerationAddressFailureStatus = {}));
|
|
1547
1561
|
var LabelRequestErrorHandlingResponsibility;
|
|
1548
1562
|
(function (LabelRequestErrorHandlingResponsibility) {
|
|
1549
1563
|
LabelRequestErrorHandlingResponsibility["MERCHANT"] = "merchant";
|
|
@@ -1772,6 +1786,11 @@ var OrderAction;
|
|
|
1772
1786
|
OrderAction["PAYMENT_FULLY_AUTHORIZE"] = "payment_fully_authorize";
|
|
1773
1787
|
OrderAction["PAYMENT_FULLY_CAPTURE"] = "payment_fully_capture";
|
|
1774
1788
|
})(OrderAction = exports.OrderAction || (exports.OrderAction = {}));
|
|
1789
|
+
var OrderAddressValidationStatus;
|
|
1790
|
+
(function (OrderAddressValidationStatus) {
|
|
1791
|
+
OrderAddressValidationStatus["SUCCESS"] = "success";
|
|
1792
|
+
OrderAddressValidationStatus["FAILED"] = "failed";
|
|
1793
|
+
})(OrderAddressValidationStatus = exports.OrderAddressValidationStatus || (exports.OrderAddressValidationStatus = {}));
|
|
1775
1794
|
var OrderAttributeIntent;
|
|
1776
1795
|
(function (OrderAttributeIntent) {
|
|
1777
1796
|
OrderAttributeIntent["DISCOUNT_CODE"] = "discount_code";
|
|
@@ -1798,6 +1817,12 @@ var OrderTransactionType;
|
|
|
1798
1817
|
OrderTransactionType["REVERSAL"] = "reversal";
|
|
1799
1818
|
OrderTransactionType["ORDER_SERVICE"] = "order_service";
|
|
1800
1819
|
})(OrderTransactionType = exports.OrderTransactionType || (exports.OrderTransactionType = {}));
|
|
1820
|
+
var OrderValidationStatus;
|
|
1821
|
+
(function (OrderValidationStatus) {
|
|
1822
|
+
OrderValidationStatus["SUCCESS"] = "success";
|
|
1823
|
+
OrderValidationStatus["FAILED"] = "failed";
|
|
1824
|
+
OrderValidationStatus["UNRESOLVABLE"] = "unresolvable";
|
|
1825
|
+
})(OrderValidationStatus = exports.OrderValidationStatus || (exports.OrderValidationStatus = {}));
|
|
1801
1826
|
var OrganizationCapability;
|
|
1802
1827
|
(function (OrganizationCapability) {
|
|
1803
1828
|
OrganizationCapability["ORGANIZATION"] = "organization";
|
|
@@ -2011,6 +2036,7 @@ var ReportType;
|
|
|
2011
2036
|
ReportType["SALES_RECORD"] = "sales_record";
|
|
2012
2037
|
ReportType["TRUEUP_OVERVIEW"] = "trueup_overview";
|
|
2013
2038
|
ReportType["NON_CHANNEL_PAYMENT_BANK_ACCOUNT"] = "non_channel_payment_bank_account";
|
|
2039
|
+
ReportType["SCHEDULED_PAYMENT"] = "scheduled_payment";
|
|
2014
2040
|
})(ReportType = exports.ReportType || (exports.ReportType = {}));
|
|
2015
2041
|
var ReportingFulfillmentIsVirtual;
|
|
2016
2042
|
(function (ReportingFulfillmentIsVirtual) {
|
|
@@ -2137,6 +2163,7 @@ var ShopifyMarketsQueuedRecordType;
|
|
|
2137
2163
|
ShopifyMarketsQueuedRecordType["FLOW_SHOP"] = "flow_shop";
|
|
2138
2164
|
ShopifyMarketsQueuedRecordType["ONLINE_PAYMENT"] = "online_payment";
|
|
2139
2165
|
ShopifyMarketsQueuedRecordType["ORDER_UPDATE"] = "order_update";
|
|
2166
|
+
ShopifyMarketsQueuedRecordType["ORDER_EDIT"] = "order_edit";
|
|
2140
2167
|
ShopifyMarketsQueuedRecordType["PRODUCT_RESTRICTION_RESULT"] = "product_restriction_result";
|
|
2141
2168
|
ShopifyMarketsQueuedRecordType["PRODUCT_SYNC"] = "product_sync";
|
|
2142
2169
|
ShopifyMarketsQueuedRecordType["WEBHOOK_REGISTRATIONS"] = "webhook_registrations";
|
|
@@ -2260,6 +2287,11 @@ var SvitlanaType;
|
|
|
2260
2287
|
SvitlanaType["PHYSICAL"] = "physical";
|
|
2261
2288
|
SvitlanaType["DIGITAL"] = "digital";
|
|
2262
2289
|
})(SvitlanaType = exports.SvitlanaType || (exports.SvitlanaType = {}));
|
|
2290
|
+
var TamItemType;
|
|
2291
|
+
(function (TamItemType) {
|
|
2292
|
+
TamItemType["PHYSICAL"] = "physical";
|
|
2293
|
+
TamItemType["DIGITAL"] = "digital";
|
|
2294
|
+
})(TamItemType = exports.TamItemType || (exports.TamItemType = {}));
|
|
2263
2295
|
var TariffEligibilityType;
|
|
2264
2296
|
(function (TariffEligibilityType) {
|
|
2265
2297
|
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.64",
|
|
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": "4ae49474a1813e8aac634c65824b9b915a4b31d5"
|
|
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',
|
|
@@ -150,10 +155,6 @@ export enum BillingMetricKey {
|
|
|
150
155
|
QUEUED_OTHER_UNPROCESSED_COUNT = 'queued_other_unprocessed_count',
|
|
151
156
|
QUEUED_RECORD_SNOOZE_COUNT = 'queued_record_snooze_count',
|
|
152
157
|
QUEUED_RECORD_SNOOZE_ENDING_IN_48_HOURS_COUNT = 'queued_record_snooze_ending_in_48_hours_count',
|
|
153
|
-
STATEMENTS_NO_PAYOUT_COUNT = 'statements_no_payout_count',
|
|
154
|
-
STATEMENTS_NO_PAYOUT_TOTAL = 'statements_no_payout_total',
|
|
155
|
-
STATEMENTS_PENDING_PAYOUT_COUNT = 'statements_pending_payout_count',
|
|
156
|
-
STATEMENTS_PENDING_PAYOUT_TOTAL = 'statements_pending_payout_total',
|
|
157
158
|
PAYOUTS_SCHEDULED_COUNT = 'payouts_scheduled_count',
|
|
158
159
|
PAYOUTS_SCHEDULED_TOTAL = 'payouts_scheduled_total',
|
|
159
160
|
PAYOUTS_SENT_COUNT = 'payouts_sent_count',
|
|
@@ -167,10 +168,16 @@ export enum BillingMetricKey {
|
|
|
167
168
|
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_30_DAYS = 'percentage_billable_label_transactions_with_carrier_charge_30_days',
|
|
168
169
|
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_60_DAYS = 'percentage_billable_label_transactions_with_carrier_charge_60_days',
|
|
169
170
|
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_90_DAYS = 'percentage_billable_label_transactions_with_carrier_charge_90_days',
|
|
171
|
+
PERCENTAGE_BANK_ACCOUNT_INSERTS = 'percentage_bank_account_inserts',
|
|
170
172
|
PERCENTAGE_BANK_ACCOUNT_UPDATES = 'percentage_bank_account_updates',
|
|
171
173
|
PERCENTAGE_BANK_ACCOUNT_UNIQUE_UPDATES = 'percentage_bank_account_unique_updates',
|
|
174
|
+
PERCENTAGE_BANK_ACCOUNT_DELETES = 'percentage_bank_account_deletes',
|
|
172
175
|
NEGATIVE_BALANCE_NUMBER_ACCOUNTS = 'negative_balance_number_accounts',
|
|
176
|
+
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS = 'negative_balance_number_accounts_with_order_in_past_30_days',
|
|
177
|
+
NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS = 'negative_balance_number_accounts_without_order_in_past_30_days',
|
|
173
178
|
NEGATIVE_BALANCE_TOTAL = 'negative_balance_total',
|
|
179
|
+
NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS = 'negative_balance_total_with_order_in_past_30_days',
|
|
180
|
+
NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS = 'negative_balance_total_without_order_in_past_30_days',
|
|
174
181
|
NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX = 'negative_balance_single_account_max',
|
|
175
182
|
}
|
|
176
183
|
|
|
@@ -318,12 +325,15 @@ export enum ChannelOrderAcceptanceRejectionReason {
|
|
|
318
325
|
UNSUPPORTED_SUBSIDIZED_ORDER = 'unsupported_subsidized_order',
|
|
319
326
|
UNSUPPORTED_VIRTUAL_GOODS = 'unsupported_virtual_goods',
|
|
320
327
|
NON_MATCHING_CURRENCIES = 'non_matching_currencies',
|
|
328
|
+
UNSUPPORTED_ORDER_EDIT = 'unsupported_order_edit',
|
|
321
329
|
}
|
|
322
330
|
|
|
323
331
|
export enum ChannelOrderAcceptanceStatus {
|
|
324
332
|
ACCEPTED = 'accepted',
|
|
325
333
|
REJECTED = 'rejected',
|
|
326
334
|
REVIEW = 'review',
|
|
335
|
+
EDIT_REVIEW = 'edit_review',
|
|
336
|
+
EDIT_ACCEPTED = 'edit_accepted',
|
|
327
337
|
}
|
|
328
338
|
|
|
329
339
|
export enum ChannelOrderFulfillmentStatusCode {
|
|
@@ -1197,6 +1207,8 @@ export enum EventType {
|
|
|
1197
1207
|
CENTER_DEFAULTS_UPSERTED = 'center_defaults_upserted',
|
|
1198
1208
|
CENTER_DEFAULTS_DELETED = 'center_defaults_deleted',
|
|
1199
1209
|
PREGENERATED_REQUEST_EVENT = 'pregenerated_request_event',
|
|
1210
|
+
QUOTE_UPSERTED = 'quote_upserted',
|
|
1211
|
+
QUOTE_DELETED = 'quote_deleted',
|
|
1200
1212
|
ALL_ITEMS_EXPORT = 'all_items_export',
|
|
1201
1213
|
HARMONIZED_ITEMS_HS_6_EXPORT = 'harmonized_items_hs6_export',
|
|
1202
1214
|
UNHARMONIZED_ITEMS_EXPORT = 'unharmonized_items_export',
|
|
@@ -1315,6 +1327,8 @@ export enum EventType {
|
|
|
1315
1327
|
RESTRICTION_ORGANIZATION_STATUS_DELETED = 'restriction_organization_status_deleted',
|
|
1316
1328
|
ORGANIZATION_RESTRICTION_STATUS_UPSERTED = 'organization_restriction_status_upserted',
|
|
1317
1329
|
ORGANIZATION_RESTRICTION_STATUS_DELETED = 'organization_restriction_status_deleted',
|
|
1330
|
+
SCREENING_STATUS_CHANGE_UPSERTED = 'screening_status_change_upserted',
|
|
1331
|
+
SCREENING_STATUS_CHANGE_DELETED = 'screening_status_change_deleted',
|
|
1318
1332
|
SHOPIFY_SHOP_UPSERTED = 'shopify_shop_upserted',
|
|
1319
1333
|
SHOPIFY_SHOP_DELETED = 'shopify_shop_deleted',
|
|
1320
1334
|
SHOPIFY_EXPERIENCE_SHORT_ID_UPSERTED = 'shopify_experience_short_id_upserted',
|
|
@@ -1347,6 +1361,12 @@ export enum EventType {
|
|
|
1347
1361
|
SVB_VIRTUAL_CARD_CLEARING_DELETED = 'svb_virtual_card_clearing_deleted',
|
|
1348
1362
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = 'liability_remittance_plan_upserted',
|
|
1349
1363
|
LIABILITY_REMITTANCE_PLAN_DELETED = 'liability_remittance_plan_deleted',
|
|
1364
|
+
SVITLANA_ITEM_UPSERTED = 'svitlana_item_upserted',
|
|
1365
|
+
SVITLANA_ITEM_DELETED = 'svitlana_item_deleted',
|
|
1366
|
+
COLM_ITEM_UPSERTED = 'colm_item_upserted',
|
|
1367
|
+
COLM_ITEM_DELETED = 'colm_item_deleted',
|
|
1368
|
+
SHRUTI_DEMO_ITEM_UPSERTED = 'shruti_demo_item_upserted',
|
|
1369
|
+
SHRUTI_DEMO_ITEM_DELETED = 'shruti_demo_item_deleted',
|
|
1350
1370
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = 'tracking_label_event_upserted_v2',
|
|
1351
1371
|
TRACKING_LABEL_EVENT_DELETED_V_2 = 'tracking_label_event_deleted_v2',
|
|
1352
1372
|
TRACKING_LABEL_UPSERTED = 'tracking_label_upserted',
|
|
@@ -1530,12 +1550,6 @@ export enum LabelCreationStatus {
|
|
|
1530
1550
|
CANCELLED = 'cancelled',
|
|
1531
1551
|
}
|
|
1532
1552
|
|
|
1533
|
-
export enum LabelGenerationAddressFailureStatus {
|
|
1534
|
-
IN_REVIEW = 'in_review',
|
|
1535
|
-
RESOLVED = 'resolved',
|
|
1536
|
-
UNRESOLVED = 'unresolved',
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
1553
|
export enum LabelRequestErrorHandlingResponsibility {
|
|
1540
1554
|
MERCHANT = 'merchant',
|
|
1541
1555
|
MERCHANT_INTEGRATION = 'merchant_integration',
|
|
@@ -1764,6 +1778,11 @@ export enum OrderAction {
|
|
|
1764
1778
|
PAYMENT_FULLY_CAPTURE = 'payment_fully_capture',
|
|
1765
1779
|
}
|
|
1766
1780
|
|
|
1781
|
+
export enum OrderAddressValidationStatus {
|
|
1782
|
+
SUCCESS = 'success',
|
|
1783
|
+
FAILED = 'failed',
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1767
1786
|
export enum OrderAttributeIntent {
|
|
1768
1787
|
DISCOUNT_CODE = 'discount_code',
|
|
1769
1788
|
}
|
|
@@ -1790,6 +1809,12 @@ export enum OrderTransactionType {
|
|
|
1790
1809
|
ORDER_SERVICE = 'order_service',
|
|
1791
1810
|
}
|
|
1792
1811
|
|
|
1812
|
+
export enum OrderValidationStatus {
|
|
1813
|
+
SUCCESS = 'success',
|
|
1814
|
+
FAILED = 'failed',
|
|
1815
|
+
UNRESOLVABLE = 'unresolvable',
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1793
1818
|
export enum OrganizationCapability {
|
|
1794
1819
|
ORGANIZATION = 'organization',
|
|
1795
1820
|
FLOW = 'flow',
|
|
@@ -2002,6 +2027,7 @@ export enum ReportType {
|
|
|
2002
2027
|
SALES_RECORD = 'sales_record',
|
|
2003
2028
|
TRUEUP_OVERVIEW = 'trueup_overview',
|
|
2004
2029
|
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = 'non_channel_payment_bank_account',
|
|
2030
|
+
SCHEDULED_PAYMENT = 'scheduled_payment',
|
|
2005
2031
|
}
|
|
2006
2032
|
|
|
2007
2033
|
export enum ReportingFulfillmentIsVirtual {
|
|
@@ -2128,6 +2154,7 @@ export enum ShopifyMarketsQueuedRecordType {
|
|
|
2128
2154
|
FLOW_SHOP = 'flow_shop',
|
|
2129
2155
|
ONLINE_PAYMENT = 'online_payment',
|
|
2130
2156
|
ORDER_UPDATE = 'order_update',
|
|
2157
|
+
ORDER_EDIT = 'order_edit',
|
|
2131
2158
|
PRODUCT_RESTRICTION_RESULT = 'product_restriction_result',
|
|
2132
2159
|
PRODUCT_SYNC = 'product_sync',
|
|
2133
2160
|
WEBHOOK_REGISTRATIONS = 'webhook_registrations',
|
|
@@ -2252,6 +2279,11 @@ export enum SvitlanaType {
|
|
|
2252
2279
|
DIGITAL = 'digital',
|
|
2253
2280
|
}
|
|
2254
2281
|
|
|
2282
|
+
export enum TamItemType {
|
|
2283
|
+
PHYSICAL = 'physical',
|
|
2284
|
+
DIGITAL = 'digital',
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2255
2287
|
export enum TariffEligibilityType {
|
|
2256
2288
|
REX = 'rex',
|
|
2257
2289
|
}
|