@flowio/api-internal-constants 4.18.62 → 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 +19 -1
- package/dist/api-internal.js +25 -6
- package/package.json +2 -2
- package/src/api-internal.ts +19 -0
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",
|
|
@@ -1059,6 +1069,8 @@ export declare enum EventType {
|
|
|
1059
1069
|
CENTER_DEFAULTS_UPSERTED = "center_defaults_upserted",
|
|
1060
1070
|
CENTER_DEFAULTS_DELETED = "center_defaults_deleted",
|
|
1061
1071
|
PREGENERATED_REQUEST_EVENT = "pregenerated_request_event",
|
|
1072
|
+
QUOTE_UPSERTED = "quote_upserted",
|
|
1073
|
+
QUOTE_DELETED = "quote_deleted",
|
|
1062
1074
|
ALL_ITEMS_EXPORT = "all_items_export",
|
|
1063
1075
|
HARMONIZED_ITEMS_HS_6_EXPORT = "harmonized_items_hs6_export",
|
|
1064
1076
|
UNHARMONIZED_ITEMS_EXPORT = "unharmonized_items_export",
|
|
@@ -1209,6 +1221,12 @@ export declare enum EventType {
|
|
|
1209
1221
|
SVB_VIRTUAL_CARD_CLEARING_DELETED = "svb_virtual_card_clearing_deleted",
|
|
1210
1222
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = "liability_remittance_plan_upserted",
|
|
1211
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",
|
|
1212
1230
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = "tracking_label_event_upserted_v2",
|
|
1213
1231
|
TRACKING_LABEL_EVENT_DELETED_V_2 = "tracking_label_event_deleted_v2",
|
|
1214
1232
|
TRACKING_LABEL_UPSERTED = "tracking_label_upserted",
|
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.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) {
|
|
@@ -1206,6 +1217,8 @@ var EventType;
|
|
|
1206
1217
|
EventType["CENTER_DEFAULTS_UPSERTED"] = "center_defaults_upserted";
|
|
1207
1218
|
EventType["CENTER_DEFAULTS_DELETED"] = "center_defaults_deleted";
|
|
1208
1219
|
EventType["PREGENERATED_REQUEST_EVENT"] = "pregenerated_request_event";
|
|
1220
|
+
EventType["QUOTE_UPSERTED"] = "quote_upserted";
|
|
1221
|
+
EventType["QUOTE_DELETED"] = "quote_deleted";
|
|
1209
1222
|
EventType["ALL_ITEMS_EXPORT"] = "all_items_export";
|
|
1210
1223
|
EventType["HARMONIZED_ITEMS_HS_6_EXPORT"] = "harmonized_items_hs6_export";
|
|
1211
1224
|
EventType["UNHARMONIZED_ITEMS_EXPORT"] = "unharmonized_items_export";
|
|
@@ -1356,6 +1369,12 @@ var EventType;
|
|
|
1356
1369
|
EventType["SVB_VIRTUAL_CARD_CLEARING_DELETED"] = "svb_virtual_card_clearing_deleted";
|
|
1357
1370
|
EventType["LIABILITY_REMITTANCE_PLAN_UPSERTED"] = "liability_remittance_plan_upserted";
|
|
1358
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";
|
|
1359
1378
|
EventType["TRACKING_LABEL_EVENT_UPSERTED_V_2"] = "tracking_label_event_upserted_v2";
|
|
1360
1379
|
EventType["TRACKING_LABEL_EVENT_DELETED_V_2"] = "tracking_label_event_deleted_v2";
|
|
1361
1380
|
EventType["TRACKING_LABEL_UPSERTED"] = "tracking_label_upserted";
|
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 {
|
|
@@ -1197,6 +1208,8 @@ export enum EventType {
|
|
|
1197
1208
|
CENTER_DEFAULTS_UPSERTED = 'center_defaults_upserted',
|
|
1198
1209
|
CENTER_DEFAULTS_DELETED = 'center_defaults_deleted',
|
|
1199
1210
|
PREGENERATED_REQUEST_EVENT = 'pregenerated_request_event',
|
|
1211
|
+
QUOTE_UPSERTED = 'quote_upserted',
|
|
1212
|
+
QUOTE_DELETED = 'quote_deleted',
|
|
1200
1213
|
ALL_ITEMS_EXPORT = 'all_items_export',
|
|
1201
1214
|
HARMONIZED_ITEMS_HS_6_EXPORT = 'harmonized_items_hs6_export',
|
|
1202
1215
|
UNHARMONIZED_ITEMS_EXPORT = 'unharmonized_items_export',
|
|
@@ -1347,6 +1360,12 @@ export enum EventType {
|
|
|
1347
1360
|
SVB_VIRTUAL_CARD_CLEARING_DELETED = 'svb_virtual_card_clearing_deleted',
|
|
1348
1361
|
LIABILITY_REMITTANCE_PLAN_UPSERTED = 'liability_remittance_plan_upserted',
|
|
1349
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',
|
|
1350
1369
|
TRACKING_LABEL_EVENT_UPSERTED_V_2 = 'tracking_label_event_upserted_v2',
|
|
1351
1370
|
TRACKING_LABEL_EVENT_DELETED_V_2 = 'tracking_label_event_deleted_v2',
|
|
1352
1371
|
TRACKING_LABEL_UPSERTED = 'tracking_label_upserted',
|