@sprout_ai_labs/sidekick 1.1.0 → 1.2.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/README.md CHANGED
@@ -318,6 +318,7 @@ interface ChatMessage {
318
318
  analyticsId?: string
319
319
  redactedText?: string
320
320
  kbSources?: KBSource[]
321
+ coeDetails?: CoeDetails
321
322
  }
322
323
 
323
324
  // Chat state
package/dist/index.d.ts CHANGED
@@ -62,6 +62,7 @@ import type { App, Plugin } from 'vue'
62
62
  analyticsId?: string
63
63
  redactedText?: string
64
64
  kbSources?: KBSource[]
65
+ coeDetails?: CoeDetails
65
66
  }
66
67
 
67
68
  // Auth user interface