@bedrijfsdatanl/n8n-nodes-bedrijfsdata
Version:
n8n node for Bedrijfsdata.nl API - Search and retrieve Dutch company information
27 lines • 765 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.validationBicGetOperationProperties = void 0;
exports.validationBicGetOperationProperties = [
{
displayName: 'BIC Number',
name: 'bic',
type: 'string',
default: '',
required: true,
displayOptions: {
show: {
resource: ['validation'],
operation: ['get_bic']
},
},
routing: {
request: {
qs: {
bic: '={{ $value ? $value : undefined }}',
},
},
},
description: '(Required) Enter a BIC number to validate',
}
];
//# sourceMappingURL=ValidationBicGet.properties.js.map