n8n-nodes-ocean
Version:
n8n community node for Ocean.io API integration - lookalike company and people discovery
29 lines (28 loc) • 810 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.creditsFields = exports.creditsOperations = void 0;
exports.creditsOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['credits'],
},
},
options: [
{
name: 'Get Credit Balance',
value: 'getBalance',
description: 'Check your current Ocean.io credit balance (free operation)',
action: 'Get credit balance',
},
],
default: 'getBalance',
},
];
exports.creditsFields = [
// No additional fields needed for credit balance operation
];