UNPKG

@bedrijfsdatanl/n8n-nodes-bedrijfsdata

Version:

n8n node for Bedrijfsdata.nl API - Search and retrieve Dutch company information

27 lines 749 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.otherDnsGetOperationProperties = void 0; exports.otherDnsGetOperationProperties = [ { displayName: 'Domain Name', name: 'domain', type: 'string', default: '', required: true, displayOptions: { show: { resource: ['data_misc'], operation: ['get_dns'] }, }, routing: { request: { qs: { domain: '={{ $value ? $value : undefined }}', }, }, }, description: '(Required) Enter a domain to scan', }, ]; //# sourceMappingURL=OtherDnsGet.properties.js.map