Skip to content

Commit

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

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
algolia-bot and millotp committed Feb 2, 2024
1 parent 31c9985 commit 3589ec5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/algoliasearch/lite/model/highlightResult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import type { HighlightResultOption } from './highlightResultOption';

export type HighlightResult =
| HighlightResultOption
| HighlightResultOption[]
| Record<string, HighlightResultOption>;
3 changes: 2 additions & 1 deletion packages/algoliasearch/lite/model/snippetResult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import type { SnippetResultOption } from './snippetResultOption';

export type SnippetResult =
| Record<string, SnippetResultOption>
| SnippetResultOption;
| SnippetResultOption
| SnippetResultOption[];
1 change: 1 addition & 0 deletions packages/client-search/model/highlightResult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import type { HighlightResultOption } from './highlightResultOption';

export type HighlightResult =
| HighlightResultOption
| HighlightResultOption[]
| Record<string, HighlightResultOption>;
3 changes: 2 additions & 1 deletion packages/client-search/model/snippetResult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import type { SnippetResultOption } from './snippetResultOption';

export type SnippetResult =
| Record<string, SnippetResultOption>
| SnippetResultOption;
| SnippetResultOption
| SnippetResultOption[];
1 change: 1 addition & 0 deletions packages/recommend/model/highlightResult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import type { HighlightResultOption } from './highlightResultOption';

export type HighlightResult =
| HighlightResultOption
| HighlightResultOption[]
| Record<string, HighlightResultOption>;
3 changes: 2 additions & 1 deletion packages/recommend/model/snippetResult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import type { SnippetResultOption } from './snippetResultOption';

export type SnippetResult =
| Record<string, SnippetResultOption>
| SnippetResultOption;
| SnippetResultOption
| SnippetResultOption[];

0 comments on commit 3589ec5

Please sign in to comment.