@tiledesk/tiledesk-tybot-connector 2.0.16-rc4 → 2.0.16

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 (56) hide show
  1. package/CHANGELOG.md +3 -28
  2. package/Logger.js +4 -14
  3. package/TdCache copy.js +242 -0
  4. package/engine/mock/MockBotsDataSource.js +2 -1
  5. package/index.js +0 -3
  6. package/logs/app.log +44714 -5981
  7. package/logs/app1.log +16653 -0
  8. package/package.json +2 -2
  9. package/tiledeskChatbotPlugs/DirectivesChatbotPlug.js +11 -29
  10. package/tiledeskChatbotPlugs/directives/DirAddKbContent.js +21 -20
  11. package/tiledeskChatbotPlugs/directives/DirAddTags.js +6 -5
  12. package/tiledeskChatbotPlugs/directives/DirAiPrompt.js +8 -7
  13. package/tiledeskChatbotPlugs/directives/DirAskGPTV2.js +21 -53
  14. package/tiledeskChatbotPlugs/directives/DirAssistant.js +2 -1
  15. package/tiledeskChatbotPlugs/directives/DirBrevo.js +2 -1
  16. package/tiledeskChatbotPlugs/directives/DirCaptureUserReply.js +5 -4
  17. package/tiledeskChatbotPlugs/directives/DirClearTranscript.js +2 -1
  18. package/tiledeskChatbotPlugs/directives/DirClose.js +3 -2
  19. package/tiledeskChatbotPlugs/directives/DirCode.js +2 -1
  20. package/tiledeskChatbotPlugs/directives/DirCondition.js +4 -3
  21. package/tiledeskChatbotPlugs/directives/DirContactUpdate.js +2 -1
  22. package/tiledeskChatbotPlugs/directives/DirCustomerio.js +2 -1
  23. package/tiledeskChatbotPlugs/directives/DirDeleteVariable.js +2 -1
  24. package/tiledeskChatbotPlugs/directives/DirDepartment.js +4 -3
  25. package/tiledeskChatbotPlugs/directives/DirFlowLog.js +5 -5
  26. package/tiledeskChatbotPlugs/directives/DirGptTask.js +5 -4
  27. package/tiledeskChatbotPlugs/directives/DirHubspot.js +2 -1
  28. package/tiledeskChatbotPlugs/directives/DirIfOnlineAgentsV2.js +2 -1
  29. package/tiledeskChatbotPlugs/directives/DirIfOpenHours.js +4 -3
  30. package/tiledeskChatbotPlugs/directives/DirIntent.js +0 -1
  31. package/tiledeskChatbotPlugs/directives/DirJSONCondition.js +5 -4
  32. package/tiledeskChatbotPlugs/directives/DirMake.js +2 -1
  33. package/tiledeskChatbotPlugs/directives/DirMoveToAgent.js +2 -1
  34. package/tiledeskChatbotPlugs/directives/DirMoveToUnassigned.js +2 -1
  35. package/tiledeskChatbotPlugs/directives/DirQapla.js +2 -1
  36. package/tiledeskChatbotPlugs/directives/DirRandomReply.js +2 -1
  37. package/tiledeskChatbotPlugs/directives/DirReplaceBot.js +2 -1
  38. package/tiledeskChatbotPlugs/directives/DirReplaceBotV2.js +2 -1
  39. package/tiledeskChatbotPlugs/directives/DirReplaceBotV3.js +2 -1
  40. package/tiledeskChatbotPlugs/directives/DirReply.js +5 -6
  41. package/tiledeskChatbotPlugs/directives/DirReplyV2.js +2 -1
  42. package/tiledeskChatbotPlugs/directives/DirSendEmail.js +2 -1
  43. package/tiledeskChatbotPlugs/directives/DirSendWhatsapp.js +2 -1
  44. package/tiledeskChatbotPlugs/directives/DirSetAttributeV2.js +2 -1
  45. package/tiledeskChatbotPlugs/directives/DirWait.js +3 -2
  46. package/tiledeskChatbotPlugs/directives/DirWebRequestV2.js +9 -8
  47. package/tiledeskChatbotPlugs/directives/DirWebRequestV2_old.js +418 -0
  48. package/tiledeskChatbotPlugs/directives/DirWebResponse.js +3 -2
  49. package/tiledeskChatbotPlugs/directives/DirWhatsappByAttribute.js +2 -1
  50. package/tiledeskChatbotPlugs/directives/Directives.js +0 -1
  51. package/utils/TiledeskChatbotUtil.js +25 -4
  52. package/logs/app4.log +0 -46163
  53. package/logs/app5.log +0 -39983
  54. package/logs/app6.log +0 -50376
  55. package/logs/app7.log +0 -43568
  56. package/logs/app8.log +0 -4779

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.