22
33import type { Region as AbtestingRegion , RegionOptions as AbtestingRegionOptions } from '@algolia/client-abtesting' ;
44import type { Region as AnalyticsRegion , RegionOptions as AnalyticsRegionOptions } from '@algolia/client-analytics' ;
5+
56import type { Region as InsightsRegion , RegionOptions as InsightsRegionOptions } from '@algolia/client-insights' ;
67import type { Region as IngestionRegion , RegionOptions as IngestionRegionOptions } from '@algolia/ingestion' ;
78
@@ -46,27 +47,29 @@ import type {
4647 CustomGetProps ,
4748 CustomPostProps ,
4849 CustomPutProps ,
49- DeletedAtResponse ,
5050 DeleteSourceProps ,
51+ DeletedAtResponse ,
5152 Distinct ,
5253 Edit ,
5354 EditType ,
5455 ErrorBase ,
5556 ExactOnSingleWordQuery ,
5657 Exhaustive ,
5758 FacetFilters ,
59+ FacetHits ,
5860 FacetOrdering ,
59- Facets ,
6061 FacetStats ,
62+ Facets ,
6163 GetTaskProps ,
6264 HighlightResult ,
6365 HighlightResultOption ,
66+ Hit ,
6467 IgnorePlurals ,
6568 IndexSettingsAsSearchParams ,
6669 InsideBoundingBox ,
6770 Languages ,
68- MatchedGeoLocation ,
6971 MatchLevel ,
72+ MatchedGeoLocation ,
7073 Mode ,
7174 NumericFilters ,
7275 OptionalFilters ,
@@ -79,18 +82,23 @@ import type {
7982 QueryType ,
8083 Range ,
8184 RankingInfo ,
85+ ReRankingApplyFilter ,
8286 Redirect ,
8387 RedirectRuleIndexData ,
8488 RedirectRuleIndexMetadata ,
8589 RedirectURL ,
8690 RemoveStopWords ,
8791 RemoveWordsIfNoResults ,
8892 RenderingContent ,
89- ReRankingApplyFilter ,
93+ SearchForFacetValuesProps ,
94+ SearchForFacetValuesRequest ,
95+ SearchForFacetValuesResponse ,
96+ SearchHits ,
9097 SearchPagination ,
9198 SearchParams ,
9299 SearchParamsObject ,
93100 SearchParamsQuery ,
101+ SearchResponse ,
94102 SemanticSearch ,
95103 SnippetResult ,
96104 SnippetResultOption ,
@@ -113,6 +121,7 @@ export * from '@algolia/client-insights';
113121export * from '@algolia/client-personalization' ;
114122export * from '@algolia/client-query-suggestions' ;
115123export * from '@algolia/client-search' ;
124+ export * from '@algolia/composition' ;
116125export * from '@algolia/ingestion' ;
117126export * from '@algolia/monitoring' ;
118127export * from '@algolia/recommend' ;
@@ -178,27 +187,29 @@ export type {
178187 CustomGetProps ,
179188 CustomPostProps ,
180189 CustomPutProps ,
181- DeletedAtResponse ,
182190 DeleteSourceProps ,
191+ DeletedAtResponse ,
183192 Distinct ,
184193 Edit ,
185194 EditType ,
186195 ErrorBase ,
187196 ExactOnSingleWordQuery ,
188197 Exhaustive ,
189198 FacetFilters ,
199+ FacetHits ,
190200 FacetOrdering ,
191- Facets ,
192201 FacetStats ,
202+ Facets ,
193203 GetTaskProps ,
194204 HighlightResult ,
195205 HighlightResultOption ,
206+ Hit ,
196207 IgnorePlurals ,
197208 IndexSettingsAsSearchParams ,
198209 InsideBoundingBox ,
199210 Languages ,
200- MatchedGeoLocation ,
201211 MatchLevel ,
212+ MatchedGeoLocation ,
202213 Mode ,
203214 NumericFilters ,
204215 OptionalFilters ,
@@ -211,18 +222,23 @@ export type {
211222 QueryType ,
212223 Range ,
213224 RankingInfo ,
225+ ReRankingApplyFilter ,
214226 Redirect ,
215227 RedirectRuleIndexData ,
216228 RedirectRuleIndexMetadata ,
217229 RedirectURL ,
218230 RemoveStopWords ,
219231 RemoveWordsIfNoResults ,
220232 RenderingContent ,
221- ReRankingApplyFilter ,
233+ SearchForFacetValuesProps ,
234+ SearchForFacetValuesRequest ,
235+ SearchForFacetValuesResponse ,
236+ SearchHits ,
222237 SearchPagination ,
223238 SearchParams ,
224239 SearchParamsObject ,
225240 SearchParamsQuery ,
241+ SearchResponse ,
226242 SemanticSearch ,
227243 SnippetResult ,
228244 SnippetResultOption ,
0 commit comments