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) 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.switchingFields = exports.switchingOperations = void 0; var switching_resource_1 = require("./switching.resource"); Object.defineProperty(exports, "switchingOperations", { enumerable: true, get: function () { return switching_resource_1.switchingOperations; } }); Object.defineProperty(exports, "switchingFields", { enumerable: true, get: function () { return switching_resource_1.switchingFields; } });