Skip to content

Commit 35baf1d

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 8f1ee7a commit 35baf1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/Search/Models/SynonymType.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ public enum SynonymType: String, Codable, CaseIterable {
1313
case altcorrection1
1414
case altcorrection2
1515
case placeholder
16+
case oneWaySynonym
17+
case altCorrection1
18+
case altCorrection2
1619
}
1720

1821
extension SynonymType: Hashable {}

0 commit comments

Comments
 (0)