machinaos 0.0.24 → 0.0.25
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/client/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "
|
|
3
|
-
"name": "Zeenie",
|
|
2
|
+
"id": "example_workflow-1770568399727-b5zkjpuda",
|
|
3
|
+
"name": "Zeenie Agent",
|
|
4
4
|
"nodes": [
|
|
5
5
|
{
|
|
6
6
|
"id": "chatAgent-1770207244010",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"label": "Zeenie"
|
|
14
14
|
},
|
|
15
|
-
"width":
|
|
16
|
-
"height":
|
|
15
|
+
"width": 300,
|
|
16
|
+
"height": 200,
|
|
17
17
|
"selected": false,
|
|
18
18
|
"positionAbsolute": {
|
|
19
19
|
"x": 260,
|
|
@@ -59,25 +59,6 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dragging": true
|
|
61
61
|
},
|
|
62
|
-
{
|
|
63
|
-
"id": "whatsappSend-1770207695172",
|
|
64
|
-
"type": "whatsappSend",
|
|
65
|
-
"position": {
|
|
66
|
-
"x": 760,
|
|
67
|
-
"y": 140
|
|
68
|
-
},
|
|
69
|
-
"data": {
|
|
70
|
-
"label": "WhatsApp Send"
|
|
71
|
-
},
|
|
72
|
-
"width": 87,
|
|
73
|
-
"height": 82,
|
|
74
|
-
"selected": false,
|
|
75
|
-
"positionAbsolute": {
|
|
76
|
-
"x": 760,
|
|
77
|
-
"y": 140
|
|
78
|
-
},
|
|
79
|
-
"dragging": false
|
|
80
|
-
},
|
|
81
62
|
{
|
|
82
63
|
"id": "whatsappReceive-1770207696316",
|
|
83
64
|
"type": "whatsappReceive",
|
|
@@ -437,23 +418,9 @@
|
|
|
437
418
|
"targetHandle": "input-main",
|
|
438
419
|
"id": "reactflow__edge-chatAgent-1770207244010output-main-console-1770207687094input-main",
|
|
439
420
|
"selected": false
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"type": "smoothstep",
|
|
443
|
-
"animated": true,
|
|
444
|
-
"style": {
|
|
445
|
-
"stroke": "#8be9fd",
|
|
446
|
-
"strokeWidth": 3
|
|
447
|
-
},
|
|
448
|
-
"source": "chatAgent-1770207244010",
|
|
449
|
-
"sourceHandle": "output-main",
|
|
450
|
-
"target": "whatsappSend-1770207695172",
|
|
451
|
-
"targetHandle": "input-main",
|
|
452
|
-
"id": "reactflow__edge-chatAgent-1770207244010output-main-whatsappSend-1770207695172input-main",
|
|
453
|
-
"selected": false
|
|
454
421
|
}
|
|
455
422
|
],
|
|
456
|
-
"createdAt": "2026-02-
|
|
457
|
-
"lastModified": "2026-02-
|
|
458
|
-
"version": "0.0.
|
|
423
|
+
"createdAt": "2026-02-12T00:55:03.815Z",
|
|
424
|
+
"lastModified": "2026-02-19T14:28:36.210Z",
|
|
425
|
+
"version": "0.0.22"
|
|
459
426
|
}
|