Skip to content

Commit 9e85fbd

Browse files
algolia-botmillotp
andcommitted
fix(specs): remove the processing outcome (generated)
algolia/api-clients-automation#4359 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent b1f0128 commit 9e85fbd

File tree

1 file changed

+1
-4
lines changed
  • client/src/commonMain/kotlin/com/algolia/client/model/ingestion

1 file changed

+1
-4
lines changed

client/src/commonMain/kotlin/com/algolia/client/model/ingestion/RunOutcome.kt

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ public enum class RunOutcome(public val value: kotlin.String) {
1313
Success("success"),
1414

1515
@SerialName(value = "failure")
16-
Failure("failure"),
17-
18-
@SerialName(value = "processing")
19-
Processing("processing");
16+
Failure("failure");
2017

2118
override fun toString(): kotlin.String = value
2219
}

0 commit comments

Comments
 (0)