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
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.deviceGroupsFields = exports.deviceGroupsOperations = void 0;
var deviceGroups_resource_1 = require("./deviceGroups.resource");
Object.defineProperty(exports, "deviceGroupsOperations", { enumerable: true, get: function () { return deviceGroups_resource_1.deviceGroupsOperations; } });
Object.defineProperty(exports, "deviceGroupsFields", { enumerable: true, get: function () { return deviceGroups_resource_1.deviceGroupsFields; } });