Skip to content

Commit a57a16d

Browse files
algolia-botmillotp
andcommitted
chore: generated code for commit 925e9c9e. [skip ci]
algolia/api-clients-automation@925e9c9 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 4774dc0 commit a57a16d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

packages/algoliasearch/lite/model/baseSearchResponse.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { FacetsStats } from './facetsStats';
2+
import type { RenderingContent } from './renderingContent';
23

34
export type BaseSearchResponse = {
45
/**
@@ -97,4 +98,5 @@ export type BaseSearchResponse = {
9798
* Lets you store custom data in your indices.
9899
*/
99100
userData?: Record<string, any>;
101+
renderingContent?: RenderingContent;
100102
};

packages/client-search/model/baseSearchResponse.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { FacetsStats } from './facetsStats';
2+
import type { RenderingContent } from './renderingContent';
23

34
export type BaseSearchResponse = {
45
/**
@@ -97,4 +98,5 @@ export type BaseSearchResponse = {
9798
* Lets you store custom data in your indices.
9899
*/
99100
userData?: Record<string, any>;
101+
renderingContent?: RenderingContent;
100102
};

packages/recommend/model/baseSearchResponse.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { FacetsStats } from './facetsStats';
2+
import type { RenderingContent } from './renderingContent';
23

34
export type BaseSearchResponse = {
45
/**
@@ -97,4 +98,5 @@ export type BaseSearchResponse = {
9798
* Lets you store custom data in your indices.
9899
*/
99100
userData?: Record<string, any>;
101+
renderingContent?: RenderingContent;
100102
};

0 commit comments

Comments
 (0)