@chat21/chat21-web-widget 5.1.33-rc9 → 5.1.34-rc1

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 (101) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
  3. package/src/app/component/conversation-detail/conversation/conversation.component.ts +3 -1
  4. package/src/app/component/conversation-detail/conversation-content/conversation-content.component.spec.ts +0 -7
  5. package/src/app/component/conversation-detail/conversation-content/conversation-content.component.ts +7 -5
  6. package/src/app/component/conversation-detail/conversation-footer/conversation-footer.component.html +4 -3
  7. package/src/app/component/conversation-detail/conversation-footer/conversation-footer.component.scss +18 -18
  8. package/src/app/component/conversation-detail/conversation-footer/conversation-footer.component.ts +6 -0
  9. package/src/app/component/conversation-detail/stream-audio-spectrum/stream-audio-spectrum.component.html +8 -5
  10. package/src/app/component/conversation-detail/stream-audio-spectrum/stream-audio-spectrum.component.scss +5 -1
  11. package/src/app/component/form/inputs/form-text/form-text.component.ts +9 -3
  12. package/src/app/component/message/bubble-message/bubble-message.component.scss +5 -0
  13. package/src/app/component/message/bubble-message/bubble-message.component.ts +14 -0
  14. package/src/app/component/message/json-sources/json-sources.component.scss +12 -8
  15. package/src/app/pipe/marked.pipe.ts +51 -41
  16. package/src/app/providers/global-settings.service.ts +31 -0
  17. package/src/app/providers/json-sources-parser.service.ts +25 -32
  18. package/src/app/providers/voice/voice-streaming.service.ts +11 -19
  19. package/src/app/providers/voice/voice-streaming.types.ts +0 -1
  20. package/src/app/providers/voice/voice.service.spec.ts +12 -45
  21. package/src/app/providers/voice/voice.service.ts +215 -45
  22. package/src/app/utils/globals.ts +10 -0
  23. package/src/assets/i18n/en.json +106 -125
  24. package/src/assets/i18n/es.json +1 -0
  25. package/src/assets/i18n/fr.json +1 -0
  26. package/src/assets/i18n/it.json +1 -0
  27. package/src/assets/sounds/keyboard.mp3 +0 -0
  28. package/src/assets/twp/chatbot-panel.html +3 -1
  29. package/src/chat21-core/utils/utils-message.ts +15 -5
  30. package/src/widget-config-template.json +1 -0
  31. package/src/widget-config.json +30 -28
  32. package/.playwright-mcp/console-2026-05-08T15-31-09-000Z.log +0 -17
  33. package/.playwright-mcp/console-2026-05-08T15-32-19-412Z.log +0 -89
  34. package/.playwright-mcp/console-2026-05-08T16-18-48-424Z.log +0 -133
  35. package/.playwright-mcp/console-2026-05-11T12-54-06-869Z.log +0 -13
  36. package/.playwright-mcp/console-2026-05-11T12-54-56-229Z.log +0 -147
  37. package/.playwright-mcp/console-2026-05-11T12-55-47-174Z.log +0 -183
  38. package/.playwright-mcp/console-2026-05-11T15-34-03-590Z.log +0 -210
  39. package/.playwright-mcp/console-2026-05-12T15-07-31-880Z.log +0 -118
  40. package/.playwright-mcp/page-2026-05-08T15-32-19-900Z.yml +0 -851
  41. package/.playwright-mcp/page-2026-05-08T15-32-47-264Z.yml +0 -857
  42. package/.playwright-mcp/page-2026-05-08T15-33-17-089Z.yml +0 -1110
  43. package/.playwright-mcp/page-2026-05-08T15-33-23-486Z.yml +0 -1069
  44. package/.playwright-mcp/page-2026-05-08T15-33-45-390Z.yml +0 -1076
  45. package/.playwright-mcp/page-2026-05-08T15-33-52-666Z.yml +0 -1072
  46. package/.playwright-mcp/page-2026-05-08T15-34-01-338Z.yml +0 -1085
  47. package/.playwright-mcp/page-2026-05-08T15-34-07-227Z.yml +0 -1072
  48. package/.playwright-mcp/page-2026-05-08T15-34-13-875Z.yml +0 -1072
  49. package/.playwright-mcp/page-2026-05-08T15-34-21-885Z.yml +0 -1109
  50. package/.playwright-mcp/page-2026-05-08T15-34-32-755Z.yml +0 -1109
  51. package/.playwright-mcp/page-2026-05-08T15-35-09-607Z.yml +0 -1119
  52. package/.playwright-mcp/page-2026-05-08T15-35-14-242Z.yml +0 -1109
  53. package/.playwright-mcp/page-2026-05-08T16-18-48-671Z.yml +0 -44
  54. package/.playwright-mcp/page-2026-05-08T16-18-52-753Z.png +0 -0
  55. package/.playwright-mcp/page-2026-05-08T16-19-13-919Z.yml +0 -68
  56. package/.playwright-mcp/page-2026-05-08T16-19-17-977Z.png +0 -0
  57. package/.playwright-mcp/page-2026-05-08T16-19-25-733Z.yml +0 -120
  58. package/.playwright-mcp/page-2026-05-08T16-19-29-252Z.png +0 -0
  59. package/.playwright-mcp/page-2026-05-08T16-19-39-269Z.yml +0 -80
  60. package/.playwright-mcp/page-2026-05-08T16-19-43-915Z.png +0 -0
  61. package/.playwright-mcp/page-2026-05-08T16-20-04-407Z.yml +0 -81
  62. package/.playwright-mcp/page-2026-05-08T16-20-08-984Z.png +0 -0
  63. package/.playwright-mcp/page-2026-05-08T16-20-32-397Z.png +0 -0
  64. package/.playwright-mcp/page-2026-05-08T16-20-58-658Z.png +0 -0
  65. package/.playwright-mcp/page-2026-05-08T16-21-12-320Z.yml +0 -86
  66. package/.playwright-mcp/page-2026-05-08T16-21-39-154Z.yml +0 -91
  67. package/.playwright-mcp/page-2026-05-08T16-21-45-420Z.png +0 -0
  68. package/.playwright-mcp/page-2026-05-08T16-22-21-062Z.yml +0 -0
  69. package/.playwright-mcp/page-2026-05-08T16-22-58-232Z.yml +0 -91
  70. package/.playwright-mcp/page-2026-05-08T16-23-36-520Z.yml +0 -0
  71. package/.playwright-mcp/page-2026-05-08T16-23-46-805Z.yml +0 -100
  72. package/.playwright-mcp/page-2026-05-08T16-23-55-169Z.png +0 -0
  73. package/.playwright-mcp/page-2026-05-08T16-24-26-574Z.yml +0 -91
  74. package/.playwright-mcp/page-2026-05-08T16-25-34-414Z.png +0 -0
  75. package/.playwright-mcp/page-2026-05-08T16-25-59-831Z.png +0 -0
  76. package/.playwright-mcp/page-2026-05-08T16-26-21-809Z.yml +0 -91
  77. package/.playwright-mcp/page-2026-05-08T16-26-47-443Z.yml +0 -105
  78. package/.playwright-mcp/page-2026-05-08T16-26-56-136Z.png +0 -0
  79. package/.playwright-mcp/page-2026-05-08T16-27-59-610Z.yml +0 -48
  80. package/.playwright-mcp/page-2026-05-11T12-54-07-180Z.yml +0 -44
  81. package/.playwright-mcp/page-2026-05-11T12-54-56-946Z.yml +0 -4
  82. package/.playwright-mcp/page-2026-05-11T12-55-47-503Z.yml +0 -24
  83. package/.playwright-mcp/page-2026-05-11T12-56-00-766Z.yml +0 -28
  84. package/.playwright-mcp/page-2026-05-11T12-56-06-438Z.yml +0 -90
  85. package/.playwright-mcp/page-2026-05-11T12-57-56-838Z.yml +0 -106
  86. package/.playwright-mcp/page-2026-05-11T12-58-00-124Z.yml +0 -106
  87. package/.playwright-mcp/page-2026-05-11T12-59-08-836Z.yml +0 -61
  88. package/.playwright-mcp/page-2026-05-11T12-59-12-088Z.yml +0 -61
  89. package/.playwright-mcp/page-2026-05-11T12-59-26-215Z.yml +0 -69
  90. package/.playwright-mcp/page-2026-05-11T12-59-29-519Z.yml +0 -69
  91. package/.playwright-mcp/page-2026-05-11T12-59-37-309Z.yml +0 -0
  92. package/.playwright-mcp/page-2026-05-11T12-59-39-968Z.yml +0 -79
  93. package/.playwright-mcp/page-2026-05-11T12-59-45-983Z.yml +0 -78
  94. package/.playwright-mcp/page-2026-05-11T12-59-49-951Z.yml +0 -78
  95. package/.playwright-mcp/page-2026-05-11T15-34-04-515Z.yml +0 -0
  96. package/.playwright-mcp/page-2026-05-12T15-07-32-171Z.yml +0 -44
  97. package/.playwright-mcp/page-2026-05-12T15-08-09-820Z.yml +0 -119
  98. package/docs/TILEDESK_WIDGET_ACCESSIBILITY_STATEMENT_COMPLETE.md +0 -379
  99. package/playwright-report/index.html +0 -90
  100. package/src/app/component/conversation-detail/conversation-footer/conversation-footer.component copy.html +0 -172
  101. package/test-results/.last-run.json +0 -4
