Skip to content

Commit 4ede08f

Browse files
committed
fix: export new subtypes
1 parent 5febb5c commit 4ede08f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import type {
1616
AdvancedSyntaxFeatures,
1717
AlternativesAsExact,
1818
Anchoring,
19+
AppliedRulesResponse,
1920
AroundPrecision,
2021
AroundRadius,
2122
AroundRadiusAll,
@@ -81,6 +82,7 @@ import type {
8182
RemoveWordsIfNoResults,
8283
RenderingContent,
8384
ReRankingApplyFilter,
85+
RootSearchResponse,
8486
SearchPagination,
8587
SearchParams,
8688
SearchParamsObject,
@@ -131,6 +133,7 @@ export type {
131133
AdvancedSyntaxFeatures,
132134
AlternativesAsExact,
133135
Anchoring,
136+
AppliedRulesResponse,
134137
AroundPrecision,
135138
AroundRadius,
136139
AroundRadiusAll,
@@ -196,6 +199,7 @@ export type {
196199
RemoveWordsIfNoResults,
197200
RenderingContent,
198201
ReRankingApplyFilter,
202+
RootSearchResponse,
199203
SearchPagination,
200204
SearchParams,
201205
SearchParamsObject,

0 commit comments

Comments
 (0)