export declare class GlobalConstant { static readonly impressionUnit = "IMP('000)"; static readonly impressionName = "Impression"; static readonly grpUnit = "GRP"; static readonly spotsUnit = "Spots"; static readonly adus = "ADUs "; } 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 InFlightAndUpcoming = "In-flight & Upcoming"; static readonly Completed = "Completed"; static readonly Blank = "Blank"; static readonly TodaysAnnaOffers = "Today\u2019s ANNA Offers"; static readonly TodaysUserOffers = "Today\u2019s User Offers"; static readonly RATING = "RATINGS"; static readonly IMPRESSIONS = "IMPRESSIONS"; static readonly GRP = "GRP"; static readonly TvRevenueAndDigital = "TV & Digital"; static readonly DRR = "Daily Revisions"; static readonly TvRevenue = "TV Revenue"; static readonly OtherRevenue = "Other Revenue"; static readonly OngoingTemporaryRevisionMessage = "This is an ongoing temporary revision. Any new revision will henceforth be for the live order."; static readonly DefaultDemo = "A25-54"; }