We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558ff50 commit 8bd9a9aCopy full SHA for 8bd9a9a
client/src/commonMain/kotlin/com/algolia/client/model/ingestion/ActionType.kt
@@ -18,6 +18,9 @@ public enum class ActionType(public val value: kotlin.String) {
18
@SerialName(value = "partial")
19
Partial("partial"),
20
21
+ @SerialName(value = "partialNoCreate")
22
+ PartialNoCreate("partialNoCreate"),
23
+
24
@SerialName(value = "append")
25
Append("append");
26
0 commit comments