@flowio/api-constants 2.13.32 → 2.13.33
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.d.ts +9 -9
- package/dist/api.js +18 -17
- package/package.json +2 -2
- package/src/api.ts +11 -10
package/dist/api.d.ts
CHANGED
|
@@ -33,9 +33,6 @@ export declare enum Aggregate {
|
|
|
33
33
|
MAXIMUM = "maximum",
|
|
34
34
|
MINIMUM = "minimum"
|
|
35
35
|
}
|
|
36
|
-
export declare enum AttachmentType {
|
|
37
|
-
CSV = "csv"
|
|
38
|
-
}
|
|
39
36
|
export declare enum AttributeDataType {
|
|
40
37
|
BOOLEAN = "boolean",
|
|
41
38
|
INTEGER = "integer",
|
|
@@ -1070,12 +1067,12 @@ export declare enum PaymentType {
|
|
|
1070
1067
|
AFTERPAY = "afterpay",
|
|
1071
1068
|
BANCONTACT = "bancontact"
|
|
1072
1069
|
}
|
|
1073
|
-
export declare enum
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1070
|
+
export declare enum PayoutAttachmentType {
|
|
1071
|
+
TRANSACTIONS = "transactions"
|
|
1072
|
+
}
|
|
1073
|
+
export declare enum PayoutStatusFailureCode {
|
|
1074
|
+
INVALID_ACCOUNT_NUMBER = "invalid_account_number",
|
|
1075
|
+
COULD_NOT_PROCESS = "could_not_process"
|
|
1079
1076
|
}
|
|
1080
1077
|
export declare enum PermittedHttpMethod {
|
|
1081
1078
|
GET = "GET",
|
|
@@ -1295,6 +1292,9 @@ export declare enum SortDirection {
|
|
|
1295
1292
|
ASCENDING = "ascending",
|
|
1296
1293
|
DESCENDING = "descending"
|
|
1297
1294
|
}
|
|
1295
|
+
export declare enum StatementAttachmentType {
|
|
1296
|
+
CSV = "csv"
|
|
1297
|
+
}
|
|
1298
1298
|
export declare enum Strategy {
|
|
1299
1299
|
RANGE = "range",
|
|
1300
1300
|
FROM = "from",
|
package/dist/api.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DiscountTarget = exports.DiscountRuleSubsidyTarget = exports.DiscountRuleStatus = exports.Direction = exports.DeliveryWindowLocation = exports.DeliveryWindowComponentSource = exports.DeliveryOptionCostDetailSource = exports.DeliveryOptionCostDetailComponentKey = exports.DeliveredDutyDisplayType = exports.DeliveredDuty = exports.DayOfWeek = exports.CvvResultCode = exports.CvvCode = exports.CustomerAddressType = exports.CurrencySymbolFormat = exports.CurrencyLabelFormatter = exports.CreditPaymentErrorCode = exports.CountryPickerSource = exports.CostEstimateSource = exports.ConsumerInvoiceStatus = exports.ConsumerInvoiceDocumentType = exports.ConsumerInvoiceCustomerType = exports.ChannelCurrencyCapability = exports.ChangeType = exports.CenterCapability = exports.CardType = exports.CardErrorCode = exports.CaptureStatus = exports.CaptureDeclineCode = exports.Capability = exports.CancelReason = exports.Calendar = exports.B2BInvoiceType = exports.AvsCode = exports.AvailableFilterFormat = exports.AvailabilityStatus = exports.AuthorizationStatus = exports.AuthorizationResultActionType = exports.AuthorizationOption = exports.AuthorizationDeclineCode = exports.AuthenticationTechnique = exports.AttributeIntent = exports.AttributeDataType = exports.
|
|
4
|
-
exports.MeasurementSystem = exports.MarginType = exports.LogisticsFormatPreference = exports.LocationErrorCode = exports.LevyStrategy = exports.LevyInclusion = exports.LevyComponent = exports.LaneStrategy = exports.LanePreselectPreference = exports.LaneDirection = exports.LabelTriggerMethod = exports.LabelRequestMethod = exports.ItemIdentifier = exports.ItemAvailabilityStatus = exports.InvitationErrorCode = exports.InventoryStatus = exports.InputSpecificationType = exports.InlineWindowViewportSize = exports.Incoterm = exports.IncludedLevyKey = exports.ImportType = exports.ImageTag = exports.HolidayCalendar = exports.GoodsSupply = exports.GenericErrorCode = exports.FulfillmentMethodValue = exports.FulfillmentMethodType = exports.FulfillmentItemQuantityStatus = exports.FtpFileSource = exports.FraudStatus = exports.FraudLiability = exports.FraudEmailRuleDecision = exports.FlowRole = exports.FlowEntity = exports.FlowBehavior = exports.FeeDeductionType = exports.ExporterOfRecord = exports.ExportStatus = exports.ExperienceStatus = exports.ExperiencePaymentMethodTag = exports.ExperienceCountryStatus = exports.ExperienceCloneStatus = exports.ExclusionRuleState = exports.ExceptionType = exports.EventType = exports.Environment = exports.EntityIdentifierType = exports.EconomicTitleLocation = exports.EcommercePlatformType =
|
|
5
|
-
exports.RefundDeclineCode = exports.RatecardOwner = exports.QuoteErrorCode = exports.ProvinceType = exports.PromotionTriggerType = exports.PricingLevySetting = exports.PriceFacetBoundary = exports.PriceDetailKey = exports.PriceDetailComponentKey = exports.PriceBookStatus = exports.PriceAccuracy = exports.PostalType = exports.PhysicalDeliverySpecialSerivce = exports.PermittedHttpMethod = exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.ZeroLevyReasonCode = exports.ZeroAmountIndicator = exports.WithholdingDeductionType = void 0;
|
|
3
|
+
exports.DutyItemApprovalStatus = exports.DiscountTarget = exports.DiscountRuleSubsidyTarget = exports.DiscountRuleStatus = exports.Direction = exports.DeliveryWindowLocation = exports.DeliveryWindowComponentSource = exports.DeliveryOptionCostDetailSource = exports.DeliveryOptionCostDetailComponentKey = exports.DeliveredDutyDisplayType = exports.DeliveredDuty = exports.DayOfWeek = exports.CvvResultCode = exports.CvvCode = exports.CustomerAddressType = exports.CurrencySymbolFormat = exports.CurrencyLabelFormatter = exports.CreditPaymentErrorCode = exports.CountryPickerSource = exports.CostEstimateSource = exports.ConsumerInvoiceStatus = exports.ConsumerInvoiceDocumentType = exports.ConsumerInvoiceCustomerType = exports.ChannelCurrencyCapability = exports.ChangeType = exports.CenterCapability = exports.CardType = exports.CardErrorCode = exports.CaptureStatus = exports.CaptureDeclineCode = exports.Capability = exports.CancelReason = exports.Calendar = exports.B2BInvoiceType = exports.AvsCode = exports.AvailableFilterFormat = exports.AvailabilityStatus = exports.AuthorizationStatus = exports.AuthorizationResultActionType = exports.AuthorizationOption = exports.AuthorizationDeclineCode = exports.AuthenticationTechnique = exports.AttributeIntent = exports.AttributeDataType = exports.Aggregate = exports.AdjustmentReasonKey = exports.AddressVerificationResultFieldCode = exports.AddressFieldName = exports.AbandonedOrderSettingStatus = exports.AbandonedOrderPromotionStatus = void 0;
|
|
4
|
+
exports.MerchantGiftCardErrorCode = exports.MeasurementSystem = exports.MarginType = exports.LogisticsFormatPreference = exports.LocationErrorCode = exports.LevyStrategy = exports.LevyInclusion = exports.LevyComponent = exports.LaneStrategy = exports.LanePreselectPreference = exports.LaneDirection = exports.LabelTriggerMethod = exports.LabelRequestMethod = exports.ItemIdentifier = exports.ItemAvailabilityStatus = exports.InvitationErrorCode = exports.InventoryStatus = exports.InputSpecificationType = exports.InlineWindowViewportSize = exports.Incoterm = exports.IncludedLevyKey = exports.ImportType = exports.ImageTag = exports.HolidayCalendar = exports.GoodsSupply = exports.GenericErrorCode = exports.FulfillmentMethodValue = exports.FulfillmentMethodType = exports.FulfillmentItemQuantityStatus = exports.FtpFileSource = exports.FraudStatus = exports.FraudLiability = exports.FraudEmailRuleDecision = exports.FlowRole = exports.FlowEntity = exports.FlowBehavior = exports.FeeDeductionType = exports.ExporterOfRecord = exports.ExportStatus = exports.ExperienceStatus = exports.ExperiencePaymentMethodTag = exports.ExperienceCountryStatus = exports.ExperienceCloneStatus = exports.ExclusionRuleState = exports.ExceptionType = exports.EventType = exports.Environment = exports.EntityIdentifierType = exports.EconomicTitleLocation = exports.EcommercePlatformType = void 0;
|
|
5
|
+
exports.RefundDeclineCode = exports.RatecardOwner = exports.QuoteErrorCode = exports.ProvinceType = exports.PromotionTriggerType = exports.PricingLevySetting = exports.PriceFacetBoundary = exports.PriceDetailKey = exports.PriceDetailComponentKey = exports.PriceBookStatus = exports.PriceAccuracy = exports.PostalType = exports.PhysicalDeliverySpecialSerivce = exports.PermittedHttpMethod = exports.PayoutStatusFailureCode = exports.PayoutAttachmentType = exports.PaymentType = exports.PaymentStatus = exports.PaymentSourceConfirmationActionType = exports.PaymentMethodType = exports.PaymentMethodRuleContentKey = exports.PaymentMethodDataOptionType = exports.PaymentMethodCapability = exports.PaymentFailureCode = exports.PaymentErrorCode = exports.PaymentActionType = exports.OrganizationType = exports.OrganizationStatus = exports.OrganizationPaymentMethodTag = exports.OrderType = exports.OrderStorage = exports.OrderStatus = exports.OrderRefundSummaryPartialCharged = exports.OrderRefundSummaryIncludes = exports.OrderQuoteLineErrorCode = exports.OrderQuoteErrorCode = exports.OrderQuoteAddressType = exports.OrderPriceDetailKey = exports.OrderPriceDetailComponentKey = exports.OrderPaymentType = exports.OrderMerchantOfRecord = exports.OrderErrorCode = exports.OrderChangeSource = exports.OptinResponseType = exports.OnboardingTradeSector = exports.OnboardingBlockedReason = exports.OnboardingApplicationStatus = exports.Method = exports.MerchantRejectedReason = exports.MerchantOfRecord = void 0;
|
|
6
|
+
exports.Visibility = exports.ValueAddedService = exports.UserStatus = exports.UpdateType = exports.UpdatePolicy = exports.UnitOfTime = exports.UnitOfMeasurement = exports.TransactionSource = exports.TradeAgreementStatus = exports.TradeAgreementName = exports.TrackingStatus = exports.TrackingNumberType = exports.TokenType = exports.TierStrategy = exports.TierEstimateType = exports.TierAvailability = exports.ThreedsTwoChallengeViewport = exports.ThreeDSecureCode = exports.TaxabilityValue = exports.TaxabilityType = exports.TaxVerificationResult = exports.TaxReportType = exports.TaxDutyCalculatorValidationErrorCode = exports.TaxApplicability = exports.SyncUnitOfTime = exports.SyncStreamType = exports.SyncRecordFailureReason = exports.SurchargeResponsibleParty = exports.SubcatalogItemStatus = exports.Strategy = exports.StatementAttachmentType = exports.SortDirection = exports.ShopifySyncCheck = exports.ShopifyLocalizationMethod = exports.ShopifyGrant = exports.ShippingConfigurationType = exports.ShipmentRecipient = exports.ShipmentIntegrationType = exports.ScheduleExceptionStatus = exports.RoundingType = exports.RoundingMethod = exports.Role = exports.ReversalStatus = exports.ReversalErrorCode = exports.ReturnTrackingStatus = exports.ReturnStatus = exports.ReturnPolicyState = exports.ReturnItemStatus = exports.RegionType = exports.RefundStatus = void 0;
|
|
7
|
+
exports.ZeroLevyReasonCode = exports.ZeroAmountIndicator = exports.WithholdingDeductionType = exports.WebhookStatus = void 0;
|
|
8
8
|
var AbandonedOrderPromotionStatus;
|
|
9
9
|
(function (AbandonedOrderPromotionStatus) {
|
|
10
10
|
AbandonedOrderPromotionStatus["ACTIVE"] = "active";
|
|
@@ -46,10 +46,6 @@ var Aggregate;
|
|
|
46
46
|
Aggregate["MAXIMUM"] = "maximum";
|
|
47
47
|
Aggregate["MINIMUM"] = "minimum";
|
|
48
48
|
})(Aggregate = exports.Aggregate || (exports.Aggregate = {}));
|
|
49
|
-
var AttachmentType;
|
|
50
|
-
(function (AttachmentType) {
|
|
51
|
-
AttachmentType["CSV"] = "csv";
|
|
52
|
-
})(AttachmentType = exports.AttachmentType || (exports.AttachmentType = {}));
|
|
53
49
|
var AttributeDataType;
|
|
54
50
|
(function (AttributeDataType) {
|
|
55
51
|
AttributeDataType["BOOLEAN"] = "boolean";
|
|
@@ -1212,14 +1208,15 @@ var PaymentType;
|
|
|
1212
1208
|
PaymentType["AFTERPAY"] = "afterpay";
|
|
1213
1209
|
PaymentType["BANCONTACT"] = "bancontact";
|
|
1214
1210
|
})(PaymentType = exports.PaymentType || (exports.PaymentType = {}));
|
|
1215
|
-
var
|
|
1216
|
-
(function (
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1211
|
+
var PayoutAttachmentType;
|
|
1212
|
+
(function (PayoutAttachmentType) {
|
|
1213
|
+
PayoutAttachmentType["TRANSACTIONS"] = "transactions";
|
|
1214
|
+
})(PayoutAttachmentType = exports.PayoutAttachmentType || (exports.PayoutAttachmentType = {}));
|
|
1215
|
+
var PayoutStatusFailureCode;
|
|
1216
|
+
(function (PayoutStatusFailureCode) {
|
|
1217
|
+
PayoutStatusFailureCode["INVALID_ACCOUNT_NUMBER"] = "invalid_account_number";
|
|
1218
|
+
PayoutStatusFailureCode["COULD_NOT_PROCESS"] = "could_not_process";
|
|
1219
|
+
})(PayoutStatusFailureCode = exports.PayoutStatusFailureCode || (exports.PayoutStatusFailureCode = {}));
|
|
1223
1220
|
var PermittedHttpMethod;
|
|
1224
1221
|
(function (PermittedHttpMethod) {
|
|
1225
1222
|
PermittedHttpMethod["GET"] = "GET";
|
|
@@ -1471,6 +1468,10 @@ var SortDirection;
|
|
|
1471
1468
|
SortDirection["ASCENDING"] = "ascending";
|
|
1472
1469
|
SortDirection["DESCENDING"] = "descending";
|
|
1473
1470
|
})(SortDirection = exports.SortDirection || (exports.SortDirection = {}));
|
|
1471
|
+
var StatementAttachmentType;
|
|
1472
|
+
(function (StatementAttachmentType) {
|
|
1473
|
+
StatementAttachmentType["CSV"] = "csv";
|
|
1474
|
+
})(StatementAttachmentType = exports.StatementAttachmentType || (exports.StatementAttachmentType = {}));
|
|
1474
1475
|
var Strategy;
|
|
1475
1476
|
(function (Strategy) {
|
|
1476
1477
|
Strategy["RANGE"] = "range";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-constants",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.33",
|
|
4
4
|
"description": "Definitions for enumerations found in the Flow API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"postgenerate": "npm run format",
|
|
27
27
|
"prepublish": "npm run clean && npm run build"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "a8ae712ba7bc25f4abe216a620860b2f43e6c513"
|
|
30
30
|
}
|
package/src/api.ts
CHANGED
|
@@ -39,10 +39,6 @@ export enum Aggregate {
|
|
|
39
39
|
MINIMUM = 'minimum',
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
export enum AttachmentType {
|
|
43
|
-
CSV = 'csv',
|
|
44
|
-
}
|
|
45
|
-
|
|
46
42
|
export enum AttributeDataType {
|
|
47
43
|
BOOLEAN = 'boolean',
|
|
48
44
|
INTEGER = 'integer',
|
|
@@ -1205,12 +1201,13 @@ export enum PaymentType {
|
|
|
1205
1201
|
BANCONTACT = 'bancontact',
|
|
1206
1202
|
}
|
|
1207
1203
|
|
|
1208
|
-
export enum
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1204
|
+
export enum PayoutAttachmentType {
|
|
1205
|
+
TRANSACTIONS = 'transactions',
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
export enum PayoutStatusFailureCode {
|
|
1209
|
+
INVALID_ACCOUNT_NUMBER = 'invalid_account_number',
|
|
1210
|
+
COULD_NOT_PROCESS = 'could_not_process',
|
|
1214
1211
|
}
|
|
1215
1212
|
|
|
1216
1213
|
export enum PermittedHttpMethod {
|
|
@@ -1464,6 +1461,10 @@ export enum SortDirection {
|
|
|
1464
1461
|
DESCENDING = 'descending',
|
|
1465
1462
|
}
|
|
1466
1463
|
|
|
1464
|
+
export enum StatementAttachmentType {
|
|
1465
|
+
CSV = 'csv',
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1467
1468
|
export enum Strategy {
|
|
1468
1469
|
RANGE = 'range',
|
|
1469
1470
|
FROM = 'from',
|