UNPKG

@bedrijfsdatanl/n8n-nodes-bedrijfsdata

Version:

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

27 lines 773 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validationIbanGetOperationProperties = void 0; exports.validationIbanGetOperationProperties = [ { displayName: 'IBAN Number', name: 'iban', type: 'string', default: '', required: true, displayOptions: { show: { resource: ['validation'], operation: ['get_iban'] }, }, routing: { request: { qs: { iban: '={{ $value ? $value : undefined }}', }, }, }, description: '(Required) Enter a IBAN number to validate', } ]; //# sourceMappingURL=ValidationIbanGet.properties.js.map