UNPKG

n8n-nodes-firecrawl

Version:
67 lines 1.68 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.properties = void 0; exports.properties = [ { displayName: 'POST /map', name: 'operation', type: 'notice', typeOptions: { theme: 'info', }, default: '', displayOptions: { show: { resource: ['Default'], operation: ['Map A Website And Get Urls'], }, }, }, { displayName: 'Url', name: 'url', type: 'string', default: 'https://firecrawl.dev', description: 'The URL of the website to map', routing: { request: { body: { url: '={{ $value }}', }, }, }, displayOptions: { hide: { useCustomBody: [true], }, show: { resource: ['Default'], operation: ['Map A Website And Get Urls'], }, }, }, { displayName: 'Search', name: 'search', type: 'string', default: 'docs', description: 'Search term to filter specific URLs', routing: { request: { body: { search: '={{ $value }}', }, }, }, displayOptions: { hide: { useCustomBody: [true], }, show: { resource: ['Default'], operation: ['Map A Website And Get Urls'], }, }, }, ]; //# sourceMappingURL=properties.js.map