@deepdesk/deepdesk-sdk 17.1.7-beta.5 → 17.1.7-beta.7

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.mts CHANGED
@@ -790,6 +790,7 @@ declare namespace Server {
790
790
  type OnDemandAssistant = {
791
791
  assistant: string;
792
792
  assistant_name: string;
793
+ display_name?: string;
793
794
  is_pinned: boolean;
794
795
  };
795
796
  type ChatHistory = {
package/dist/index.d.ts CHANGED
@@ -790,6 +790,7 @@ declare namespace Server {
790
790
  type OnDemandAssistant = {
791
791
  assistant: string;
792
792
  assistant_name: string;
793
+ display_name?: string;
793
794
  is_pinned: boolean;
794
795
  };
795
796
  type ChatHistory = {