UNPKG

n8n-nodes-arubacentral

Version:

n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities

10 lines (9 loc) 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.versionOperations = void 0; const getVersions_methods_1 = require("./operations/getVersions.methods"); const checkVersion_methods_1 = require("./operations/checkVersion.methods"); exports.versionOperations = { getVersions: getVersions_methods_1.getVersions, checkVersion: checkVersion_methods_1.checkVersion, };