"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.updateTableLimit = exports.updateTableActivePage = exports.updateHostsSort = exports.updateHostsAnomaliesJobIdFilter = exports.updateHostsAnomaliesInterval = exports.updateHostRiskScoreSort = exports.updateHostRiskScoreSeverityFilter = exports.setHostTablesActivePageToZero = exports.setHostDetailsTablesActivePageToZero = void 0; var _typescriptFsa = _interopRequireDefault(require("typescript-fsa")); /* * 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 actionCreator = (0, _typescriptFsa.default)('x-pack/security_solution/local/hosts'); const updateTableActivePage = actionCreator('UPDATE_HOST_TABLE_ACTIVE_PAGE'); exports.updateTableActivePage = updateTableActivePage; const setHostTablesActivePageToZero = actionCreator('SET_HOST_TABLES_ACTIVE_PAGE_TO_ZERO'); exports.setHostTablesActivePageToZero = setHostTablesActivePageToZero; const setHostDetailsTablesActivePageToZero = actionCreator('SET_HOST_DETAILS_TABLES_ACTIVE_PAGE_TO_ZERO'); exports.setHostDetailsTablesActivePageToZero = setHostDetailsTablesActivePageToZero; const updateTableLimit = actionCreator('UPDATE_HOST_TABLE_LIMIT'); exports.updateTableLimit = updateTableLimit; const updateHostsSort = actionCreator('UPDATE_HOSTS_SORT'); exports.updateHostsSort = updateHostsSort; const updateHostRiskScoreSort = actionCreator('UPDATE_HOST_RISK_SCORE_SORT'); exports.updateHostRiskScoreSort = updateHostRiskScoreSort; const updateHostRiskScoreSeverityFilter = actionCreator('UPDATE_HOST_RISK_SCORE_SEVERITY'); exports.updateHostRiskScoreSeverityFilter = updateHostRiskScoreSeverityFilter; const updateHostsAnomaliesJobIdFilter = actionCreator('UPDATE_HOSTS_ANOMALIES_JOB_ID_FILTER'); exports.updateHostsAnomaliesJobIdFilter = updateHostsAnomaliesJobIdFilter; const updateHostsAnomaliesInterval = actionCreator('UPDATE_HOSTS_ANOMALIES_INTERVAL'); exports.updateHostsAnomaliesInterval = updateHostsAnomaliesInterval;