@1interface/chat-core 0.2.2 → 0.2.3

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
@@ -570,6 +570,7 @@ export declare interface ClientConfig {
570
570
  conversations: ConversationsConfig;
571
571
  voice_agent: VoiceAgentConfig;
572
572
  features?: string[];
573
+ backend_version?: string;
573
574
  }
574
575
 
575
576
  export declare interface ClientConfigResponse {