Skip to content

Commit 56bed84

Browse files
algolia-botmillotp
andcommitted
chore: generated code for commit 337eea93. [skip ci]
algolia/api-clients-automation@337eea9 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 9b56fe2 commit 56bed84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/algoliasearch/lite/model/getRecommendationsResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
import type { RecommendationsResults } from './recommendationsResults';
44

55
export type GetRecommendationsResponse = {
6-
results?: RecommendationsResults[];
6+
results: RecommendationsResults[];
77
};

packages/recommend/model/getRecommendationsResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
import type { RecommendationsResults } from './recommendationsResults';
44

55
export type GetRecommendationsResponse = {
6-
results?: RecommendationsResults[];
6+
results: RecommendationsResults[];
77
};

0 commit comments

Comments
 (0)