Skip to content

Commit 4431f99

Browse files
committed
add the duplicate
1 parent ce6feb3 commit 4431f99

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

generators/src/main/java/com/algolia/codegen/AlgoliaSwiftGenerator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
106106
"supportedlanguage",
107107
"tagfilters",
108108
"taskstatus",
109+
"timerange",
109110
"typotolerance",
110111
"typotoleranceenum",
112+
"Updatedatresponse",
111113
"value"
112114
);
113115

templates/javascript/clients/algoliasearch/builds/models.mustache

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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';
8284
import { apiClientVersion } from '@algolia/client-search';
@@ -91,16 +93,19 @@ export * from '@algolia/client-analytics';
9193
export * from '@algolia/client-abtesting';
9294

9395
export {
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

Comments
 (0)