@deepdesk/deepdesk-sdk 10.12.0 → 10.12.1-beta.0

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
@@ -1000,6 +1000,7 @@ declare namespace Server {
1000
1000
  }
1001
1001
  type SearchResultsData = {
1002
1002
  results: SearchResult[];
1003
+ aggregates: Record<string, number>;
1003
1004
  };
1004
1005
  /**
1005
1006
  * Me
@@ -1155,6 +1156,8 @@ interface SearchOptions {
1155
1156
  };
1156
1157
  query: string;
1157
1158
  profile: string;
1159
+ size?: number;
1160
+ current?: number;
1158
1161
  tags?: string[];
1159
1162
  params: {
1160
1163
  agentName?: string;
@@ -1452,6 +1455,7 @@ interface State$3 {
1452
1455
  page: string;
1453
1456
  fetchState: FetchState;
1454
1457
  isOpen: boolean;
1458
+ aggregates: Record<string, number>;
1455
1459
  }
1456
1460
 
1457
1461
  type State$2 = {
package/dist/index.d.ts CHANGED
@@ -1000,6 +1000,7 @@ declare namespace Server {
1000
1000
  }
1001
1001
  type SearchResultsData = {
1002
1002
  results: SearchResult[];
1003
+ aggregates: Record<string, number>;
1003
1004
  };
1004
1005
  /**
1005
1006
  * Me
@@ -1155,6 +1156,8 @@ interface SearchOptions {
1155
1156
  };
1156
1157
  query: string;
1157
1158
  profile: string;
1159
+ size?: number;
1160
+ current?: number;
1158
1161
  tags?: string[];
1159
1162
  params: {
1160
1163
  agentName?: string;
@@ -1452,6 +1455,7 @@ interface State$3 {
1452
1455
  page: string;
1453
1456
  fetchState: FetchState;
1454
1457
  isOpen: boolean;
1458
+ aggregates: Record<string, number>;
1455
1459
  }
1456
1460
 
1457
1461
  type State$2 = {