@1interface/chat-core 0.2.3 → 0.2.5

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/index.d.ts CHANGED
@@ -571,6 +571,7 @@ export declare interface ClientConfig {
571
571
  voice_agent: VoiceAgentConfig;
572
572
  features?: string[];
573
573
  backend_version?: string;
574
+ panel_switcher_enabled?: boolean;
574
575
  }
575
576
 
576
577
  export declare interface ClientConfigResponse {