UNPKG

n8n-nodes-megaapi

Version:

N8N Community Node for MegaAPI WhatsApp automation - Complete WhatsApp integration with messaging, groups, media, and more

8 lines 570 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configWebhookProperties = exports.getWebhookProperties = void 0; var getWebhook_1 = require("./getWebhook"); Object.defineProperty(exports, "getWebhookProperties", { enumerable: true, get: function () { return getWebhook_1.getWebhookProperties; } }); var configWebhook_1 = require("./configWebhook"); Object.defineProperty(exports, "configWebhookProperties", { enumerable: true, get: function () { return configWebhook_1.configWebhookProperties; } }); //# sourceMappingURL=index.js.map