Skip to content

Commit 12b40f5

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 3ecc8a6 commit 12b40f5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Sources/Ingestion/IngestionClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2988,7 +2988,7 @@ open class IngestionClient {
29882988
}
29892989

29902990
// Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with
2991-
// `type: docker` and `imageType: singer`.
2991+
// `type: docker` and `imageType: airbyte`.
29922992
// Required API Key ACLs:
29932993
// - addObject
29942994
// - deleteIndex

Sources/Ingestion/Models/DockerImageType.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import Foundation
88

99
/// Image type.
1010
public enum DockerImageType: String, Codable, CaseIterable {
11-
case singer
1211
case custom
1312
case airbyte
1413
}

Sources/Ingestion/Models/DockerStreamsInput.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Foundation
66
import Core
77
#endif
88

9-
/// The selected streams of a singer or airbyte connector.
9+
/// The selected streams of an airbyte connector.
1010
public struct DockerStreamsInput: Codable, JSONEncodable {
1111
public var streams: [DockerStreams]
1212

0 commit comments

Comments
 (0)