@tiledesk/tiledesk-tybot-connector 0.2.129 → 0.2.130-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.
package/CHANGELOG.md CHANGED
@@ -17,11 +17,13 @@ available on:
17
17
  - Added flowError on JSONCondition when result = null
18
18
  - Added fix on Filler -->
19
19
 
20
-
20
+ # v0.2.130-rc1
21
+ - index.js /block => added "token": "NO-TOKEN"
21
22
 
22
23
  # v0.2.129 -> test
23
24
  - (TiledeskChatbot) sending as "info": "An error occurred while getting locked intent:'" + locked_intent + "'"
24
25
  - (DirectivesChatbotPlug) added try catch on new TiledeskClient() => try {tdclient = new TiledeskClient({...})}
26
+ - index.js /block => added "token": "NO-TOKEN"
25
27
 
26
28
  # v0.2.128 -> test
27
29
  - Updated axios from 0.27.2 to 1.7.7
package/index.js CHANGED
@@ -588,7 +588,8 @@ router.post('/block/:project_id/:bot_id/:block_id', async (req, res) => {
588
588
  "attributes": {
589
589
  "payload": body
590
590
  }
591
- }
591
+ },
592
+ "token": "NO-TOKEN"
592
593
  }
593
594
  console.log("sendMessageToBot()...");
594
595
  sendMessageToBot(process.env.TYBOT_ENDPOINT, request, bot_id, async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-tybot-connector",
3
- "version": "0.2.129",
3
+ "version": "0.2.130-rc1",
4
4
  "description": "Tiledesk Tybot connector",
5
5
  "main": "index.js",
6
6
  "scripts": {