n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
11 lines (10 loc) • 406 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.topologyOperations = void 0;
// api/topology/topology.operations.ts
const topology_methods_1 = require("./topology/topology.methods");
// Export the operations in the format expected by executeOperation
const operations = {
topology: topology_methods_1.topologyOperations,
};
exports.topologyOperations = operations;