UNPKG

n8n-nodes-openai-analytics

Version:
14 lines 566 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.handleReportOperation = void 0; const generateHtmlReport_1 = require("./generateHtmlReport"); async function handleReportOperation(operation, context) { switch (operation) { case 'generateHtmlReport': return await (0, generateHtmlReport_1.generateHtmlReport)(context); default: throw new Error(`Unsupported report operation: ${operation}`); } } exports.handleReportOperation = handleReportOperation; //# sourceMappingURL=index.js.map