export const NAME: "alerts"; export const ADD_NEW_ALERTS: "ADD_NEW_ALERTS"; export const DELETE_NEW_ALERT: "DELETE_NEW_ALERT"; export const CLEAR_NEW_ALERTS: "CLEAR_NEW_ALERTS"; export const OPEN_ALERT_DETAILS_ID_STORAGE_KEY: "openAlertDetailsId"; export namespace ALERT_DEFINITION_TYPES { namespace company { let value: string; let label: string; } namespace personal { let value_1: string; export { value_1 as value }; let label_1: string; export { label_1 as label }; } } export namespace ALERT_DEFINITION_MODES { let advanced: string; let simple: string; } export const DESKTOP_ALERT_NOTIFICATION_TYPE: "desktop"; export const BANNER_ALERT_NOTIFICATION_TYPE: "banner"; export namespace ALERT_NOTIFICATION_TYPE_USER_PREFERENCES { namespace email { let label_2: string; export { label_2 as label }; export let userPreferencesKey: string; } namespace mobile { let label_3: string; export { label_3 as label }; let userPreferencesKey_1: string; export { userPreferencesKey_1 as userPreferencesKey }; } namespace sms { let label_4: string; export { label_4 as label }; let userPreferencesKey_2: string; export { userPreferencesKey_2 as userPreferencesKey }; } } export const ALERT_LEVELS: { value: string; label: string; }[]; export namespace ALERT_LEVEL_COLOR { let INFO: string; let WARNING: string; let CRITICAL: string; } export namespace ALERTS { let SUBSCRIPTIONS: { collection: string; }[]; } export namespace PATH_SECTIONS { let directional: string; let hydraulics: string; let pdm: string; let torqueAndDrag: string; let wits: string; } export const ADVANCED_MODE_VALUE_PATHS: { label: string; value: any; }[]; export const SIMPLE_MODE_VALUE_PATHS: ({ section: string; label: string; value: string; } | { label: string; section: string; })[]; export namespace TIME_UNITS { let s: string; let min: string; let h: string; let d: string; } export const RECURRENCES: { value: string; label: string; }[]; export const COMBINE_LOGICS: { value: string; label: string; }[]; export const OPERATORS: { value: string; label: string; }[]; export const SAMPLING_FUNCTIONS: { value: string; label: string; }[]; export const DATE_RANGE_FILTERS: { label: string; value: string; }[]; export const DATE_RANGE_FILTERS_BY_KEYS: {}; export const ADD_ALERT_BANNERS: "ADD_ALERT_BANNERS"; export const REMOVE_ALERT_BANNER: "REMOVE_ALERT_BANNER"; export const ADD_ALERT_BANNER_SOUND: "ADD_ALERT_BANNER_SOUND"; export const REMOVE_ALERT_BANNER_SOUND: "REMOVE_ALERT_BANNER_SOUND"; export function isAlertBannerEnabled(currentUser: any): any; //# sourceMappingURL=alerts.d.ts.map