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