@trii/types 2.10.490 → 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
|
|
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
|
|
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
|
|
179
|
+
id: "onStart",
|
|
180
180
|
type: 'source',
|
|
181
181
|
position: 'right',
|
|
182
182
|
name: "Start",
|
|
@@ -197,19 +197,19 @@ exports.defaultNodeStartConversationOpened = {
|
|
|
197
197
|
optional: true,
|
|
198
198
|
options: [
|
|
199
199
|
{
|
|
200
|
-
id: '
|
|
200
|
+
id: 'WHATSAPP',
|
|
201
201
|
label: 'WhatsApp',
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
|
-
id: '
|
|
204
|
+
id: 'EMAIL',
|
|
205
205
|
label: 'Email',
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
|
-
id: '
|
|
208
|
+
id: 'SMS',
|
|
209
209
|
label: 'SMS',
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
|
-
id: '
|
|
212
|
+
id: 'WEBCHAT',
|
|
213
213
|
label: 'Webchat',
|
|
214
214
|
}
|
|
215
215
|
]
|
|
@@ -246,7 +246,7 @@ exports.defaultNodeStartConversationOpened = {
|
|
|
246
246
|
options: [
|
|
247
247
|
{
|
|
248
248
|
"label": "=",
|
|
249
|
-
"id": "
|
|
249
|
+
"id": "equal"
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"label": "Include",
|