"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.URGENCY = exports.SUBCATEGORY = exports.SOURCE_IP = exports.SEVERITY = exports.PRIORITY = exports.MALWARE_URL = exports.MALWARE_HASH = exports.IMPACT = exports.DEST_IP = exports.CHOICES_API_ERROR = exports.CATEGORY = exports.ALERT_FIELD_ENABLED_TEXT = exports.ALERT_FIELDS_LABEL = void 0; var _i18n = require("@kbn/i18n"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const URGENCY = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.urgencySelectFieldLabel', { defaultMessage: 'Urgency' }); exports.URGENCY = URGENCY; const SEVERITY = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.severitySelectFieldLabel', { defaultMessage: 'Severity' }); exports.SEVERITY = SEVERITY; const IMPACT = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.impactSelectFieldLabel', { defaultMessage: 'Impact' }); exports.IMPACT = IMPACT; const CHOICES_API_ERROR = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.unableToGetChoicesMessage', { defaultMessage: 'Unable to get choices' }); exports.CHOICES_API_ERROR = CHOICES_API_ERROR; const MALWARE_URL = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.malwareURLTitle', { defaultMessage: 'Malware URLs' }); exports.MALWARE_URL = MALWARE_URL; const MALWARE_HASH = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.malwareHashTitle', { defaultMessage: 'Malware Hashes' }); exports.MALWARE_HASH = MALWARE_HASH; const CATEGORY = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.categoryTitle', { defaultMessage: 'Category' }); exports.CATEGORY = CATEGORY; const SUBCATEGORY = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.subcategoryTitle', { defaultMessage: 'Subcategory' }); exports.SUBCATEGORY = SUBCATEGORY; const SOURCE_IP = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.sourceIPTitle', { defaultMessage: 'Source IPs' }); exports.SOURCE_IP = SOURCE_IP; const DEST_IP = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.destinationIPTitle', { defaultMessage: 'Destination IPs' }); exports.DEST_IP = DEST_IP; const PRIORITY = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.prioritySelectFieldTitle', { defaultMessage: 'Priority' }); exports.PRIORITY = PRIORITY; const ALERT_FIELDS_LABEL = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.alertFieldsTitle', { defaultMessage: 'Select Observables to push' }); exports.ALERT_FIELDS_LABEL = ALERT_FIELDS_LABEL; const ALERT_FIELD_ENABLED_TEXT = _i18n.i18n.translate('xpack.cases.connectors.serviceNow.alertFieldEnabledText', { defaultMessage: 'Yes' }); exports.ALERT_FIELD_ENABLED_TEXT = ALERT_FIELD_ENABLED_TEXT;