@hostwebhook/node-types 1.55.2 → 1.55.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 (2) hide show
  1. package/dist/registry.js +6 -1
  2. package/package.json +1 -1
package/dist/registry.js CHANGED
@@ -98,7 +98,12 @@ exports.NODE_REGISTRY = {
98
98
  },
99
99
  ai: {
100
100
  type: 'ai', prefix: 'ai', label: 'AI',
101
- group: 'Flow Control', detailPath: '/dashboard/ai-nodes', apiPath: '/ai-nodes',
101
+ /* 'Actions' y no 'Flow Control': un nodo de IA no encamina ni retiene un
102
+ evento —eso es control de flujo— sino que HACE algo con él y devuelve un
103
+ resultado, igual que enviar un correo o escribir en una hoja. Además es
104
+ lo que decide qué se ofrece como acción en el flujo guiado del primer
105
+ flujo (`FIRST_FLOW_ACTIONS` en el dashboard), y ahí tiene que estar. */
106
+ group: 'Actions', detailPath: '/dashboard/ai-nodes', apiPath: '/ai-nodes',
102
107
  stateKey: 'aiNodes', allStateKey: 'allAiNodes',
103
108
  color: '#d946ef', testable: true,
104
109
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostwebhook/node-types",
3
- "version": "1.55.2",
3
+ "version": "1.55.3",
4
4
  "description": "Shared node type definitions, connection rules, and dispatch config for HostWebhook",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",