export declare class DRRTableColumnNameConstants { static readonly PrimaryAE = "PRIMARY AE"; static readonly Region = "REGION"; static readonly Agency = "AGENCY"; static readonly Location = "LOCATION"; static readonly Advertiser = "ADVERTISER"; static readonly ProductCode = "PRODUCT CODE"; static readonly RevisionStartDate = " REVISION START DATE"; static readonly StartDate = "START DATE"; static readonly EndDate = "END DATE"; static readonly OrderNumber = "STN ORDER#-REV#"; static readonly BuyerOrderId = "BUYER ORDER#"; static readonly AltOrderId = "ALT/REP ORDER#"; static readonly GRP = "GRP"; static readonly CPP = "CPP"; static readonly IMPS = "IMPS"; static readonly CPM = "CPM"; static readonly OfferefMadegood = "OFFERED MG"; static readonly OSPEValue = "O/S PE"; static readonly OfferefADUs = "OFFERED ADUs"; static readonly AudienceDeficit = "O/S AUD DELTA"; static readonly BookedValue = "$ BOOKED"; static readonly BookedSpots = "SPOTS"; static readonly UserChanges = "USER CHANGES"; static readonly RevisionType = "REVISION TYPE"; static readonly BuyerChanges = "BUYER CHANGES"; static readonly UserADUs = "USER ADUs"; static readonly UserMGs = "USER MG"; static readonly Demo = "DEMO"; } export declare class OrderListingEasyFilterConstants { static readonly ORDER_FLIGHT_STATUS = "Order flight status"; static readonly IN_FLIGHT = "IN-FLIGHT"; static readonly COMPLETED = "COMPLETED"; static readonly UPCOMING = "UPCOMING"; static readonly BUSINESS_RULES_STATUS = "Buyer business rule approval"; static readonly NOTIFY = "NOTIFY BUYER"; static readonly AWAITING_BUYER_APPROVAL = "AWAITING BUYER APPROVAL"; static readonly AWAITING_SELLER_CONFIRMATION = "AWAITING SELLER CONFIRMATION"; static readonly AWAITING_SELLER_APPROVAL = "AWAITING SELLER APPROVAL"; static readonly AWAITING_BUYER_CONFIRMATION = "AWAITING BUYER CONFIRMATION"; static readonly NEED_BUYER_CONFIRMATION = "NEED BUYER CONFIRMATION"; static readonly NEED_SELLER_CONFIRMATION = "NEED SELLER CONFIRMATION"; static readonly STARRED = "STARRED"; static readonly POD = "PoD"; static readonly P4S = "P4S"; static readonly WRITE_ENABLED = "AUTOMATED"; static readonly NON_AUTOMATED = "NON-AUTOMATED"; static readonly BLANK = "BLANK"; static readonly DELETED = "DELETED"; static readonly ADU_DISCREPANCY = "ADU DISCREPANCY"; } export declare class OrderTypeConstants { static readonly PAID_AUDIENCE = "Paid (Aud Posting)"; static readonly PAID_NO_AUDIENCE = "Paid (No Aud Posting)"; static readonly UD_LIABILITY_NOT_SET = "UD (Liability not set)"; static readonly UD_LIABILITY_SET = "UD (Liability set)"; static readonly UD = "UD"; } export declare class OrderListingTableHeaderConstants extends DRRTableColumnNameConstants { static readonly STATION = "STATION"; static readonly BUYERS = "BUYERS"; static readonly REPS = "REPS"; static readonly NETWORK_AFFILIATE = "NETWORK AFFILIATE"; static readonly MARKET = "MARKET"; static readonly ALT_ORDER = "ALT/REP ORDER #"; static readonly DEMO = "DEMO"; static readonly ESTIMATE = "ESTIMATE#"; static readonly REV_CODE_1 = "REV CODE 1"; static readonly REV_CODE_2 = "REV CODE 2"; static readonly REV_CODE_3 = "REV CODE 3"; static readonly MADEGOOD_PE = "$ MADEGOOD PEs"; static readonly OUTSTANDING_PE = "$ O/S PEs"; static readonly POSTED_ADUs = "$ POSTED ADUs"; static readonly SCHEDULED_ADUs = "$ SCHEDULED ADUs"; static readonly OUTSTANDING_AUD_DELTA = "$ O/S AUDIENCE"; static readonly POSTED_AUDIENCE_PER = "POSTED AUDIENCE %"; static readonly STN_ORDERNO_REV_NO = "STN ORDER#-REV#"; static readonly ORDER_SOURCE = "ORDER ROUTE"; static readonly ORDER_TYPE = "ORDER TYPE"; static readonly ANNA_REVISED = "ANNA REVISED"; static readonly CASH_TRADE = "C/T"; static readonly ORDER_CATEGORY = "REVENUE CATEGORY"; static readonly REVISION_TYPE = "REVISION TYPE"; static readonly STATUS = "STATUS"; static readonly BOOKED = "$ BOOKED"; static readonly UD_IMPS = "PROJ. UD IMPS"; static readonly UD_GRP = "PROJ. UD GRP"; static readonly OD_IMPS = "PROJ. OD IMPS"; static readonly OD_GRP = "PROJ. OD GRP"; static readonly UD_PERCENT = "PROJ. UD %"; static readonly UD_GRP_PERCENT = "UD GRP %"; static readonly OD_PERCENT = " PROJ. OD %"; static readonly OD_GRP_PERCENT = "OD GRP %"; static readonly OD_VALUE = "PROJ. $ OD"; static readonly UD_VALUE = "PROJ. $ UD"; static readonly AUDIENCE_POSTING = "AUDIENCE POSTING"; } export declare class OrdersConstant { static readonly buyerApprovalAndContact = "Buyer Approval & Contact"; static readonly buyerBizApprovalNeeded = "Buyer business rules approval needed"; static readonly noContactsAdded = "No Contact added"; static readonly buyerApprovalRequired = "Buyer approval required"; static readonly emailOnlyOrderSchedule = "Email only order schedule"; static readonly buyer = "Buyer"; static readonly buyerContact: string; static readonly addBuyer: string; static readonly addBuyerContact: string; static readonly editBuyer = "Edit "; static readonly yes = "Yes"; static readonly no = "No"; static readonly primary = "Primary"; static readonly secondary = "Secondary"; static readonly primaryBuyerDetails: string; static readonly namePlaceholder = "Enter buyer\u2019s name"; static readonly emailPlaceholder = "Enter buyer\u2019s email ID"; static readonly phoneNoPlaceholder = "Enter buyer\u2019s phone number"; static readonly invalidName = "*Invalid Name"; static readonly Name = "Name*"; static readonly pleaseEnterFullName = "*Please enter full name"; static readonly specialCharNotAllowed = "Special Charater not allowed"; static readonly invalidEmail = "*Invalid Email"; static readonly email = "Email*"; static readonly pleaseEnterEmailId = "Please enter email ID"; static readonly pleaseEnterValidEmailId = "Please enter a valid email ID"; static readonly invalidPhone = "Invalid Phone"; static readonly phone = "Phone"; static readonly pleaseEnterValidPhoneNo = "Please enter a valid Phone No"; static readonly secondaryBuyerContactDetails: string; static readonly addSecondaryBuyerContactDetails: string; static readonly removeSecondaryBuyerContactDetails: string; static readonly save = "Save "; static readonly newBuyerSuccess = "New Buyer Contact details added successfully."; static readonly updateBuyerSuccess = "Buyer Contact details updated successfully."; static readonly BuyerErrorMessage = "Some Error occured. Couldn't add Buyer details"; static readonly secondaryBuyerDeleteErrorMessage = "Some Error occured while deleting secondary Buyer details"; static readonly businessRulesTabName = "Business Rules"; static readonly UndefinedEndDate = "indefinitely"; static readonly ProxyOrderToasteTextPartOne = "This order belongs to "; static readonly ProxyOrderToasteTextPartTwo = ". You can manage this order since you are the proxy user from"; static readonly writeEnabledOrderToastrMessage = "This is a Automated order. Action taken on spots for this order will be fed into the traffic system."; static readonly notWriteEnabledOrderToastrMessage = "This is a Read-Only order. No approval action can be taken for these orders."; static readonly PerformancePeriodModalTitle = "Edit Period"; static readonly PerformancePeriodModalMessage = "Select period for which you want to view the audience performance for."; static readonly SpotDetailsPeriodModalTitle = "Edit Period"; static readonly SpotDetailsPeriodModalMessage = "Select period for which you want to view the spot details for."; static readonly Quarter = "Quarter"; static readonly Month = "Month"; static readonly CustomRange = "Custom Range"; static readonly Broadcast = "broadcast"; static readonly Fiscal = "fiscal"; static readonly OngoingTemporaryRevisionMessage = "This is an ongoing temporary revision. Any new revision will henceforth be for the live order."; static readonly AnnaOrderEntry = "ANNA ORDER ENTRY"; } export declare class OrderDiscrepanciesHeaderConstant { static readonly STATION = "STATION"; static readonly MARKET = "MARKET"; static readonly ALT_REP_ORDER = "ALT/REP ORDER#"; static readonly STN_ORDER = "STN ORDER#"; static readonly SOURCE = "SOURCE"; static readonly ESTIMATE = "ESTIMATE#"; static readonly PRIMARY_AE = "PRIMARY AE"; static readonly AGENCY = "AGENCY"; static readonly ADVERTISER = "ADVERTISER"; static readonly DEMO = "DEMO"; static readonly METRIC = "METRIC"; static readonly BOOKED = "$ BOOKED"; static readonly BOOKED_RTG = "BOOKED RTG"; static readonly BOOKED_IMPS = "BOOKED IMPS"; static readonly FLIGHT_DATES = "FLIGHT DATES"; static readonly SPOTS = "# SPOTS"; static readonly LEN = "LEN (# SPOTS)"; } export declare class VerifyMappingEasyFilterConstants { static readonly NEEDS_REVIEW = "NEEDS REVIEW"; static readonly RATE_RTG_GREATER = "RATE | RTG > 125%"; static readonly RATE_RTG_LESS = "RATE | RTG < 75%"; }