"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _exportNames = { VIEW_LICENSE_OPTIONS_LINK: true, PLUGIN_ID: true, CONNECTORS_PLUGIN_ID: true, COMPARATORS: true, builtInComparators: true, AGGREGATION_TYPES: true, builtInAggregationTypes: true, loadAllActions: true, loadActionTypes: true, ConnectorAddModal: true, builtInGroupByTypes: true }; Object.defineProperty(exports, "AGGREGATION_TYPES", { enumerable: true, get: function () { return _aggregation_types.AGGREGATION_TYPES; } }); Object.defineProperty(exports, "COMPARATORS", { enumerable: true, get: function () { return _comparators.COMPARATORS; } }); exports.CONNECTORS_PLUGIN_ID = void 0; Object.defineProperty(exports, "ConnectorAddModal", { enumerable: true, get: function () { return _action_connector_form.ConnectorAddModal; } }); exports.VIEW_LICENSE_OPTIONS_LINK = exports.PLUGIN_ID = void 0; Object.defineProperty(exports, "builtInAggregationTypes", { enumerable: true, get: function () { return _aggregation_types.builtInAggregationTypes; } }); Object.defineProperty(exports, "builtInComparators", { enumerable: true, get: function () { return _comparators.builtInComparators; } }); Object.defineProperty(exports, "builtInGroupByTypes", { enumerable: true, get: function () { return _group_by_types.builtInGroupByTypes; } }); Object.defineProperty(exports, "loadActionTypes", { enumerable: true, get: function () { return _action_connector_api.loadActionTypes; } }); Object.defineProperty(exports, "loadAllActions", { enumerable: true, get: function () { return _action_connector_api.loadAllActions; } }); var _comparators = require("./comparators"); var _aggregation_types = require("./aggregation_types"); var _action_connector_api = require("../../application/lib/action_connector_api"); var _action_connector_form = require("../../application/sections/action_connector_form"); var _group_by_types = require("./group_by_types"); var _action_frequency_types = require("./action_frequency_types"); Object.keys(_action_frequency_types).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _action_frequency_types[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _action_frequency_types[key]; } }); }); var _i18n_weekdays = require("./i18n_weekdays"); Object.keys(_i18n_weekdays).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _i18n_weekdays[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _i18n_weekdays[key]; } }); }); /* * 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 VIEW_LICENSE_OPTIONS_LINK = 'https://www.elastic.co/subscriptions'; exports.VIEW_LICENSE_OPTIONS_LINK = VIEW_LICENSE_OPTIONS_LINK; const PLUGIN_ID = 'triggersActions'; exports.PLUGIN_ID = PLUGIN_ID; const CONNECTORS_PLUGIN_ID = 'triggersActionsConnectors'; exports.CONNECTORS_PLUGIN_ID = CONNECTORS_PLUGIN_ID;