File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
client/src/commonMain/kotlin/com/algolia/client/model Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ public enum class AlternativesAsExact(public val value: kotlin.String) {
13
13
SingleWordSynonym (" singleWordSynonym" ),
14
14
15
15
@SerialName(value = " multiWordsSynonym" )
16
- MultiWordsSynonym (" multiWordsSynonym" );
16
+ MultiWordsSynonym (" multiWordsSynonym" ),
17
+
18
+ @SerialName(value = " ignoreConjugations" )
19
+ IgnoreConjugations (" ignoreConjugations" );
17
20
18
21
override fun toString (): kotlin.String = value
19
22
}
Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ public enum class AlternativesAsExact(public val value: kotlin.String) {
13
13
SingleWordSynonym (" singleWordSynonym" ),
14
14
15
15
@SerialName(value = " multiWordsSynonym" )
16
- MultiWordsSynonym (" multiWordsSynonym" );
16
+ MultiWordsSynonym (" multiWordsSynonym" ),
17
+
18
+ @SerialName(value = " ignoreConjugations" )
19
+ IgnoreConjugations (" ignoreConjugations" );
17
20
18
21
override fun toString (): kotlin.String = value
19
22
}
You can’t perform that action at this time.
0 commit comments