@deepdesk/deepdesk-sdk 10.9.3-beta.4 → 10.9.3-beta.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.
package/dist/index.d.mts CHANGED
@@ -1037,6 +1037,12 @@ declare namespace Server {
1037
1037
  lines: 'multiple' | 'single';
1038
1038
  }>;
1039
1039
  };
1040
+ search: {
1041
+ initial_types: Array<{
1042
+ type: string;
1043
+ title: string;
1044
+ }>;
1045
+ };
1040
1046
  };
1041
1047
  };
1042
1048
  type ChatHistory = {
package/dist/index.d.ts CHANGED
@@ -1037,6 +1037,12 @@ declare namespace Server {
1037
1037
  lines: 'multiple' | 'single';
1038
1038
  }>;
1039
1039
  };
1040
+ search: {
1041
+ initial_types: Array<{
1042
+ type: string;
1043
+ title: string;
1044
+ }>;
1045
+ };
1040
1046
  };
1041
1047
  };
1042
1048
  type ChatHistory = {