n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
24 lines (23 loc) • 755 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getRogueApListDescription = void 0;
const rapids_commonParams_1 = require("../../shared/rapids.commonParams");
/**
* UI parameters for the getRogueApList operation
*/
exports.getRogueApListDescription = [
...rapids_commonParams_1.commonRapidsParams.map((param) => {
var _a;
return ({
...param,
displayOptions: {
...param.displayOptions,
show: {
...(_a = param.displayOptions) === null || _a === void 0 ? void 0 : _a.show,
resource: ['rogues'],
operation: ['getRogueApList'],
},
},
});
}),
];