"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.syncGlobalParamsAction = exports.setDynamicSettingsAction = exports.getLocationMonitorsAction = exports.getDynamicSettingsAction = exports.getConnectorsAction = void 0; var _actions = require("../utils/actions"); /* * 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 getDynamicSettingsAction = (0, _actions.createAsyncAction)('GET_DYNAMIC_SETTINGS'); exports.getDynamicSettingsAction = getDynamicSettingsAction; const setDynamicSettingsAction = (0, _actions.createAsyncAction)('SET_DYNAMIC_SETTINGS'); exports.setDynamicSettingsAction = setDynamicSettingsAction; const getConnectorsAction = (0, _actions.createAsyncAction)('GET CONNECTORS'); exports.getConnectorsAction = getConnectorsAction; const syncGlobalParamsAction = (0, _actions.createAsyncAction)('SYNC GLOBAL PARAMS'); exports.syncGlobalParamsAction = syncGlobalParamsAction; const getLocationMonitorsAction = (0, _actions.createAsyncAction)('GET LOCATION MONITORS'); exports.getLocationMonitorsAction = getLocationMonitorsAction;