@@ -6,73 +6,74 @@ import type {
6
6
ClientOptions,
7
7
} from '@algolia/client-common';
8
8
import {
9
- ErrorBase,
10
- CustomPutProps,
11
- CustomPostProps,
9
+ AdvancedSyntaxFeatures,
10
+ AlternativesAsExact,
11
+ Anchoring,
12
+ AroundPrecision,
13
+ AroundPrecisionFromValueInner,
14
+ AroundRadius,
15
+ AroundRadiusAll,
16
+ AutomaticFacetFilter,
17
+ AutomaticFacetFilters,
18
+ BaseSearchParams,
19
+ BaseSearchParamsWithoutQuery,
20
+ BaseSearchResponse,
21
+ Condition,
22
+ Consequence,
23
+ ConsequenceHide,
24
+ ConsequenceParams,
25
+ ConsequenceQuery,
26
+ ConsequenceQueryObject,
12
27
CustomDeleteProps,
13
28
CustomGetProps,
14
- TypoToleranceEnum,
15
- TypoTolerance,
16
- TaskStatus,
17
- TagFilters,
18
- SortRemainingBy,
19
- SnippetResultOption,
20
- SnippetResult,
21
- SemanticSearch,
22
- SearchParamsQuery,
23
- SearchParamsObject,
24
- RenderingContent,
25
- RemoveWordsIfNoResults,
26
- RemoveStopWords,
27
- RedirectRuleIndexMetadataData,
28
- RedirectRuleIndexMetadata,
29
- Redirect,
30
- ReRankingApplyFilter,
31
- RankingInfo,
32
- QueryType,
33
- PromoteObjectIDs,
34
- PromoteObjectID,
35
- Promote,
36
- Personalization,
37
- Params,
38
- OptionalFilters,
39
- NumericFilters,
40
- Mode,
41
- MixedSearchFilters,
42
- MatchedGeoLocation,
43
- MatchLevel,
44
- IndexSettingsAsSearchParams,
45
- IgnorePlurals,
46
- HighlightResultOption,
47
- HighlightResult,
48
- FacetsStats,
49
- Facets,
50
- FacetOrdering,
51
- FacetFilters,
52
- Exhaustive,
53
- ExactOnSingleWordQuery,
54
- EditType,
55
- Edit,
56
- Distinct,
29
+ CustomPostProps,
30
+ CustomPutProps,
57
31
DeletedAtResponse,
58
- ConsequenceQueryObject,
59
- ConsequenceQuery,
60
- ConsequenceParams,
61
- ConsequenceHide,
62
- Consequence,
63
- Condition,
64
- BaseSearchResponse,
65
- BaseSearchParamsWithoutQuery,
66
- BaseSearchParams,
67
- AutomaticFacetFilters,
68
- AutomaticFacetFilter,
69
- AroundRadiusAll,
70
- AroundRadius,
71
- AroundPrecisionFromValueInner,
72
- AroundPrecision,
73
- Anchoring,
74
- AlternativesAsExact,
75
- AdvancedSyntaxFeatures,
32
+ Distinct,
33
+ Edit,
34
+ EditType,
35
+ ErrorBase,
36
+ ExactOnSingleWordQuery,
37
+ Exhaustive,
38
+ FacetFilters,
39
+ FacetOrdering,
40
+ Facets,
41
+ FacetsStats,
42
+ HighlightResult,
43
+ HighlightResultOption,
44
+ IgnorePlurals,
45
+ IndexSettingsAsSearchParams,
46
+ MatchLevel,
47
+ MatchedGeoLocation,
48
+ Mode,
49
+ NumericFilters,
50
+ OptionalFilters,
51
+ Params,
52
+ Personalization,
53
+ Promote,
54
+ PromoteObjectID,
55
+ PromoteObjectIDs,
56
+ QueryType,
57
+ RankingInfo,
58
+ ReRankingApplyFilter,
59
+ Redirect,
60
+ RedirectRuleIndexMetadata,
61
+ RedirectRuleIndexMetadataData,
62
+ RemoveStopWords,
63
+ RemoveWordsIfNoResults,
64
+ RenderingContent,
65
+ SearchParams,
66
+ SearchParamsObject,
67
+ SearchParamsQuery,
68
+ SemanticSearch,
69
+ SnippetResult,
70
+ SnippetResultOption,
71
+ SortRemainingBy,
72
+ SupportedLanguage,
73
+ TagFilters,
74
+ TaskStatus,
75
+ TypoTolerance,
76
+ TypoToleranceEnum,
76
77
Value,
77
78
} from '@algolia/client-search/model';
78
79
@@ -89,73 +90,74 @@ export { AnalyticsClient } from '@algolia/client-analytics';
89
90
export { AbtestingClient } from '@algolia/client-abtesting';
90
91
91
92
export {
92
- ErrorBase,
93
- CustomPutProps,
94
- CustomPostProps,
93
+ AdvancedSyntaxFeatures,
94
+ AlternativesAsExact,
95
+ Anchoring,
96
+ AroundPrecision,
97
+ AroundPrecisionFromValueInner,
98
+ AroundRadius,
99
+ AroundRadiusAll,
100
+ AutomaticFacetFilter,
101
+ AutomaticFacetFilters,
102
+ BaseSearchParams,
103
+ BaseSearchParamsWithoutQuery,
104
+ BaseSearchResponse,
105
+ Condition,
106
+ Consequence,
107
+ ConsequenceHide,
108
+ ConsequenceParams,
109
+ ConsequenceQuery,
110
+ ConsequenceQueryObject,
95
111
CustomDeleteProps,
96
112
CustomGetProps,
97
- TypoToleranceEnum,
98
- TypoTolerance,
99
- TaskStatus,
100
- TagFilters,
101
- SortRemainingBy,
102
- SnippetResultOption,
103
- SnippetResult,
104
- SemanticSearch,
105
- SearchParamsQuery,
106
- SearchParamsObject,
107
- RenderingContent,
108
- RemoveWordsIfNoResults,
109
- RemoveStopWords,
110
- RedirectRuleIndexMetadataData,
111
- RedirectRuleIndexMetadata,
112
- Redirect,
113
- ReRankingApplyFilter,
114
- RankingInfo,
115
- QueryType,
116
- PromoteObjectIDs,
117
- PromoteObjectID,
118
- Promote,
119
- Personalization,
120
- Params,
121
- OptionalFilters,
122
- NumericFilters,
123
- Mode,
124
- MixedSearchFilters,
125
- MatchedGeoLocation,
126
- MatchLevel,
127
- IndexSettingsAsSearchParams,
128
- IgnorePlurals,
129
- HighlightResultOption,
130
- HighlightResult,
131
- FacetsStats,
132
- Facets,
133
- FacetOrdering,
134
- FacetFilters,
135
- Exhaustive,
136
- ExactOnSingleWordQuery,
137
- EditType,
138
- Edit,
139
- Distinct,
113
+ CustomPostProps,
114
+ CustomPutProps,
140
115
DeletedAtResponse,
141
- ConsequenceQueryObject,
142
- ConsequenceQuery,
143
- ConsequenceParams,
144
- ConsequenceHide,
145
- Consequence,
146
- Condition,
147
- BaseSearchResponse,
148
- BaseSearchParamsWithoutQuery,
149
- BaseSearchParams,
150
- AutomaticFacetFilters,
151
- AutomaticFacetFilter,
152
- AroundRadiusAll,
153
- AroundRadius,
154
- AroundPrecisionFromValueInner,
155
- AroundPrecision,
156
- Anchoring,
157
- AlternativesAsExact,
158
- AdvancedSyntaxFeatures,
116
+ Distinct,
117
+ Edit,
118
+ EditType,
119
+ ErrorBase,
120
+ ExactOnSingleWordQuery,
121
+ Exhaustive,
122
+ FacetFilters,
123
+ FacetOrdering,
124
+ Facets,
125
+ FacetsStats,
126
+ HighlightResult,
127
+ HighlightResultOption,
128
+ IgnorePlurals,
129
+ IndexSettingsAsSearchParams,
130
+ MatchLevel,
131
+ MatchedGeoLocation,
132
+ Mode,
133
+ NumericFilters,
134
+ OptionalFilters,
135
+ Params,
136
+ Personalization,
137
+ Promote,
138
+ PromoteObjectID,
139
+ PromoteObjectIDs,
140
+ QueryType,
141
+ RankingInfo,
142
+ ReRankingApplyFilter,
143
+ Redirect,
144
+ RedirectRuleIndexMetadata,
145
+ RedirectRuleIndexMetadataData,
146
+ RemoveStopWords,
147
+ RemoveWordsIfNoResults,
148
+ RenderingContent,
149
+ SearchParams,
150
+ SearchParamsObject,
151
+ SearchParamsQuery,
152
+ SemanticSearch,
153
+ SnippetResult,
154
+ SnippetResultOption,
155
+ SortRemainingBy,
156
+ SupportedLanguage,
157
+ TagFilters,
158
+ TaskStatus,
159
+ TypoTolerance,
160
+ TypoToleranceEnum,
159
161
Value,
160
162
} ;
161
163
0 commit comments