"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pruneJourneyState = exports.getJourneyStepsSuccess = exports.getJourneyStepsFail = exports.getJourneySteps = void 0; var _reduxActions = require("redux-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 getJourneySteps = (0, _reduxActions.createAction)('GET_JOURNEY_STEPS'); exports.getJourneySteps = getJourneySteps; const getJourneyStepsSuccess = (0, _reduxActions.createAction)('GET_JOURNEY_STEPS_SUCCESS'); exports.getJourneyStepsSuccess = getJourneyStepsSuccess; const getJourneyStepsFail = (0, _reduxActions.createAction)('GET_JOURNEY_STEPS_FAIL'); exports.getJourneyStepsFail = getJourneyStepsFail; const pruneJourneyState = (0, _reduxActions.createAction)('PRUNE_JOURNEY_STATE'); exports.pruneJourneyState = pruneJourneyState;