@bothive/helpers
Version:
Collection of helper functions mainly used inside bothive-core project
25 lines • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EIndexPrefix = exports.EAliasPrefix = exports.EJoinNames = exports.EChangeActions = void 0;
var EChangeActions;
(function (EChangeActions) {
EChangeActions["created"] = "created";
EChangeActions["updated"] = "updated";
EChangeActions["deleted"] = "deleted";
})(EChangeActions = exports.EChangeActions || (exports.EChangeActions = {}));
var EJoinNames;
(function (EJoinNames) {
EJoinNames["conversation"] = "conversation";
EJoinNames["message"] = "message";
})(EJoinNames = exports.EJoinNames || (exports.EJoinNames = {}));
var EAliasPrefix;
(function (EAliasPrefix) {
EAliasPrefix["WRITE"] = "write";
EAliasPrefix["SEARCH"] = "search";
})(EAliasPrefix = exports.EAliasPrefix || (exports.EAliasPrefix = {}));
var EIndexPrefix;
(function (EIndexPrefix) {
EIndexPrefix["WRITE"] = "write";
EIndexPrefix["SEARCH"] = "search";
})(EIndexPrefix = exports.EIndexPrefix || (exports.EIndexPrefix = {}));
//# sourceMappingURL=elastic.enumeration.js.map