Skip to content

Commit 4f01e8c

Browse files
fix(specs): drop singer from ingestion specs [skip-bc] (generated)
algolia/api-clients-automation#4281 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 1f9021a commit 4f01e8c

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

client/src/commonMain/kotlin/com/algolia/client/api/IngestionClient.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ public class IngestionClient(
11421142
}
11431143

11441144
/**
1145-
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: singer`.
1145+
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: airbyte`.
11461146
*
11471147
* Required API Key ACLs:
11481148
* - addObject

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

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ import kotlinx.serialization.*
99
@Serializable
1010
public enum class DockerImageType(public val value: kotlin.String) {
1111

12-
@SerialName(value = "singer")
13-
Singer("singer"),
14-
1512
@SerialName(value = "custom")
1613
Custom("custom"),
1714

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import kotlinx.serialization.*
55
import kotlinx.serialization.json.*
66

77
/**
8-
* The selected streams of a singer or airbyte connector.
8+
* The selected streams of an airbyte connector.
99
*
1010
* @param streams
1111
*/

0 commit comments

Comments
 (0)