UNPKG

@bedrijfsdatanl/n8n-nodes-bedrijfsdata

Version:

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

27 lines 794 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.otherCurrenyGetOperationProperties = void 0; exports.otherCurrenyGetOperationProperties = [ { displayName: 'Currency Code', name: 'currency', type: 'string', default: 'eur', required: true, displayOptions: { show: { resource: ['data_misc'], operation: ['get_currency'] }, }, routing: { request: { qs: { currency: '={{ $value ? $value : undefined }}', }, }, }, description: '(Required) Enter currency code to use as a baseline', }, ]; //# sourceMappingURL=OtherCurrencyGet.properties.js.map