Skip to content

Commit

Permalink
fix duplicate models
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Jul 29, 2024
1 parent ef75be7 commit 4b7156a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
"facetordering",
"facets",
"facetsstats",
"forbidden",
"highlightresult",
"highlightresultoption",
"ignoreplurals",
Expand All @@ -83,10 +84,11 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
"promoteobjectids",
"querysuggestionsconfiguration",
"querytype",
"range",
"rankinginfo",
"redirect",
"redirectruleindexmetadata",
"redirectruleindexmetadatadata",
"redirectruleindexdata",
"redirecturl",
"region",
"removestopwords",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
AlternativesAsExact,
Anchoring,
AroundPrecision,
AroundPrecisionFromValueInner,
AroundRadius,
AroundRadiusAll,
AutomaticFacetFilter,
Expand Down Expand Up @@ -55,11 +54,12 @@ import {
PromoteObjectID,
PromoteObjectIDs,
QueryType,
Range,
RankingInfo,
ReRankingApplyFilter,
Redirect,
RedirectRuleIndexMetadata,
RedirectRuleIndexMetadataData,
RedirectRuleIndexData,
RedirectURL,
RemoveStopWords,
RemoveWordsIfNoResults,
Expand Down Expand Up @@ -97,7 +97,6 @@ export {
AlternativesAsExact,
Anchoring,
AroundPrecision,
AroundPrecisionFromValueInner,
AroundRadius,
AroundRadiusAll,
AutomaticFacetFilter,
Expand Down Expand Up @@ -141,11 +140,12 @@ export {
PromoteObjectID,
PromoteObjectIDs,
QueryType,
Range,
RankingInfo,
ReRankingApplyFilter,
Redirect,
RedirectRuleIndexMetadata,
RedirectRuleIndexMetadataData,
RedirectRuleIndexData,
RedirectURL,
RemoveStopWords,
RemoveWordsIfNoResults,
Expand Down

0 comments on commit 4b7156a

Please sign in to comment.