@@ -13,8 +13,8 @@ import type {
1313 AroundRadiusAll,
1414 AutomaticFacetFilter,
1515 AutomaticFacetFilters,
16- BaseSearchParams,
1716 BaseIndexSettings,
17+ BaseSearchParams,
1818 BaseSearchParamsWithoutQuery,
1919 BaseSearchResponse,
2020 BooleanString,
@@ -43,8 +43,8 @@ import type {
4343 HighlightResultOption,
4444 IgnorePlurals,
4545 IndexSettingsAsSearchParams,
46- MatchLevel,
4746 MatchedGeoLocation,
47+ MatchLevel,
4848 Mode,
4949 NumericFilters,
5050 OptionalFilters,
@@ -56,14 +56,14 @@ import type {
5656 QueryType,
5757 Range,
5858 RankingInfo,
59- ReRankingApplyFilter,
6059 Redirect,
61- RedirectRuleIndexMetadata,
6260 RedirectRuleIndexData,
61+ RedirectRuleIndexMetadata,
6362 RedirectURL,
6463 RemoveStopWords,
6564 RemoveWordsIfNoResults,
6665 RenderingContent,
66+ ReRankingApplyFilter,
6767 SearchPagination,
6868 SearchParams,
6969 SearchParamsObject,
@@ -75,8 +75,10 @@ import type {
7575 SupportedLanguage,
7676 TagFilters,
7777 TaskStatus,
78+ TimeRange,
7879 TypoTolerance,
7980 TypoToleranceEnum,
81+ UpdatedAtResponse,
8082 Value,
8183} from '@algolia/client-search';
8284import { apiClientVersion } from '@algolia/client-search';
@@ -91,16 +93,19 @@ export * from '@algolia/client-analytics';
9193export * from '@algolia/client-abtesting';
9294
9395export {
96+ AbTestingRegion,
9497 AdvancedSyntaxFeatures,
9598 AlternativesAsExact,
99+ AnalyticsRegion,
96100 Anchoring,
101+ apiClientVersion,
97102 AroundPrecision,
98103 AroundRadius,
99104 AroundRadiusAll,
100105 AutomaticFacetFilter,
101106 AutomaticFacetFilters,
102- BaseSearchParams,
103107 BaseIndexSettings,
108+ BaseSearchParams,
104109 BaseSearchParamsWithoutQuery,
105110 BaseSearchResponse,
106111 BooleanString,
@@ -129,8 +134,8 @@ export {
129134 HighlightResultOption,
130135 IgnorePlurals,
131136 IndexSettingsAsSearchParams,
132- MatchLevel,
133137 MatchedGeoLocation,
138+ MatchLevel,
134139 Mode,
135140 NumericFilters,
136141 OptionalFilters,
@@ -142,32 +147,31 @@ export {
142147 QueryType,
143148 Range,
144149 RankingInfo,
145- ReRankingApplyFilter,
146150 Redirect,
147- RedirectRuleIndexMetadata,
148151 RedirectRuleIndexData,
152+ RedirectRuleIndexMetadata,
149153 RedirectURL,
154+ Region,
150155 RemoveStopWords,
151156 RemoveWordsIfNoResults,
152157 RenderingContent,
158+ ReRankingApplyFilter,
159+ SearchPagination,
153160 SearchParams,
154161 SearchParamsObject,
155162 SearchParamsQuery,
156163 SemanticSearch,
157- SearchPagination,
158164 SnippetResult,
159165 SnippetResultOption,
160166 SortRemainingBy,
161167 SupportedLanguage,
162168 TagFilters,
163169 TaskStatus,
170+ TimeRange,
164171 TypoTolerance,
165172 TypoToleranceEnum,
173+ UpdatedAtResponse,
166174 Value,
167- AnalyticsRegion,
168- AbTestingRegion,
169- Region,
170- apiClientVersion,
171175} ;
172176
173177/**
@@ -190,4 +194,4 @@ export type InitClientRegion<TRegion> = Partial<{
190194 * Available regions of the initialized client.
191195 */
192196 region: TRegion;
193- } >;
197+ } >;
0 commit comments