@@ -1,127 +1,108 @@
1
1
  {
2
- "LABEL_PLACEHOLDER": "Type your message..",
3
- "LABEL_START_NW_CONV": "New conversation",
4
- "LABEL_WHATSAPP": "Message us",
5
- "LABEL_SELECT_TOPIC": "Select a topic",
6
- "LABEL_COMPLETE_FORM": "Complete the form to start a conversation with the next available agent.",
7
- "LABEL_FIELD_NAME": "Name",
8
- "LABEL_ERROR_FIELD_NAME": "Required field (minimum 5 characters).",
9
- "LABEL_FIELD_EMAIL": "Email",
10
- "LABEL_ERROR_FIELD_EMAIL": "Enter a valid email address.",
11
- "LABEL_ERROR_FIELD_REQUIRED":"Required field",
12
- "LABEL_WRITING": "is writing...",
13
- "LABEL_SEND_NEW_MESSAGE": "Send a new message",
14
- "AGENT_NOT_AVAILABLE": " Offline",
15
- "AGENT_AVAILABLE": " Online",
16
- "GUEST_LABEL": "Guest",
17
- "ALL_AGENTS_OFFLINE_LABEL": "All operators are offline at the moment",
18
- "LABEL_LOADING": "Loading...",
19
- "LABEL_THINKING": "thinking",
20
- "CALLOUT_TITLE_PLACEHOLDER": "🖐 Need Help?",
21
- "CALLOUT_MSG_PLACEHOLDER": "Click here and start chatting with us!",
22
- "CUSTOMER_SATISFACTION": "Customer satisfaction",
23
- "YOUR_OPINION_ON_OUR_CUSTOMER_SERVICE": "your opinion on our customer service",
24
- "DOWNLOAD_TRANSCRIPT": "Download transcript",
25
- "BACK": "Back",
26
- "CONTINUE": "Continue",
27
- "YOUR_RATING": "your rating",
28
- "WRITE_YOUR_OPINION": "Write your opinion ... (optional)",
29
- "SUBMIT": "Submit",
30
- "THANK_YOU_FOR_YOUR_EVALUATION": "Thank you for your evaluation",
31
- "YOUR_RATING_HAS_BEEN_RECEIVED": "your rating has been received",
32
- "ALERT_LEAVE_CHAT": "Do you want to leave the chat?",
33
- "YES": "Yes",
34
- "NO": "No",
35
- "BUTTON_CLOSE_TO_ICON": "Minimize chat",
36
- "BUTTON_EDIT_PROFILE": "Update profile",
37
- "RATE_CHAT": "Rate chat",
38
- "WELCOME_TITLE": "Hi, welcome to Tiledesk 👋",
39
- "WELCOME_MSG": "How can we help?",
40
- "WELCOME": "Welcome",
41
- "OPTIONS": "options",
42
- "SOUND_OFF": "Sound off",
43
- "SOUND_ON": "Sound on",
44
- "LOGOUT": "Logout",
45
- "CLOSE": "Close",
46
- "RESTART":"Restart",
47
- "PREV_CONVERSATIONS": "Your conversations",
48
- "YOU": "You",
49
- "SHOW_ALL_CONV": "show all",
50
- "START_A_CONVERSATION": "Start a conversation",
51
- "NO_CONVERSATION": "No conversation",
52
- "SEE_PREVIOUS": "see previous",
53
- "WAITING_TIME_FOUND": "The team typically replies in $reply_time",
54
- "WAITING_TIME_NOT_FOUND": "The team will reply as soon as possible",
55
- "CLOSED": "CLOSED",
56
- "CLOSE_CHAT": "Close chat",
57
- "MINIMIZE":"Minimize window",
58
- "MAXIMIZE":"Expand window",
59
- "CENTER":"Center",
60
- "CONFIRM_CLOSE_CHAT":"Are you sure you want to close this chat?",
61
-
62
- "INFO_SUPPORT_USER_ADDED_SUBJECT":"you",
63
- "INFO_SUPPORT_USER_ADDED_YOU_VERB":"have been added to ",
64
- "INFO_SUPPORT_USER_ADDED_COMPLEMENT":"joined",
65
- "INFO_SUPPORT_USER_ADDED_VERB":"the chat",
66
- "INFO_SUPPORT_CHAT_REOPENED":"Chat reopened",
67
- "INFO_SUPPORT_CHAT_CLOSED":"Chat closed",
68
- "INFO_SUPPORT_LEAD_UPDATED":"Lead updated",
69
- "INFO_SUPPORT_MEMBER_LEFT_GROUP":"removed from group",
70
- "INFO_SUPPORT_MEMBER_ABANDONED_GROUP":"has left the conversation",
71
- "INFO_A_NEW_SUPPORT_REQUEST_HAS_BEEN_ASSIGNED_TO_YOU": "A new support request has been assigned to you",
72
-
73
- "LABEL_PRECHAT_USER_FULLNAME": "Full name",
74
- "LABEL_PRECHAT_USER_EMAIL": "Email",
75
- "LABEL_PRECHAT_USER_EMAIL_ERROR": "Invalid email address",
76
- "LABEL_PRECHAT_USER_PHONE": "Phone",
77
- "LABEL_PRECHAT_USER_PHONE_ERROR": "Phone is required",
78
- "LABEL_PRECHAT_FIRST_MESSAGE": "Your message for the support team",
79
- "LABEL_PRECHAT_STATIC_TERMS_PRIVACY": "Before proceeding in the conversation please agree to our <a href='https://tiledesk.com/termsofservice/' target='_blank'>Terms</a> and <a href='https://tiledesk.com/privacy.html' target='_blank'>Privacy Policy</a>",
80
- "LABEL_PRECHAT_ACCEPT_TERMS_PRIVACY": "I agree",
81
- "PRECHAT_REQUIRED_ERROR": "This field is required",
82
-
83
- "TICKET_TAKING":"The request has been received and the assistance staff is dealing with it.\nTo add more comments, reply to this email.",
84
-
85
- "LABEL_TODAY": "today",
86
- "LABEL_TOMORROW": "yesterday",
87
- "LABEL_LAST_ACCESS": "last access",
88
- "LABEL_TO": "at",
89
- "ARRAY_DAYS": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
90
-
91
- "SENT_AN_ATTACHMENT": "sent an attachment",
92
- "SENT_AN_IMAGE":"sent an image",
93
-
94
- "LABEL_PREVIEW": "Preview",
95
- "SWITCH_TO": "Or switch to:",
96
- "CONNECTION_NETWORK_ERROR": "Our apologies. There was some trouble connecting to network",
97
- "EMOJI_NOT_ELLOWED":"Emoji not allowed",
98
- "DOMAIN_NOT_ALLOWED":"URL contains a non-allowed domain",
99
- "MAX_ATTACHMENT": "Max allowed size {{FILE_SIZE_LIMIT}}Mb",
100
- "EMOJI": "Emoji",
101
- "BUTTON_ATTACH_FILE": "Attach file",
102
- "BUTTON_SEND_MESSAGE": "Send message",
103
- "BUTTON_RECORD_AUDIO": "Hold to record an audio message",
104
- "BUTTON_DELETE_AUDIO": "Delete recording",
105
- "BUTTON_SEND_AUDIO": "Send audio message",
106
- "BUTTON_PLAY_AUDIO": "Play audio",
107
- "BUTTON_PAUSE_AUDIO": "Pause audio",
108
- "BUTTON_LIKE_MESSAGE": "Like message",
109
- "BUTTON_UNLIKE_MESSAGE": "Dislike message",
110
- "BUTTON_OPEN_CHAT": "Open chat",
111
- "BUTTON_CLOSE_PANEL": "Close panel",
112
- "CONVERSATION_LOG_LABEL": "Conversation messages",
113
- "BUTTON_OPEN_DETAIL": "Open conversation detail",
114
- "BUTTON_ALL_CONVERSATIONS": "All conversations",
115
- "BUTTON_SCROLL_TO_BOTTOM": "Scroll to last message",
116
- "BUTTON_CLOSE_PREVIEW": "Close preview",
117
- "CAROUSEL_PREVIOUS": "Previous slide",
118
- "CAROUSEL_NEXT": "Next slide",
119
- "CAROUSEL_LABEL": "Cards carousel",
120
- "CAROUSEL_SLIDE_LABEL": "Slide {current} of {total}",
121
- "SKIP_TO_COMPOSER": "Skip to message composer",
122
- "MAX_ATTACHMENT_ERROR": "The file exceeds the maximum allowed size",
123
- "STREAM_AUDIO": "Voice input",
124
- "VOICE_CONNECTING": "Connecting...",
125
- "VOICE_LISTENING": "Listening...",
126
- "VOICE_PROCESSING": "Processing..."
2
+ "LABEL_PLACEHOLDER": "Type your message..",
3
+ "LABEL_START_NW_CONV": "New conversation",
4
+ "LABEL_WHATSAPP": "Message us",
5
+ "LABEL_SELECT_TOPIC": "Select a topic",
6
+ "LABEL_COMPLETE_FORM": "Complete the form to start a conversation with the next available agent.",
7
+ "LABEL_FIELD_NAME": "Name",
8
+ "LABEL_ERROR_FIELD_NAME": "Required field (minimum 5 characters).",
9
+ "LABEL_FIELD_EMAIL": "Email",
10
+ "LABEL_ERROR_FIELD_EMAIL": "Enter a valid email address.",
11
+ "LABEL_ERROR_FIELD_REQUIRED": "Required field",
12
+ "LABEL_WRITING": "is writing...",
13
+ "LABEL_SEND_NEW_MESSAGE": "Send a new message",
14
+ "AGENT_NOT_AVAILABLE": " Offline",
15
+ "AGENT_AVAILABLE": " Online",
16
+ "GUEST_LABEL": "Guest",
17
+ "ALL_AGENTS_OFFLINE_LABEL": "All operators are offline at the moment",
18
+ "LABEL_LOADING": "Loading...",
19
+ "LABEL_THINKING": "thinking",
20
+ "CALLOUT_TITLE_PLACEHOLDER": "🖐 Need Help?",
21
+ "CALLOUT_MSG_PLACEHOLDER": "Click here and start chatting with us!",
22
+ "CUSTOMER_SATISFACTION": "Customer satisfaction",
23
+ "YOUR_OPINION_ON_OUR_CUSTOMER_SERVICE": "your opinion on our customer service",
24
+ "DOWNLOAD_TRANSCRIPT": "Download transcript",
25
+ "BACK": "Back",
26
+ "CONTINUE": "Continue",
27
+ "YOUR_RATING": "your rating",
28
+ "WRITE_YOUR_OPINION": "Write your opinion ... (optional)",
29
+ "SUBMIT": "Submit",
30
+ "THANK_YOU_FOR_YOUR_EVALUATION": "Thank you for your evaluation",
31
+ "YOUR_RATING_HAS_BEEN_RECEIVED": "your rating has been received",
32
+ "ALERT_LEAVE_CHAT": "Do you want to leave the chat?",
33
+ "YES": "Yes",
34
+ "NO": "No",
35
+ "BUTTON_CLOSE_TO_ICON": "Minimize chat",
36
+ "BUTTON_EDIT_PROFILE": "Update profile",
37
+ "RATE_CHAT": "Rate chat",
38
+ "WELCOME_TITLE": "Hi, welcome to Tiledesk 👋",
39
+ "WELCOME_MSG": "How can we help?",
40
+ "WELCOME": "Welcome",
41
+ "OPTIONS": "options",
42
+ "SOUND_OFF": "Sound off",
43
+ "SOUND_ON": "Sound on",
44
+ "LOGOUT": "Logout",
45
+ "CLOSE": "Close",
46
+ "RESTART": "Restart",
47
+ "PREV_CONVERSATIONS": "Your conversations",
48
+ "YOU": "You",
49
+ "SHOW_ALL_CONV": "show all",
50
+ "START_A_CONVERSATION": "Start a conversation",
51
+ "NO_CONVERSATION": "No conversation",
52
+ "SEE_PREVIOUS": "see previous",
53
+ "WAITING_TIME_FOUND": "The team typically replies in $reply_time",
54
+ "WAITING_TIME_NOT_FOUND": "The team will reply as soon as possible",
55
+ "CLOSED": "CLOSED",
56
+ "CLOSE_CHAT": "Close chat",
57
+ "MINIMIZE": "Minimize window",
58
+ "MAXIMIZE": "Expand window",
59
+ "CENTER": "Center",
60
+ "CONFIRM_CLOSE_CHAT": "Are you sure you want to close this chat?",
61
+ "INFO_SUPPORT_USER_ADDED_SUBJECT": "you",
62
+ "INFO_SUPPORT_USER_ADDED_YOU_VERB": "have been added to ",
63
+ "INFO_SUPPORT_USER_ADDED_COMPLEMENT": "joined",
64
+ "INFO_SUPPORT_USER_ADDED_VERB": "the chat",
65
+ "INFO_SUPPORT_CHAT_REOPENED": "Chat reopened",
66
+ "INFO_SUPPORT_CHAT_CLOSED": "Chat closed",
67
+ "INFO_SUPPORT_LEAD_UPDATED": "Lead updated",
68
+ "INFO_SUPPORT_MEMBER_LEFT_GROUP": "removed from group",
69
+ "INFO_SUPPORT_MEMBER_ABANDONED_GROUP": "has left the conversation",
70
+ "INFO_A_NEW_SUPPORT_REQUEST_HAS_BEEN_ASSIGNED_TO_YOU": "A new support request has been assigned to you",
71
+ "LABEL_PRECHAT_USER_FULLNAME": "Full name",
72
+ "LABEL_PRECHAT_USER_EMAIL": "Email",
73
+ "LABEL_PRECHAT_USER_EMAIL_ERROR": "Invalid email address",
74
+ "LABEL_PRECHAT_USER_PHONE": "Phone",
75
+ "LABEL_PRECHAT_USER_PHONE_ERROR": "Phone is required",
76
+ "LABEL_PRECHAT_FIRST_MESSAGE": "Your message for the support team",
77
+ "LABEL_PRECHAT_STATIC_TERMS_PRIVACY": "Before proceeding in the conversation please agree to our <a href='https://tiledesk.com/termsofservice/' target='_blank'>Terms</a> and <a href='https://tiledesk.com/privacy.html' target='_blank'>Privacy Policy</a>",
78
+ "LABEL_PRECHAT_ACCEPT_TERMS_PRIVACY": "I agree",
79
+ "PRECHAT_REQUIRED_ERROR": "This field is required",
80
+ "TICKET_TAKING": "The request has been received and the assistance staff is dealing with it.\nTo add more comments, reply to this email.",
81
+ "LABEL_TODAY": "today",
82
+ "LABEL_TOMORROW": "yesterday",
83
+ "LABEL_LAST_ACCESS": "last access",
84
+ "LABEL_TO": "at",
85
+ "ARRAY_DAYS": [
86
+ "Monday",
87
+ "Tuesday",
88
+ "Wednesday",
89
+ "Thursday",
90
+ "Friday",
91
+ "Saturday",
92
+ "Sunday"
93
+ ],
94
+ "SENT_AN_ATTACHMENT": "sent an attachment",
95
+ "SENT_AN_IMAGE": "sent an image",
96
+ "LABEL_PREVIEW": "Preview",
97
+ "SWITCH_TO": "Or switch to:",
98
+ "CONNECTION_NETWORK_ERROR": "Our apologies. There was some trouble connecting to network",
99
+ "EMOJI_NOT_ELLOWED": "Emoji not allowed",
100
+ "DOMAIN_NOT_ALLOWED": "URL contains a non-allowed domain",
101
+ "MAX_ATTACHMENT": "Max allowed size {{FILE_SIZE_LIMIT}}Mb",
102
+ "MAX_ATTACHMENT_ERROR": "The file exceeds the maximum allowed size",
103
+ "EMOJI": "Emoji",
104
+ "STREAM_AUDIO": "Use voice mode",
105
+ "VOICE_CONNECTING": "Connecting...",
106
+ "VOICE_LISTENING": "Listening...",
107
+ "VOICE_PROCESSING": "Processing..."
127
108
  }
