Skip to content

Commit

Permalink
chore: generated code for commit a138c2fe. [skip ci]
Browse files Browse the repository at this point in the history
algolia/api-clients-automation@a138c2f

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Mouaad Aallam <mouaad.aallam@algolia.com>
  • Loading branch information
algolia-bot and aallam committed Feb 29, 2024
1 parent 1b3338d commit 24aea74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/algoliasearch/lite/model/baseSearchResponse.ts
Expand Up @@ -131,4 +131,9 @@ export type BaseSearchResponse = Record<string, any> & {
* Lets you store custom data in your indices.
*/
userData?: any | null;

/**
* Unique identifier for the query. This is used for [click analytics](https://www.algolia.com/doc/guides/analytics/click-analytics/).
*/
queryID?: string;
};
5 changes: 5 additions & 0 deletions packages/client-search/model/baseSearchResponse.ts
Expand Up @@ -131,4 +131,9 @@ export type BaseSearchResponse = Record<string, any> & {
* Lets you store custom data in your indices.
*/
userData?: any | null;

/**
* Unique identifier for the query. This is used for [click analytics](https://www.algolia.com/doc/guides/analytics/click-analytics/).
*/
queryID?: string;
};

0 comments on commit 24aea74

Please sign in to comment.