@cludosearch/cludo-search-components 1.0.147 → 1.0.148

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.
@@ -0,0 +1,9 @@
1
+ import { AISummaryClickData } from "../types/ai-summary-types";
2
+ /** Client context a summary click event carries; matches what AI Mode sends for its turn-0 clicks. */
3
+ export interface AiSummaryClickClient {
4
+ sessionId: string;
5
+ deviceType: string;
6
+ }
7
+ /** Body for POST /search/summarize/click. Shared by the standalone AI Summary and AI Mode turn 0 so both write identical rows. */
8
+ export declare function buildSummaryClickData(summaryId: string, url: string, client: AiSummaryClickClient): AISummaryClickData;
9
+ //# sourceMappingURL=ai-summary-click.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-summary-click.d.ts","sourceRoot":"","sources":["../../src/utils/ai-summary-click.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAE/D,sGAAsG;AACtG,MAAM,WAAW,oBAAoB;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACnB;AAED,kIAAkI;AAClI,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,oBAAoB,GAAG,kBAAkB,CAUtH"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cludosearch/cludo-search-components",
3
- "version": "1.0.147",
3
+ "version": "1.0.148",
4
4
  "description": "Cludo Search Components in React",
5
5
  "exports": {
6
6
  ".": {