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 <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Oct 28, 2024
1 parent 1970564 commit 3975cfb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/client-search/model/synonymType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@
/**
* Synonym type.
*/
export type SynonymType = 'synonym' | 'onewaysynonym' | 'altcorrection1' | 'altcorrection2' | 'placeholder';
export type SynonymType =
| 'synonym'
| 'onewaysynonym'
| 'altcorrection1'
| 'altcorrection2'
| 'placeholder'
| 'oneWaySynonym'
| 'altCorrection1'
| 'altCorrection2';

0 comments on commit 3975cfb

Please sign in to comment.