n8n-nodes-firecrawl
Version:
FireCrawl nodes for n8n
35 lines • 883 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.properties = void 0;
exports.properties = [
{
displayName: 'GET /crawl/{crawl_id}',
name: 'operation',
type: 'notice',
typeOptions: {
theme: 'info',
},
default: '',
displayOptions: {
show: {
resource: ['Default'],
operation: ['Check Crawl Job Status'],
},
},
},
{
displayName: 'Crawl Id',
name: 'crawl_id',
required: true,
description: 'The ID of the crawl job',
default: '',
type: 'string',
displayOptions: {
show: {
resource: ['Default'],
operation: ['Check Crawl Job Status'],
},
},
},
];
//# sourceMappingURL=properties.js.map