@mendable/n8n-nodes-firecrawl 2.1.4 → 2.2.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/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.js +6 -5
- package/dist/nodes/Firecrawl/api/agent/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/agentAsync/index.js +6 -5
- package/dist/nodes/Firecrawl/api/agentAsync/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/batchScrape/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/batchScrape/index.js +5 -4
- package/dist/nodes/Firecrawl/api/batchScrape/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/batchScrapeErrors/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/batchScrapeErrors/index.js +7 -4
- package/dist/nodes/Firecrawl/api/batchScrapeErrors/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/batchScrapeStatus/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/batchScrapeStatus/index.js +7 -4
- package/dist/nodes/Firecrawl/api/batchScrapeStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/browserContext/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/browserContext/index.js +5 -3
- package/dist/nodes/Firecrawl/api/browserContext/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/browserCreate/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/browserCreate/index.js +7 -9
- package/dist/nodes/Firecrawl/api/browserCreate/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/browserDelete/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/browserDelete/index.js +8 -9
- package/dist/nodes/Firecrawl/api/browserDelete/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/browserExecute/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/browserExecute/index.js +7 -6
- package/dist/nodes/Firecrawl/api/browserExecute/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/browserList/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/browserList/index.js +6 -7
- package/dist/nodes/Firecrawl/api/browserList/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/cancelBatchScrape/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/cancelBatchScrape/index.js +7 -4
- package/dist/nodes/Firecrawl/api/cancelBatchScrape/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/cancelCrawl/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/cancelCrawl/index.js +7 -4
- package/dist/nodes/Firecrawl/api/cancelCrawl/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/common.d.ts +5 -3
- package/dist/nodes/Firecrawl/api/common.js +27 -13
- package/dist/nodes/Firecrawl/api/common.js.map +1 -1
- package/dist/nodes/Firecrawl/api/crawl/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/crawl/index.js +83 -20
- package/dist/nodes/Firecrawl/api/crawl/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/crawlActive/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/crawlActive/index.js +5 -6
- package/dist/nodes/Firecrawl/api/crawlActive/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/crawlParamsPreview/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/crawlParamsPreview/index.js +7 -4
- package/dist/nodes/Firecrawl/api/crawlParamsPreview/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/creditUsageHistorical/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/creditUsageHistorical/index.js +5 -6
- package/dist/nodes/Firecrawl/api/creditUsageHistorical/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/extract/index.js +10 -4
- package/dist/nodes/Firecrawl/api/extract/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/getAgentStatus/index.js +5 -3
- package/dist/nodes/Firecrawl/api/getAgentStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/getCrawlErrors/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/getCrawlErrors/index.js +7 -4
- package/dist/nodes/Firecrawl/api/getCrawlErrors/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/getCrawlStatus/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/getCrawlStatus/index.js +6 -5
- package/dist/nodes/Firecrawl/api/getCrawlStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/getExtractStatus/index.js +5 -3
- package/dist/nodes/Firecrawl/api/getExtractStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/interact/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/interact/index.js +7 -6
- package/dist/nodes/Firecrawl/api/interact/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/interactContext/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/interactContext/index.js +5 -3
- package/dist/nodes/Firecrawl/api/interactContext/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/interactStop/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/interactStop/index.js +7 -8
- package/dist/nodes/Firecrawl/api/interactStop/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/map/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/map/index.js +5 -4
- package/dist/nodes/Firecrawl/api/map/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/scrape/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/scrape/index.js +6 -4
- package/dist/nodes/Firecrawl/api/scrape/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/search/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/search/index.js +7 -5
- package/dist/nodes/Firecrawl/api/search/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamCreditUsage/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/teamCreditUsage/index.js +5 -6
- package/dist/nodes/Firecrawl/api/teamCreditUsage/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamQueueStatus/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/teamQueueStatus/index.js +5 -6
- package/dist/nodes/Firecrawl/api/teamQueueStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamTokenUsage/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/teamTokenUsage/index.js +5 -6
- package/dist/nodes/Firecrawl/api/teamTokenUsage/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamTokenUsageHistorical/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/teamTokenUsageHistorical/index.js +5 -6
- package/dist/nodes/Firecrawl/api/teamTokenUsageHistorical/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawl/index.ts"],"names":[],"mappings":";;;AAMA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawl/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { INodeProperties } from 'n8n-workflow';
|
|
2
1
|
export declare const name = "crawlActive";
|
|
3
|
-
export declare const displayName = "
|
|
2
|
+
export declare const displayName = "Get Many Active Crawls";
|
|
3
|
+
export declare const action = "Get many active crawls";
|
|
4
|
+
export declare const description = "List all crawl jobs currently running for your team";
|
|
4
5
|
export declare const resourceName = "Crawling";
|
|
5
|
-
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
6
|
+
declare const options: import("n8n-workflow").INodePropertyOptions, properties: import("n8n-workflow").INodeProperties[];
|
|
6
7
|
export { options, properties };
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'crawlActive';
|
|
6
|
-
exports.displayName = '
|
|
6
|
+
exports.displayName = 'Get Many Active Crawls';
|
|
7
|
+
exports.action = 'Get many active crawls';
|
|
8
|
+
exports.description = 'List all crawl jobs currently running for your team';
|
|
7
9
|
exports.resourceName = 'Crawling';
|
|
8
|
-
|
|
9
|
-
return [(0, common_1.createOperationNotice)(exports.resourceName, exports.name, 'GET')];
|
|
10
|
-
}
|
|
11
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createProperties());
|
|
10
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description);
|
|
12
11
|
exports.options = options;
|
|
13
12
|
exports.properties = properties;
|
|
14
13
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawlActive/index.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawlActive/index.ts"],"names":[],"mappings":";;;AAAA,sCAA+C;AAElC,QAAA,IAAI,GAAG,aAAa,CAAC;AACrB,QAAA,WAAW,GAAG,wBAAwB,CAAC;AACvC,QAAA,MAAM,GAAG,wBAAwB,CAAC;AAClC,QAAA,WAAW,GAAG,qDAAqD,CAAC;AACpE,QAAA,YAAY,GAAG,UAAU,CAAC;AAEvC,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EAAC,YAAI,EAAE,mBAAW,EAAE,cAAM,EAAE,mBAAW,CAAC,CAAC;AASlF,0BAAO;AAAE,gCAAU;AAP5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,KAAK;QACb,GAAG,EAAE,gBAAgB;KACrB;CACD,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "crawlParamsPreview";
|
|
3
|
-
export declare const displayName = "Preview
|
|
3
|
+
export declare const displayName = "Preview Crawl Parameters";
|
|
4
|
+
export declare const action = "Preview crawl parameters from prompt";
|
|
5
|
+
export declare const description = "Generate crawl parameters from a natural language prompt without starting a crawl";
|
|
4
6
|
export declare const resourceName = "Crawling";
|
|
5
7
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
6
8
|
export { options, properties };
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'crawlParamsPreview';
|
|
6
|
-
exports.displayName = 'Preview
|
|
6
|
+
exports.displayName = 'Preview Crawl Parameters';
|
|
7
|
+
exports.action = 'Preview crawl parameters from prompt';
|
|
8
|
+
exports.description = 'Generate crawl parameters from a natural language prompt without starting a crawl';
|
|
7
9
|
exports.resourceName = 'Crawling';
|
|
8
10
|
function createPromptProperty() {
|
|
9
11
|
return {
|
|
@@ -12,6 +14,7 @@ function createPromptProperty() {
|
|
|
12
14
|
type: 'string',
|
|
13
15
|
default: '',
|
|
14
16
|
required: true,
|
|
17
|
+
placeholder: 'e.g. Focus on product pages and pricing information',
|
|
15
18
|
description: 'Natural language prompt describing crawl behavior',
|
|
16
19
|
routing: {
|
|
17
20
|
request: {
|
|
@@ -29,9 +32,9 @@ function createPromptProperty() {
|
|
|
29
32
|
};
|
|
30
33
|
}
|
|
31
34
|
function createProperties() {
|
|
32
|
-
return [(0, common_1.
|
|
35
|
+
return [(0, common_1.createUrlProperty)(exports.name, undefined, exports.resourceName), createPromptProperty()];
|
|
33
36
|
}
|
|
34
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createProperties());
|
|
37
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createProperties());
|
|
35
38
|
exports.options = options;
|
|
36
39
|
exports.properties = properties;
|
|
37
40
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawlParamsPreview/index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/crawlParamsPreview/index.ts"],"names":[],"mappings":";;;AACA,sCAAkE;AAErD,QAAA,IAAI,GAAG,oBAAoB,CAAC;AAC5B,QAAA,WAAW,GAAG,0BAA0B,CAAC;AACzC,QAAA,MAAM,GAAG,sCAAsC,CAAC;AAChD,QAAA,WAAW,GACvB,mFAAmF,CAAC;AACxE,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,qDAAqD;QAClE,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,0BAAiB,EAAC,YAAI,EAAE,SAAS,EAAE,oBAAY,CAAC,EAAE,oBAAoB,EAAE,CAAC,CAAC;AACnF,CAAC;AAED,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EACjD,YAAI,EACJ,mBAAW,EACX,cAAM,EACN,mBAAW,EACX,gBAAgB,EAAE,CAClB,CAAC;AAQO,0BAAO;AAAE,gCAAU;AAN5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,GAAG,EAAE,wBAAwB;KAC7B;CACD,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { INodeProperties } from 'n8n-workflow';
|
|
2
1
|
export declare const name = "creditUsageHistorical";
|
|
3
|
-
export declare const displayName = "Get
|
|
2
|
+
export declare const displayName = "Get Historical Credit Usage";
|
|
3
|
+
export declare const action = "Get historical credit usage";
|
|
4
|
+
export declare const description = "Get your team's credit usage over past billing periods";
|
|
4
5
|
export declare const resourceName = "Account";
|
|
5
|
-
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
6
|
+
declare const options: import("n8n-workflow").INodePropertyOptions, properties: import("n8n-workflow").INodeProperties[];
|
|
6
7
|
export { options, properties };
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'creditUsageHistorical';
|
|
6
|
-
exports.displayName = 'Get
|
|
6
|
+
exports.displayName = 'Get Historical Credit Usage';
|
|
7
|
+
exports.action = 'Get historical credit usage';
|
|
8
|
+
exports.description = "Get your team's credit usage over past billing periods";
|
|
7
9
|
exports.resourceName = 'Account';
|
|
8
|
-
|
|
9
|
-
return [(0, common_1.createOperationNotice)(exports.resourceName, exports.name, 'GET')];
|
|
10
|
-
}
|
|
11
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createProperties());
|
|
10
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description);
|
|
12
11
|
exports.options = options;
|
|
13
12
|
exports.properties = properties;
|
|
14
13
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/creditUsageHistorical/index.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/creditUsageHistorical/index.ts"],"names":[],"mappings":";;;AAAA,sCAA+C;AAElC,QAAA,IAAI,GAAG,uBAAuB,CAAC;AAC/B,QAAA,WAAW,GAAG,6BAA6B,CAAC;AAC5C,QAAA,MAAM,GAAG,6BAA6B,CAAC;AACvC,QAAA,WAAW,GAAG,wDAAwD,CAAC;AACvE,QAAA,YAAY,GAAG,SAAS,CAAC;AAEtC,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EAAC,YAAI,EAAE,mBAAW,EAAE,cAAM,EAAE,mBAAW,CAAC,CAAC;AASlF,0BAAO;AAAE,gCAAU;AAP5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,KAAK;QACb,GAAG,EAAE,gCAAgC;KACrC;CACD,CAAC"}
|
|
@@ -3,9 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
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';
|
|
7
|
+
const action = 'Extract structured data';
|
|
8
|
+
const description = 'Extract structured data (Agent is recommended for new workflows)';
|
|
7
9
|
exports.operationName = 'extract';
|
|
8
10
|
exports.resourceName = 'Extract';
|
|
11
|
+
const EXTRACT_DEPRECATED_NOTICE_TEXT = `We recommend using the 'Agent → Extract Data With AI Agent' operation instead. It's faster, more reliable, doesn't require URLs, and handles all Extract use cases plus more. <a href="https://docs.firecrawl.dev/developer-guides/usage-guides/choosing-the-data-extractor" target="_blank">Learn more</a>`;
|
|
9
12
|
function createUrlsProperty() {
|
|
10
13
|
return {
|
|
11
14
|
displayName: 'URLs',
|
|
@@ -27,7 +30,7 @@ function createUrlsProperty() {
|
|
|
27
30
|
name: 'url',
|
|
28
31
|
type: 'string',
|
|
29
32
|
default: '',
|
|
30
|
-
placeholder: 'https://example.com/*',
|
|
33
|
+
placeholder: 'e.g. https://example.com/*',
|
|
31
34
|
description: 'URL to extract data from (supports glob format)',
|
|
32
35
|
},
|
|
33
36
|
],
|
|
@@ -54,6 +57,7 @@ function createPromptProperty() {
|
|
|
54
57
|
name: 'prompt',
|
|
55
58
|
type: 'string',
|
|
56
59
|
default: '',
|
|
60
|
+
placeholder: 'e.g. Extract product names, prices and descriptions',
|
|
57
61
|
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").',
|
|
58
62
|
routing: {
|
|
59
63
|
request: {
|
|
@@ -255,7 +259,9 @@ function createAdditionalFieldsProperty(operation) {
|
|
|
255
259
|
}
|
|
256
260
|
function createExtractProperties() {
|
|
257
261
|
return [
|
|
258
|
-
(0, common_1.createOperationNotice)(exports.resourceName,
|
|
262
|
+
(0, common_1.createOperationNotice)(exports.resourceName, exports.operationName, EXTRACT_DEPRECATED_NOTICE_TEXT, {
|
|
263
|
+
theme: 'warning',
|
|
264
|
+
}),
|
|
259
265
|
createUrlsProperty(),
|
|
260
266
|
createPromptProperty(),
|
|
261
267
|
createSchemaProperty(),
|
|
@@ -266,7 +272,7 @@ function createExtractProperties() {
|
|
|
266
272
|
(0, common_1.createScrapeOptionsProperty)(exports.operationName, true, false, exports.resourceName),
|
|
267
273
|
];
|
|
268
274
|
}
|
|
269
|
-
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, createExtractProperties());
|
|
275
|
+
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, action, description, createExtractProperties());
|
|
270
276
|
exports.options = options;
|
|
271
277
|
exports.properties = properties;
|
|
272
278
|
properties.push(createAdditionalFieldsProperty(name));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/extract/index.ts"],"names":[],"mappings":";;;AAMA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/extract/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,6 +4,8 @@ exports.properties = exports.options = exports.resourceName = exports.operationN
|
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
const name = 'getAgentStatus';
|
|
6
6
|
const displayName = 'Get Agent Status';
|
|
7
|
+
const action = 'Get agent status';
|
|
8
|
+
const description = 'Get the status and results of an agent job';
|
|
7
9
|
exports.operationName = 'getAgentStatus';
|
|
8
10
|
exports.resourceName = 'Agent';
|
|
9
11
|
function createAgentIdProperty() {
|
|
@@ -14,7 +16,7 @@ function createAgentIdProperty() {
|
|
|
14
16
|
required: true,
|
|
15
17
|
default: '',
|
|
16
18
|
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: '
|
|
19
|
+
placeholder: 'e.g. 550e8400-e29b-41d4-a716-446655440000',
|
|
18
20
|
routing: {
|
|
19
21
|
request: {
|
|
20
22
|
url: '=/agent/{{$value}}',
|
|
@@ -29,9 +31,9 @@ function createAgentIdProperty() {
|
|
|
29
31
|
};
|
|
30
32
|
}
|
|
31
33
|
function createGetAgentStatusProperties() {
|
|
32
|
-
return [
|
|
34
|
+
return [createAgentIdProperty()];
|
|
33
35
|
}
|
|
34
|
-
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, createGetAgentStatusProperties());
|
|
36
|
+
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, action, description, createGetAgentStatusProperties());
|
|
35
37
|
exports.options = options;
|
|
36
38
|
exports.properties = properties;
|
|
37
39
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/getAgentStatus/index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/getAgentStatus/index.ts"],"names":[],"mappings":";;;AACA,sCAA+C;AAE/C,MAAM,IAAI,GAAG,gBAAgB,CAAC;AAC9B,MAAM,WAAW,GAAG,kBAAkB,CAAC;AACvC,MAAM,MAAM,GAAG,kBAAkB,CAAC;AAClC,MAAM,WAAW,GAAG,4CAA4C,CAAC;AACpD,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,2CAA2C;QACxD,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,qBAAqB,EAAE,CAAC,CAAC;AAClC,CAAC;AAGD,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EACjD,IAAI,EACJ,WAAW,EACX,MAAM,EACN,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,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "getCrawlErrors";
|
|
3
|
-
export declare const displayName = "Get
|
|
3
|
+
export declare const displayName = "Get Crawl Errors";
|
|
4
|
+
export declare const action = "Get crawl errors";
|
|
5
|
+
export declare const description = "Get crawl errors and URLs blocked by robots.txt";
|
|
4
6
|
export declare const resourceName = "Crawling";
|
|
5
7
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
6
8
|
export { options, properties };
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'getCrawlErrors';
|
|
6
|
-
exports.displayName = 'Get
|
|
6
|
+
exports.displayName = 'Get Crawl Errors';
|
|
7
|
+
exports.action = 'Get crawl errors';
|
|
8
|
+
exports.description = 'Get crawl errors and URLs blocked by robots.txt';
|
|
7
9
|
exports.resourceName = 'Crawling';
|
|
8
10
|
function createCrawlIdProperty() {
|
|
9
11
|
return {
|
|
@@ -12,6 +14,7 @@ function createCrawlIdProperty() {
|
|
|
12
14
|
type: 'string',
|
|
13
15
|
required: true,
|
|
14
16
|
default: '',
|
|
17
|
+
placeholder: 'e.g. 550e8400-e29b-41d4-a716-446655440000',
|
|
15
18
|
description: 'ID of the crawl job',
|
|
16
19
|
routing: {
|
|
17
20
|
request: {
|
|
@@ -27,9 +30,9 @@ function createCrawlIdProperty() {
|
|
|
27
30
|
};
|
|
28
31
|
}
|
|
29
32
|
function createProperties() {
|
|
30
|
-
return [
|
|
33
|
+
return [createCrawlIdProperty()];
|
|
31
34
|
}
|
|
32
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createProperties());
|
|
35
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createProperties());
|
|
33
36
|
exports.options = options;
|
|
34
37
|
exports.properties = properties;
|
|
35
38
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/getCrawlErrors/index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/getCrawlErrors/index.ts"],"names":[],"mappings":";;;AACA,sCAA+C;AAElC,QAAA,IAAI,GAAG,gBAAgB,CAAC;AACxB,QAAA,WAAW,GAAG,kBAAkB,CAAC;AACjC,QAAA,MAAM,GAAG,kBAAkB,CAAC;AAC5B,QAAA,WAAW,GAAG,iDAAiD,CAAC;AAChE,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,2CAA2C;QACxD,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,qBAAqB,EAAE,CAAC,CAAC;AAClC,CAAC;AAED,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EACjD,YAAI,EACJ,mBAAW,EACX,cAAM,EACN,mBAAW,EACX,gBAAgB,EAAE,CAClB,CAAC;AAQO,0BAAO;AAAE,gCAAU;AAN5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,KAAK;KACb;CACD,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "getCrawlStatus";
|
|
3
|
-
export declare const displayName = "Get
|
|
3
|
+
export declare const displayName = "Get Crawl Status";
|
|
4
|
+
export declare const action = "Get crawl status";
|
|
5
|
+
export declare const description = "Get the status and scraped pages of a crawl job";
|
|
4
6
|
export declare const operationName = "getCrawlStatus";
|
|
5
7
|
export declare const resourceName = "Crawling";
|
|
6
8
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'getCrawlStatus';
|
|
6
|
-
exports.displayName = 'Get
|
|
6
|
+
exports.displayName = 'Get Crawl Status';
|
|
7
|
+
exports.action = 'Get crawl status';
|
|
8
|
+
exports.description = 'Get the status and scraped pages of a crawl job';
|
|
7
9
|
exports.operationName = 'getCrawlStatus';
|
|
8
10
|
exports.resourceName = 'Crawling';
|
|
9
11
|
function createCrawlIdProperty() {
|
|
@@ -14,7 +16,7 @@ function createCrawlIdProperty() {
|
|
|
14
16
|
required: true,
|
|
15
17
|
default: '',
|
|
16
18
|
description: 'ID of the crawl job to get status for',
|
|
17
|
-
placeholder: '
|
|
19
|
+
placeholder: 'e.g. 550e8400-e29b-41d4-a716-446655440000',
|
|
18
20
|
routing: {
|
|
19
21
|
request: {
|
|
20
22
|
url: '=/crawl/{{$value}}',
|
|
@@ -30,11 +32,10 @@ function createCrawlIdProperty() {
|
|
|
30
32
|
}
|
|
31
33
|
function createGetCrawlStatusProperties() {
|
|
32
34
|
return [
|
|
33
|
-
(0, common_1.createOperationNotice)(exports.resourceName, exports.name, 'GET'),
|
|
34
35
|
createCrawlIdProperty(),
|
|
35
36
|
];
|
|
36
37
|
}
|
|
37
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createGetCrawlStatusProperties());
|
|
38
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createGetCrawlStatusProperties());
|
|
38
39
|
exports.options = options;
|
|
39
40
|
exports.properties = properties;
|
|
40
41
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/getCrawlStatus/index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/getCrawlStatus/index.ts"],"names":[],"mappings":";;;AACA,sCAAuE;AAG1D,QAAA,IAAI,GAAG,gBAAgB,CAAC;AACxB,QAAA,WAAW,GAAG,kBAAkB,CAAC;AACjC,QAAA,MAAM,GAAG,kBAAkB,CAAC;AAC5B,QAAA,WAAW,GAAG,iDAAiD,CAAC;AAChE,QAAA,aAAa,GAAG,gBAAgB,CAAC;AACjC,QAAA,YAAY,GAAG,UAAU,CAAC;AAMvC,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,uCAAuC;QACpD,WAAW,EAAE,2CAA2C;QACxD,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;AAKD,SAAS,8BAA8B;IACtC,OAAO;QAEN,qBAAqB,EAAE;KACvB,CAAC;AACH,CAAC;AAGD,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EACjD,YAAI,EACJ,mBAAW,EACX,cAAM,EACN,mBAAW,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"}
|
|
@@ -4,6 +4,8 @@ exports.properties = exports.options = exports.resourceName = exports.operationN
|
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
const name = 'getExtractStatus';
|
|
6
6
|
const displayName = 'Get Extract Status';
|
|
7
|
+
const action = 'Get extract status';
|
|
8
|
+
const description = 'Get the status and results of an extract job';
|
|
7
9
|
exports.operationName = 'getExtractStatus';
|
|
8
10
|
exports.resourceName = 'Extract';
|
|
9
11
|
function createExtractIdProperty() {
|
|
@@ -14,7 +16,7 @@ function createExtractIdProperty() {
|
|
|
14
16
|
required: true,
|
|
15
17
|
default: '',
|
|
16
18
|
description: 'ID of the extract job to get status for',
|
|
17
|
-
placeholder: '
|
|
19
|
+
placeholder: 'e.g. 550e8400-e29b-41d4-a716-446655440000',
|
|
18
20
|
routing: {
|
|
19
21
|
request: {
|
|
20
22
|
url: '=/extract/{{$value}}',
|
|
@@ -29,9 +31,9 @@ function createExtractIdProperty() {
|
|
|
29
31
|
};
|
|
30
32
|
}
|
|
31
33
|
function createGetExtractStatusProperties() {
|
|
32
|
-
return [
|
|
34
|
+
return [createExtractIdProperty()];
|
|
33
35
|
}
|
|
34
|
-
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, createGetExtractStatusProperties());
|
|
36
|
+
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, action, description, createGetExtractStatusProperties());
|
|
35
37
|
exports.options = options;
|
|
36
38
|
exports.properties = properties;
|
|
37
39
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/getExtractStatus/index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/getExtractStatus/index.ts"],"names":[],"mappings":";;;AACA,sCAA+C;AAE/C,MAAM,IAAI,GAAG,kBAAkB,CAAC;AAChC,MAAM,WAAW,GAAG,oBAAoB,CAAC;AACzC,MAAM,MAAM,GAAG,oBAAoB,CAAC;AACpC,MAAM,WAAW,GAAG,8CAA8C,CAAC;AACtD,QAAA,aAAa,GAAG,kBAAkB,CAAC;AACnC,QAAA,YAAY,GAAG,SAAS,CAAC;AAMtC,SAAS,uBAAuB;IAC/B,OAAO;QACN,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,yCAAyC;QACtD,WAAW,EAAE,2CAA2C;QACxD,OAAO,EAAE;YACR,OAAO,EAAE;gBACR,GAAG,EAAE,sBAAsB;aAC3B;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,gCAAgC;IACxC,OAAO,CAAC,uBAAuB,EAAE,CAAC,CAAC;AACpC,CAAC;AAGD,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EACjD,IAAI,EACJ,WAAW,EACX,MAAM,EACN,WAAW,EACX,gCAAgC,EAAE,CAClC,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,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "interact";
|
|
3
|
-
export declare const displayName = "Execute
|
|
3
|
+
export declare const displayName = "Execute Interaction";
|
|
4
|
+
export declare const action = "Execute interaction on scraped page";
|
|
5
|
+
export declare const description = "Continue interacting with the page from a previous scrape using a prompt or code";
|
|
4
6
|
export declare const operationName = "interact";
|
|
5
7
|
export declare const resourceName = "Interact";
|
|
6
8
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'interact';
|
|
6
|
-
exports.displayName = 'Execute
|
|
6
|
+
exports.displayName = 'Execute Interaction';
|
|
7
|
+
exports.action = 'Execute interaction on scraped page';
|
|
8
|
+
exports.description = 'Continue interacting with the page from a previous scrape using a prompt or code';
|
|
7
9
|
exports.operationName = 'interact';
|
|
8
10
|
exports.resourceName = 'Interact';
|
|
9
11
|
function createScrapeIdProperty() {
|
|
@@ -14,7 +16,7 @@ function createScrapeIdProperty() {
|
|
|
14
16
|
required: true,
|
|
15
17
|
default: '',
|
|
16
18
|
description: 'The scrape job ID from a previous Scrape operation. Found in the response at data.metadata.scrapeId. The interact session resumes the browser at the exact page state from the scrape.',
|
|
17
|
-
placeholder: '550e8400-e29b-41d4-a716-446655440000',
|
|
19
|
+
placeholder: 'e.g. 550e8400-e29b-41d4-a716-446655440000',
|
|
18
20
|
routing: {
|
|
19
21
|
request: {
|
|
20
22
|
url: '=/scrape/{{$value}}/interact',
|
|
@@ -69,7 +71,7 @@ function createPromptProperty() {
|
|
|
69
71
|
required: true,
|
|
70
72
|
default: '',
|
|
71
73
|
description: 'Natural language instruction for the AI agent (max 10,000 characters). Describe a single, focused task. The agent handles clicking, typing, scrolling, and data extraction automatically. Examples: "Click the Sign In button", "Type test@example.com into the email field", "What are the prices listed on this page?".',
|
|
72
|
-
placeholder: 'Click the Sign In button and wait for the login form to appear',
|
|
74
|
+
placeholder: 'e.g. Click the Sign In button and wait for the login form to appear',
|
|
73
75
|
routing: {
|
|
74
76
|
request: {
|
|
75
77
|
body: {
|
|
@@ -194,7 +196,6 @@ function createTimeoutProperty() {
|
|
|
194
196
|
}
|
|
195
197
|
function createInteractProperties() {
|
|
196
198
|
return [
|
|
197
|
-
(0, common_1.createOperationNotice)(exports.resourceName, exports.name, 'POST'),
|
|
198
199
|
createScrapeIdProperty(),
|
|
199
200
|
createModeProperty(),
|
|
200
201
|
createPromptProperty(),
|
|
@@ -203,7 +204,7 @@ function createInteractProperties() {
|
|
|
203
204
|
createTimeoutProperty(),
|
|
204
205
|
];
|
|
205
206
|
}
|
|
206
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createInteractProperties());
|
|
207
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createInteractProperties());
|
|
207
208
|
exports.options = options;
|
|
208
209
|
exports.properties = properties;
|
|
209
210
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/interact/index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/interact/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "interactContext";
|
|
3
|
-
export declare const displayName = "Interact
|
|
3
|
+
export declare const displayName = "Get Interact Context";
|
|
4
|
+
export declare const action = "Get interact context";
|
|
5
|
+
export declare const description = "Get usage instructions for the Interact tools plus a list of active sessions, for AI agents";
|
|
4
6
|
export declare const operationName = "interactContext";
|
|
5
7
|
export declare const resourceName = "Interact";
|
|
6
8
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'interactContext';
|
|
6
|
-
exports.displayName = 'Interact
|
|
6
|
+
exports.displayName = 'Get Interact Context';
|
|
7
|
+
exports.action = 'Get interact context';
|
|
8
|
+
exports.description = 'Get usage instructions for the Interact tools plus a list of active sessions, for AI agents';
|
|
7
9
|
exports.operationName = 'interactContext';
|
|
8
10
|
exports.resourceName = 'Interact';
|
|
9
11
|
const INTERACT_CONTEXT = `# Firecrawl Interact
|
|
@@ -159,7 +161,7 @@ function createContextProperty() {
|
|
|
159
161
|
function createInteractContextProperties() {
|
|
160
162
|
return [createContextProperty()];
|
|
161
163
|
}
|
|
162
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createInteractContextProperties());
|
|
164
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createInteractContextProperties());
|
|
163
165
|
exports.options = options;
|
|
164
166
|
exports.properties = properties;
|
|
165
167
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/interactContext/index.ts"],"names":[],"mappings":";;;AAOA,sCAA+C;AAElC,QAAA,IAAI,GAAG,iBAAiB,CAAC;AACzB,QAAA,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/interactContext/index.ts"],"names":[],"mappings":";;;AAOA,sCAA+C;AAElC,QAAA,IAAI,GAAG,iBAAiB,CAAC;AACzB,QAAA,WAAW,GAAG,sBAAsB,CAAC;AACrC,QAAA,MAAM,GAAG,sBAAsB,CAAC;AAChC,QAAA,WAAW,GACvB,6FAA6F,CAAC;AAClF,QAAA,aAAa,GAAG,iBAAiB,CAAC;AAClC,QAAA,YAAY,GAAG,UAAU,CAAC;AAEvC,MAAM,gBAAgB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uGAkI8E,CAAC;AAExG,SAAS,qBAAqB;IAC7B,OAAO;QACN,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE;YACZ,IAAI,EAAE,EAAE;SACR;QACD,gBAAgB,EAAE,IAAI;QACtB,OAAO,EAAE,gBAAgB;QACzB,WAAW,EACV,mNAAmN;QACpN,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,oBAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,qBAAa,CAAC;aAC1B;SACD;KACD,CAAC;AACH,CAAC;AAED,SAAS,+BAA+B;IACvC,OAAO,CAAC,qBAAqB,EAAE,CAAC,CAAC;AAClC,CAAC;AAED,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EACjD,YAAI,EACJ,mBAAW,EACX,cAAM,EACN,mBAAW,EACX,+BAA+B,EAAE,CACjC,CAAC;AAsCO,0BAAO;AAAE,gCAAU;AApC5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,KAAK;QACb,GAAG,EAAE,WAAW;KAChB;IACD,MAAM,EAAE;QACP,WAAW,EAAE;YACZ,KAAK,WAEJ,KAA2B,EAC3B,QAA8B;gBAE9B,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,qBAAqB,EAAE,gBAAgB,CAAW,CAAC;gBAC7F,MAAM,YAAY,GAAG,QAAQ,CAAC,IAAmB,CAAC;gBAClD,MAAM,QAAQ,GAAI,YAAY,CAAC,QAA0B,IAAI,EAAE,CAAC;gBAChE,MAAM,cAAc,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,QAAQ,CAAC,CAAC;gBAErE,OAAO;oBACN;wBACC,IAAI,EAAE;4BACL,OAAO,EAAE,WAAW;4BACpB,cAAc,EAAE,cAAc,CAAC,MAAM;4BACrC,QAAQ,EAAE,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;gCACpC,EAAE,EAAE,CAAC,CAAC,EAAE;gCACR,MAAM,EAAE,CAAC,CAAC,MAAM;gCAChB,SAAS,EAAE,CAAC,CAAC,SAAS;gCACtB,YAAY,EAAE,CAAC,CAAC,YAAY;6BAC5B,CAAC,CAAC;yBACH;qBACD;iBACD,CAAC;YACH,CAAC;SACD;KACD;CACD,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "interactStop";
|
|
3
|
-
export declare const displayName = "Stop
|
|
3
|
+
export declare const displayName = "Stop Interaction";
|
|
4
|
+
export declare const action = "Stop interaction";
|
|
5
|
+
export declare const description = "Stop the browser session of a previous scrape and release its resources";
|
|
4
6
|
export declare const operationName = "interactStop";
|
|
5
7
|
export declare const resourceName = "Interact";
|
|
6
8
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|