@mendable/n8n-nodes-firecrawl 1.0.6 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -8
- package/dist/nodes/Firecrawl/Firecrawl.node.d.ts +0 -3
- package/dist/nodes/Firecrawl/Firecrawl.node.js +2 -1
- package/dist/nodes/Firecrawl/Firecrawl.node.js.map +1 -1
- package/dist/nodes/Firecrawl/api/agent/index.d.ts +5 -0
- package/dist/nodes/Firecrawl/api/agent/index.js +364 -0
- package/dist/nodes/Firecrawl/api/agent/index.js.map +1 -0
- package/dist/nodes/Firecrawl/api/agentAsync/index.d.ts +5 -0
- package/dist/nodes/Firecrawl/api/agentAsync/index.js +262 -0
- package/dist/nodes/Firecrawl/api/agentAsync/index.js.map +1 -0
- package/dist/nodes/Firecrawl/api/batchScrape/index.d.ts +2 -1
- package/dist/nodes/Firecrawl/api/batchScrape/index.js +56 -7
- package/dist/nodes/Firecrawl/api/batchScrape/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/batchScrapeErrors/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/batchScrapeErrors/index.js +4 -3
- package/dist/nodes/Firecrawl/api/batchScrapeErrors/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/batchScrapeStatus/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/batchScrapeStatus/index.js +4 -3
- package/dist/nodes/Firecrawl/api/batchScrapeStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/cancelBatchScrape/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/cancelBatchScrape/index.js +4 -3
- package/dist/nodes/Firecrawl/api/cancelBatchScrape/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/cancelCrawl/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/cancelCrawl/index.js +4 -3
- package/dist/nodes/Firecrawl/api/cancelCrawl/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/common.d.ts +7 -5
- package/dist/nodes/Firecrawl/api/common.js +180 -60
- package/dist/nodes/Firecrawl/api/common.js.map +1 -1
- package/dist/nodes/Firecrawl/api/crawl/index.d.ts +2 -1
- package/dist/nodes/Firecrawl/api/crawl/index.js +24 -23
- package/dist/nodes/Firecrawl/api/crawl/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/crawlActive/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/crawlActive/index.js +3 -2
- package/dist/nodes/Firecrawl/api/crawlActive/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/crawlParamsPreview/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/crawlParamsPreview/index.js +4 -3
- package/dist/nodes/Firecrawl/api/crawlParamsPreview/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/creditUsageHistorical/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/creditUsageHistorical/index.js +3 -2
- package/dist/nodes/Firecrawl/api/creditUsageHistorical/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/extract/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/extract/index.js +20 -19
- package/dist/nodes/Firecrawl/api/extract/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/getAgentStatus/index.d.ts +5 -0
- package/dist/nodes/Firecrawl/api/getAgentStatus/index.js +52 -0
- package/dist/nodes/Firecrawl/api/getAgentStatus/index.js.map +1 -0
- package/dist/nodes/Firecrawl/api/getCrawlErrors/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/getCrawlErrors/index.js +4 -3
- package/dist/nodes/Firecrawl/api/getCrawlErrors/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/getCrawlStatus/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/getCrawlStatus/index.js +4 -3
- package/dist/nodes/Firecrawl/api/getCrawlStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/getExtractStatus/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/getExtractStatus/index.js +4 -3
- package/dist/nodes/Firecrawl/api/getExtractStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/index.d.ts +36 -17
- package/dist/nodes/Firecrawl/api/index.js +171 -54
- package/dist/nodes/Firecrawl/api/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/map/index.d.ts +2 -1
- package/dist/nodes/Firecrawl/api/map/index.js +15 -14
- package/dist/nodes/Firecrawl/api/map/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/scrape/index.d.ts +2 -1
- package/dist/nodes/Firecrawl/api/scrape/index.js +56 -7
- package/dist/nodes/Firecrawl/api/scrape/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/search/index.d.ts +2 -1
- package/dist/nodes/Firecrawl/api/search/index.js +13 -9
- package/dist/nodes/Firecrawl/api/search/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamCreditUsage/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/teamCreditUsage/index.js +3 -2
- package/dist/nodes/Firecrawl/api/teamCreditUsage/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamQueueStatus/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/teamQueueStatus/index.js +3 -2
- package/dist/nodes/Firecrawl/api/teamQueueStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamTokenUsage/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/teamTokenUsage/index.js +3 -2
- package/dist/nodes/Firecrawl/api/teamTokenUsage/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamTokenUsageHistorical/index.d.ts +1 -0
- package/dist/nodes/Firecrawl/api/teamTokenUsageHistorical/index.js +3 -2
- package/dist/nodes/Firecrawl/api/teamTokenUsageHistorical/index.js.map +1 -1
- package/dist/nodes/Firecrawl/methods.d.ts +0 -3
- package/dist/nodes/Firecrawl/methods.js +17 -2
- package/dist/nodes/Firecrawl/methods.js.map +1 -1
- package/dist/nodes/Firecrawl/properties.js +40 -63
- package/dist/nodes/Firecrawl/properties.js.map +1 -1
- package/dist/package.json +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.operationName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'crawl';
|
|
6
|
-
exports.displayName = 'Crawl a website';
|
|
6
|
+
exports.displayName = 'Crawl a website and scrape all pages';
|
|
7
7
|
exports.operationName = 'crawl';
|
|
8
|
+
exports.resourceName = 'Crawling';
|
|
8
9
|
function createExcludePathsProperty(operationName, omitDisplayOptions = false) {
|
|
9
10
|
return {
|
|
10
11
|
displayName: 'Exclude Paths',
|
|
@@ -14,8 +15,8 @@ function createExcludePathsProperty(operationName, omitDisplayOptions = false) {
|
|
|
14
15
|
typeOptions: {
|
|
15
16
|
multipleValues: true,
|
|
16
17
|
},
|
|
17
|
-
description: '
|
|
18
|
-
placeholder: 'Add path to exclude',
|
|
18
|
+
description: 'URL path patterns to skip during crawling. Use glob patterns like "blog/*" to exclude sections. Useful for avoiding large archives, user-generated content, or irrelevant pages.',
|
|
19
|
+
placeholder: 'Add path pattern to exclude',
|
|
19
20
|
options: [
|
|
20
21
|
{
|
|
21
22
|
displayName: 'Items',
|
|
@@ -46,7 +47,7 @@ function createExcludePathsProperty(operationName, omitDisplayOptions = false) {
|
|
|
46
47
|
useCustomBody: [true],
|
|
47
48
|
},
|
|
48
49
|
show: {
|
|
49
|
-
resource: [
|
|
50
|
+
resource: [exports.resourceName],
|
|
50
51
|
operation: [operationName],
|
|
51
52
|
},
|
|
52
53
|
},
|
|
@@ -61,8 +62,8 @@ function createIncludePathsProperty(operationName, omitDisplayOptions = false) {
|
|
|
61
62
|
typeOptions: {
|
|
62
63
|
multipleValues: true,
|
|
63
64
|
},
|
|
64
|
-
description: '
|
|
65
|
-
placeholder: 'Add path to include',
|
|
65
|
+
description: 'URL path patterns to include in the crawl. Only pages matching these patterns will be scraped. Use glob patterns like "docs/*" to focus on specific sections.',
|
|
66
|
+
placeholder: 'Add path pattern to include',
|
|
66
67
|
options: [
|
|
67
68
|
{
|
|
68
69
|
displayName: 'Items',
|
|
@@ -93,7 +94,7 @@ function createIncludePathsProperty(operationName, omitDisplayOptions = false) {
|
|
|
93
94
|
useCustomBody: [true],
|
|
94
95
|
},
|
|
95
96
|
show: {
|
|
96
|
-
resource: [
|
|
97
|
+
resource: [exports.resourceName],
|
|
97
98
|
operation: [operationName],
|
|
98
99
|
},
|
|
99
100
|
},
|
|
@@ -121,7 +122,7 @@ function createLimitProperty(operationName) {
|
|
|
121
122
|
useCustomBody: [true],
|
|
122
123
|
},
|
|
123
124
|
show: {
|
|
124
|
-
resource: [
|
|
125
|
+
resource: [exports.resourceName],
|
|
125
126
|
operation: [operationName],
|
|
126
127
|
},
|
|
127
128
|
},
|
|
@@ -136,7 +137,7 @@ function createDelayProperty(operationName) {
|
|
|
136
137
|
minValue: 0,
|
|
137
138
|
},
|
|
138
139
|
default: 0,
|
|
139
|
-
description: '
|
|
140
|
+
description: 'Wait time in milliseconds between scraping each page. Use to be polite to servers or avoid rate limiting. 0 means no delay between requests.',
|
|
140
141
|
routing: {
|
|
141
142
|
request: {
|
|
142
143
|
body: {
|
|
@@ -163,7 +164,7 @@ function createDelayProperty(operationName) {
|
|
|
163
164
|
useCustomBody: [true],
|
|
164
165
|
},
|
|
165
166
|
show: {
|
|
166
|
-
resource: [
|
|
167
|
+
resource: [exports.resourceName],
|
|
167
168
|
operation: [operationName],
|
|
168
169
|
},
|
|
169
170
|
},
|
|
@@ -178,7 +179,7 @@ function createMaxConcurrencyProperty(operationName) {
|
|
|
178
179
|
minValue: 1,
|
|
179
180
|
},
|
|
180
181
|
default: 100,
|
|
181
|
-
description:
|
|
182
|
+
description: 'Maximum number of pages to scrape simultaneously. Higher values complete faster but may trigger rate limits on target sites. Use your team\'s plan limit by default.',
|
|
182
183
|
routing: {
|
|
183
184
|
request: {
|
|
184
185
|
body: {
|
|
@@ -191,7 +192,7 @@ function createMaxConcurrencyProperty(operationName) {
|
|
|
191
192
|
useCustomBody: [true],
|
|
192
193
|
},
|
|
193
194
|
show: {
|
|
194
|
-
resource: [
|
|
195
|
+
resource: [exports.resourceName],
|
|
195
196
|
operation: [operationName],
|
|
196
197
|
},
|
|
197
198
|
},
|
|
@@ -203,7 +204,7 @@ function createPromptProperty(operationName) {
|
|
|
203
204
|
name: 'prompt',
|
|
204
205
|
type: 'string',
|
|
205
206
|
default: '',
|
|
206
|
-
description: '
|
|
207
|
+
description: 'Natural language instructions to guide the crawl. Use to specify what content to focus on, pages to prioritize, or extraction goals (e.g., "Focus on product pages and pricing information").',
|
|
207
208
|
routing: {
|
|
208
209
|
request: {
|
|
209
210
|
body: {
|
|
@@ -216,7 +217,7 @@ function createPromptProperty(operationName) {
|
|
|
216
217
|
useCustomBody: [true],
|
|
217
218
|
},
|
|
218
219
|
show: {
|
|
219
|
-
resource: [
|
|
220
|
+
resource: [exports.resourceName],
|
|
220
221
|
operation: [operationName],
|
|
221
222
|
},
|
|
222
223
|
},
|
|
@@ -235,7 +236,7 @@ function createCrawlOptionsProperty(operationName) {
|
|
|
235
236
|
name: 'ignoreSitemap',
|
|
236
237
|
type: 'boolean',
|
|
237
238
|
default: false,
|
|
238
|
-
description: 'Whether to
|
|
239
|
+
description: 'Whether to skip reading the website\'s sitemap.xml. Enable if the sitemap is inaccurate, outdated, or you want to discover pages through link following only.',
|
|
239
240
|
routing: {
|
|
240
241
|
request: {
|
|
241
242
|
body: {
|
|
@@ -249,7 +250,7 @@ function createCrawlOptionsProperty(operationName) {
|
|
|
249
250
|
name: 'ignoreQueryParameters',
|
|
250
251
|
type: 'boolean',
|
|
251
252
|
default: false,
|
|
252
|
-
description: 'Whether to
|
|
253
|
+
description: 'Whether to treat URLs with different query parameters as the same page. Enable to avoid duplicate scrapes of pages like /products?page=1 and /products?page=2.',
|
|
253
254
|
routing: {
|
|
254
255
|
request: {
|
|
255
256
|
body: {
|
|
@@ -263,7 +264,7 @@ function createCrawlOptionsProperty(operationName) {
|
|
|
263
264
|
name: 'allowExternalLinks',
|
|
264
265
|
type: 'boolean',
|
|
265
266
|
default: false,
|
|
266
|
-
description: 'Whether to
|
|
267
|
+
description: 'Whether to follow links to other domains during the crawl. Use with caution as this can significantly expand the crawl scope and credit usage.',
|
|
267
268
|
routing: {
|
|
268
269
|
request: {
|
|
269
270
|
body: {
|
|
@@ -277,7 +278,7 @@ function createCrawlOptionsProperty(operationName) {
|
|
|
277
278
|
name: 'allowSubdomains',
|
|
278
279
|
type: 'boolean',
|
|
279
280
|
default: false,
|
|
280
|
-
description: 'Whether to
|
|
281
|
+
description: 'Whether to include subdomains like blog.example.com or docs.example.com when crawling example.com. Enable to capture content across the entire domain ecosystem.',
|
|
281
282
|
routing: {
|
|
282
283
|
request: {
|
|
283
284
|
body: {
|
|
@@ -292,7 +293,7 @@ function createCrawlOptionsProperty(operationName) {
|
|
|
292
293
|
useCustomBody: [true],
|
|
293
294
|
},
|
|
294
295
|
show: {
|
|
295
|
-
resource: [
|
|
296
|
+
resource: [exports.resourceName],
|
|
296
297
|
operation: [operationName],
|
|
297
298
|
},
|
|
298
299
|
},
|
|
@@ -355,8 +356,8 @@ function createAdditionalFieldsProperty(operation) {
|
|
|
355
356
|
}
|
|
356
357
|
function createCrawlProperties() {
|
|
357
358
|
return [
|
|
358
|
-
(0, common_1.createOperationNotice)(
|
|
359
|
-
(0, common_1.createUrlProperty)(exports.name, 'https://firecrawl.dev'),
|
|
359
|
+
(0, common_1.createOperationNotice)(exports.resourceName, exports.name),
|
|
360
|
+
(0, common_1.createUrlProperty)(exports.name, 'https://firecrawl.dev', exports.resourceName),
|
|
360
361
|
createPromptProperty(exports.operationName),
|
|
361
362
|
createLimitProperty(exports.operationName),
|
|
362
363
|
createDelayProperty(exports.operationName),
|
|
@@ -364,7 +365,7 @@ function createCrawlProperties() {
|
|
|
364
365
|
createExcludePathsProperty(exports.operationName),
|
|
365
366
|
createIncludePathsProperty(exports.operationName),
|
|
366
367
|
createCrawlOptionsProperty(exports.operationName),
|
|
367
|
-
(0, common_1.createScrapeOptionsProperty)(exports.operationName),
|
|
368
|
+
(0, common_1.createScrapeOptionsProperty)(exports.operationName, true, false, exports.resourceName),
|
|
368
369
|
];
|
|
369
370
|
}
|
|
370
371
|
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createCrawlProperties());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawl/index.ts"],"names":[],"mappings":";;;AAMA,sCAKmB;AAGN,QAAA,IAAI,GAAG,OAAO,CAAC;AACf,QAAA,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawl/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "crawlActive";
|
|
3
3
|
export declare const displayName = "List active crawls";
|
|
4
|
+
export declare const resourceName = "Crawling";
|
|
4
5
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
5
6
|
export { options, properties };
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'crawlActive';
|
|
6
6
|
exports.displayName = 'List active crawls';
|
|
7
|
+
exports.resourceName = 'Crawling';
|
|
7
8
|
function createProperties() {
|
|
8
|
-
return [(0, common_1.createOperationNotice)(
|
|
9
|
+
return [(0, common_1.createOperationNotice)(exports.resourceName, exports.name, 'GET')];
|
|
9
10
|
}
|
|
10
11
|
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createProperties());
|
|
11
12
|
exports.options = options;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawlActive/index.ts"],"names":[],"mappings":";;;AACA,sCAAsE;AAEzD,QAAA,IAAI,GAAG,aAAa,CAAC;AACrB,QAAA,WAAW,GAAG,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawlActive/index.ts"],"names":[],"mappings":";;;AACA,sCAAsE;AAEzD,QAAA,IAAI,GAAG,aAAa,CAAC;AACrB,QAAA,WAAW,GAAG,oBAAoB,CAAC;AACnC,QAAA,YAAY,GAAG,UAAU,CAAC;AAEvC,SAAS,gBAAgB;IACxB,OAAO,CAAC,IAAA,8BAAqB,EAAC,oBAAY,EAAE,YAAI,EAAE,KAAK,CAAC,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EAAC,YAAI,EAAE,mBAAW,EAAE,gBAAgB,EAAE,CAAC,CAAC;AASjF,0BAAO;AAAE,gCAAU;AAP5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,KAAK;QACb,GAAG,EAAE,gBAAgB;KACrB;CACD,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "crawlParamsPreview";
|
|
3
3
|
export declare const displayName = "Preview crawl params from prompt";
|
|
4
|
+
export declare const resourceName = "Crawling";
|
|
4
5
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
5
6
|
export { options, properties };
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'crawlParamsPreview';
|
|
6
6
|
exports.displayName = 'Preview crawl params from prompt';
|
|
7
|
+
exports.resourceName = 'Crawling';
|
|
7
8
|
function createPromptProperty() {
|
|
8
9
|
return {
|
|
9
10
|
displayName: 'Prompt',
|
|
@@ -21,14 +22,14 @@ function createPromptProperty() {
|
|
|
21
22
|
},
|
|
22
23
|
displayOptions: {
|
|
23
24
|
show: {
|
|
24
|
-
resource: [
|
|
25
|
+
resource: [exports.resourceName],
|
|
25
26
|
operation: [exports.name],
|
|
26
27
|
},
|
|
27
28
|
},
|
|
28
29
|
};
|
|
29
30
|
}
|
|
30
31
|
function createProperties() {
|
|
31
|
-
return [(0, common_1.createOperationNotice)(
|
|
32
|
+
return [(0, common_1.createOperationNotice)(exports.resourceName, exports.name), (0, common_1.createUrlProperty)(exports.name, undefined, exports.resourceName), createPromptProperty()];
|
|
32
33
|
}
|
|
33
34
|
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createProperties());
|
|
34
35
|
exports.options = options;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawlParamsPreview/index.ts"],"names":[],"mappings":";;;AACA,sCAAyF;AAE5E,QAAA,IAAI,GAAG,oBAAoB,CAAC;AAC5B,QAAA,WAAW,GAAG,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawlParamsPreview/index.ts"],"names":[],"mappings":";;;AACA,sCAAyF;AAE5E,QAAA,IAAI,GAAG,oBAAoB,CAAC;AAC5B,QAAA,WAAW,GAAG,kCAAkC,CAAC;AACjD,QAAA,YAAY,GAAG,UAAU,CAAC;AAEvC,SAAS,oBAAoB;IAC5B,OAAO;QACN,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,mDAAmD;QAChE,OAAO,EAAE;YACR,OAAO,EAAE;gBACR,IAAI,EAAE;oBACL,MAAM,EAAE,eAAe;iBACvB;aACD;SACD;QACD,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,oBAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAI,CAAC;aACjB;SACD;KACD,CAAC;AACH,CAAC;AAED,SAAS,gBAAgB;IACxB,OAAO,CAAC,IAAA,8BAAqB,EAAC,oBAAY,EAAE,YAAI,CAAC,EAAE,IAAA,0BAAiB,EAAC,YAAI,EAAE,SAAS,EAAE,oBAAY,CAAC,EAAE,oBAAoB,EAAE,CAAC,CAAC;AAC9H,CAAC;AAED,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EAAC,YAAI,EAAE,mBAAW,EAAE,gBAAgB,EAAE,CAAC,CAAC;AAQjF,0BAAO;AAAE,gCAAU;AAN5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,GAAG,EAAE,wBAAwB;KAC7B;CACD,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "creditUsageHistorical";
|
|
3
3
|
export declare const displayName = "Get historical credit usage";
|
|
4
|
+
export declare const resourceName = "Account";
|
|
4
5
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
5
6
|
export { options, properties };
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'creditUsageHistorical';
|
|
6
6
|
exports.displayName = 'Get historical credit usage';
|
|
7
|
+
exports.resourceName = 'Account';
|
|
7
8
|
function createProperties() {
|
|
8
|
-
return [(0, common_1.createOperationNotice)(
|
|
9
|
+
return [(0, common_1.createOperationNotice)(exports.resourceName, exports.name, 'GET')];
|
|
9
10
|
}
|
|
10
11
|
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createProperties());
|
|
11
12
|
exports.options = options;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/creditUsageHistorical/index.ts"],"names":[],"mappings":";;;AACA,sCAAsE;AAEzD,QAAA,IAAI,GAAG,uBAAuB,CAAC;AAC/B,QAAA,WAAW,GAAG,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/creditUsageHistorical/index.ts"],"names":[],"mappings":";;;AACA,sCAAsE;AAEzD,QAAA,IAAI,GAAG,uBAAuB,CAAC;AAC/B,QAAA,WAAW,GAAG,6BAA6B,CAAC;AAC5C,QAAA,YAAY,GAAG,SAAS,CAAC;AAEtC,SAAS,gBAAgB;IACxB,OAAO,CAAC,IAAA,8BAAqB,EAAC,oBAAY,EAAE,YAAI,EAAE,KAAK,CAAC,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EAAC,YAAI,EAAE,mBAAW,EAAE,gBAAgB,EAAE,CAAC,CAAC;AASjF,0BAAO;AAAE,gCAAU;AAP5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,KAAK;QACb,GAAG,EAAE,gCAAgC;KACrC;CACD,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const operationName = "extract";
|
|
3
|
+
export declare const resourceName = "Extract";
|
|
3
4
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
4
5
|
export { options, properties };
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.operationName = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.operationName = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
const name = 'extract';
|
|
6
|
-
const displayName = 'Extract
|
|
6
|
+
const displayName = 'Extract structured data from websites using AI';
|
|
7
7
|
exports.operationName = 'extract';
|
|
8
|
+
exports.resourceName = 'Extract';
|
|
8
9
|
function createUrlsProperty() {
|
|
9
10
|
return {
|
|
10
11
|
displayName: 'URLs',
|
|
@@ -14,8 +15,8 @@ function createUrlsProperty() {
|
|
|
14
15
|
typeOptions: {
|
|
15
16
|
multipleValues: true,
|
|
16
17
|
},
|
|
17
|
-
description: '
|
|
18
|
-
placeholder: 'Add URL',
|
|
18
|
+
description: 'URLs to extract data from. Supports glob patterns like "https://example.com/products/*" to extract from multiple pages matching the pattern.',
|
|
19
|
+
placeholder: 'Add URL pattern',
|
|
19
20
|
options: [
|
|
20
21
|
{
|
|
21
22
|
displayName: 'Items',
|
|
@@ -41,7 +42,7 @@ function createUrlsProperty() {
|
|
|
41
42
|
},
|
|
42
43
|
displayOptions: {
|
|
43
44
|
show: {
|
|
44
|
-
resource: [
|
|
45
|
+
resource: [exports.resourceName],
|
|
45
46
|
operation: [exports.operationName],
|
|
46
47
|
},
|
|
47
48
|
},
|
|
@@ -53,7 +54,7 @@ function createPromptProperty() {
|
|
|
53
54
|
name: 'prompt',
|
|
54
55
|
type: 'string',
|
|
55
56
|
default: '',
|
|
56
|
-
description: '
|
|
57
|
+
description: 'Natural language instructions for the AI to guide data extraction. Be specific about what data you want (e.g., "Extract product names, prices, and descriptions from this e-commerce page").',
|
|
57
58
|
routing: {
|
|
58
59
|
request: {
|
|
59
60
|
body: {
|
|
@@ -66,7 +67,7 @@ function createPromptProperty() {
|
|
|
66
67
|
useCustomBody: [true],
|
|
67
68
|
},
|
|
68
69
|
show: {
|
|
69
|
-
resource: [
|
|
70
|
+
resource: [exports.resourceName],
|
|
70
71
|
operation: [exports.operationName],
|
|
71
72
|
},
|
|
72
73
|
},
|
|
@@ -78,7 +79,7 @@ function createSchemaProperty() {
|
|
|
78
79
|
name: 'schema',
|
|
79
80
|
type: 'json',
|
|
80
81
|
default: '{\n "property1": "string",\n "property2": "number"\n}',
|
|
81
|
-
description: 'Schema
|
|
82
|
+
description: 'JSON Schema defining the structure of extracted data. Specify property names and types (string, number, boolean, array, object). The AI will extract data matching this schema.',
|
|
82
83
|
routing: {
|
|
83
84
|
request: {
|
|
84
85
|
body: {
|
|
@@ -91,7 +92,7 @@ function createSchemaProperty() {
|
|
|
91
92
|
useCustomBody: [true],
|
|
92
93
|
},
|
|
93
94
|
show: {
|
|
94
|
-
resource: [
|
|
95
|
+
resource: [exports.resourceName],
|
|
95
96
|
operation: [exports.operationName],
|
|
96
97
|
},
|
|
97
98
|
},
|
|
@@ -103,7 +104,7 @@ function createEnableWebSearchProperty() {
|
|
|
103
104
|
name: 'enableWebSearch',
|
|
104
105
|
type: 'boolean',
|
|
105
106
|
default: false,
|
|
106
|
-
description: 'Whether to
|
|
107
|
+
description: 'Whether to allow the AI to search the web for additional information not found on the page. Useful for enriching extracted data with external context.',
|
|
107
108
|
routing: {
|
|
108
109
|
request: {
|
|
109
110
|
body: {
|
|
@@ -116,7 +117,7 @@ function createEnableWebSearchProperty() {
|
|
|
116
117
|
useCustomBody: [true],
|
|
117
118
|
},
|
|
118
119
|
show: {
|
|
119
|
-
resource: [
|
|
120
|
+
resource: [exports.resourceName],
|
|
120
121
|
operation: [exports.operationName],
|
|
121
122
|
},
|
|
122
123
|
},
|
|
@@ -128,7 +129,7 @@ function createIgnoreSitemapProperty() {
|
|
|
128
129
|
name: 'ignoreSitemap',
|
|
129
130
|
type: 'boolean',
|
|
130
131
|
default: true,
|
|
131
|
-
description: 'Whether to
|
|
132
|
+
description: 'Whether to skip the sitemap when discovering URLs matching your glob pattern. Enable for faster extraction when you know the exact URL patterns you want.',
|
|
132
133
|
routing: {
|
|
133
134
|
request: {
|
|
134
135
|
body: {
|
|
@@ -141,7 +142,7 @@ function createIgnoreSitemapProperty() {
|
|
|
141
142
|
useCustomBody: [true],
|
|
142
143
|
},
|
|
143
144
|
show: {
|
|
144
|
-
resource: [
|
|
145
|
+
resource: [exports.resourceName],
|
|
145
146
|
operation: [exports.operationName],
|
|
146
147
|
},
|
|
147
148
|
},
|
|
@@ -153,7 +154,7 @@ function createIncludeSubdomainsProperty() {
|
|
|
153
154
|
name: 'includeSubdomains',
|
|
154
155
|
type: 'boolean',
|
|
155
156
|
default: false,
|
|
156
|
-
description: 'Whether to
|
|
157
|
+
description: 'Whether to extract data from subdomains matching your URL patterns. Enable to include blog.example.com or docs.example.com when extracting from example.com.',
|
|
157
158
|
routing: {
|
|
158
159
|
request: {
|
|
159
160
|
body: {
|
|
@@ -166,7 +167,7 @@ function createIncludeSubdomainsProperty() {
|
|
|
166
167
|
useCustomBody: [true],
|
|
167
168
|
},
|
|
168
169
|
show: {
|
|
169
|
-
resource: [
|
|
170
|
+
resource: [exports.resourceName],
|
|
170
171
|
operation: [exports.operationName],
|
|
171
172
|
},
|
|
172
173
|
},
|
|
@@ -178,7 +179,7 @@ function createShowSourcesProperty() {
|
|
|
178
179
|
name: 'showSources',
|
|
179
180
|
type: 'boolean',
|
|
180
181
|
default: false,
|
|
181
|
-
description: 'Whether to
|
|
182
|
+
description: 'Whether to include source URLs and page sections where each piece of data was found. Useful for verification, citation, or debugging extraction results.',
|
|
182
183
|
routing: {
|
|
183
184
|
request: {
|
|
184
185
|
body: {
|
|
@@ -191,7 +192,7 @@ function createShowSourcesProperty() {
|
|
|
191
192
|
useCustomBody: [true],
|
|
192
193
|
},
|
|
193
194
|
show: {
|
|
194
|
-
resource: [
|
|
195
|
+
resource: [exports.resourceName],
|
|
195
196
|
operation: [exports.operationName],
|
|
196
197
|
},
|
|
197
198
|
},
|
|
@@ -254,7 +255,7 @@ function createAdditionalFieldsProperty(operation) {
|
|
|
254
255
|
}
|
|
255
256
|
function createExtractProperties() {
|
|
256
257
|
return [
|
|
257
|
-
(0, common_1.createOperationNotice)(
|
|
258
|
+
(0, common_1.createOperationNotice)(exports.resourceName, name, 'POST'),
|
|
258
259
|
createUrlsProperty(),
|
|
259
260
|
createPromptProperty(),
|
|
260
261
|
createSchemaProperty(),
|
|
@@ -262,7 +263,7 @@ function createExtractProperties() {
|
|
|
262
263
|
createIncludeSubdomainsProperty(),
|
|
263
264
|
createEnableWebSearchProperty(),
|
|
264
265
|
createShowSourcesProperty(),
|
|
265
|
-
(0, common_1.createScrapeOptionsProperty)(exports.operationName),
|
|
266
|
+
(0, common_1.createScrapeOptionsProperty)(exports.operationName, true, false, exports.resourceName),
|
|
266
267
|
];
|
|
267
268
|
}
|
|
268
269
|
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, createExtractProperties());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/extract/index.ts"],"names":[],"mappings":";;;AAMA,sCAAmG;AAEnG,MAAM,IAAI,GAAG,SAAS,CAAC;AACvB,MAAM,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/extract/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare const operationName = "getAgentStatus";
|
|
3
|
+
export declare const resourceName = "Agent";
|
|
4
|
+
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
5
|
+
export { options, properties };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.operationName = void 0;
|
|
4
|
+
const common_1 = require("../common");
|
|
5
|
+
const name = 'getAgentStatus';
|
|
6
|
+
const displayName = 'Get Agent Status';
|
|
7
|
+
exports.operationName = 'getAgentStatus';
|
|
8
|
+
exports.resourceName = 'Agent';
|
|
9
|
+
function createAgentIdProperty() {
|
|
10
|
+
return {
|
|
11
|
+
displayName: 'Agent Job ID',
|
|
12
|
+
name: 'agentId',
|
|
13
|
+
type: 'string',
|
|
14
|
+
required: true,
|
|
15
|
+
default: '',
|
|
16
|
+
description: 'ID of the agent job to get status for. Returns status (processing, completed, failed), extracted data, credits used, and expiration time. Job results are available for 24 hours after completion.',
|
|
17
|
+
placeholder: '1234abcd-5678-efgh-9012-ijklmnopqrst',
|
|
18
|
+
routing: {
|
|
19
|
+
request: {
|
|
20
|
+
url: '=/agent/{{$value}}',
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
displayOptions: {
|
|
24
|
+
show: {
|
|
25
|
+
resource: [exports.resourceName],
|
|
26
|
+
operation: [exports.operationName],
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
function createGetAgentStatusProperties() {
|
|
32
|
+
return [(0, common_1.createOperationNotice)(exports.resourceName, name, 'GET'), createAgentIdProperty()];
|
|
33
|
+
}
|
|
34
|
+
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, createGetAgentStatusProperties());
|
|
35
|
+
exports.options = options;
|
|
36
|
+
exports.properties = properties;
|
|
37
|
+
options.routing = {
|
|
38
|
+
request: {
|
|
39
|
+
method: 'GET',
|
|
40
|
+
},
|
|
41
|
+
output: {
|
|
42
|
+
postReceive: [
|
|
43
|
+
{
|
|
44
|
+
type: 'setKeyValue',
|
|
45
|
+
properties: {
|
|
46
|
+
data: '={{$response.body}}',
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
],
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/getAgentStatus/index.ts"],"names":[],"mappings":";;;AACA,sCAAsE;AAEtE,MAAM,IAAI,GAAG,gBAAgB,CAAC;AAC9B,MAAM,WAAW,GAAG,kBAAkB,CAAC;AAC1B,QAAA,aAAa,GAAG,gBAAgB,CAAC;AACjC,QAAA,YAAY,GAAG,OAAO,CAAC;AAMpC,SAAS,qBAAqB;IAC7B,OAAO;QACN,WAAW,EAAE,cAAc;QAC3B,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EACV,oMAAoM;QACrM,WAAW,EAAE,sCAAsC;QACnD,OAAO,EAAE;YACR,OAAO,EAAE;gBACR,GAAG,EAAE,oBAAoB;aACzB;SACD;QACD,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,oBAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,qBAAa,CAAC;aAC1B;SACD;KACD,CAAC;AACH,CAAC;AAMD,SAAS,8BAA8B;IACtC,OAAO,CAAC,IAAA,8BAAqB,EAAC,oBAAY,EAAE,IAAI,EAAE,KAAK,CAAC,EAAE,qBAAqB,EAAE,CAAC,CAAC;AACpF,CAAC;AAGD,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EACjD,IAAI,EACJ,WAAW,EACX,8BAA8B,EAAE,CAChC,CAAC;AAmBO,0BAAO;AAAE,gCAAU;AAhB5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,KAAK;KACb;IACD,MAAM,EAAE;QACP,WAAW,EAAE;YACZ;gBACC,IAAI,EAAE,aAAa;gBACnB,UAAU,EAAE;oBACX,IAAI,EAAE,qBAAqB;iBAC3B;aACD;SACD;KACD;CACD,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "getCrawlErrors";
|
|
3
3
|
export declare const displayName = "Get crawl errors";
|
|
4
|
+
export declare const resourceName = "Crawling";
|
|
4
5
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
5
6
|
export { options, properties };
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'getCrawlErrors';
|
|
6
6
|
exports.displayName = 'Get crawl errors';
|
|
7
|
+
exports.resourceName = 'Crawling';
|
|
7
8
|
function createCrawlIdProperty() {
|
|
8
9
|
return {
|
|
9
10
|
displayName: 'Crawl ID',
|
|
@@ -19,14 +20,14 @@ function createCrawlIdProperty() {
|
|
|
19
20
|
},
|
|
20
21
|
displayOptions: {
|
|
21
22
|
show: {
|
|
22
|
-
resource: [
|
|
23
|
+
resource: [exports.resourceName],
|
|
23
24
|
operation: [exports.name],
|
|
24
25
|
},
|
|
25
26
|
},
|
|
26
27
|
};
|
|
27
28
|
}
|
|
28
29
|
function createProperties() {
|
|
29
|
-
return [(0, common_1.createOperationNotice)(
|
|
30
|
+
return [(0, common_1.createOperationNotice)(exports.resourceName, exports.name, 'GET'), createCrawlIdProperty()];
|
|
30
31
|
}
|
|
31
32
|
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createProperties());
|
|
32
33
|
exports.options = options;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/getCrawlErrors/index.ts"],"names":[],"mappings":";;;AACA,sCAAsE;AAEzD,QAAA,IAAI,GAAG,gBAAgB,CAAC;AACxB,QAAA,WAAW,GAAG,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/getCrawlErrors/index.ts"],"names":[],"mappings":";;;AACA,sCAAsE;AAEzD,QAAA,IAAI,GAAG,gBAAgB,CAAC;AACxB,QAAA,WAAW,GAAG,kBAAkB,CAAC;AACjC,QAAA,YAAY,GAAG,UAAU,CAAC;AAEvC,SAAS,qBAAqB;IAC7B,OAAO;QACN,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,qBAAqB;QAClC,OAAO,EAAE;YACR,OAAO,EAAE;gBACR,GAAG,EAAE,2BAA2B;aAChC;SACD;QACD,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,oBAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAI,CAAC;aACjB;SACD;KACD,CAAC;AACH,CAAC;AAED,SAAS,gBAAgB;IACxB,OAAO,CAAC,IAAA,8BAAqB,EAAC,oBAAY,EAAE,YAAI,EAAE,KAAK,CAAC,EAAE,qBAAqB,EAAE,CAAC,CAAC;AACpF,CAAC;AAED,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EAAC,YAAI,EAAE,mBAAW,EAAE,gBAAgB,EAAE,CAAC,CAAC;AAQjF,0BAAO;AAAE,gCAAU;AAN5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,KAAK;KACb;CACD,CAAC"}
|
|
@@ -2,5 +2,6 @@ import { INodeProperties } from 'n8n-workflow';
|
|
|
2
2
|
export declare const name = "getCrawlStatus";
|
|
3
3
|
export declare const displayName = "Get crawl status";
|
|
4
4
|
export declare const operationName = "getCrawlStatus";
|
|
5
|
+
export declare const resourceName = "Crawling";
|
|
5
6
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
6
7
|
export { options, properties };
|