@botonic/plugin-hubtype-analytics 2.32.0 → 2.33.0
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,13 @@
|
|
|
1
|
+
## 2.33.0 (2026-06-26)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- improve custom conditional with different operators ([#974](https://github.com/metis-ai/hubtype-product/pull/974))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Oriol Raventós @Iru89
|
|
10
|
+
|
|
1
11
|
## 2.32.0 (2026-06-17)
|
|
2
12
|
|
|
3
13
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botonic/plugin-hubtype-analytics",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.33.0",
|
|
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.33.0",
|
|
9
9
|
"tslib": "^2.3.0",
|
|
10
|
-
"@botonic/shared": "2.
|
|
10
|
+
"@botonic/shared": "2.33.0"
|
|
11
11
|
},
|
|
12
12
|
"references": [
|
|
13
13
|
{
|
|
@@ -13,6 +13,7 @@ export class HtEventConditionalCustom extends HtEvent {
|
|
|
13
13
|
this.flow_node_is_meaningful = event.flowNodeIsMeaningful;
|
|
14
14
|
this.conditional_variable = event.conditionalVariable;
|
|
15
15
|
this.variable_format = event.variableFormat;
|
|
16
|
+
this.operator = event.operator;
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
19
|
//# sourceMappingURL=ht-event-conditional-custom.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ht-event-conditional-custom.js","sourceRoot":"","sources":["../../../../../../../../libs/botonic/plugin-hubtype-analytics/src/lib/event-models/bot/ht-event-conditional-custom.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EACL,WAAW,EAEX,SAAS,GAEV,MAAM,UAAU,CAAA;AAEjB,MAAM,OAAO,wBAAyB,SAAQ,OAAO;
|
|
1
|
+
{"version":3,"file":"ht-event-conditional-custom.js","sourceRoot":"","sources":["../../../../../../../../libs/botonic/plugin-hubtype-analytics/src/lib/event-models/bot/ht-event-conditional-custom.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EACL,WAAW,EAEX,SAAS,GAEV,MAAM,UAAU,CAAA;AAEjB,MAAM,OAAO,wBAAyB,SAAQ,OAAO;IAWnD,YAAY,KAA6B,EAAE,WAAwB;QACjE,KAAK,CAAC,KAAK,EAAE,WAAW,CAAC,CAAA;QACzB,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC,QAAQ,CAAA;QAC9B,IAAI,CAAC,MAAM,GAAG,WAAW,CAAC,iBAAiB,CAAA;QAC3C,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,oBAAoB,GAAG,KAAK,CAAC,mBAAmB,CAAA;QACrD,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC,cAAc,CAAA;QAC3C,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAA;IAChC,CAAC;CACF"}
|