n8n-nodes-evolution-tools
Version:
n8n node para integrar com Evolution API WhatsApp como ferramenta para agentes com IA
9 lines • 773 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EvolutionApiApi = exports.EvolutionApiAiTool = exports.EvolutionApiTool = void 0;
const EvolutionAPI_1 = require("./nodes/EvolutionAPI");
Object.defineProperty(exports, "EvolutionApiTool", { enumerable: true, get: function () { return EvolutionAPI_1.EvolutionApiTool; } });
Object.defineProperty(exports, "EvolutionApiAiTool", { enumerable: true, get: function () { return EvolutionAPI_1.EvolutionApiAiTool; } });
const EvolutionApiApi_credentials_1 = require("./credentials/EvolutionApiApi.credentials");
Object.defineProperty(exports, "EvolutionApiApi", { enumerable: true, get: function () { return EvolutionApiApi_credentials_1.EvolutionApiApi; } });
//# sourceMappingURL=index.js.map