"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setManageFlyoutOpen = exports.setAddingNewPrivateLocation = exports.getAgentPoliciesAction = void 0; var _toolkit = require("@reduxjs/toolkit"); 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 getAgentPoliciesAction = (0, _actions.createAsyncAction)('[AGENT POLICIES] GET'); exports.getAgentPoliciesAction = getAgentPoliciesAction; const setManageFlyoutOpen = (0, _toolkit.createAction)('SET MANAGE FLYOUT OPEN'); exports.setManageFlyoutOpen = setManageFlyoutOpen; const setAddingNewPrivateLocation = (0, _toolkit.createAction)('SET MANAGE FLYOUT ADDING NEW'); exports.setAddingNewPrivateLocation = setAddingNewPrivateLocation;