@botonic/plugin-hubtype-analytics 2.30.0 → 2.31.1-alpha.1
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
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 2.31.1-alpha.0 (2026-06-16)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for @botonic/plugin-hubtype-analytics to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 2.31.0 (2026-06-15)
|
|
6
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- **plugin-flow-builder:** polynomial regular expression used on uncontrolled data ([#938](https://github.com/metis-ai/hubtype-product/pull/938))
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Oriol Raventós @Iru89
|
|
14
|
+
|
|
1
15
|
## 2.30.0 (2026-06-11)
|
|
2
16
|
|
|
3
17
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botonic/plugin-hubtype-analytics",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.31.1-alpha.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@botonic/core": "2.
|
|
8
|
+
"@botonic/core": "2.31.1-alpha.1",
|
|
9
9
|
"tslib": "^2.3.0",
|
|
10
|
-
"@botonic/shared": "2.
|
|
10
|
+
"@botonic/shared": "2.31.1-alpha.1"
|
|
11
11
|
},
|
|
12
12
|
"references": [
|
|
13
13
|
{
|
|
@@ -8,9 +8,11 @@ export declare class HtEventAiAgentRouter extends HtEvent {
|
|
|
8
8
|
flow_node_content_id: string;
|
|
9
9
|
flow_node_is_meaningful: boolean;
|
|
10
10
|
memory_length: number;
|
|
11
|
+
input_message_id: string;
|
|
11
12
|
input_guardrails_triggered: string[];
|
|
12
13
|
output_guardrails_triggered: string[];
|
|
13
14
|
exit: boolean;
|
|
15
|
+
error: boolean;
|
|
14
16
|
starting_agent_name: string;
|
|
15
17
|
last_agent_name: string;
|
|
16
18
|
available_specialists: {
|
|
@@ -13,9 +13,11 @@ export class HtEventAiAgentRouter extends HtEvent {
|
|
|
13
13
|
this.flow_node_content_id = event.flowNodeContentId;
|
|
14
14
|
this.flow_node_is_meaningful = event.flowNodeIsMeaningful;
|
|
15
15
|
this.memory_length = event.memoryLength;
|
|
16
|
+
this.input_message_id = event.inputMessageId;
|
|
16
17
|
this.input_guardrails_triggered = event.inputGuardrailsTriggered;
|
|
17
18
|
this.output_guardrails_triggered = event.outputGuardrailsTriggered;
|
|
18
19
|
this.exit = event.exit;
|
|
20
|
+
this.error = event.error;
|
|
19
21
|
this.starting_agent_name = event.startingAgentName;
|
|
20
22
|
this.last_agent_name = event.lastAgentName;
|
|
21
23
|
this.available_specialists = event.availableSpecialists;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ht-event-ai-agent-router.js","sourceRoot":"","sources":["../../../../../../../../libs/botonic/plugin-hubtype-analytics/src/lib/event-models/bot/ht-event-ai-agent-router.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EACL,WAAW,EAEX,SAAS,GAEV,MAAM,UAAU,CAAA;AAEjB,MAAM,OAAO,oBAAqB,SAAQ,OAAO;
|
|
1
|
+
{"version":3,"file":"ht-event-ai-agent-router.js","sourceRoot":"","sources":["../../../../../../../../libs/botonic/plugin-hubtype-analytics/src/lib/event-models/bot/ht-event-ai-agent-router.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EACL,WAAW,EAEX,SAAS,GAEV,MAAM,UAAU,CAAA;AAEjB,MAAM,OAAO,oBAAqB,SAAQ,OAAO;IAkB/C,YAAY,KAAyB,EAAE,WAAwB;QAC7D,KAAK,CAAC,KAAK,EAAE,WAAW,CAAC,CAAA;QACzB,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC,QAAQ,CAAA;QAC9B,IAAI,CAAC,MAAM,GAAG,WAAW,CAAC,aAAa,CAAA;QACvC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,YAAY,CAAA;QACxC,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC,MAAM,CAAA;QAC3B,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,QAAQ,CAAA;QAC/B,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,UAAU,CAAA;QACpC,IAAI,CAAC,oBAAoB,GAAG,KAAK,CAAC,iBAAiB,CAAA;QACnD,IAAI,CAAC,uBAAuB,GAAG,KAAK,CAAC,oBAAoB,CAAA;QACzD,IAAI,CAAC,aAAa,GAAG,KAAK,CAAC,YAAY,CAAA;QACvC,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAA;QAC5C,IAAI,CAAC,0BAA0B,GAAG,KAAK,CAAC,wBAAwB,CAAA;QAChE,IAAI,CAAC,2BAA2B,GAAG,KAAK,CAAC,yBAAyB,CAAA;QAClE,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAA;QACtB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,KAAK,CAAA;QACxB,IAAI,CAAC,mBAAmB,GAAG,KAAK,CAAC,iBAAiB,CAAA;QAClD,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC,aAAa,CAAA;QAC1C,IAAI,CAAC,qBAAqB,GAAG,KAAK,CAAC,oBAAoB,CAAA;QACvD,IAAI,CAAC,4BAA4B,GAAG,KAAK,CAAC,yBAAyB,CAAA;IACrE,CAAC;CACF"}
|