Skip to content

Commit 0810020

Browse files
chore: generated code for commit 31ba7f6d. [skip ci]
algolia/api-clients-automation@31ba7f6 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 56bed84 commit 0810020

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/algoliasearch/lite/model/trendingItems.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ export type TrendingItems = {
77
/**
88
* Facet attribute. To be used in combination with `facetValue`. If specified, only recommendations matching the facet filter will be returned.
99
*/
10-
facetName: string;
10+
facetName?: string;
1111

1212
/**
1313
* Facet value. To be used in combination with `facetName`. If specified, only recommendations matching the facet filter will be returned.
1414
*/
15-
facetValue: string;
15+
facetValue?: string;
1616

1717
model: TrendingItemsModel;
1818

packages/recommend/model/trendingItems.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ export type TrendingItems = {
77
/**
88
* Facet attribute. To be used in combination with `facetValue`. If specified, only recommendations matching the facet filter will be returned.
99
*/
10-
facetName: string;
10+
facetName?: string;
1111

1212
/**
1313
* Facet value. To be used in combination with `facetName`. If specified, only recommendations matching the facet filter will be returned.
1414
*/
15-
facetValue: string;
15+
facetValue?: string;
1616

1717
model: TrendingItemsModel;
1818

0 commit comments

Comments
 (0)