@@ -101,6 +101,7 @@
101
101
  "MAX_ATTACHMENT": "Tamaño máximo permitido {{FILE_SIZE_LIMIT}}Mb",
102
102
  "MAX_ATTACHMENT_ERROR": "El archivo supera el tamaño máximo permitido",
103
103
  "EMOJI": "Emoji",
104
+ "STREAM_AUDIO": "Usar modo de voz",
104
105
  "VOICE_CONNECTING": "Conectando...",
105
106
  "VOICE_LISTENING": "Escuchando...",
106
107
  "VOICE_PROCESSING": "Procesando..."
@@ -101,6 +101,7 @@
101
101
  "MAX_ATTACHMENT": "Taille maximale autorisée {{FILE_SIZE_LIMIT}}Mo",
102
102
  "MAX_ATTACHMENT_ERROR": "Le fichier dépasse la taille maximale autorisée",
103
103
  "EMOJI": "Emoji",
104
+ "STREAM_AUDIO": "Utiliser le mode vocal",
104
105
  "VOICE_CONNECTING": "Connexion...",
105
106
  "VOICE_LISTENING": "Écoute...",
106
107
  "VOICE_PROCESSING": "Traitement..."
@@ -101,6 +101,7 @@
101
101
  "MAX_ATTACHMENT": "Dimensione massima consentita {{FILE_SIZE_LIMIT}}Mb",
