n8n-nodes-octavehq
Version:
Octave is the AI-powered messaging brain for B2B go-to-market teams, helping articulate product value, synthesize customer interaction data, and deploy consistent, effective messaging across all channels.
26 lines • 662 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.apiKeyOperations = void 0;
exports.apiKeyOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['apiKey'],
},
},
options: [
{
name: 'List',
value: 'list',
action: 'List API keys',
description: 'List API keys',
},
],
default: 'list',
},
];
//# sourceMappingURL=ApiKeyDescription.js.map