UNPKG

@firefliesai/n8n-nodes-fireflies

Version:

An n8n integration for the Fireflies.ai API that enables workflow automation with meeting transcripts, analytics, summaries, and other conversation data from Fireflies.ai's AI meeting assistant.

8 lines 498 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getChannel = exports.getChannels = void 0; var getChannels_1 = require("./getChannels"); Object.defineProperty(exports, "getChannels", { enumerable: true, get: function () { return getChannels_1.getChannels; } }); var getChannel_1 = require("./getChannel"); Object.defineProperty(exports, "getChannel", { enumerable: true, get: function () { return getChannel_1.getChannel; } }); //# sourceMappingURL=index.js.map