"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TRANSFORM_PLUGIN_ID = exports.PLUGIN_ID = exports.INTEGRATIONS_PLUGIN_ID = void 0; /* * 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 PLUGIN_ID = 'fleet'; exports.PLUGIN_ID = PLUGIN_ID; const INTEGRATIONS_PLUGIN_ID = 'integrations'; exports.INTEGRATIONS_PLUGIN_ID = INTEGRATIONS_PLUGIN_ID; const TRANSFORM_PLUGIN_ID = 'transform'; exports.TRANSFORM_PLUGIN_ID = TRANSFORM_PLUGIN_ID;