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.
50 lines • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.referenceOperations = void 0;
exports.referenceOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['reference'],
},
},
options: [
{
name: 'Create',
value: 'create',
action: 'Create a reference',
description: 'Create a new reference',
},
{
name: 'Generate',
value: 'generate',
action: 'Generate references',
description: 'Generate references from source materials using AI',
},
{
name: 'Get',
value: 'get',
action: 'Get a reference',
description: 'Get a specific reference by OId',
},
{
name: 'List',
value: 'list',
action: 'List references',
description: 'List references in the workspace',
},
{
name: 'Update',
value: 'update',
action: 'Update a reference',
description: 'Update an existing reference',
},
],
default: 'list',
},
];
//# sourceMappingURL=ReferenceDescription.js.map