@waniwani/sdk 0.19.4 → 0.19.6

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.
@@ -774,6 +774,14 @@ interface ChatEmbedProps extends Omit<ChatBaseProps, "api" | "onCallTool"> {
774
774
  * should leave this unset.
775
775
  */
776
776
  initializing?: boolean;
777
+ /**
778
+ * @internal
779
+ * Whether the chat is actually on screen. `false` suppresses
780
+ * `suggestions.shown` impressions, so a mount kept hidden behind other
781
+ * chrome (the floating dock) never reports pills the visitor cannot see.
782
+ * Defaults to `true`; standalone `ChatEmbed` callers should leave it unset.
783
+ */
784
+ onScreen?: boolean;
777
785
  }
778
786
  interface ChatHandle {
779
787
  /** Programmatically send a user message into the chat */