n8n-nodes-leadmagic
Version:
n8n community node for LeadMagic - B2B data enrichment, email finder, company intelligence, and lead generation API integration
26 lines (25 loc) • 685 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.creditOperations = void 0;
exports.creditOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['credit'],
},
},
options: [
{
name: 'Get Credits',
value: 'getCredits',
description: 'Check the number of available credits for the authenticated user',
action: 'Get credits',
},
],
default: 'getCredits',
},
];