@trii/types 2.10.491 → 2.10.492

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.
@@ -12,7 +12,7 @@ exports.defaultNodeMsgTextReply = {
12
12
  asyncLoadHandlesOut: false,
13
13
  handlesIn: [
14
14
  {
15
- id: "onStart-{node.id}",
15
+ id: "onStart",
16
16
  type: 'target',
17
17
  position: 'left',
18
18
  name: "IN",
@@ -23,7 +23,7 @@ exports.defaultNodeMsgTextReply = {
23
23
  ],
24
24
  handlesOut: [
25
25
  {
26
- id: "onNext-{node.id}",
26
+ id: "onNext",
27
27
  type: 'source',
28
28
  position: 'right',
29
29
  name: "Next",
@@ -176,7 +176,7 @@ exports.defaultNodeStartConversationOpened = {
176
176
  handlesIn: [],
177
177
  handlesOut: [
178
178
  {
179
- id: "onStart-{node.id}",
179
+ id: "onStart",
180
180
  type: 'source',
181
181
  position: 'right',
182
182
  name: "Start",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.491",
3
+ "version": "2.10.492",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",