@tiledesk/tiledesk-tybot-connector 0.2.51 → 0.2.52
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,10 @@
|
|
|
5
5
|
available on:
|
|
6
6
|
▶️ https://www.npmjs.com/package/@tiledesk/tiledesk-tybot-connector
|
|
7
7
|
|
|
8
|
-
# v0.2.
|
|
8
|
+
# v0.2.52
|
|
9
|
+
- Fix bug: wrong call at getKeyFromIntegration in Qapla' directive
|
|
10
|
+
|
|
11
|
+
# v0.2.51
|
|
9
12
|
- Improved AskGPTV2 action
|
|
10
13
|
- Added Hubspot action
|
|
11
14
|
- Added Customerio action (hidden)
|
package/package.json
CHANGED
|
@@ -289,7 +289,7 @@ class DirQapla {
|
|
|
289
289
|
return new Promise((resolve) => {
|
|
290
290
|
|
|
291
291
|
const INTEGRATIONS_HTTPREQUEST = {
|
|
292
|
-
url: server_base_url + "/" + this.context.projectId + "/integration/name/
|
|
292
|
+
url: server_base_url + "/" + this.context.projectId + "/integration/name/qapla",
|
|
293
293
|
headers: {
|
|
294
294
|
'Content-Type': 'application/json',
|
|
295
295
|
'Authorization': 'JWT ' + this.context.token
|