UNPKG

@bedrijfsdatanl/n8n-nodes-bedrijfsdata

Version:

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

48 lines 1.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.otherPasswordGetOperationProperties = void 0; exports.otherPasswordGetOperationProperties = [ { displayName: 'Password', name: 'password', type: 'string', typeOptions: { password: true }, default: '', displayOptions: { show: { resource: ['data_misc'], operation: ['get_password'] }, }, routing: { request: { qs: { password: '={{ $value ? $value : undefined }}', }, }, }, description: '(Optional) Enter password to scan for leaks', }, { displayName: 'Password (SHA1)', name: 'password_sha1', type: 'string', typeOptions: { password: true }, default: '', displayOptions: { show: { resource: ['data_misc'], operation: ['get_password'] }, }, routing: { request: { qs: { password_sha1: '={{ $value ? $value : undefined }}', }, }, }, description: '(Recommended) Enter hashed password to scan for leaks', }, ]; //# sourceMappingURL=OtherPasswordGet.properties.js.map