@elizaos/plugin-n8n-workflow 1.2.1 → 1.2.2
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/data/defaultNodes.json +4 -1
- package/dist/data/schemaIndex.json +1 -1
- package/dist/data/triggerSchemaIndex.json +1110 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/routes/_helpers.d.ts +11 -0
- package/dist/routes/_helpers.d.ts.map +1 -0
- package/dist/routes/_helpers.js +22 -0
- package/dist/routes/_helpers.js.map +1 -0
- package/dist/routes/executions.d.ts +3 -0
- package/dist/routes/executions.d.ts.map +1 -0
- package/dist/routes/executions.js +49 -0
- package/dist/routes/executions.js.map +1 -0
- package/dist/routes/index.d.ts +3 -0
- package/dist/routes/index.d.ts.map +1 -0
- package/dist/routes/index.js +11 -0
- package/dist/routes/index.js.map +1 -0
- package/dist/routes/nodes.d.ts +3 -0
- package/dist/routes/nodes.d.ts.map +1 -0
- package/dist/routes/nodes.js +149 -0
- package/dist/routes/nodes.js.map +1 -0
- package/dist/routes/validation.d.ts +3 -0
- package/dist/routes/validation.d.ts.map +1 -0
- package/dist/routes/validation.js +35 -0
- package/dist/routes/validation.js.map +1 -0
- package/dist/routes/workflows.d.ts +3 -0
- package/dist/routes/workflows.d.ts.map +1 -0
- package/dist/routes/workflows.js +227 -0
- package/dist/routes/workflows.js.map +1 -0
- package/dist/services/n8n-credential-store.d.ts +2 -1
- package/dist/services/n8n-credential-store.d.ts.map +1 -1
- package/dist/services/n8n-credential-store.js +11 -0
- package/dist/services/n8n-credential-store.js.map +1 -1
- package/dist/services/n8n-workflow-service.d.ts +9 -0
- package/dist/services/n8n-workflow-service.d.ts.map +1 -1
- package/dist/services/n8n-workflow-service.js +4 -0
- package/dist/services/n8n-workflow-service.js.map +1 -1
- package/dist/types/index.d.ts +5 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js.map +1 -1
- package/dist/utils/catalog.d.ts +2 -0
- package/dist/utils/catalog.d.ts.map +1 -1
- package/dist/utils/catalog.js +4 -0
- package/dist/utils/catalog.js.map +1 -1
- package/dist/utils/workflow.d.ts.map +1 -1
- package/dist/utils/workflow.js +42 -4
- package/dist/utils/workflow.js.map +1 -1
- package/package.json +1 -1
|
@@ -289344,7 +289344,10 @@
|
|
|
289344
289344
|
"options": [
|
|
289345
289345
|
{
|
|
289346
289346
|
"name": "Text",
|
|
289347
|
-
"value": "text"
|
|
289347
|
+
"value": "text",
|
|
289348
|
+
"builderHint": {
|
|
289349
|
+
"message": "For text generation, reasoning and tools, use AI Agent with OpenAI Chat Model instead of this resource."
|
|
289350
|
+
}
|
|
289348
289351
|
},
|
|
289349
289352
|
{
|
|
289350
289353
|
"name": "Image",
|
|
@@ -125376,6 +125376,6 @@
|
|
|
125376
125376
|
}
|
|
125377
125377
|
}
|
|
125378
125378
|
},
|
|
125379
|
-
"generatedAt": "2026-02-
|
|
125379
|
+
"generatedAt": "2026-02-18T17:20:53.178Z",
|
|
125380
125380
|
"version": "2.0.0"
|
|
125381
125381
|
}
|