Skip to content

Commit

Permalink
fix(specs): drop singer from ingestion specs [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4281

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Dec 23, 2024
1 parent 1f9021a commit 4f01e8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ public class IngestionClient(
}

/**
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: singer`.
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: airbyte`.
*
* Required API Key ACLs:
* - addObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import kotlinx.serialization.*
@Serializable
public enum class DockerImageType(public val value: kotlin.String) {

@SerialName(value = "singer")
Singer("singer"),

@SerialName(value = "custom")
Custom("custom"),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlinx.serialization.*
import kotlinx.serialization.json.*

/**
* The selected streams of a singer or airbyte connector.
* The selected streams of an airbyte connector.
*
* @param streams
*/
Expand Down

0 comments on commit 4f01e8c

Please sign in to comment.