@deepdesk/deepdesk-sdk 10.10.3-beta.2 → 10.10.3-beta.4

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
@@ -1211,6 +1211,8 @@ declare class DeepdeskAPI {
1211
1211
  }>, options?: {
1212
1212
  model?: string;
1213
1213
  promptInstruction?: string;
1214
+ agentId?: string;
1215
+ externalConversationId?: string;
1214
1216
  }): Promise<string>;
1215
1217
  /**
1216
1218
  * Get a temporary exchange / login token
@@ -1424,13 +1426,14 @@ type State$4 = {
1424
1426
  fetchState: FetchState;
1425
1427
  };
1426
1428
 
1427
- type SearchResultType = string | SearchResultDefaultType;
1428
1429
  declare enum SearchResultDefaultType {
1430
+ default = "DEFAULT",
1429
1431
  url = "URL",
1430
1432
  personal = "PERSONAL",
1431
1433
  pinned = "STICKYMESSAGE",
1432
1434
  image = "IMAGE"
1433
1435
  }
1436
+ type SearchResultType = string | SearchResultDefaultType;
1434
1437
  type SearchResult = SearchSuggestion;
1435
1438
  interface State$3 {
1436
1439
  list: Array<SearchResult>;
package/dist/index.d.ts CHANGED
@@ -1211,6 +1211,8 @@ declare class DeepdeskAPI {
1211
1211
  }>, options?: {
1212
1212
  model?: string;
1213
1213
  promptInstruction?: string;
1214
+ agentId?: string;
1215
+ externalConversationId?: string;
1214
1216
  }): Promise<string>;
1215
1217
  /**
1216
1218
  * Get a temporary exchange / login token
@@ -1424,13 +1426,14 @@ type State$4 = {
1424
1426
  fetchState: FetchState;
1425
1427
  };
1426
1428
 
1427
- type SearchResultType = string | SearchResultDefaultType;
1428
1429
  declare enum SearchResultDefaultType {
1430
+ default = "DEFAULT",
1429
1431
  url = "URL",
1430
1432
  personal = "PERSONAL",
1431
1433
  pinned = "STICKYMESSAGE",
1432
1434
  image = "IMAGE"
1433
1435
  }
1436
+ type SearchResultType = string | SearchResultDefaultType;
1434
1437
  type SearchResult = SearchSuggestion;
1435
1438
  interface State$3 {
1436
1439
  list: Array<SearchResult>;