UNPKG

@bedrijfsdatanl/n8n-nodes-bedrijfsdata

Version:

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

27 lines 788 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validationKvKGetOperationProperties = void 0; exports.validationKvKGetOperationProperties = [ { displayName: 'Kamer Van Koophandel (KvK) Number', name: 'kvk', type: 'string', default: '', required: true, displayOptions: { show: { resource: ['validation'], operation: ['get_kvk'] }, }, routing: { request: { qs: { kvk: '={{ $value ? $value : undefined }}', }, }, }, description: '(Required) Enter a KvK number to validate', } ]; //# sourceMappingURL=ValidationKvkGet.properties.js.map