@elizaos/plugin-n8n-workflow 1.2.1 → 1.2.3

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.
Files changed (49) hide show
  1. package/dist/data/defaultNodes.json +3 -3
  2. package/dist/data/schemaIndex.json +91994 -91994
  3. package/dist/data/triggerSchemaIndex.json +1110 -5
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/index.js +2 -0
  6. package/dist/index.js.map +1 -1
  7. package/dist/routes/_helpers.d.ts +11 -0
  8. package/dist/routes/_helpers.d.ts.map +1 -0
  9. package/dist/routes/_helpers.js +22 -0
  10. package/dist/routes/_helpers.js.map +1 -0
  11. package/dist/routes/executions.d.ts +3 -0
  12. package/dist/routes/executions.d.ts.map +1 -0
  13. package/dist/routes/executions.js +49 -0
  14. package/dist/routes/executions.js.map +1 -0
  15. package/dist/routes/index.d.ts +3 -0
  16. package/dist/routes/index.d.ts.map +1 -0
  17. package/dist/routes/index.js +11 -0
  18. package/dist/routes/index.js.map +1 -0
  19. package/dist/routes/nodes.d.ts +3 -0
  20. package/dist/routes/nodes.d.ts.map +1 -0
  21. package/dist/routes/nodes.js +149 -0
  22. package/dist/routes/nodes.js.map +1 -0
  23. package/dist/routes/validation.d.ts +3 -0
  24. package/dist/routes/validation.d.ts.map +1 -0
  25. package/dist/routes/validation.js +35 -0
  26. package/dist/routes/validation.js.map +1 -0
  27. package/dist/routes/workflows.d.ts +3 -0
  28. package/dist/routes/workflows.d.ts.map +1 -0
  29. package/dist/routes/workflows.js +227 -0
  30. package/dist/routes/workflows.js.map +1 -0
  31. package/dist/services/n8n-credential-store.d.ts +2 -1
  32. package/dist/services/n8n-credential-store.d.ts.map +1 -1
  33. package/dist/services/n8n-credential-store.js +11 -0
  34. package/dist/services/n8n-credential-store.js.map +1 -1
  35. package/dist/services/n8n-workflow-service.d.ts +9 -0
  36. package/dist/services/n8n-workflow-service.d.ts.map +1 -1
  37. package/dist/services/n8n-workflow-service.js +4 -0
  38. package/dist/services/n8n-workflow-service.js.map +1 -1
  39. package/dist/types/index.d.ts +5 -0
  40. package/dist/types/index.d.ts.map +1 -1
  41. package/dist/types/index.js.map +1 -1
  42. package/dist/utils/catalog.d.ts +2 -0
  43. package/dist/utils/catalog.d.ts.map +1 -1
  44. package/dist/utils/catalog.js +4 -0
  45. package/dist/utils/catalog.js.map +1 -1
  46. package/dist/utils/workflow.d.ts.map +1 -1
  47. package/dist/utils/workflow.js +42 -4
  48. package/dist/utils/workflow.js.map +1 -1
  49. package/package.json +1 -1
@@ -289331,7 +289331,7 @@
289331
289331
  2,
289332
289332
  2.1
289333
289333
  ],
289334
- "inputs": "={{((resource, operation, hideTools, memory) => {\n if (resource === 'assistant' && operation === 'message') {\n const inputs = [\n { type: 'main' },\n { type: 'ai_tool', displayName: 'Tools' },\n ];\n if (memory !== 'threadId') {\n inputs.push({ type: 'ai_memory', displayName: 'Memory', maxConnections: 1 });\n }\n return inputs;\n }\n if (resource === 'text' && (operation === 'message' || operation === 'response')) {\n if (hideTools === 'hide') {\n return ['main'];\n }\n return [{ type: 'main' }, { type: 'ai_tool', displayName: 'Tools' }];\n }\n return ['main'];\n})($parameter.resource, $parameter.operation, $parameter.hideTools, $parameter.memory ?? undefined)}}",
289334
+ "inputs": "={{((resource, operation, hideTools, memory) => {\n if (resource === \"assistant\" && operation === \"message\") {\n const inputs = [\n { type: \"main\" },\n { type: \"ai_tool\", displayName: \"Tools\" }\n ];\n if (memory !== \"threadId\") {\n inputs.push({ type: \"ai_memory\", displayName: \"Memory\", maxConnections: 1 });\n }\n return inputs;\n }\n if (resource === \"text\" && (operation === \"message\" || operation === \"response\")) {\n if (hideTools === \"hide\") {\n return [\"main\"];\n }\n return [{ type: \"main\" }, { type: \"ai_tool\", displayName: \"Tools\" }];\n }\n return [\"main\"];\n})($parameter.resource, $parameter.operation, $parameter.hideTools, $parameter.memory ?? undefined)}}",
289335
289335
  "outputs": [
289336
289336
  "main"
289337
289337
  ],
@@ -290928,7 +290928,7 @@
290928
290928
  },
290929
290929
  "options": [
290930
290930
  {
290931
- "displayName": "Message",
290931
+ "displayName": "Values",
290932
290932
  "name": "values",
290933
290933
  "values": [
290934
290934
  {
@@ -291949,7 +291949,7 @@
291949
291949
  },
291950
291950
  "options": [
291951
291951
  {
291952
- "displayName": "Message",
291952
+ "displayName": "Values",
291953
291953
  "name": "values",
291954
291954
  "values": [
291955
291955
  {