Skip to content

Commit f2b06ac

Browse files
fix(specs): support synonyms type in camel case [skip-bc] (generated)
algolia/api-clients-automation#4031 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent e5ce693 commit f2b06ac

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

packages/client_search/lib/src/model/search_synonyms_params.g.dart

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client_search/lib/src/model/synonym_hit.g.dart

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client_search/lib/src/model/synonym_type.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ enum SynonymType {
99
onewaysynonym(r'onewaysynonym'),
1010
altcorrection1(r'altcorrection1'),
1111
altcorrection2(r'altcorrection2'),
12-
placeholder(r'placeholder');
12+
placeholder(r'placeholder'),
13+
oneWaySynonym(r'oneWaySynonym'),
14+
altCorrection1(r'altCorrection1'),
15+
altCorrection2(r'altCorrection2');
1316

1417
const SynonymType(this.raw);
1518
final dynamic raw;

0 commit comments

Comments
 (0)