Skip to content

Commit

Permalink
fix(specs): support synonyms type in camel case [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4031

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Oct 28, 2024
1 parent e5ce693 commit f2b06ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/client_search/lib/src/model/synonym_hit.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/client_search/lib/src/model/synonym_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ enum SynonymType {
onewaysynonym(r'onewaysynonym'),
altcorrection1(r'altcorrection1'),
altcorrection2(r'altcorrection2'),
placeholder(r'placeholder');
placeholder(r'placeholder'),
oneWaySynonym(r'oneWaySynonym'),
altCorrection1(r'altCorrection1'),
altCorrection2(r'altCorrection2');

const SynonymType(this.raw);
final dynamic raw;
Expand Down

0 comments on commit f2b06ac

Please sign in to comment.