@tiledesk/tiledesk-tybot-connector 0.2.153-rc6 → 0.2.153-rc7

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
@@ -5,7 +5,7 @@
5
5
  available on:
6
6
  ▶️ https://www.npmjs.com/package/@tiledesk/tiledesk-tybot-connector
7
7
 
8
- # v0.2.153-rc6
8
+ # v0.2.153-rc7
9
9
  - added: fixToken function in TiledeskService utils class
10
10
 
11
11
  # v0.2.153-rc4
package/index.js CHANGED
@@ -67,7 +67,7 @@ router.post('/ext/:botid', async (req, res) => {
67
67
  /** MANAGE AUDIO FILE MESSAGE */
68
68
  let aiService = new AiService({
69
69
  API_ENDPOINT: API_ENDPOINT,
70
- cTOKEN: token,
70
+ TOKEN: token,
71
71
  PROJECT_ID: projectId
72
72
  })
73
73
  let isAudio = TiledeskChatbotUtil.isAudioMessage(message)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-tybot-connector",
3
- "version": "0.2.153-rc6",
3
+ "version": "0.2.153-rc7",
4
4
  "description": "Tiledesk Tybot connector",
5
5
  "main": "index.js",
6
6
  "scripts": {