#ifndef SALOMEMODULEFNS_H
#define SALOMEMODULEFNS_H

#include "nlohmann/json.hpp"
#include "misc/messagedata.hpp"
#include "setup/Parameter.h"
using json = nlohmann::json;

std::string mergeDumpFiles(std::string dumpFileString, std::string shaperDumpFileString);
std::string getMeshName(std::string meshFile);
std::string replaceNotepadValue(std::string dumpStr, json params, std::string meshName);
std::string updateStepPaths(std::string dumpFileString, std::string wDir);
std::string addPythonIndent(std::string dumpFileString, std::string indent);

#endif // SALOMEMODULEFNS_H