UNPKG

n8n-nodes-librenms

Version:

n8n community node for LibreNMS network monitoring system integration with comprehensive device management and monitoring capabilities

7 lines (6 loc) 519 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pollerGroupsFields = exports.pollerGroupsOperations = void 0; var pollerGroups_resource_1 = require("./pollerGroups.resource"); Object.defineProperty(exports, "pollerGroupsOperations", { enumerable: true, get: function () { return pollerGroups_resource_1.pollerGroupsOperations; } }); Object.defineProperty(exports, "pollerGroupsFields", { enumerable: true, get: function () { return pollerGroups_resource_1.pollerGroupsFields; } });