2
2
3
3
import type { Region as AbtestingRegion , RegionOptions as AbtestingRegionOptions } from '@algolia/client-abtesting' ;
4
4
import type { Region as AnalyticsRegion , RegionOptions as AnalyticsRegionOptions } from '@algolia/client-analytics' ;
5
+
5
6
import type { Region as InsightsRegion , RegionOptions as InsightsRegionOptions } from '@algolia/client-insights' ;
6
7
import type { Region as IngestionRegion , RegionOptions as IngestionRegionOptions } from '@algolia/ingestion' ;
7
8
@@ -46,27 +47,29 @@ import type {
46
47
CustomGetProps ,
47
48
CustomPostProps ,
48
49
CustomPutProps ,
49
- DeletedAtResponse ,
50
50
DeleteSourceProps ,
51
+ DeletedAtResponse ,
51
52
Distinct ,
52
53
Edit ,
53
54
EditType ,
54
55
ErrorBase ,
55
56
ExactOnSingleWordQuery ,
56
57
Exhaustive ,
57
58
FacetFilters ,
59
+ FacetHits ,
58
60
FacetOrdering ,
59
- Facets ,
60
61
FacetStats ,
62
+ Facets ,
61
63
GetTaskProps ,
62
64
HighlightResult ,
63
65
HighlightResultOption ,
66
+ Hit ,
64
67
IgnorePlurals ,
65
68
IndexSettingsAsSearchParams ,
66
69
InsideBoundingBox ,
67
70
Languages ,
68
- MatchedGeoLocation ,
69
71
MatchLevel ,
72
+ MatchedGeoLocation ,
70
73
Mode ,
71
74
NumericFilters ,
72
75
OptionalFilters ,
@@ -79,18 +82,23 @@ import type {
79
82
QueryType ,
80
83
Range ,
81
84
RankingInfo ,
85
+ ReRankingApplyFilter ,
82
86
Redirect ,
83
87
RedirectRuleIndexData ,
84
88
RedirectRuleIndexMetadata ,
85
89
RedirectURL ,
86
90
RemoveStopWords ,
87
91
RemoveWordsIfNoResults ,
88
92
RenderingContent ,
89
- ReRankingApplyFilter ,
93
+ SearchForFacetValuesProps ,
94
+ SearchForFacetValuesRequest ,
95
+ SearchForFacetValuesResponse ,
96
+ SearchHits ,
90
97
SearchPagination ,
91
98
SearchParams ,
92
99
SearchParamsObject ,
93
100
SearchParamsQuery ,
101
+ SearchResponse ,
94
102
SemanticSearch ,
95
103
SnippetResult ,
96
104
SnippetResultOption ,
@@ -113,6 +121,7 @@ export * from '@algolia/client-insights';
113
121
export * from '@algolia/client-personalization' ;
114
122
export * from '@algolia/client-query-suggestions' ;
115
123
export * from '@algolia/client-search' ;
124
+ export * from '@algolia/composition' ;
116
125
export * from '@algolia/ingestion' ;
117
126
export * from '@algolia/monitoring' ;
118
127
export * from '@algolia/recommend' ;
@@ -178,27 +187,29 @@ export type {
178
187
CustomGetProps ,
179
188
CustomPostProps ,
180
189
CustomPutProps ,
181
- DeletedAtResponse ,
182
190
DeleteSourceProps ,
191
+ DeletedAtResponse ,
183
192
Distinct ,
184
193
Edit ,
185
194
EditType ,
186
195
ErrorBase ,
187
196
ExactOnSingleWordQuery ,
188
197
Exhaustive ,
189
198
FacetFilters ,
199
+ FacetHits ,
190
200
FacetOrdering ,
191
- Facets ,
192
201
FacetStats ,
202
+ Facets ,
193
203
GetTaskProps ,
194
204
HighlightResult ,
195
205
HighlightResultOption ,
206
+ Hit ,
196
207
IgnorePlurals ,
197
208
IndexSettingsAsSearchParams ,
198
209
InsideBoundingBox ,
199
210
Languages ,
200
- MatchedGeoLocation ,
201
211
MatchLevel ,
212
+ MatchedGeoLocation ,
202
213
Mode ,
203
214
NumericFilters ,
204
215
OptionalFilters ,
@@ -211,18 +222,23 @@ export type {
211
222
QueryType ,
212
223
Range ,
213
224
RankingInfo ,
225
+ ReRankingApplyFilter ,
214
226
Redirect ,
215
227
RedirectRuleIndexData ,
216
228
RedirectRuleIndexMetadata ,
217
229
RedirectURL ,
218
230
RemoveStopWords ,
219
231
RemoveWordsIfNoResults ,
220
232
RenderingContent ,
221
- ReRankingApplyFilter ,
233
+ SearchForFacetValuesProps ,
234
+ SearchForFacetValuesRequest ,
235
+ SearchForFacetValuesResponse ,
236
+ SearchHits ,
222
237
SearchPagination ,
223
238
SearchParams ,
224
239
SearchParamsObject ,
225
240
SearchParamsQuery ,
241
+ SearchResponse ,
226
242
SemanticSearch ,
227
243
SnippetResult ,
228
244
SnippetResultOption ,
0 commit comments