@okf/ootils 1.6.0 → 1.6.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/dist/node.js +4 -2
- package/dist/node.mjs +4 -2
- package/package.json +1 -1
package/dist/node.js
CHANGED
|
@@ -278,7 +278,8 @@ var init_Tpl = __esm({
|
|
|
278
278
|
title: String,
|
|
279
279
|
singular: String,
|
|
280
280
|
ctaText: String,
|
|
281
|
-
listingDesc: String
|
|
281
|
+
listingDesc: String,
|
|
282
|
+
aiDesc: String
|
|
282
283
|
},
|
|
283
284
|
allowQuickTagCreation: { enable: Boolean },
|
|
284
285
|
segment: String,
|
|
@@ -613,7 +614,8 @@ var init_AIChat = __esm({
|
|
|
613
614
|
},
|
|
614
615
|
content: {
|
|
615
616
|
type: { type: String },
|
|
616
|
-
value: String
|
|
617
|
+
value: String,
|
|
618
|
+
viz: Object
|
|
617
619
|
},
|
|
618
620
|
vectorSearchInfo: {
|
|
619
621
|
chunks: [Annotations_default]
|
package/dist/node.mjs
CHANGED
|
@@ -283,7 +283,8 @@ var init_Tpl = __esm({
|
|
|
283
283
|
title: String,
|
|
284
284
|
singular: String,
|
|
285
285
|
ctaText: String,
|
|
286
|
-
listingDesc: String
|
|
286
|
+
listingDesc: String,
|
|
287
|
+
aiDesc: String
|
|
287
288
|
},
|
|
288
289
|
allowQuickTagCreation: { enable: Boolean },
|
|
289
290
|
segment: String,
|
|
@@ -618,7 +619,8 @@ var init_AIChat = __esm({
|
|
|
618
619
|
},
|
|
619
620
|
content: {
|
|
620
621
|
type: { type: String },
|
|
621
|
-
value: String
|
|
622
|
+
value: String,
|
|
623
|
+
viz: Object
|
|
622
624
|
},
|
|
623
625
|
vectorSearchInfo: {
|
|
624
626
|
chunks: [Annotations_default]
|