@inkeep/cxkit-types 0.5.92 → 0.5.94

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -539,6 +539,11 @@ export declare interface InkeepAIChatSettings extends ToolConfig {
539
539
  * @default false
540
540
  */
541
541
  isViewOnly?: boolean;
542
+ /**
543
+ * Whether to make conversations public by default.
544
+ * @default undefined (private)
545
+ */
546
+ conversationVisibility?: 'public' | 'private';
542
547
  /**
543
548
  * Configuration for the chat's disclaimer message.
544
549
  * Use this to display important notices about AI limitations or data usage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/cxkit-types",
3
- "version": "0.5.92",
3
+ "version": "0.5.94",
4
4
  "description": "",
5
5
  "license": "Inkeep, Inc. Customer License (IICL) v1.1",
6
6
  "homepage": "",