UNPKG

n8n-nodes-netbox

Version:

n8n community node for NetBox API integration with comprehensive DCIM, IPAM, Virtualization, Circuits, Wireless, and data center management operations

7 lines (6 loc) 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.statusProperties = void 0; // descriptions/status.descriptions.ts var index_1 = require("./status/index"); Object.defineProperty(exports, "statusProperties", { enumerable: true, get: function () { return index_1.statusProperties; } });