102
102
  "MAX_ATTACHMENT_ERROR": "Il file supera la dimensione massima consentita",
103
103
  "EMOJI": "Emoji",
104
+ "STREAM_AUDIO": "Usa la modalità vocale",
104
105
  "VOICE_CONNECTING": "Connessione...",
105
106
  "VOICE_LISTENING": "In ascolto...",
106
107
  "VOICE_PROCESSING": "Elaborazione..."
Binary file
@@ -508,7 +508,9 @@
508
508
  customAttributes: { sound: false },
509
509
  displayOnDesktop: true,
510
510
  displayOnMobile: true,
511
- soundEnabled: false
511
+ soundEnabled: false,
512
+ onPageChangeVisibilityDesktop: 'open',
513
+ onPageChangeVisibilityMobile: 'open',
512
514
  // autostart: false
513
515
 
514
516
  };
@@ -9,7 +9,8 @@ import {
9
9
  MIN_WIDTH_IMAGES,
10
10
  INFO_MESSAGE_TYPE,
11
11
  CHANNEL_TYPE,
12
- MESSAGE_TYPE_PRIVATE
12
+ MESSAGE_TYPE_PRIVATE,
13
+ TYPE_MSG_URL_PREVIEW
13
14
  } from '../../chat21-core/utils/constants';
14
15
  /** */
