Skip to content

Commit

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

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Jan 9, 2024
1 parent bb9ae21 commit 3708a9e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/algoliasearch/lite/model/searchForFacetValuesResponse.ts
Expand Up @@ -4,4 +4,14 @@ import type { FacetHits } from './facetHits';

export type SearchForFacetValuesResponse = {
facetHits: FacetHits[];

/**
* See the `facetsCount` field of the `exhaustive` object in the response.
*/
exhaustiveFacetsCount: boolean;

/**
* Time the server took to process the request, in milliseconds.
*/
processingTimeMS?: number;
};
10 changes: 10 additions & 0 deletions packages/client-search/model/searchForFacetValuesResponse.ts
Expand Up @@ -4,4 +4,14 @@ import type { FacetHits } from './facetHits';

export type SearchForFacetValuesResponse = {
facetHits: FacetHits[];

/**
* See the `facetsCount` field of the `exhaustive` object in the response.
*/
exhaustiveFacetsCount: boolean;

/**
* Time the server took to process the request, in milliseconds.
*/
processingTimeMS?: number;
};

0 comments on commit 3708a9e

Please sign in to comment.