UNPKG

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.

38 lines 1.08 kB
"use strict"; 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: 'List', value: 'list', action: 'List references', description: 'List references in the workspace', }, { name: 'Get', value: 'get', action: 'Get a reference', description: 'Get a specific reference by OId', }, { name: 'Create', value: 'create', action: 'Create a reference', description: 'Create a new reference', }, ], default: 'list', }, ]; //# sourceMappingURL=ReferenceDescription.js.map