@flowio/api-internal-constants 4.18.55 → 4.18.57
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 +23 -5
- package/dist/api-internal.js +27 -7
- package/package.json +2 -2
- package/src/api-internal.ts +21 -1
package/dist/api-internal.d.ts
CHANGED
|
@@ -147,7 +147,12 @@ export declare enum BillingMetricKey {
|
|
|
147
147
|
PAYOUTS_FAILED_COUNT = "payouts_failed_count",
|
|
148
148
|
PAYOUTS_FAILED_TOTAL = "payouts_failed_total",
|
|
149
149
|
AVERAGE_PAYOUT_AMOUNT = "average_payout_amount",
|
|
150
|
-
CAPTURE_TRANSACTION_WITH_ZERO_FEES_AND_NO_CHANNEL_TRANSACTION_COUNT = "capture_transaction_with_zero_fees_and_no_channel_transaction_count"
|
|
150
|
+
CAPTURE_TRANSACTION_WITH_ZERO_FEES_AND_NO_CHANNEL_TRANSACTION_COUNT = "capture_transaction_with_zero_fees_and_no_channel_transaction_count",
|
|
151
|
+
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_10_DAYS = "percentage_billable_label_transactions_with_carrier_charge_10_days",
|
|
152
|
+
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_20_DAYS = "percentage_billable_label_transactions_with_carrier_charge_20_days",
|
|
153
|
+
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_30_DAYS = "percentage_billable_label_transactions_with_carrier_charge_30_days",
|
|
154
|
+
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_60_DAYS = "percentage_billable_label_transactions_with_carrier_charge_60_days",
|
|
155
|
+
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_90_DAYS = "percentage_billable_label_transactions_with_carrier_charge_90_days"
|
|
151
156
|
}
|
|
152
157
|
export declare enum BillingStatementAttachmentKey {
|
|
153
158
|
INVOICE = "invoice",
|
|
@@ -221,6 +226,10 @@ export declare enum CalculatorEngine {
|
|
|
221
226
|
DTCE_WITH_DEMINIMIS = "dtce_with_deminimis",
|
|
222
227
|
DTCE_MERGED_WITH_TAX = "dtce_merged_with_tax"
|
|
223
228
|
}
|
|
229
|
+
export declare enum CarrierChargeOtherReason {
|
|
230
|
+
RETURN_TO_ORIGIN = "return_to_origin",
|
|
231
|
+
OTHER = "other"
|
|
232
|
+
}
|
|
224
233
|
export declare enum CarrierLabelGenerationMethod {
|
|
225
234
|
DIRECT = "direct",
|
|
226
235
|
EASYPOST = "easypost"
|
|
@@ -921,6 +930,8 @@ export declare enum EventType {
|
|
|
921
930
|
CHANNEL_ORDER_ACCEPTANCE_DELETED = "channel_order_acceptance_deleted",
|
|
922
931
|
CHECKOUT_CONFIGURATION_UPSERTED = "checkout_configuration_upserted",
|
|
923
932
|
CHECKOUT_CONFIGURATION_DELETED = "checkout_configuration_deleted",
|
|
933
|
+
COMMERCIAL_INVOICE_INTERNAL_UPSERTED = "commercial_invoice_internal_upserted",
|
|
934
|
+
COMMERCIAL_INVOICE_INTERNAL_DELETED = "commercial_invoice_internal_deleted",
|
|
924
935
|
LOCALIZED_CONTENT_UPSERTED = "localized_content_upserted",
|
|
925
936
|
LOCALIZATION_UPSERTED = "localization_upserted",
|
|
926
937
|
INTERNAL_CHANNEL_RATE_DELETED = "internal_channel_rate_deleted",
|
|
@@ -1338,6 +1349,10 @@ export declare enum LiabilityType {
|
|
|
1338
1349
|
HIGH_VALUE_GOODS_TAX = "high_value_goods_tax",
|
|
1339
1350
|
DUTIES = "duties"
|
|
1340
1351
|
}
|
|
1352
|
+
export declare enum LogisticsResponsibility {
|
|
1353
|
+
ORGANIZATION = "organization",
|
|
1354
|
+
FLOW = "flow"
|
|
1355
|
+
}
|
|
1341
1356
|
export declare enum MainTransactionStatus {
|
|
1342
1357
|
SCHEDULED = "scheduled",
|
|
1343
1358
|
PENDING_PROOF = "pending_proof"
|
|
@@ -1355,7 +1370,8 @@ export declare enum ManualTransactionCategory {
|
|
|
1355
1370
|
PLATFORM_FEE = "platform_fee",
|
|
1356
1371
|
SHIPPING_TRUE_UP = "shipping_true_up",
|
|
1357
1372
|
TAX_CREDIT = "tax_credit",
|
|
1358
|
-
CARRIER_CREDIT = "carrier_credit"
|
|
1373
|
+
CARRIER_CREDIT = "carrier_credit",
|
|
1374
|
+
NEGATIVE_BALANCE_GUARANTEE = "negative_balance_guarantee"
|
|
1359
1375
|
}
|
|
1360
1376
|
export declare enum MarketingGatewayAccountConnectionStatus {
|
|
1361
1377
|
NOT_CONNECTED = "not_connected",
|
|
@@ -1668,7 +1684,6 @@ export declare enum QueuedRecordType {
|
|
|
1668
1684
|
FULFILLMENT_IN_TRANSIT = "fulfillment_in_transit",
|
|
1669
1685
|
FULFILLMENT_SHIPPING_NOTIFICATION = "fulfillment_shipping_notification",
|
|
1670
1686
|
FULFILLMENT_EXTERNAL = "fulfillment_external",
|
|
1671
|
-
FULFILLMENT_ORDER_CANCELLATION = "fulfillment_order_cancellation",
|
|
1672
1687
|
FULFILLMENT_ORDER_COMBINED_SHIPMENT = "fulfillment_order_combined_shipment",
|
|
1673
1688
|
FULFILLMENT_ORDER_TIME = "fulfillment_order_time",
|
|
1674
1689
|
LABEL_TRACKING_SUMMARY = "label_tracking_summary",
|
|
@@ -1685,7 +1700,9 @@ export declare enum QueuedRecordType {
|
|
|
1685
1700
|
STATEMENT_BATCH = "statement_batch",
|
|
1686
1701
|
STATEMENT_EMAIL = "statement_email",
|
|
1687
1702
|
STATEMENT_SUMMARY_EMAIL = "statement_summary_email",
|
|
1688
|
-
PENDING_PAYOUT_TRANSACTION_EVENT = "pending_payout_transaction_event"
|
|
1703
|
+
PENDING_PAYOUT_TRANSACTION_EVENT = "pending_payout_transaction_event",
|
|
1704
|
+
CREDIT_AND_SUBSIDY = "credit_and_subsidy",
|
|
1705
|
+
NEGATIVE_BALANCE_GUARANTEE = "negative_balance_guarantee"
|
|
1689
1706
|
}
|
|
1690
1707
|
export declare enum QuoteRequestType {
|
|
1691
1708
|
GENERATE = "generate",
|
|
@@ -1732,7 +1749,8 @@ export declare enum ReportStatus {
|
|
|
1732
1749
|
}
|
|
1733
1750
|
export declare enum ReportType {
|
|
1734
1751
|
SALES_RECORD = "sales_record",
|
|
1735
|
-
TRUEUP_OVERVIEW = "trueup_overview"
|
|
1752
|
+
TRUEUP_OVERVIEW = "trueup_overview",
|
|
1753
|
+
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = "non_channel_payment_bank_account"
|
|
1736
1754
|
}
|
|
1737
1755
|
export declare enum ReportingScheme {
|
|
1738
1756
|
IMMEDIATE_REPORTING_TO_TAX_AUTHORITY = "immediate_reporting_to_tax_authority",
|
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 = void 0;
|
|
3
|
+
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.ChannelOrderFulfillmentStatusCode = exports.ChannelOrderAcceptanceStatus = exports.ChannelOrderAcceptanceRejectionReason = exports.ChannelOrderAcceptanceNextActionFrom = exports.ChannelOrderAcceptanceErrorAction = exports.ChannelBilledTransactionType = exports.CatalogImportType = exports.CarrierValidationStatus = exports.CarrierLabelGenerationMethod = exports.CarrierChargeOtherReason = exports.CalculatorEngine = exports.BrowserBundleErrorCode = exports.BlazeCheckoutStep = exports.BlazeCheckoutEvent = exports.BillingTransactionType = exports.BillingTransactionStatus = exports.BillingStatementBatchFileKey = exports.BillingStatementAttachmentKey = exports.BillingMetricKey = exports.BillingAllocationKey = exports.BankPaymentStatusCode = exports.AutoRestrictRule = exports.ApiCallReferenceId = exports.AnyDangerousGoods = exports.AdyenIntegrationType = exports.AdjustmentTransactionType = exports.AddressConfigurationSettingProvinceCode = exports.AccountType = exports.AccountSettingLiabilitiesMethod = void 0;
|
|
4
|
+
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 = exports.CheckoutGetAddressPredictionErrorCode = exports.CheckoutFeaturesErrorCode = exports.CheckoutErrorCode = exports.CheckoutDeletePromotionCodeErrorCode = exports.CheckoutDeletePaymentSourceErrorCode = exports.CheckoutDeletePaymentErrorCode = exports.CheckoutDeleteLineErrorCode = exports.CheckoutDeleteAddressStreetErrorCode = exports.CheckoutDeleteAddressBookContactErrorCode = void 0;
|
|
5
|
+
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.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.ClassificationErrorCode = exports.CheckoutUrlType = exports.CheckoutSubmitErrorCode = exports.CheckoutShippingMethodPromptBehavior = exports.CheckoutSetPromotionCodeErrorCode = exports.CheckoutSetPaymentSourceErrorCode = void 0;
|
|
6
|
+
exports.OrderTransactionType = exports.OrderLifecycleEvent = exports.OrderChargeTrigger = exports.OrderCancellationInitiatedBy = 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 = void 0;
|
|
7
|
+
exports.ShopifyMarketsQueuedRecordType = 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.ReportType = exports.ReportStatus = exports.ReportInterval = exports.RejectionReason = exports.RedirectReason = exports.ReboundConfigurationStatus = exports.RateSource = exports.RateLevelKey = exports.QuoteRequestType = exports.QueuedRecordType = 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.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = exports.OrganizationPaymentStatus = exports.OrganizationMetricType = exports.OrganizationCapability = 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.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 = void 0;
|
|
9
9
|
var AccountSettingLiabilitiesMethod;
|
|
10
10
|
(function (AccountSettingLiabilitiesMethod) {
|
|
11
11
|
AccountSettingLiabilitiesMethod["WITHHOLDING"] = "withholding";
|
|
@@ -167,6 +167,11 @@ var BillingMetricKey;
|
|
|
167
167
|
BillingMetricKey["PAYOUTS_FAILED_TOTAL"] = "payouts_failed_total";
|
|
168
168
|
BillingMetricKey["AVERAGE_PAYOUT_AMOUNT"] = "average_payout_amount";
|
|
169
169
|
BillingMetricKey["CAPTURE_TRANSACTION_WITH_ZERO_FEES_AND_NO_CHANNEL_TRANSACTION_COUNT"] = "capture_transaction_with_zero_fees_and_no_channel_transaction_count";
|
|
170
|
+
BillingMetricKey["PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_10_DAYS"] = "percentage_billable_label_transactions_with_carrier_charge_10_days";
|
|
171
|
+
BillingMetricKey["PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_20_DAYS"] = "percentage_billable_label_transactions_with_carrier_charge_20_days";
|
|
172
|
+
BillingMetricKey["PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_30_DAYS"] = "percentage_billable_label_transactions_with_carrier_charge_30_days";
|
|
173
|
+
BillingMetricKey["PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_60_DAYS"] = "percentage_billable_label_transactions_with_carrier_charge_60_days";
|
|
174
|
+
BillingMetricKey["PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_90_DAYS"] = "percentage_billable_label_transactions_with_carrier_charge_90_days";
|
|
170
175
|
})(BillingMetricKey = exports.BillingMetricKey || (exports.BillingMetricKey = {}));
|
|
171
176
|
var BillingStatementAttachmentKey;
|
|
172
177
|
(function (BillingStatementAttachmentKey) {
|
|
@@ -248,6 +253,11 @@ var CalculatorEngine;
|
|
|
248
253
|
CalculatorEngine["DTCE_WITH_DEMINIMIS"] = "dtce_with_deminimis";
|
|
249
254
|
CalculatorEngine["DTCE_MERGED_WITH_TAX"] = "dtce_merged_with_tax";
|
|
250
255
|
})(CalculatorEngine = exports.CalculatorEngine || (exports.CalculatorEngine = {}));
|
|
256
|
+
var CarrierChargeOtherReason;
|
|
257
|
+
(function (CarrierChargeOtherReason) {
|
|
258
|
+
CarrierChargeOtherReason["RETURN_TO_ORIGIN"] = "return_to_origin";
|
|
259
|
+
CarrierChargeOtherReason["OTHER"] = "other";
|
|
260
|
+
})(CarrierChargeOtherReason = exports.CarrierChargeOtherReason || (exports.CarrierChargeOtherReason = {}));
|
|
251
261
|
var CarrierLabelGenerationMethod;
|
|
252
262
|
(function (CarrierLabelGenerationMethod) {
|
|
253
263
|
CarrierLabelGenerationMethod["DIRECT"] = "direct";
|
|
@@ -1064,6 +1074,8 @@ var EventType;
|
|
|
1064
1074
|
EventType["CHANNEL_ORDER_ACCEPTANCE_DELETED"] = "channel_order_acceptance_deleted";
|
|
1065
1075
|
EventType["CHECKOUT_CONFIGURATION_UPSERTED"] = "checkout_configuration_upserted";
|
|
1066
1076
|
EventType["CHECKOUT_CONFIGURATION_DELETED"] = "checkout_configuration_deleted";
|
|
1077
|
+
EventType["COMMERCIAL_INVOICE_INTERNAL_UPSERTED"] = "commercial_invoice_internal_upserted";
|
|
1078
|
+
EventType["COMMERCIAL_INVOICE_INTERNAL_DELETED"] = "commercial_invoice_internal_deleted";
|
|
1067
1079
|
EventType["LOCALIZED_CONTENT_UPSERTED"] = "localized_content_upserted";
|
|
1068
1080
|
EventType["LOCALIZATION_UPSERTED"] = "localization_upserted";
|
|
1069
1081
|
EventType["INTERNAL_CHANNEL_RATE_DELETED"] = "internal_channel_rate_deleted";
|
|
@@ -1516,6 +1528,11 @@ var LiabilityType;
|
|
|
1516
1528
|
LiabilityType["HIGH_VALUE_GOODS_TAX"] = "high_value_goods_tax";
|
|
1517
1529
|
LiabilityType["DUTIES"] = "duties";
|
|
1518
1530
|
})(LiabilityType = exports.LiabilityType || (exports.LiabilityType = {}));
|
|
1531
|
+
var LogisticsResponsibility;
|
|
1532
|
+
(function (LogisticsResponsibility) {
|
|
1533
|
+
LogisticsResponsibility["ORGANIZATION"] = "organization";
|
|
1534
|
+
LogisticsResponsibility["FLOW"] = "flow";
|
|
1535
|
+
})(LogisticsResponsibility = exports.LogisticsResponsibility || (exports.LogisticsResponsibility = {}));
|
|
1519
1536
|
var MainTransactionStatus;
|
|
1520
1537
|
(function (MainTransactionStatus) {
|
|
1521
1538
|
MainTransactionStatus["SCHEDULED"] = "scheduled";
|
|
@@ -1537,6 +1554,7 @@ var ManualTransactionCategory;
|
|
|
1537
1554
|
ManualTransactionCategory["SHIPPING_TRUE_UP"] = "shipping_true_up";
|
|
1538
1555
|
ManualTransactionCategory["TAX_CREDIT"] = "tax_credit";
|
|
1539
1556
|
ManualTransactionCategory["CARRIER_CREDIT"] = "carrier_credit";
|
|
1557
|
+
ManualTransactionCategory["NEGATIVE_BALANCE_GUARANTEE"] = "negative_balance_guarantee";
|
|
1540
1558
|
})(ManualTransactionCategory = exports.ManualTransactionCategory || (exports.ManualTransactionCategory = {}));
|
|
1541
1559
|
var MarketingGatewayAccountConnectionStatus;
|
|
1542
1560
|
(function (MarketingGatewayAccountConnectionStatus) {
|
|
@@ -1899,7 +1917,6 @@ var QueuedRecordType;
|
|
|
1899
1917
|
QueuedRecordType["FULFILLMENT_IN_TRANSIT"] = "fulfillment_in_transit";
|
|
1900
1918
|
QueuedRecordType["FULFILLMENT_SHIPPING_NOTIFICATION"] = "fulfillment_shipping_notification";
|
|
1901
1919
|
QueuedRecordType["FULFILLMENT_EXTERNAL"] = "fulfillment_external";
|
|
1902
|
-
QueuedRecordType["FULFILLMENT_ORDER_CANCELLATION"] = "fulfillment_order_cancellation";
|
|
1903
1920
|
QueuedRecordType["FULFILLMENT_ORDER_COMBINED_SHIPMENT"] = "fulfillment_order_combined_shipment";
|
|
1904
1921
|
QueuedRecordType["FULFILLMENT_ORDER_TIME"] = "fulfillment_order_time";
|
|
1905
1922
|
QueuedRecordType["LABEL_TRACKING_SUMMARY"] = "label_tracking_summary";
|
|
@@ -1917,6 +1934,8 @@ var QueuedRecordType;
|
|
|
1917
1934
|
QueuedRecordType["STATEMENT_EMAIL"] = "statement_email";
|
|
1918
1935
|
QueuedRecordType["STATEMENT_SUMMARY_EMAIL"] = "statement_summary_email";
|
|
1919
1936
|
QueuedRecordType["PENDING_PAYOUT_TRANSACTION_EVENT"] = "pending_payout_transaction_event";
|
|
1937
|
+
QueuedRecordType["CREDIT_AND_SUBSIDY"] = "credit_and_subsidy";
|
|
1938
|
+
QueuedRecordType["NEGATIVE_BALANCE_GUARANTEE"] = "negative_balance_guarantee";
|
|
1920
1939
|
})(QueuedRecordType = exports.QueuedRecordType || (exports.QueuedRecordType = {}));
|
|
1921
1940
|
var QuoteRequestType;
|
|
1922
1941
|
(function (QuoteRequestType) {
|
|
@@ -1973,6 +1992,7 @@ var ReportType;
|
|
|
1973
1992
|
(function (ReportType) {
|
|
1974
1993
|
ReportType["SALES_RECORD"] = "sales_record";
|
|
1975
1994
|
ReportType["TRUEUP_OVERVIEW"] = "trueup_overview";
|
|
1995
|
+
ReportType["NON_CHANNEL_PAYMENT_BANK_ACCOUNT"] = "non_channel_payment_bank_account";
|
|
1976
1996
|
})(ReportType = exports.ReportType || (exports.ReportType = {}));
|
|
1977
1997
|
var ReportingScheme;
|
|
1978
1998
|
(function (ReportingScheme) {
|
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.57",
|
|
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": "a3e99b9b2cacb4b20115f294b1baa6a6533c4e5c"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -158,6 +158,11 @@ export enum BillingMetricKey {
|
|
|
158
158
|
PAYOUTS_FAILED_TOTAL = 'payouts_failed_total',
|
|
159
159
|
AVERAGE_PAYOUT_AMOUNT = 'average_payout_amount',
|
|
160
160
|
CAPTURE_TRANSACTION_WITH_ZERO_FEES_AND_NO_CHANNEL_TRANSACTION_COUNT = 'capture_transaction_with_zero_fees_and_no_channel_transaction_count',
|
|
161
|
+
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_10_DAYS = 'percentage_billable_label_transactions_with_carrier_charge_10_days',
|
|
162
|
+
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_20_DAYS = 'percentage_billable_label_transactions_with_carrier_charge_20_days',
|
|
163
|
+
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_30_DAYS = 'percentage_billable_label_transactions_with_carrier_charge_30_days',
|
|
164
|
+
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_60_DAYS = 'percentage_billable_label_transactions_with_carrier_charge_60_days',
|
|
165
|
+
PERCENTAGE_BILLABLE_LABEL_TRANSACTIONS_WITH_CARRIER_CHARGE_90_DAYS = 'percentage_billable_label_transactions_with_carrier_charge_90_days',
|
|
161
166
|
}
|
|
162
167
|
|
|
163
168
|
export enum BillingStatementAttachmentKey {
|
|
@@ -240,6 +245,11 @@ export enum CalculatorEngine {
|
|
|
240
245
|
DTCE_MERGED_WITH_TAX = 'dtce_merged_with_tax',
|
|
241
246
|
}
|
|
242
247
|
|
|
248
|
+
export enum CarrierChargeOtherReason {
|
|
249
|
+
RETURN_TO_ORIGIN = 'return_to_origin',
|
|
250
|
+
OTHER = 'other',
|
|
251
|
+
}
|
|
252
|
+
|
|
243
253
|
export enum CarrierLabelGenerationMethod {
|
|
244
254
|
DIRECT = 'direct',
|
|
245
255
|
EASYPOST = 'easypost',
|
|
@@ -1055,6 +1065,8 @@ export enum EventType {
|
|
|
1055
1065
|
CHANNEL_ORDER_ACCEPTANCE_DELETED = 'channel_order_acceptance_deleted',
|
|
1056
1066
|
CHECKOUT_CONFIGURATION_UPSERTED = 'checkout_configuration_upserted',
|
|
1057
1067
|
CHECKOUT_CONFIGURATION_DELETED = 'checkout_configuration_deleted',
|
|
1068
|
+
COMMERCIAL_INVOICE_INTERNAL_UPSERTED = 'commercial_invoice_internal_upserted',
|
|
1069
|
+
COMMERCIAL_INVOICE_INTERNAL_DELETED = 'commercial_invoice_internal_deleted',
|
|
1058
1070
|
LOCALIZED_CONTENT_UPSERTED = 'localized_content_upserted',
|
|
1059
1071
|
LOCALIZATION_UPSERTED = 'localization_upserted',
|
|
1060
1072
|
INTERNAL_CHANNEL_RATE_DELETED = 'internal_channel_rate_deleted',
|
|
@@ -1508,6 +1520,11 @@ export enum LiabilityType {
|
|
|
1508
1520
|
DUTIES = 'duties',
|
|
1509
1521
|
}
|
|
1510
1522
|
|
|
1523
|
+
export enum LogisticsResponsibility {
|
|
1524
|
+
ORGANIZATION = 'organization',
|
|
1525
|
+
FLOW = 'flow',
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1511
1528
|
export enum MainTransactionStatus {
|
|
1512
1529
|
SCHEDULED = 'scheduled',
|
|
1513
1530
|
PENDING_PROOF = 'pending_proof',
|
|
@@ -1528,6 +1545,7 @@ export enum ManualTransactionCategory {
|
|
|
1528
1545
|
SHIPPING_TRUE_UP = 'shipping_true_up',
|
|
1529
1546
|
TAX_CREDIT = 'tax_credit',
|
|
1530
1547
|
CARRIER_CREDIT = 'carrier_credit',
|
|
1548
|
+
NEGATIVE_BALANCE_GUARANTEE = 'negative_balance_guarantee',
|
|
1531
1549
|
}
|
|
1532
1550
|
|
|
1533
1551
|
export enum MarketingGatewayAccountConnectionStatus {
|
|
@@ -1890,7 +1908,6 @@ export enum QueuedRecordType {
|
|
|
1890
1908
|
FULFILLMENT_IN_TRANSIT = 'fulfillment_in_transit',
|
|
1891
1909
|
FULFILLMENT_SHIPPING_NOTIFICATION = 'fulfillment_shipping_notification',
|
|
1892
1910
|
FULFILLMENT_EXTERNAL = 'fulfillment_external',
|
|
1893
|
-
FULFILLMENT_ORDER_CANCELLATION = 'fulfillment_order_cancellation',
|
|
1894
1911
|
FULFILLMENT_ORDER_COMBINED_SHIPMENT = 'fulfillment_order_combined_shipment',
|
|
1895
1912
|
FULFILLMENT_ORDER_TIME = 'fulfillment_order_time',
|
|
1896
1913
|
LABEL_TRACKING_SUMMARY = 'label_tracking_summary',
|
|
@@ -1908,6 +1925,8 @@ export enum QueuedRecordType {
|
|
|
1908
1925
|
STATEMENT_EMAIL = 'statement_email',
|
|
1909
1926
|
STATEMENT_SUMMARY_EMAIL = 'statement_summary_email',
|
|
1910
1927
|
PENDING_PAYOUT_TRANSACTION_EVENT = 'pending_payout_transaction_event',
|
|
1928
|
+
CREDIT_AND_SUBSIDY = 'credit_and_subsidy',
|
|
1929
|
+
NEGATIVE_BALANCE_GUARANTEE = 'negative_balance_guarantee',
|
|
1911
1930
|
}
|
|
1912
1931
|
|
|
1913
1932
|
export enum QuoteRequestType {
|
|
@@ -1964,6 +1983,7 @@ export enum ReportStatus {
|
|
|
1964
1983
|
export enum ReportType {
|
|
1965
1984
|
SALES_RECORD = 'sales_record',
|
|
1966
1985
|
TRUEUP_OVERVIEW = 'trueup_overview',
|
|
1986
|
+
NON_CHANNEL_PAYMENT_BANK_ACCOUNT = 'non_channel_payment_bank_account',
|
|
1967
1987
|
}
|
|
1968
1988
|
|
|
1969
1989
|
export enum ReportingScheme {
|