15
16
  export function isCarousel(message: any) {
@@ -106,10 +107,19 @@ export function isSameSender(messages, senderId, index):boolean{
106
107
  }
107
108
 
108
109
  export function isLastMessage(messages, idMessage):boolean {
109
- if (idMessage === messages[messages.length - 1].uid) {
110
- return true;
111
- }
112
- return false;
110
+ // url_preview messages are auxiliary (citations card): they must not "steal"
111
+ // last-message status from the preceding interactive message, otherwise its
112
+ // text/action buttons would disappear as soon as a url_preview arrives.
113
+ const interactive = (messages || []).filter((m: any) => !isUrlPreviewMessage(m));
114
+ const last = interactive[interactive.length - 1] || messages[messages.length - 1];
115
+ return !!last && idMessage === last.uid;
116
+ }
117
+
118
+ function isUrlPreviewMessage(m: any): boolean {
119
+ if (!m) return false;
120
+ return m.type === TYPE_MSG_URL_PREVIEW
121
+ || m.metadata?.type === TYPE_MSG_URL_PREVIEW
122
+ || m.attributes?.type === TYPE_MSG_URL_PREVIEW;
113
123
  }
114
124
 
115
125
  export function isFirstMessage(messages, senderId, index):boolean{
@@ -25,6 +25,7 @@
25
25
  "authPersistence": "${AUTH_PERSISTENCE}",
26
26
  "enbedJs": "${ENBED_JS}",
27
27
  "brandSrc": "${BRAND_SRC}",
28
+ "closeChatInConversation": "${CLOSE_CHAT_IN_CONVERSATION}",
28
29
  "voiceProxyWsUrl": "${VOICE_PROXY_WS_URL}",
29
30
  "voiceProxyApiBaseUrl": "${VOICE_PROXY_API_BASE_URL}"
30
31
  }
@@ -1,30 +1,32 @@
1
1
  {
2
- "chatEngine": "mqtt",
3
- "uploadEngine": "native",
4
- "pushEngine": "none",
5
- "logLevel": "info" ,
6
- "remoteTranslationsUrl": "https://localhost:3000/api/",
7
- "firebaseConfig": {
8
- "apiKey": "CHANGEIT",
9
- "authDomain": "CHANGEIT.firebaseapp.com",
10
- "databaseURL": "https://CHANGEIT.firebaseio.com",
11
- "projectId": "CHANGEIT",
12
- "storageBucket": "CHANGEIT.appspot.com",
13
- "messagingSenderId": "CHANGEIT",
14
- "appId": "",
15
- "tenant": "tilechat"
16
- },
17
- "chat21Config": {
18
- "appId": "tilechat",
19
- "MQTTendpoint": "wss://localhost:3000/mqws/ws",
20
- "APIendpoint": "https://localhost:3000/chatapi/api"
21
- },
22
- "apiUrl": "https://localhost:3000/api/",
23
- "baseImageUrl": "https://localhost:3000/api/",
24
- "dashboardUrl": "/dashboard/",
25
- "authPersistence": "LOCAL",
26
- "enbedJs": "true",
27
- "brandSrc": "",
28
- "voiceProxyWsUrl": "wss://localhost:3000/speech/ws/voice",
29
- "voiceProxyApiBaseUrl": "https://localhost:3000/speech/"
2
+ "chatEngine": "mqtt",
3
+ "uploadEngine": "native",
4
+ "pushEngine":"none",
5
+ "logLevel":"INFO",
6
+ "remoteTranslationsUrl": "http://localhost:3000/",
7
+ "firebaseConfig": {
8
+ "apiKey": "CHANGEIT",
9
+ "authDomain": "CHANGEIT",
10
+ "databaseURL": "CHANGEIT",
11
+ "projectId": "CHANGEIT",
12
+ "storageBucket": "CHANGEIT",
13
+ "messagingSenderId": "CHANGEIT",
14
+ "appId": "CHANGEIT",
15
+ "tenant": "CHANGEIT"
16
+ },
17
+ "chat21Config": {
18
+ "appId": "tilechat",
19
+ "MQTTendpoint": "ws://localhost:15675/ws",
20
+ "APIendpoint": "http://localhost:8004/api"
21
+ },
22
+ "apiUrl": "http://localhost:3000/",
23
+ "baseImageUrl": "http://localhost:3000/",
24
+ "dashboardUrl": "http://localhost:4500/",
25
+ "authPersistence": "LOCAL",
26
+ "enbedJs": true,
27
+ "brandSrc": "${BRAND_SRC}",
28
+ "voiceProxyWsUrl": "wss://localhost:3000/speech/ws/voice",
29
+ "voiceProxyApiBaseUrl": "https://localhost:3000/speech/api",
30
+ "closeChatInConversation": false
31
+
30
32
  }
@@ -1,17 +0,0 @@
1
- [ 50506ms] [LOG] in timeout @ http://localhost:4203/launch.js:27
2
- [ 50507ms] [LOG] DOM is ready, call initWidget @ http://localhost:4203/launch.js:2
3
- [ 50507ms] [LOG] INIT ASYNC EVENTS @ http://localhost:4203/launch.js:296
4
- [ 50953ms] [LOG] Angular is running in development mode. @ http://localhost:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/chunk-NBPLZCK5.js?v=fffeab21:19339
5
- [ 51317ms] [LOG] onLoadParams Tiledesk FN CustomEvent @ http://localhost:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:504
6
- [ 51323ms] [LOG] onBeforeInit Tiledesk FN CustomEvent @ http://localhost:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:516
7
- [ 51324ms] [INFO] %c2026-05-08T15:32:00.323Z INFO color:gray [APP-COMP] OFFLINE - NO CURRENT USER AUTENTICATE: @ http://localhost:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:702
8
- [ 51324ms] [LOG] onAuthStateChanged Tiledesk FN CustomEvent @ http://localhost:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:556
9
- [ 51324ms] [LOG] %c2026-05-08T15:32:00.324Z LOG color:gray [FORCE] messagingAuthService BSSignOut null false @ http://localhost:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
10
- [ 64808ms] [LOG] DOM is ready, call initWidget @ http://localhost:4203/launch.js:2
11
- [ 64809ms] [LOG] INIT ASYNC EVENTS @ http://localhost:4203/launch.js:296
12
- [ 64965ms] [LOG] Angular is running in development mode. @ http://localhost:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/chunk-NBPLZCK5.js?v=fffeab21:19339
13
- [ 65135ms] [LOG] onLoadParams Tiledesk FN CustomEvent @ http://localhost:4203/assets/twp/index.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:288
14
- [ 65135ms] [LOG] onBeforeInit Tiledesk FN CustomEvent @ http://localhost:4203/assets/twp/index.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:295
15
- [ 65135ms] [INFO] %c2026-05-08T15:32:14.135Z INFO color:gray [APP-COMP] OFFLINE - NO CURRENT USER AUTENTICATE: @ http://localhost:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:702
16
- [ 65136ms] [LOG] AUTHENTICATED! CustomEvent @ http://localhost:4203/assets/twp/index.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:330
17
- [ 65136ms] [LOG] %c2026-05-08T15:32:14.136Z LOG color:gray [FORCE] messagingAuthService BSSignOut null false @ http://localhost:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
@@ -1,89 +0,0 @@
1
- [ 5267ms] [LOG] in timeout @ http://127.0.0.1:4203/launch.js:27
2
- [ 5268ms] [LOG] DOM is ready, call initWidget @ http://127.0.0.1:4203/launch.js:2
3
- [ 5268ms] [LOG] INIT ASYNC EVENTS @ http://127.0.0.1:4203/launch.js:296
4
- [ 5507ms] [LOG] Angular is running in development mode. @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/chunk-NBPLZCK5.js?v=fffeab21:19339
5
- [ 5853ms] [LOG] onLoadParams Tiledesk FN CustomEvent @ http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:504
6
- [ 5854ms] [LOG] onBeforeInit Tiledesk FN CustomEvent @ http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:516
7
- [ 5855ms] [INFO] %c2026-05-08T15:32:25.267Z INFO color:gray [APP-COMP] OFFLINE - NO CURRENT USER AUTENTICATE: @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:702
8
- [ 5856ms] [LOG] onAuthStateChanged Tiledesk FN CustomEvent @ http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:556
9
- [ 5857ms] [LOG] %c2026-05-08T15:32:25.268Z LOG color:gray [FORCE] messagingAuthService BSSignOut null false @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
10
- [ 44303ms] [LOG] onClickTestButton: event--> open @ http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:756
11
- [ 44910ms] [INFO] %c2026-05-08T15:33:04.321Z INFO color:gray [APP-COMP] ONLINE - LOGGED SUCCESSFULLY UserModel @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:702
12
- [ 44912ms] [LOG] onInit Tiledesk FN CustomEvent @ http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:539
13
- [ 44912ms] [LOG] onAuthStateChanged Tiledesk FN CustomEvent @ http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:556
14
- [ 44913ms] [INFO] %c2026-05-08T15:33:04.325Z INFO color:gray [APP-COMP] AUTOSTART IS FALSE AND LOGGED SUCCESSFULLY @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:702
15
- [ 61847ms] [LOG] %c2026-05-08T15:33:21.259Z LOG color:gray [CONFIRM CLOSE MODAL] onInit undefined Map(15) @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
16
- [ 61854ms] [LOG] %c2026-05-08T15:33:21.265Z LOG color:gray [CONV-FOOTER] --------ngAfterViewInit: conversation-footer-------- @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
17
- [ 62152ms] [LOG] %c2026-05-08T15:33:21.563Z LOG color:gray [MQTTConversationsHandler] onConversationAdded completed: {text: welcome, type: text, recipient_fullname: guest#ea16 , sender_fullname: guest#ea16 , channel_type: group} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
18
- [ 62153ms] [LOG] %c2026-05-08T15:33:21.564Z LOG color:gray [MQTTConversationsHandler] Added conv -> Added! @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
19
- [ 62157ms] [LOG] %c2026-05-08T15:33:21.568Z LOG color:gray [MQTTConversationHandlerSERVICE] initWithRecipient: tilechat @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
20
- [ 62157ms] [LOG] onNewConversationComponentInit Tiledesk FN CustomEvent @ http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true:564
21
- [ 62160ms] [LOG] %c2026-05-08T15:33:21.572Z LOG color:gray [MQTTConversationHandlerSERVICE] connecting conversation handler... @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
22
- [ 62162ms] [LOG] %c2026-05-08T15:33:21.574Z LOG color:gray [MQTTConversationsHandler] getConversationDetail found locally? *****: {text: welcome, type: text, recipient_fullname: guest#ea16 , sender_fullname: guest#ea16 , channel_type: group} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
23
- [ 62167ms] [LOG] %c2026-05-08T15:33:21.578Z LOG color:gray [MQTTConversationsHandler] onConversationAdded completed: {type: text, text: Group created, timestamp: 1778254401542, channel_type: group, sender_fullname: System} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
24
- [ 62167ms] [LOG] %c2026-05-08T15:33:21.579Z LOG color:gray [MQTTConversationsHandler] Added conv -> Changed! @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
25
- [ 62168ms] [LOG] %c2026-05-08T15:33:21.579Z LOG color:gray [MQTTConversationHandlerSERVICE] message added: {type: text, text: Group created, timestamp: 1778254401542, channel_type: group, sender_fullname: System} on topic: {conversWith: support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b} [] @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
26
- [ 62168ms] [LOG] %c2026-05-08T15:33:21.579Z LOG color:gray [MQTTConversationHandlerSERVICE] childSnapshot >{"type":"text","text":"Group created","timestamp":1778254401542,"channel_type":"group","sender_fullname":"System","sender":"system","recipient_fullname":"guest#ea16 ","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","attributes":{"subtype":"info","updateconversation":true,"messagelabel":{"key":"GROUP_CREATED","parameters":{"creator":"100-APIADMIN"}}},"message_id":"c40accf6-e89f-4204-ba78-a8b9582d3b85","app_id":"tilechat","status":150,"uid":"c40accf6-e89f-4204-ba78-a8b9582d3b85"} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
27
- [ 62168ms] [LOG] %c2026-05-08T15:33:21.580Z LOG color:gray [MQTTConversationHandlerSERVICE] ****>msg.sender:system @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
28
- [ 62378ms] [LOG] %c2026-05-08T15:33:21.789Z LOG color:gray [MQTTConversationHandlerSERVICE] message lastMessages: [Object, Object] @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
29
- [ 62379ms] [LOG] %c2026-05-08T15:33:21.790Z LOG color:gray [MQTTConversationHandlerSERVICE] childSnapshot >{"_id":"69fe0241dd2ef127a1f01450","message_id":"2ef88b9c-0d47-49d0-87c7-27cad8fef31a","timelineOf":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","app_id":"tilechat","attributes":{"departmentId":"68dcde2b7280090013221c65","departmentName":"blank","ipAddress":"79.46.248.127","client":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36","sourcePage":"http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true","sourceTitle":"Widget test page","projectId":"65c5f17ab4e95a0013a0181a","widgetVer":"v.5.1.33","payload":[],"userFullname":"guest#ea16 ","requester_id":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","subtype":"info","decoded_jwt":{"_id":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","firstname":"guest#ea16","id":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","fullName":"guest#ea16 ","iat":1778254383,"aud":"https://tiledesk.com","iss":"https://tiledesk.com","sub":"guest","jti":"9c5e9c87-ed01-49f7-b1df-8357cb3ff84e"},"sendnotification":false,"tiledesk_message_id":"69fe024194c456001309b785","channel":"chat21","request_channel":"chat21"},"channel_type":"group","conversWith":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","recipient_fullname":"guest#ea16 ","sender":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","sender_fullname":"guest#ea16 ","status":150,"text":"welcome","timestamp":1778254401511,"type":"text","uid":"2ef88b9c-0d47-49d0-87c7-27cad8fef31a"} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
30
- [ 62379ms] [LOG] %c2026-05-08T15:33:21.790Z LOG color:gray [MQTTConversationHandlerSERVICE] ****>msg.sender:ea1634c6-dad8-4e85-8d1e-56b8f4daf24d @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
31
- [ 62379ms] [LOG] %c2026-05-08T15:33:21.791Z LOG color:gray [MQTTConversationHandlerSERVICE] childSnapshot >{"_id":"69fe0241dd2ef127a1f01455","message_id":"c40accf6-e89f-4204-ba78-a8b9582d3b85","timelineOf":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","app_id":"tilechat","attributes":{"subtype":"info","updateconversation":true,"messagelabel":{"key":"GROUP_CREATED","parameters":{"creator":"100-APIADMIN"}}},"channel_type":"group","conversWith":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","recipient_fullname":"guest#ea16 ","sender":"system","sender_fullname":"System","status":150,"text":"Group created","timestamp":1778254401542,"type":"text","uid":"c40accf6-e89f-4204-ba78-a8b9582d3b85"} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
32
- [ 62379ms] [LOG] %c2026-05-08T15:33:21.791Z LOG color:gray [MQTTConversationHandlerSERVICE] ****>msg.sender:system @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
33
- [ 62399ms] [LOG] %c2026-05-08T15:33:21.811Z LOG color:gray [MQTTConversationsHandler] onConversationAdded completed: {type: text, text: system joined group on creation, timestamp: 1778254401763, channel_type: group, sender_fullname: System} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
34
- [ 62400ms] [LOG] %c2026-05-08T15:33:21.811Z LOG color:gray [MQTTConversationsHandler] Added conv -> Changed! @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
35
- [ 62400ms] [LOG] %c2026-05-08T15:33:21.811Z LOG color:gray [MQTTConversationHandlerSERVICE] message added: {type: text, text: system joined group on creation, timestamp: 1778254401763, channel_type: group, sender_fullname: System} on topic: {conversWith: support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b} [] @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
36
- [ 62400ms] [LOG] %c2026-05-08T15:33:21.812Z LOG color:gray [MQTTConversationHandlerSERVICE] childSnapshot >{"type":"text","text":"system joined group on creation","timestamp":1778254401763,"channel_type":"group","sender_fullname":"System","sender":"system","recipient_fullname":"guest#ea16 ","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","attributes":{"subtype":"info","updateconversation":true,"messagelabel":{"key":"MEMBER_JOINED_GROUP","parameters":{"member_id":"system","fullname":"system","firstname":"","lastname":""}}},"message_id":"8a9d1df7-cfec-408c-93bd-346b0f0386b6","app_id":"tilechat","status":150,"uid":"8a9d1df7-cfec-408c-93bd-346b0f0386b6"} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
37
- [ 62400ms] [LOG] %c2026-05-08T15:33:21.812Z LOG color:gray [MQTTConversationHandlerSERVICE] ****>msg.sender:system @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
38
- [ 62401ms] [LOG] %c2026-05-08T15:33:21.813Z LOG color:gray [MQTTConversationsHandler] onConversationAdded completed: {type: text, text: ea1634c6-dad8-4e85-8d1e-56b8f4daf24d joined group on creation, timestamp: 1778254401766, channel_type: group, sender_fullname: System} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
39
- [ 62401ms] [LOG] %c2026-05-08T15:33:21.813Z LOG color:gray [MQTTConversationsHandler] Added conv -> Changed! @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
40
- [ 62402ms] [LOG] %c2026-05-08T15:33:21.813Z LOG color:gray [MQTTConversationHandlerSERVICE] message added: {type: text, text: ea1634c6-dad8-4e85-8d1e-56b8f4daf24d joined group on creation, timestamp: 1778254401766, channel_type: group, sender_fullname: System} on topic: {conversWith: support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b} [] @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
41
- [ 62402ms] [LOG] %c2026-05-08T15:33:21.814Z LOG color:gray [MQTTConversationHandlerSERVICE] childSnapshot >{"type":"text","text":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d joined group on creation","timestamp":1778254401766,"channel_type":"group","sender_fullname":"System","sender":"system","recipient_fullname":"guest#ea16 ","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","attributes":{"subtype":"info","updateconversation":true,"messagelabel":{"key":"MEMBER_JOINED_GROUP","parameters":{"member_id":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","fullname":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","firstname":"","lastname":""}}},"message_id":"1e22a3a1-f4c1-413a-bb69-a79b7ca28a00","app_id":"tilechat","status":150,"uid":"1e22a3a1-f4c1-413a-bb69-a79b7ca28a00"} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
42
- [ 62402ms] [LOG] %c2026-05-08T15:33:21.814Z LOG color:gray [MQTTConversationHandlerSERVICE] ****>msg.sender:system @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
43
- [ 63099ms] [LOG] %c2026-05-08T15:33:22.510Z LOG color:gray [MQTTConversationHandlerSERVICE] message added: {text: /start, type: text, recipient_fullname: guest#ea16 , sender_fullname: Bot, channel_type: group} on topic: {conversWith: support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b} [] @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
44
- [ 63100ms] [LOG] %c2026-05-08T15:33:22.511Z LOG color:gray [MQTTConversationHandlerSERVICE] childSnapshot >{"text":"/start","type":"text","recipient_fullname":"guest#ea16 ","sender_fullname":"Bot","channel_type":"group","attributes":{"subtype":"info","updateconversation":false,"tiledesk_message_id":"69fe024294c456001309b7d1","projectId":"65c5f17ab4e95a0013a0181a","channel":"chat21","request_channel":"chat21"},"timestamp":1778254402486,"message_id":"16028000-7da4-459e-bfa4-c8e107c4ed40","sender":"system","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","app_id":"tilechat","status":150,"uid":"16028000-7da4-459e-bfa4-c8e107c4ed40"} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
45
- [ 63100ms] [LOG] %c2026-05-08T15:33:22.512Z LOG color:gray [MQTTConversationHandlerSERVICE] ****>msg.sender:system @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
46
- [ 63123ms] [LOG] %c2026-05-08T15:33:22.534Z LOG color:gray [MQTTConversationsHandler] onConversationAdded completed: {type: text, text: bot_68dcde12eddf860013edafb5 added to group, timestamp: 1778254402512, channel_type: group, sender_fullname: System} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
47
- [ 63123ms] [LOG] %c2026-05-08T15:33:22.534Z LOG color:gray [MQTTConversationsHandler] Added conv -> Changed! @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
48
- [ 63124ms] [LOG] %c2026-05-08T15:33:22.535Z LOG color:gray [MQTTConversationHandlerSERVICE] message added: {type: text, text: bot_68dcde12eddf860013edafb5 added to group, timestamp: 1778254402512, channel_type: group, sender_fullname: System} on topic: {conversWith: support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b} [] @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
49
- [ 63125ms] [LOG] %c2026-05-08T15:33:22.536Z LOG color:gray [MQTTConversationHandlerSERVICE] childSnapshot >{"type":"text","text":"bot_68dcde12eddf860013edafb5 added to group","timestamp":1778254402512,"channel_type":"group","sender_fullname":"System","sender":"system","recipient_fullname":"guest#ea16 ","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","attributes":{"subtype":"info","updateconversation":true,"messagelabel":{"key":"MEMBER_JOINED_GROUP","parameters":{"member_id":"bot_68dcde12eddf860013edafb5","fullname":"bot_68dcde12eddf860013edafb5","firstname":"","lastname":""}}},"message_id":"54bf8b0a-9d32-46fc-aa5f-579969f21766","app_id":"tilechat","status":150,"uid":"54bf8b0a-9d32-46fc-aa5f-579969f21766"} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
50
- [ 63125ms] [LOG] %c2026-05-08T15:33:22.536Z LOG color:gray [MQTTConversationHandlerSERVICE] ****>msg.sender:system @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
51
- [ 63217ms] [LOG] %c2026-05-08T15:33:22.628Z LOG color:gray [MQTTConversationsHandler] onConversationAdded completed: {text: Hi, how can I help you?, type: text, recipient_fullname: guest#ea16 , sender_fullname: blank, channel_type: group} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
52
- [ 63218ms] [LOG] %c2026-05-08T15:33:22.629Z LOG color:gray [MQTTConversationsHandler] Added conv -> Changed! @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
53
- [ 63226ms] [LOG] %c2026-05-08T15:33:22.637Z LOG color:gray [MQTTConversationHandlerSERVICE] message added: {text: Hi, how can I help you?, type: text, recipient_fullname: guest#ea16 , sender_fullname: blank, channel_type: group} on topic: {conversWith: support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b} [] @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
54
- [ 63732ms] [LOG] %c2026-05-08T15:33:23.144Z LOG color:gray [MQTTConversationHandlerSERVICE] childSnapshot >{"type":"text","text":"Hi, how can I help you?","attributes":{"disableInputMessage":false,"commands":true,"fillParams":true,"intentName":"welcome","flowAttributes":{"api_base_url":"https://stage.eks.tiledesk.com/api","chatbot_id":"691357a2c522620013ef55f9","userFullname":"guest#ea16 ","now":"2026-05-08T15:33:22.524Z","UUID":"986b2280cbbc4f96a0677f7ed666f28e","UUIDv4":"f2fe17be-85bb-4492-8198-eddf9c07a6b0"},"tiledesk_message_id":"69fe024294c456001309b7e2","projectId":"65c5f17ab4e95a0013a0181a","channel":"chat21","request_channel":"chat21","attachment":{"type":"template","buttons":[{"uid":"cf0533f9bf2d442a8f005003621aeb4d","type":"action","value":"agent","link":"","target":"blank","action":"#ebf4b56d-bfff-4cf5-b650-7849a2913785","attributes":"","show_echo":true},{"uid":"db06074ff80c4b74969544ebc1b1a6be","type":"text","value":"Button","link":"","target":"blank","action":"","attributes":"","show_echo":true}],"json_buttons":"","json_gallery":""},"parentUid":"5d59c95d-5782-4f41-8ff0-ee6adba56e88"},"timestamp":1778254402604,"uid":"5d59c95d-5782-4f41-8ff0-ee6adba56e88_1","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","recipient_fullname":"guest#ea16 ","sender":"68dcde12eddf860013edafb5","sender_fullname":"blank","channel_type":"group","status":150} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
55
- [ 63733ms] [LOG] %c2026-05-08T15:33:23.144Z LOG color:gray [MQTTConversationHandlerSERVICE] ****>msg.sender:68dcde12eddf860013edafb5 @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
56
- [ 63733ms] [LOG] %c2026-05-08T15:33:23.144Z LOG color:gray [MQTTConversationHandlerSERVICE] adding message:{"type":"text","text":"Hi, how can I help you?","attributes":{"disableInputMessage":false,"commands":true,"fillParams":true,"intentName":"welcome","flowAttributes":{"api_base_url":"https://stage.eks.tiledesk.com/api","chatbot_id":"691357a2c522620013ef55f9","userFullname":"guest#ea16 ","now":"2026-05-08T15:33:22.524Z","UUID":"986b2280cbbc4f96a0677f7ed666f28e","UUIDv4":"f2fe17be-85bb-4492-8198-eddf9c07a6b0"},"tiledesk_message_id":"69fe024294c456001309b7e2","projectId":"65c5f17ab4e95a0013a0181a","channel":"chat21","request_channel":"chat21","attachment":{"type":"template","buttons":[{"uid":"cf0533f9bf2d442a8f005003621aeb4d","type":"action","value":"agent","link":"","target":"blank","action":"#ebf4b56d-bfff-4cf5-b650-7849a2913785","attributes":"","show_echo":true},{"uid":"db06074ff80c4b74969544ebc1b1a6be","type":"text","value":"Button","link":"","target":"blank","action":"","attributes":"","show_echo":true}],"json_buttons":"","json_gallery":""},"parentUid":"5d59c95d-5782-4f41-8ff0-ee6adba56e88"},"timestamp":1778254402604,"uid":"5d59c95d-5782-4f41-8ff0-ee6adba56e88_1","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","recipient_fullname":"guest#ea16 ","sender":"68dcde12eddf860013edafb5","sender_fullname":"blank","channel_type":"group","status":150,"isSender":false} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
57
- [ 63733ms] [LOG] %c2026-05-08T15:33:23.145Z LOG color:gray [MQTTConversationHandlerSERVICE] updateMessageStatusReceived {type: text, text: Hi, how can I help you?, attributes: Object, timestamp: 1778254402604, uid: 5d59c95d-5782-4f41-8ff0-ee6adba56e88_1} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
58
- [ 63733ms] [LOG] %c2026-05-08T15:33:23.145Z LOG color:gray [MQTTConversationHandlerSERVICE] status 150 < (RECEIVED:200) 200 @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
59
- [ 63734ms] [LOG] %c2026-05-08T15:33:23.145Z LOG color:gray [MQTTConversationHandlerSERVICE] updating message with status received @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
60
- [ 83877ms] [LOG] %c2026-05-08T15:33:43.288Z LOG color:gray [CONV-FOOTER] onSendPressed:event PointerEvent @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
61
- [ 83877ms] [LOG] %c2026-05-08T15:33:43.288Z LOG color:gray [CONV-FOOTER] AppComponent::onSendPressed::isFilePendingToUpload: false @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
62
- [ 83877ms] [LOG] %c2026-05-08T15:33:43.289Z LOG color:gray [CONV-FOOTER] AppComponent::onSendPressed is a message @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
63
- [ 83877ms] [LOG] %c2026-05-08T15:33:43.289Z LOG color:gray [CONV-FOOTER] SEND MESSAGE: Messaggio di test da Playwright MCP text undefined @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
64
- [ 83879ms] [LOG] %c2026-05-08T15:33:43.290Z LOG color:gray [MQTTConversationHandlerSERVICE] Senderfullname guest#ea16 @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
65
- [ 83880ms] [LOG] %c2026-05-08T15:33:43.291Z LOG color:gray [MQTTConversationHandlerSERVICE] childSnapshot >{"uid":"c1842d29-5525-4124-ba74-bf6a4dc14d7c","language":"en","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","recipient_fullname":"guest#ea16 ","sender":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","sender_fullname":"guest#ea16 ","status":0,"metadata":"","text":"Messaggio di test da Playwright MCP","timestamp":1778254423291,"type":"text","attributes":{"departmentId":"68dcde2b7280090013221c65","departmentName":"blank","ipAddress":"79.46.248.127","client":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36","sourcePage":"http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true","sourceTitle":"Widget test page","projectId":"65c5f17ab4e95a0013a0181a","widgetVer":"v.5.1.33","payload":[],"userFullname":"guest#ea16 ","requester_id":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","lang":"en","tempUID":"c1842d29-5525-4124-ba74-bf6a4dc14d7c"},"channel_type":"group","isSender":false} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
66
- [ 83880ms] [LOG] %c2026-05-08T15:33:43.291Z LOG color:gray [MQTTConversationHandlerSERVICE] ****>msg.sender:ea1634c6-dad8-4e85-8d1e-56b8f4daf24d @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
67
- [ 83880ms] [LOG] %c2026-05-08T15:33:43.291Z LOG color:gray [MQTTConversationHandlerSERVICE] adding message:{"uid":"c1842d29-5525-4124-ba74-bf6a4dc14d7c","language":"en","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","recipient_fullname":"guest#ea16 ","sender":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","sender_fullname":"guest#ea16 ","status":0,"metadata":"","text":"Messaggio di test da Playwright MCP","timestamp":1778254423291,"type":"text","attributes":{"departmentId":"68dcde2b7280090013221c65","departmentName":"blank","ipAddress":"79.46.248.127","client":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36","sourcePage":"http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true","sourceTitle":"Widget test page","projectId":"65c5f17ab4e95a0013a0181a","widgetVer":"v.5.1.33","payload":[],"userFullname":"guest#ea16 ","requester_id":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","lang":"en","tempUID":"c1842d29-5525-4124-ba74-bf6a4dc14d7c"},"channel_type":"group","isSender":true} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
68
- [ 83880ms] [LOG] %c2026-05-08T15:33:43.291Z LOG color:gray [MQTTConversationHandlerSERVICE] updateMessageStatusReceived MessageModel @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
69
- [ 83881ms] [LOG] %c2026-05-08T15:33:43.293Z LOG color:gray [CONV-FOOTER] AppComponent:restoreTextArea::restoreTextArea::textArea: restored @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
70
- [ 84028ms] [LOG] %c2026-05-08T15:33:43.439Z LOG color:gray [MQTTConversationsHandler] onConversationAdded completed: {text: Messaggio di test da Playwright MCP, type: text, recipient_fullname: guest#ea16 , sender_fullname: guest#ea16 , attributes: Object} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
71
- [ 84028ms] [LOG] %c2026-05-08T15:33:43.439Z LOG color:gray [MQTTConversationsHandler] Added conv -> Changed! @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
72
- [ 84031ms] [LOG] %c2026-05-08T15:33:43.442Z LOG color:gray [MQTTConversationHandlerSERVICE] message added: {text: Messaggio di test da Playwright MCP, type: text, recipient_fullname: guest#ea16 , sender_fullname: guest#ea16 , attributes: Object} on topic: {conversWith: support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b} [Object, MessageModel] @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
73
- [ 84031ms] [LOG] %c2026-05-08T15:33:43.442Z LOG color:gray [MQTTConversationHandlerSERVICE] childSnapshot >{"text":"Messaggio di test da Playwright MCP","type":"text","recipient_fullname":"guest#ea16 ","sender_fullname":"guest#ea16 ","attributes":{"departmentId":"68dcde2b7280090013221c65","departmentName":"blank","ipAddress":"79.46.248.127","client":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36","sourcePage":"http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true","sourceTitle":"Widget test page","projectId":"65c5f17ab4e95a0013a0181a","widgetVer":"v.5.1.33","payload":[],"userFullname":"guest#ea16 ","requester_id":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","lang":"en","tempUID":"c1842d29-5525-4124-ba74-bf6a4dc14d7c"},"metadata":"","channel_type":"group","message_id":"09f7a7c0-2b8c-44c3-8a59-b1c16609549a","sender":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","app_id":"tilechat","timestamp":1778254423374,"status":150,"uid":"c1842d29-5525-4124-ba74-bf6a4dc14d7c"} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
74
- [ 84031ms] [LOG] %c2026-05-08T15:33:43.443Z LOG color:gray [MQTTConversationHandlerSERVICE] ****>msg.sender:ea1634c6-dad8-4e85-8d1e-56b8f4daf24d @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
75
- [ 84031ms] [LOG] %c2026-05-08T15:33:43.443Z LOG color:gray [MQTTConversationHandlerSERVICE] adding message:{"text":"Messaggio di test da Playwright MCP","type":"text","recipient_fullname":"guest#ea16 ","sender_fullname":"guest#ea16 ","attributes":{"departmentId":"68dcde2b7280090013221c65","departmentName":"blank","ipAddress":"79.46.248.127","client":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36","sourcePage":"http://127.0.0.1:4203/assets/twp/index-dev.html?tiledesk_projectid=65c5f17ab4e95a0013a0181a&tiledesk_isLogEnabled=true","sourceTitle":"Widget test page","projectId":"65c5f17ab4e95a0013a0181a","widgetVer":"v.5.1.33","payload":[],"userFullname":"guest#ea16 ","requester_id":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","lang":"en","tempUID":"c1842d29-5525-4124-ba74-bf6a4dc14d7c"},"metadata":"","channel_type":"group","message_id":"09f7a7c0-2b8c-44c3-8a59-b1c16609549a","sender":"ea1634c6-dad8-4e85-8d1e-56b8f4daf24d","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","app_id":"tilechat","timestamp":1778254423374,"status":150,"uid":"c1842d29-5525-4124-ba74-bf6a4dc14d7c","isSender":true} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
76
- [ 84031ms] [LOG] %c2026-05-08T15:33:43.443Z LOG color:gray [MQTTConversationHandlerSERVICE] updateMessageStatusReceived {text: Messaggio di test da Playwright MCP, type: text, recipient_fullname: guest#ea16 , sender_fullname: guest#ea16 , attributes: Object} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
77
- [ 84032ms] [LOG] %c2026-05-08T15:33:43.443Z LOG color:gray [MQTTConversationHandlerSERVICE] status 150 < (RECEIVED:200) 200 @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
78
- [ 84231ms] [LOG] %c2026-05-08T15:33:43.643Z LOG color:gray [MQTTConversationsHandler] onConversationAdded completed: {text: I didn't understand. Can you rephrase your question?, type: text, recipient_fullname: guest#ea16 , sender_fullname: blank, channel_type: group} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
79
- [ 84231ms] [LOG] %c2026-05-08T15:33:43.643Z LOG color:gray [MQTTConversationsHandler] Added conv -> Changed! @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
80
- [ 84235ms] [LOG] %c2026-05-08T15:33:43.647Z LOG color:gray [MQTTConversationHandlerSERVICE] message added: {text: I didn't understand. Can you rephrase your question?, type: text, recipient_fullname: guest#ea16 , sender_fullname: blank, channel_type: group} on topic: {conversWith: support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b} [Object, Object] @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
81
- [ 84739ms] [LOG] %c2026-05-08T15:33:44.150Z LOG color:gray [MQTTConversationHandlerSERVICE] childSnapshot >{"type":"text","text":"I didn't understand. Can you rephrase your question?","timestamp":1778254423610,"uid":"d4b633f4-f40c-4a7b-baa2-5e8abf57f7c9_1","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","recipient_fullname":"guest#ea16 ","sender":"68dcde12eddf860013edafb5","sender_fullname":"blank","channel_type":"group","status":150,"attributes":{"commands":true,"fillParams":true,"intentName":"defaultFallback","flowAttributes":{"api_base_url":"https://stage.eks.tiledesk.com/api","chatbot_id":"691357a2c522620013ef55f9","userFullname":"guest#ea16 ","now":"2026-05-08T15:33:43.503Z","UUID":"b19a6873d2c1490ea0ca7d4feb428a8c","UUIDv4":"57542ae5-03fd-4496-8ede-d3fc59f1ae5c"},"tiledesk_message_id":"69fe025794c456001309b87c","projectId":"65c5f17ab4e95a0013a0181a","channel":"chat21","request_channel":"chat21","parentUid":"d4b633f4-f40c-4a7b-baa2-5e8abf57f7c9"}} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
82
- [ 84739ms] [LOG] %c2026-05-08T15:33:44.151Z LOG color:gray [MQTTConversationHandlerSERVICE] ****>msg.sender:68dcde12eddf860013edafb5 @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
83
- [ 84739ms] [LOG] %c2026-05-08T15:33:44.151Z LOG color:gray [MQTTConversationHandlerSERVICE] adding message:{"type":"text","text":"I didn't understand. Can you rephrase your question?","timestamp":1778254423610,"uid":"d4b633f4-f40c-4a7b-baa2-5e8abf57f7c9_1","recipient":"support-group-65c5f17ab4e95a0013a0181a-329b9ee17cb54a4c8da7de6d2a91c02b","recipient_fullname":"guest#ea16 ","sender":"68dcde12eddf860013edafb5","sender_fullname":"blank","channel_type":"group","status":150,"isSender":false,"attributes":{"commands":true,"fillParams":true,"intentName":"defaultFallback","flowAttributes":{"api_base_url":"https://stage.eks.tiledesk.com/api","chatbot_id":"691357a2c522620013ef55f9","userFullname":"guest#ea16 ","now":"2026-05-08T15:33:43.503Z","UUID":"b19a6873d2c1490ea0ca7d4feb428a8c","UUIDv4":"57542ae5-03fd-4496-8ede-d3fc59f1ae5c"},"tiledesk_message_id":"69fe025794c456001309b87c","projectId":"65c5f17ab4e95a0013a0181a","channel":"chat21","request_channel":"chat21","parentUid":"d4b633f4-f40c-4a7b-baa2-5e8abf57f7c9"}} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
84
- [ 84740ms] [LOG] %c2026-05-08T15:33:44.151Z LOG color:gray [MQTTConversationHandlerSERVICE] updateMessageStatusReceived {type: text, text: I didn't understand. Can you rephrase your question?, timestamp: 1778254423610, uid: d4b633f4-f40c-4a7b-baa2-5e8abf57f7c9_1, language: undefined} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
85
- [ 84740ms] [LOG] %c2026-05-08T15:33:44.151Z LOG color:gray [MQTTConversationHandlerSERVICE] status 150 < (RECEIVED:200) 200 @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
86
- [ 84740ms] [LOG] %c2026-05-08T15:33:44.151Z LOG color:gray [MQTTConversationHandlerSERVICE] updating message with status received @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
87
- [ 120269ms] [LOG] %c2026-05-08T15:34:19.680Z LOG color:gray [CONFIRM CLOSE MODAL] onInit undefined Map(15) @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
88
- [ 120272ms] [LOG] %c2026-05-08T15:34:19.683Z LOG color:gray [CONV-FOOTER] --------ngAfterViewInit: conversation-footer-------- @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708
89
- [ 120582ms] [LOG] %c2026-05-08T15:34:19.993Z LOG color:gray [MQTTConversationsHandler] getConversationDetail found locally? *****: {text: I didn't understand. Can you rephrase your question?, type: text, recipient_fullname: guest#ea16 , sender_fullname: blank, channel_type: group} @ http://127.0.0.1:4203/@fs/Users/gabriele95/Desktop/Tiledesk/widget-v5-ang18/.angular/cache/18.2.19/widget/vite/deps/ngx-logger.js?v=fffeab21:708