@n8n/ai-workflow-builder 1.18.4 → 1.19.1

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.
@@ -29,13 +29,14 @@ export declare function createGetDocumentationTool(): {
29
29
  readonly NOTIFICATION: "notification";
30
30
  readonly KNOWLEDGE_BASE: "knowledge_base";
31
31
  readonly HUMAN_IN_THE_LOOP: "human_in_the_loop";
32
+ readonly WEB_APP: "web_app";
32
33
  }>, "many">;
33
34
  }, "strip", z.ZodTypeAny, {
34
35
  type: "best_practices";
35
- techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop")[];
36
+ techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop" | "web_app")[];
36
37
  }, {
37
38
  type: "best_practices";
38
- techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop")[];
39
+ techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop" | "web_app")[];
39
40
  }>, z.ZodObject<{
40
41
  type: z.ZodLiteral<"node_recommendations">;
41
42
  categories: z.ZodArray<z.ZodNativeEnum<{
@@ -54,7 +55,7 @@ export declare function createGetDocumentationTool(): {
54
55
  }, "strip", z.ZodTypeAny, {
55
56
  requests: ({
56
57
  type: "best_practices";
57
- techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop")[];
58
+ techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop" | "web_app")[];
58
59
  } | {
59
60
  type: "node_recommendations";
60
61
  categories: ("image_generation" | "text_manipulation" | "video_generation" | "audio_generation")[];
@@ -62,7 +63,7 @@ export declare function createGetDocumentationTool(): {
62
63
  }, {
63
64
  requests: ({
64
65
  type: "best_practices";
65
- techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop")[];
66
+ techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop" | "web_app")[];
66
67
  } | {
67
68
  type: "node_recommendations";
68
69
  categories: ("image_generation" | "text_manipulation" | "video_generation" | "audio_generation")[];
@@ -70,7 +71,7 @@ export declare function createGetDocumentationTool(): {
70
71
  }>, {
71
72
  requests: ({
72
73
  type: "best_practices";
73
- techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop")[];
74
+ techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop" | "web_app")[];
74
75
  } | {
75
76
  type: "node_recommendations";
76
77
  categories: ("image_generation" | "text_manipulation" | "video_generation" | "audio_generation")[];
@@ -78,7 +79,7 @@ export declare function createGetDocumentationTool(): {
78
79
  }, {
79
80
  requests: ({
80
81
  type: "best_practices";
81
- techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop")[];
82
+ techniques: ("scheduling" | "chatbot" | "form_input" | "scraping_and_research" | "monitoring" | "enrichment" | "triage" | "content_generation" | "document_processing" | "data_extraction" | "data_analysis" | "data_transformation" | "data_persistence" | "notification" | "knowledge_base" | "human_in_the_loop" | "web_app")[];
82
83
  } | {
83
84
  type: "node_recommendations";
84
85
  categories: ("image_generation" | "text_manipulation" | "video_generation" | "audio_generation")[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/ai-workflow-builder",
3
- "version": "1.18.4",
3
+ "version": "1.19.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "src/index.ts",
6
6
  "types": "dist/index.d.ts",
@@ -31,13 +31,13 @@
31
31
  "picocolors": "1.0.1",
32
32
  "turndown": "^7.2.2",
33
33
  "zod": "3.25.67",
34
- "@n8n/backend-common": "1.18.3",
35
- "@n8n/api-types": "1.18.4",
36
- "@n8n/config": "2.17.0",
37
- "@n8n/di": "0.10.0",
38
- "@n8n/workflow-sdk": "0.11.3",
39
- "@n8n/utils": "1.29.0",
40
- "n8n-workflow": "2.18.3"
34
+ "@n8n/api-types": "1.19.0",
35
+ "@n8n/config": "2.18.1",
36
+ "@n8n/backend-common": "1.19.1",
37
+ "@n8n/di": "0.11.0",
38
+ "@n8n/utils": "1.30.0",
39
+ "n8n-workflow": "2.19.0",
40
+ "@n8n/workflow-sdk": "0.12.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/cli-progress": "^3.11.5",