"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ALL_OSQUERY_VERSIONS_OPTIONS = 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 ALL_OSQUERY_VERSIONS_OPTIONS = [{ label: '5.0.1' }, { label: '4.9.0' }, { label: '4.8.0' }, { label: '4.7.0' }, { label: '4.6.0' }, { label: '4.5.1' }, { label: '4.5.0' }, { label: '4.4.0' }, { label: '4.3.0' }, { label: '4.2.0' }, { label: '4.1.2' }, { label: '4.1.1' }, { label: '4.0.2' }, { label: '3.3.2' }, { label: '3.3.0' }, { label: '3.2.6' }, { label: '3.2.4' }, { label: '2.9.0' }, { label: '2.8.0' }, { label: '2.7.0' }, { label: '2.11.2' }, { label: '2.11.0' }, { label: '2.10.2' }, { label: '2.10.0' }]; exports.ALL_OSQUERY_VERSIONS_OPTIONS = ALL_OSQUERY_VERSIONS_OPTIONS;