lr-chatbot 0.29.1 → 0.29.2
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/index.js +3 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -22366,7 +22366,7 @@ let Tn = class extends An {
|
|
|
22366
22366
|
language: this.language,
|
|
22367
22367
|
origin: ""
|
|
22368
22368
|
});
|
|
22369
|
-
|
|
22369
|
+
t = be("chatbot:escalation.message", {
|
|
22370
22370
|
context: this.channel,
|
|
22371
22371
|
conversationId: a
|
|
22372
22372
|
}), await fo(200);
|
|
@@ -22375,6 +22375,7 @@ let Tn = class extends An {
|
|
|
22375
22375
|
this.loading = !1;
|
|
22376
22376
|
}
|
|
22377
22377
|
}
|
|
22378
|
+
this.trackEscalation();
|
|
22378
22379
|
const r = this.getUrl(t);
|
|
22379
22380
|
r && window.open(r, "_blank");
|
|
22380
22381
|
}
|
|
@@ -23097,7 +23098,7 @@ let It = class extends ge {
|
|
|
23097
23098
|
qn(this, li, t);
|
|
23098
23099
|
}
|
|
23099
23100
|
getVersion() {
|
|
23100
|
-
return "LR Chatbot - v0.29.
|
|
23101
|
+
return "LR Chatbot - v0.29.2";
|
|
23101
23102
|
}
|
|
23102
23103
|
async connectedCallback() {
|
|
23103
23104
|
super.connectedCallback(), this._conversationHistoryTask.run();
|