"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLI_APP_FEATURES = void 0; var _common = require("@kbn/security-solution-plugin/common"); /* * 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 PLI_APP_FEATURES = { security: { essentials: [_common.AppFeatureKey.endpointHostManagement, _common.AppFeatureKey.endpointPolicyManagement], complete: [_common.AppFeatureKey.advancedInsights, _common.AppFeatureKey.assistant, _common.AppFeatureKey.investigationGuide, _common.AppFeatureKey.threatIntelligence, _common.AppFeatureKey.casesConnectors] }, endpoint: { essentials: [_common.AppFeatureKey.endpointPolicyProtections, _common.AppFeatureKey.endpointArtifactManagement], complete: [_common.AppFeatureKey.endpointResponseActions, _common.AppFeatureKey.osqueryAutomatedResponseActions] }, cloud: { essentials: [], complete: [] } }; exports.PLI_APP_FEATURES = PLI_APP_FEATURES;