UNPKG

@bedrijfsdatanl/n8n-nodes-bedrijfsdata

Version:

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

27 lines 779 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ragDomainGetOperationProperties = void 0; exports.ragDomainGetOperationProperties = [ { displayName: 'Domain Name', name: 'domain', type: 'string', default: '', description: '(Required) Enter the domain of the website you want to retrieve', required: true, routing: { request: { qs: { domain: '={{ $value ? $value : undefined }}', }, }, }, displayOptions: { show: { resource: ['rag'], operation: ['get_domain'], }, }, } ]; //# sourceMappingURL=RagDomainGet.properties.js.map