export const APPLICATION_UPDATE = 'ApplicationUpdate'; export const BACKUP = 'Backup'; export const REFRESH_MONITORED_DOWNLOADS = 'RefreshMonitoredDownloads'; export const CLEAR_BLACKLIST = 'ClearBlacklist'; export const CLEAR_LOGS = 'ClearLog'; export const CUTOFF_UNMET_ALBUM_SEARCH = 'CutoffUnmetBookSearch'; export const DELETE_LOG_FILES = 'DeleteLogFiles'; export const DELETE_UPDATE_LOG_FILES = 'DeleteUpdateLogFiles'; export const DOWNLOADED_ALBUMS_SCAN = 'DownloadedBooksScan'; export const ALBUM_SEARCH = 'BookSearch'; export const INTERACTIVE_IMPORT = 'ManualImport'; export const MISSING_ALBUM_SEARCH = 'MissingBookSearch'; export const MOVE_ARTIST = 'MoveAuthor'; export const REFRESH_ARTIST = 'RefreshAuthor'; export const RENAME_FILES = 'RenameFiles'; export const RENAME_ARTIST = 'RenameAuthor'; export const RESCAN_FOLDERS = 'RescanFolders'; export const RETAG_FILES = 'RetagFiles'; export const RETAG_ARTIST = 'RetagAuthor'; export const RESET_API_KEY = 'ResetApiKey'; export const RSS_SYNC = 'RssSync'; export const SEASON_SEARCH = 'BookSearch'; export const ARTIST_SEARCH = 'AuthorSearch';