File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ public enum AlternativesAsExact
33
33
/// Enum MultiWordsSynonym for value: multiWordsSynonym
34
34
/// </summary>
35
35
[ JsonPropertyName ( "multiWordsSynonym" ) ]
36
- MultiWordsSynonym = 3
36
+ MultiWordsSynonym = 3 ,
37
+
38
+ /// <summary>
39
+ /// Enum IgnoreConjugations for value: ignoreConjugations
40
+ /// </summary>
41
+ [ JsonPropertyName ( "ignoreConjugations" ) ]
42
+ IgnoreConjugations = 4
37
43
}
38
44
Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ public enum AlternativesAsExact
33
33
/// Enum MultiWordsSynonym for value: multiWordsSynonym
34
34
/// </summary>
35
35
[ JsonPropertyName ( "multiWordsSynonym" ) ]
36
- MultiWordsSynonym = 3
36
+ MultiWordsSynonym = 3 ,
37
+
38
+ /// <summary>
39
+ /// Enum IgnoreConjugations for value: ignoreConjugations
40
+ /// </summary>
41
+ [ JsonPropertyName ( "ignoreConjugations" ) ]
42
+ IgnoreConjugations = 4
37
43
}
38
44
You can’t perform that action at this time.
0 commit comments