@waniwani/sdk 0.20.0 → 0.20.1

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.
@@ -364,7 +364,7 @@ interface SuggestionCandidates {
364
364
  type PreChatSuggestions = Pick<SuggestionCandidates, "page" | "channel">;
365
365
 
366
366
  /** Surface the widget is mounted on. */
367
- type WidgetMode = "inline" | "floating";
367
+ type WidgetMode = "inline" | "floating" | "composer";
368
368
  interface WidgetEventBase {
369
369
  /** Surface the widget is mounted on. */
370
370
  mode: WidgetMode;