export declare enum DeprecatedCarrierSetting { /** @deprecated use ShowDeliveryDate instead */ AllowShowDeliveryDate = "allowShowDeliveryDate", /** @deprecated use DropOffDays instead */ FridayCutoffTime = "fridayCutoffTime", /** @deprecated use DropOffDays instead */ SaturdayCutoffTime = "saturdayCutoffTime" } export declare enum CarrierSetting { AllowDeliveryOptions = "allowDeliveryOptions", AllowEveningDelivery = "allowEveningDelivery", AllowMondayDelivery = "allowMondayDelivery", AllowMorningDelivery = "allowMorningDelivery", AllowOnlyRecipient = "allowOnlyRecipient", AllowPickupLocations = "allowPickupLocations", AllowSameDayDelivery = "allowSameDayDelivery", AllowSaturdayDelivery = "allowSaturdayDelivery", AllowSignature = "allowSignature", AllowStandardDelivery = "allowStandardDelivery", AllowExpressDelivery = "allowExpressDelivery", Collect = "collect", CutoffTime = "cutoffTime", CutoffTimeSameDay = "cutoffTimeSameDay", DeliveryDaysWindow = "deliveryDaysWindow", DropOffDays = "dropOffDays", DropOffDelay = "dropOffDelay", PackageType = "packageType", PriceEveningDelivery = "priceEveningDelivery", PriceMondayDelivery = "priceMondayDelivery", PriceMorningDelivery = "priceMorningDelivery", PriceOnlyRecipient = "priceOnlyRecipient", PricePackageTypeDigitalStamp = "pricePackageTypeDigitalStamp", PricePackageTypeMailbox = "pricePackageTypeMailbox", PricePackageTypePackageSmall = "pricePackageTypePackageSmall", PricePickup = "pricePickup", PriceSameDayDelivery = "priceSameDayDelivery", PriceExpressDelivery = "priceExpressDelivery", PriceSaturdayDelivery = "priceSaturdayDelivery", PriceSignature = "priceSignature", PriceStandardDelivery = "priceStandardDelivery" } export declare enum ConfigSetting { ApiBaseUrl = "apiBaseUrl", Currency = "currency", Locale = "locale", PickupLocationsDefaultView = "pickupLocationsDefaultView", AllowPickupLocationsViewSelection = "allowPickupLocationsViewSelection", PickupLocationsMapTileLayerData = "pickupLocationsMapTileLayerData", PickupMapAllowLoadMore = "pickupMapAllowLoadMore", PickupShowDistance = "pickupShowDistance", Platform = "platform", ShowDeliveryDate = "showDeliveryDate", ShowPriceSurcharge = "showPriceSurcharge", ShowPrices = "showPrices", ShowPriceZeroAsFree = "showPriceZeroAsFree", ClosedDays = "closedDays", ExcludeParcelLockers = "excludeParcelLockers" } export declare enum PickupLocationsView { Map = "map", List = "list" } export declare enum AddressField { Country = "cc", City = "city", Number = "number", PostalCode = "postalCode", Street = "street" } export declare enum OptionGroup { PackageTypes = "packageTypes", Delivery = "delivery", DeliveryMoments = "deliveryMoments", ShipmentOptionsPerPackageType = "shipmentOptionsPerPackageType", Feature = "feature", DropOff = "dropOff", Pickup = "pickup", Strings = "strings" } export declare enum OptionType { String = "string", Boolean = "boolean", Number = "number", Currency = "currency", Date = "date", Time = "time", Select = "select", MultiSelect = "multiSelect" } export declare enum SubscriptionType { Required = 1, Never = 0, Optional = -1 } export declare enum RelatedConfigOptionType { Allow = "allow", Price = "price", CutoffTime = "cutoffTime" } export declare enum PickupLocationType { Default = "default", Locker = "locker" } export declare enum ElementEvent { Keydown = "keydown", Click = "click" } export declare enum CustomDeliveryType { SameDay = "same_day", Monday = "monday", Saturday = "saturday" }