Skip to content

Commit 4b7156a

Browse files
committed
fix duplicate models
1 parent ef75be7 commit 4b7156a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
6666
"facetordering",
6767
"facets",
6868
"facetsstats",
69+
"forbidden",
6970
"highlightresult",
7071
"highlightresultoption",
7172
"ignoreplurals",
@@ -83,10 +84,11 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
8384
"promoteobjectids",
8485
"querysuggestionsconfiguration",
8586
"querytype",
87+
"range",
8688
"rankinginfo",
8789
"redirect",
8890
"redirectruleindexmetadata",
89-
"redirectruleindexmetadatadata",
91+
"redirectruleindexdata",
9092
"redirecturl",
9193
"region",
9294
"removestopwords",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
AlternativesAsExact,
1111
Anchoring,
1212
AroundPrecision,
13-
AroundPrecisionFromValueInner,
1413
AroundRadius,
1514
AroundRadiusAll,
1615
AutomaticFacetFilter,
@@ -55,11 +54,12 @@ import {
5554
PromoteObjectID,
5655
PromoteObjectIDs,
5756
QueryType,
57+
Range,
5858
RankingInfo,
5959
ReRankingApplyFilter,
6060
Redirect,
6161
RedirectRuleIndexMetadata,
62-
RedirectRuleIndexMetadataData,
62+
RedirectRuleIndexData,
6363
RedirectURL,
6464
RemoveStopWords,
6565
RemoveWordsIfNoResults,
@@ -97,7 +97,6 @@ export {
9797
AlternativesAsExact,
9898
Anchoring,
9999
AroundPrecision,
100-
AroundPrecisionFromValueInner,
101100
AroundRadius,
102101
AroundRadiusAll,
103102
AutomaticFacetFilter,
@@ -141,11 +140,12 @@ export {
141140
PromoteObjectID,
142141
PromoteObjectIDs,
143142
QueryType,
143+
Range,
144144
RankingInfo,
145145
ReRankingApplyFilter,
146146
Redirect,
147147
RedirectRuleIndexMetadata,
148-
RedirectRuleIndexMetadataData,
148+
RedirectRuleIndexData,
149149
RedirectURL,
150150
RemoveStopWords,
151151
RemoveWordsIfNoResults,

0 commit comments

Comments
 (0)