@atomoz/workflows-nodes 0.1.24 → 0.1.26

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/index.cjs CHANGED
@@ -2501,6 +2501,19 @@ var CustomCodeNode = {
2501
2501
  fieldType: "any",
2502
2502
  required: false
2503
2503
  }
2504
+ },
2505
+ {
2506
+ id: "function",
2507
+ label: "Function",
2508
+ type: "function",
2509
+ required: false,
2510
+ typeable: false,
2511
+ handle: {
2512
+ type: "output",
2513
+ label: "Function",
2514
+ name: "function",
2515
+ fieldType: "function"
2516
+ }
2504
2517
  }
2505
2518
  ]
2506
2519
  };
@@ -2738,7 +2751,7 @@ var FunctionGuardrailNode = {
2738
2751
  label: "Fun\xE7\xE3o",
2739
2752
  name: "function",
2740
2753
  fieldType: "function",
2741
- acceptTypes: ["code", "http", "any"],
2754
+ acceptTypes: ["function", "code", "http", "any"],
2742
2755
  maxConnections: 1
2743
2756
  }
2744
2757
  },
package/dist/index.js CHANGED
@@ -2421,6 +2421,19 @@ var CustomCodeNode = {
2421
2421
  fieldType: "any",
2422
2422
  required: false
2423
2423
  }
2424
+ },
2425
+ {
2426
+ id: "function",
2427
+ label: "Function",
2428
+ type: "function",
2429
+ required: false,
2430
+ typeable: false,
2431
+ handle: {
2432
+ type: "output",
2433
+ label: "Function",
2434
+ name: "function",
2435
+ fieldType: "function"
2436
+ }
2424
2437
  }
2425
2438
  ]
2426
2439
  };
@@ -2658,7 +2671,7 @@ var FunctionGuardrailNode = {
2658
2671
  label: "Fun\xE7\xE3o",
2659
2672
  name: "function",
2660
2673
  fieldType: "function",
2661
- acceptTypes: ["code", "http", "any"],
2674
+ acceptTypes: ["function", "code", "http", "any"],
2662
2675
  maxConnections: 1
2663
2676
  }
2664
2677
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomoz/workflows-nodes",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "Atomoz Workflows - Node Library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",