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) 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.billsFields = exports.billsOperations = void 0; var bills_resource_1 = require("./bills.resource"); Object.defineProperty(exports, "billsOperations", { enumerable: true, get: function () { return bills_resource_1.billsOperations; } }); Object.defineProperty(exports, "billsFields", { enumerable: true, get: function () { return bills_resource_1.billsFields; } });