@flowio/api-internal-constants 4.18.26 → 4.18.28
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 +11 -9
- package/dist/api-internal.js +15 -13
- package/package.json +2 -2
- package/src/api-internal.ts +11 -9
package/dist/api-internal.d.ts
CHANGED
|
@@ -54,6 +54,7 @@ export declare enum BillingStatementAttachmentKey {
|
|
|
54
54
|
STATEMENT = "statement",
|
|
55
55
|
CONSUMER_INVOICE = "consumer_invoice",
|
|
56
56
|
CREDIT_MEMO = "credit_memo",
|
|
57
|
+
CHANNEL_BILLED = "channel_billed",
|
|
57
58
|
TRANSACTIONS = "transactions",
|
|
58
59
|
VIRTUAL_CARD = "virtual_card",
|
|
59
60
|
TAX_REMITTANCE = "tax_remittance",
|
|
@@ -92,7 +93,8 @@ export declare enum BillingTransactionType {
|
|
|
92
93
|
DISPUTE = "dispute",
|
|
93
94
|
CHANNEL = "channel",
|
|
94
95
|
LABEL = "label",
|
|
95
|
-
ORDER = "order"
|
|
96
|
+
ORDER = "order",
|
|
97
|
+
CHANNEL_BILLED = "channel_billed"
|
|
96
98
|
}
|
|
97
99
|
export declare enum BlazeCheckoutEvent {
|
|
98
100
|
BEGIN_CHECKOUT = "begin_checkout",
|
|
@@ -127,6 +129,10 @@ export declare enum CatalogImportType {
|
|
|
127
129
|
PRICE_BOOK_ITEMS_IMPORT = "price_book_items_import",
|
|
128
130
|
PRICE_BOOK_ITEMS_QUERY_IMPORT = "price_book_items_query_import"
|
|
129
131
|
}
|
|
132
|
+
export declare enum ChannelBilledTransactionType {
|
|
133
|
+
ADJUSTMENT = "adjustment",
|
|
134
|
+
CHANNEL_INITIATED = "channel_initiated"
|
|
135
|
+
}
|
|
130
136
|
export declare enum ChannelOrderAcceptanceRejectionReason {
|
|
131
137
|
UNSUPPORTED_ORIGIN_COUNTRY = "unsupported_origin_country",
|
|
132
138
|
UNSUPPORTED_DESTINATION_COUNTRY = "unsupported_destination_country",
|
|
@@ -729,6 +735,8 @@ export declare enum EventType {
|
|
|
729
735
|
ORDER_TRANSACTION_DELETED = "order_transaction_deleted",
|
|
730
736
|
LABEL_TRANSACTION_UPSERTED = "label_transaction_upserted",
|
|
731
737
|
LABEL_TRANSACTION_DELETED = "label_transaction_deleted",
|
|
738
|
+
CHANNEL_BILLED_TRANSACTION_UPSERTED = "channel_billed_transaction_upserted",
|
|
739
|
+
CHANNEL_BILLED_TRANSACTION_DELETED = "channel_billed_transaction_deleted",
|
|
732
740
|
CALCULATOR_ORGANIZATION_SETTINGS_UPSERTED = "calculator_organization_settings_upserted",
|
|
733
741
|
CALCULATOR_ORGANIZATION_SETTINGS_DELETED = "calculator_organization_settings_deleted",
|
|
734
742
|
CARRIER_ACCOUNT_UPSERTED_V_2 = "carrier_account_upserted_v2",
|
|
@@ -1280,19 +1288,13 @@ export declare enum OrganizationRestrictionNoteType {
|
|
|
1280
1288
|
INTERNAL = "internal",
|
|
1281
1289
|
REJECTION_REASON = "rejection_reason"
|
|
1282
1290
|
}
|
|
1283
|
-
export declare enum OrganizationRestrictionQueue {
|
|
1284
|
-
IN_REVIEW = "in_review",
|
|
1285
|
-
REVIEWED = "reviewed",
|
|
1286
|
-
REJECTED = "rejected",
|
|
1287
|
-
UNSCREENED = "unscreened"
|
|
1288
|
-
}
|
|
1289
1291
|
export declare enum OrganizationRestrictionRiskLevel {
|
|
1290
1292
|
LOW = "5",
|
|
1291
1293
|
HIGH = "15"
|
|
1292
1294
|
}
|
|
1293
1295
|
export declare enum OrganizationRestrictionScreeningStatus {
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
+
IN_REVIEW = "in_review",
|
|
1297
|
+
FULLY_REVIEWED = "fully_reviewed",
|
|
1296
1298
|
REJECTED = "rejected",
|
|
1297
1299
|
UNSCREENED = "unscreened"
|
|
1298
1300
|
}
|
package/dist/api-internal.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.PromptAction = 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.
|
|
3
|
+
exports.CheckoutGetAddressPredictionErrorCode = exports.CheckoutFeaturesErrorCode = exports.CheckoutErrorCode = exports.CheckoutDeletePromotionCodeErrorCode = exports.CheckoutDeletePaymentSourceErrorCode = exports.CheckoutDeletePaymentErrorCode = exports.CheckoutDeleteLineErrorCode = exports.CheckoutDeleteAddressStreetErrorCode = exports.CheckoutDeleteAddressBookContactErrorCode = exports.CheckoutCreateBySessionErrorCode = exports.CheckoutCreateBySessionByOrderErrorCode = exports.CheckoutCreateBySessionByCustomerTokenErrorCode = 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.ChannelTransactionType = exports.ChannelOrderAcceptanceStatus = exports.ChannelOrderAcceptanceRejectionReason = exports.ChannelBilledTransactionType = exports.CatalogImportType = exports.CarrierLabelGenerationMethod = exports.CalculatorEngine = exports.BrowserBundleErrorCode = exports.BlazeCheckoutStep = exports.BlazeCheckoutEvent = exports.BillingTransactionType = exports.BillingTransactionStatus = exports.BillingStatementReviewStatus = exports.BillingStatementBatchFileKey = exports.BillingStatementAttachmentKey = exports.BillingAllocationKey = exports.ApiCallReferenceId = exports.AnyDangerousGoods = exports.AdyenIntegrationType = exports.AddressConfigurationSettingProvinceCode = exports.AccountType = void 0;
|
|
4
|
+
exports.ContentStatus = exports.ContentElementType = exports.ComplianceType = exports.ClassificationErrorCode = exports.CheckoutUrlType = exports.CheckoutSubmitErrorCode = exports.CheckoutShippingMethodPromptBehavior = exports.CheckoutSetPromotionCodeErrorCode = exports.CheckoutSetPaymentSourceErrorCode = exports.CheckoutSetOptinPromptErrorCode = exports.CheckoutSetNationalIdNumberErrorCode = exports.CheckoutSetLocaleErrorCode = 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 = void 0;
|
|
5
|
+
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 = exports.FinancialReportingResponsibleParty = exports.FeesSource = exports.FeatureType = exports.FeatureStatus = exports.FeatureScope = exports.ExportContentType = exports.ExperimentDiscriminatorKey = exports.ExperienceOrderActionTrigger = exports.ExperienceOrderAction = exports.ExperienceImportType = exports.EventType = exports.EmptyAttribute = exports.DutySimpleExpressionType = exports.DutySelectionRule = exports.DutyRateUnitOfMeasure = exports.DutyRateSource = exports.DutyExemptItemTypes = exports.DutyCompoundExpressionType = exports.DisputeType = exports.DisputeStatus = exports.DisputeProcessor = exports.DisputeLiability = exports.DisputeImportType = exports.DisputeImportStatus = exports.DisputeEvidence = exports.DisputeCategory = exports.DisputeBillable = exports.DiscountRequestOrderEntitlementKey = exports.DeminimisAdjustmentType = exports.DeliveredDutyOptionMessageType = exports.CrossdockTrackingStatus = exports.ContentTypeCast = exports.ContentType = void 0;
|
|
6
|
+
exports.PromptAction = 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.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = exports.OrganizationPaymentStatus = exports.OrganizationCapability = exports.OrderTransactionType = exports.OrderLifecycleEvent = exports.OrderChargeTrigger = exports.OrderAttributeIntent = exports.OrderAction = exports.OnboardingAutomationTaskState = exports.OnboardingAutomationProcessState = exports.OnboardingAuditThemeKey = exports.OnboardingAuditResult = exports.OnboardingAuditMessageLevel = exports.NoLiabilityReasonCode = exports.NatureOfSale = 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.LiabilityType = exports.LabelTransactionType = exports.LabelCreationStatus = exports.LabelCancellationErrorCode = exports.LabelBillingStrategy = exports.KeywordType = void 0;
|
|
7
7
|
exports.UnclassifiedProductStatus = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingIntegrationType = exports.TimeseriesType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.Status = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.StatementStatus = exports.SimpleRoundingStrategy = exports.SignificanceAction = exports.ShopifyService = exports.ShopifyPromotionStatus = exports.ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOfferAllocationMethod = exports.ShopifyPromotionBehavior = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyGrantStatus = exports.ShopifyCheckInventoryErrorCode = exports.SessionCountryStatus = exports.ServiceName = exports.SerialReservationError = exports.Scope = exports.RiskEvaluation = exports.RiskCheck = exports.RestrictionStatus = exports.RestrictionDecision = exports.RestrictionAction = exports.ResponsibleParty = exports.ReportingScheme = exports.ReportInterval = exports.RedirectReason = exports.ReboundConfigurationStatus = exports.RateSource = exports.QuoteRequestType = exports.PromptTarget = exports.PromptOptions = exports.PromptCheckoutDisplayPosition = void 0;
|
|
8
8
|
var AccountType;
|
|
9
9
|
(function (AccountType) {
|
|
@@ -68,6 +68,7 @@ var BillingStatementAttachmentKey;
|
|
|
68
68
|
BillingStatementAttachmentKey["STATEMENT"] = "statement";
|
|
69
69
|
BillingStatementAttachmentKey["CONSUMER_INVOICE"] = "consumer_invoice";
|
|
70
70
|
BillingStatementAttachmentKey["CREDIT_MEMO"] = "credit_memo";
|
|
71
|
+
BillingStatementAttachmentKey["CHANNEL_BILLED"] = "channel_billed";
|
|
71
72
|
BillingStatementAttachmentKey["TRANSACTIONS"] = "transactions";
|
|
72
73
|
BillingStatementAttachmentKey["VIRTUAL_CARD"] = "virtual_card";
|
|
73
74
|
BillingStatementAttachmentKey["TAX_REMITTANCE"] = "tax_remittance";
|
|
@@ -111,6 +112,7 @@ var BillingTransactionType;
|
|
|
111
112
|
BillingTransactionType["CHANNEL"] = "channel";
|
|
112
113
|
BillingTransactionType["LABEL"] = "label";
|
|
113
114
|
BillingTransactionType["ORDER"] = "order";
|
|
115
|
+
BillingTransactionType["CHANNEL_BILLED"] = "channel_billed";
|
|
114
116
|
})(BillingTransactionType = exports.BillingTransactionType || (exports.BillingTransactionType = {}));
|
|
115
117
|
var BlazeCheckoutEvent;
|
|
116
118
|
(function (BlazeCheckoutEvent) {
|
|
@@ -151,6 +153,11 @@ var CatalogImportType;
|
|
|
151
153
|
CatalogImportType["PRICE_BOOK_ITEMS_IMPORT"] = "price_book_items_import";
|
|
152
154
|
CatalogImportType["PRICE_BOOK_ITEMS_QUERY_IMPORT"] = "price_book_items_query_import";
|
|
153
155
|
})(CatalogImportType = exports.CatalogImportType || (exports.CatalogImportType = {}));
|
|
156
|
+
var ChannelBilledTransactionType;
|
|
157
|
+
(function (ChannelBilledTransactionType) {
|
|
158
|
+
ChannelBilledTransactionType["ADJUSTMENT"] = "adjustment";
|
|
159
|
+
ChannelBilledTransactionType["CHANNEL_INITIATED"] = "channel_initiated";
|
|
160
|
+
})(ChannelBilledTransactionType = exports.ChannelBilledTransactionType || (exports.ChannelBilledTransactionType = {}));
|
|
154
161
|
var ChannelOrderAcceptanceRejectionReason;
|
|
155
162
|
(function (ChannelOrderAcceptanceRejectionReason) {
|
|
156
163
|
ChannelOrderAcceptanceRejectionReason["UNSUPPORTED_ORIGIN_COUNTRY"] = "unsupported_origin_country";
|
|
@@ -858,6 +865,8 @@ var EventType;
|
|
|
858
865
|
EventType["ORDER_TRANSACTION_DELETED"] = "order_transaction_deleted";
|
|
859
866
|
EventType["LABEL_TRANSACTION_UPSERTED"] = "label_transaction_upserted";
|
|
860
867
|
EventType["LABEL_TRANSACTION_DELETED"] = "label_transaction_deleted";
|
|
868
|
+
EventType["CHANNEL_BILLED_TRANSACTION_UPSERTED"] = "channel_billed_transaction_upserted";
|
|
869
|
+
EventType["CHANNEL_BILLED_TRANSACTION_DELETED"] = "channel_billed_transaction_deleted";
|
|
861
870
|
EventType["CALCULATOR_ORGANIZATION_SETTINGS_UPSERTED"] = "calculator_organization_settings_upserted";
|
|
862
871
|
EventType["CALCULATOR_ORGANIZATION_SETTINGS_DELETED"] = "calculator_organization_settings_deleted";
|
|
863
872
|
EventType["CARRIER_ACCOUNT_UPSERTED_V_2"] = "carrier_account_upserted_v2";
|
|
@@ -1471,13 +1480,6 @@ var OrganizationRestrictionNoteType;
|
|
|
1471
1480
|
OrganizationRestrictionNoteType["INTERNAL"] = "internal";
|
|
1472
1481
|
OrganizationRestrictionNoteType["REJECTION_REASON"] = "rejection_reason";
|
|
1473
1482
|
})(OrganizationRestrictionNoteType = exports.OrganizationRestrictionNoteType || (exports.OrganizationRestrictionNoteType = {}));
|
|
1474
|
-
var OrganizationRestrictionQueue;
|
|
1475
|
-
(function (OrganizationRestrictionQueue) {
|
|
1476
|
-
OrganizationRestrictionQueue["IN_REVIEW"] = "in_review";
|
|
1477
|
-
OrganizationRestrictionQueue["REVIEWED"] = "reviewed";
|
|
1478
|
-
OrganizationRestrictionQueue["REJECTED"] = "rejected";
|
|
1479
|
-
OrganizationRestrictionQueue["UNSCREENED"] = "unscreened";
|
|
1480
|
-
})(OrganizationRestrictionQueue = exports.OrganizationRestrictionQueue || (exports.OrganizationRestrictionQueue = {}));
|
|
1481
1483
|
var OrganizationRestrictionRiskLevel;
|
|
1482
1484
|
(function (OrganizationRestrictionRiskLevel) {
|
|
1483
1485
|
OrganizationRestrictionRiskLevel["LOW"] = "5";
|
|
@@ -1485,8 +1487,8 @@ var OrganizationRestrictionRiskLevel;
|
|
|
1485
1487
|
})(OrganizationRestrictionRiskLevel = exports.OrganizationRestrictionRiskLevel || (exports.OrganizationRestrictionRiskLevel = {}));
|
|
1486
1488
|
var OrganizationRestrictionScreeningStatus;
|
|
1487
1489
|
(function (OrganizationRestrictionScreeningStatus) {
|
|
1488
|
-
OrganizationRestrictionScreeningStatus["
|
|
1489
|
-
OrganizationRestrictionScreeningStatus["
|
|
1490
|
+
OrganizationRestrictionScreeningStatus["IN_REVIEW"] = "in_review";
|
|
1491
|
+
OrganizationRestrictionScreeningStatus["FULLY_REVIEWED"] = "fully_reviewed";
|
|
1490
1492
|
OrganizationRestrictionScreeningStatus["REJECTED"] = "rejected";
|
|
1491
1493
|
OrganizationRestrictionScreeningStatus["UNSCREENED"] = "unscreened";
|
|
1492
1494
|
})(OrganizationRestrictionScreeningStatus = exports.OrganizationRestrictionScreeningStatus || (exports.OrganizationRestrictionScreeningStatus = {}));
|
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.28",
|
|
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": "52061c2130395e8550acf7a142dd62fc9420faf6"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -60,6 +60,7 @@ export enum BillingStatementAttachmentKey {
|
|
|
60
60
|
STATEMENT = 'statement',
|
|
61
61
|
CONSUMER_INVOICE = 'consumer_invoice',
|
|
62
62
|
CREDIT_MEMO = 'credit_memo',
|
|
63
|
+
CHANNEL_BILLED = 'channel_billed',
|
|
63
64
|
TRANSACTIONS = 'transactions',
|
|
64
65
|
VIRTUAL_CARD = 'virtual_card',
|
|
65
66
|
TAX_REMITTANCE = 'tax_remittance',
|
|
@@ -103,6 +104,7 @@ export enum BillingTransactionType {
|
|
|
103
104
|
CHANNEL = 'channel',
|
|
104
105
|
LABEL = 'label',
|
|
105
106
|
ORDER = 'order',
|
|
107
|
+
CHANNEL_BILLED = 'channel_billed',
|
|
106
108
|
}
|
|
107
109
|
|
|
108
110
|
export enum BlazeCheckoutEvent {
|
|
@@ -144,6 +146,11 @@ export enum CatalogImportType {
|
|
|
144
146
|
PRICE_BOOK_ITEMS_QUERY_IMPORT = 'price_book_items_query_import',
|
|
145
147
|
}
|
|
146
148
|
|
|
149
|
+
export enum ChannelBilledTransactionType {
|
|
150
|
+
ADJUSTMENT = 'adjustment',
|
|
151
|
+
CHANNEL_INITIATED = 'channel_initiated',
|
|
152
|
+
}
|
|
153
|
+
|
|
147
154
|
export enum ChannelOrderAcceptanceRejectionReason {
|
|
148
155
|
UNSUPPORTED_ORIGIN_COUNTRY = 'unsupported_origin_country',
|
|
149
156
|
UNSUPPORTED_DESTINATION_COUNTRY = 'unsupported_destination_country',
|
|
@@ -850,6 +857,8 @@ export enum EventType {
|
|
|
850
857
|
ORDER_TRANSACTION_DELETED = 'order_transaction_deleted',
|
|
851
858
|
LABEL_TRANSACTION_UPSERTED = 'label_transaction_upserted',
|
|
852
859
|
LABEL_TRANSACTION_DELETED = 'label_transaction_deleted',
|
|
860
|
+
CHANNEL_BILLED_TRANSACTION_UPSERTED = 'channel_billed_transaction_upserted',
|
|
861
|
+
CHANNEL_BILLED_TRANSACTION_DELETED = 'channel_billed_transaction_deleted',
|
|
853
862
|
CALCULATOR_ORGANIZATION_SETTINGS_UPSERTED = 'calculator_organization_settings_upserted',
|
|
854
863
|
CALCULATOR_ORGANIZATION_SETTINGS_DELETED = 'calculator_organization_settings_deleted',
|
|
855
864
|
CARRIER_ACCOUNT_UPSERTED_V_2 = 'carrier_account_upserted_v2',
|
|
@@ -1464,21 +1473,14 @@ export enum OrganizationRestrictionNoteType {
|
|
|
1464
1473
|
REJECTION_REASON = 'rejection_reason',
|
|
1465
1474
|
}
|
|
1466
1475
|
|
|
1467
|
-
export enum OrganizationRestrictionQueue {
|
|
1468
|
-
IN_REVIEW = 'in_review',
|
|
1469
|
-
REVIEWED = 'reviewed',
|
|
1470
|
-
REJECTED = 'rejected',
|
|
1471
|
-
UNSCREENED = 'unscreened',
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
1476
|
export enum OrganizationRestrictionRiskLevel {
|
|
1475
1477
|
LOW = '5',
|
|
1476
1478
|
HIGH = '15',
|
|
1477
1479
|
}
|
|
1478
1480
|
|
|
1479
1481
|
export enum OrganizationRestrictionScreeningStatus {
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
+
IN_REVIEW = 'in_review',
|
|
1483
|
+
FULLY_REVIEWED = 'fully_reviewed',
|
|
1482
1484
|
REJECTED = 'rejected',
|
|
1483
1485
|
UNSCREENED = 'unscreened',
|
|
1484
1486
|
}
|