@mbakgun/n8n-nodes-slack-socket-mode
Version:
Slack Socket Mode Node for n8n that allows you to use +100 Slack events in your n8n instance with proxy mode
13 lines • 1.04 kB
JavaScript
;
/// <reference lib="es2017" />
Object.defineProperty(exports, "__esModule", { value: true });
exports.UnrecoverableSocketModeStartError = exports.SocketModeClient = exports.LogLevel = exports.ErrorCode = void 0;
var errors_1 = require("./errors");
Object.defineProperty(exports, "ErrorCode", { enumerable: true, get: function () { return errors_1.ErrorCode; } });
var logger_1 = require("./logger");
Object.defineProperty(exports, "LogLevel", { enumerable: true, get: function () { return logger_1.LogLevel; } });
var SocketModeClient_1 = require("./SocketModeClient");
Object.defineProperty(exports, "SocketModeClient", { enumerable: true, get: function () { return SocketModeClient_1.SocketModeClient; } });
var UnrecoverableSocketModeStartError_1 = require("./UnrecoverableSocketModeStartError");
Object.defineProperty(exports, "UnrecoverableSocketModeStartError", { enumerable: true, get: function () { return UnrecoverableSocketModeStartError_1.UnrecoverableSocketModeStartError; } });
//# sourceMappingURL=index.js.map