Skip to content

Commit 3975cfb

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 1970564 commit 3975cfb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/client-search/model/synonymType.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,12 @@
33
/**
44
* Synonym type.
55
*/
6-
export type SynonymType = 'synonym' | 'onewaysynonym' | 'altcorrection1' | 'altcorrection2' | 'placeholder';
6+
export type SynonymType =
7+
| 'synonym'
8+
| 'onewaysynonym'
9+
| 'altcorrection1'
10+
| 'altcorrection2'
11+
| 'placeholder'
12+
| 'oneWaySynonym'
13+
| 'altCorrection1'
14+
| 'altCorrection2';

0 commit comments

Comments
 (0)