UNPKG

@bedrijfsdatanl/n8n-nodes-bedrijfsdata

Version:

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

27 lines 792 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validationLeiGetOperationProperties = void 0; exports.validationLeiGetOperationProperties = [ { displayName: 'Legal Entity Identifiers (LEI) Number', name: 'lei', type: 'string', default: '', required: true, displayOptions: { show: { resource: ['validation'], operation: ['get_lei'] }, }, routing: { request: { qs: { lei: '={{ $value ? $value : undefined }}', }, }, }, description: '(Required) Enter a LEI number to validate', } ]; //# sourceMappingURL=ValidationLeiGet.properties.js.map