/**
 * @mergeTarget
 * @module Src/Messages/Sent
 */

/**
 * Enumerator of all possible message names sent by the widget and received by client script
 * @source
 */
enum SentMessageNames {
  ACTIVE_RESPONSE = "active_response",
  ALL_ENCODED_RESPONSE = "all_encoded_response",
  CLOSE_WIDGET = "close_widget",
  DISABLE_ALL = "disable_all",
  ENCODE_PROFILES_RESPONSE = "encode_profiles_response",
  FEATURE = "feature",
  BULK_FEATURES = "bulk_features",
  INIT_FRONT = "init_front",
  NEW_TAB = "new_tab",
  READING_MODE_RESPONSE = "reading_mode_response",
  TRANS_BANNER_POPUP = "trans_banner_popup",
  PROFILS_RESPONSE = "profiles_response",
  TRANSLATION_LANGUAGE_CHANGE = "translation_language_change",
  TRANSLATOR_API_TRANSLATE_RESPONSE = "translator_api_translate_response",
  ECO_MODE = "eco_mode",
  DICO_API_RESPONSE = "dico_api_response",
}

export { SentMessageNames };
