Skip to content

Commit c8a275c

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 3f1c1f2 commit c8a275c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/ingestion/model/dockerImageType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/**
44
* Image type.
55
*/
6-
export type DockerImageType = 'singer' | 'custom' | 'airbyte';
6+
export type DockerImageType = 'custom' | 'airbyte';

packages/ingestion/model/dockerStreamsInput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import type { DockerStreams } from './dockerStreams';
44

55
/**
6-
* The selected streams of a singer or airbyte connector.
6+
* The selected streams of an airbyte connector.
77
*/
88
export type DockerStreamsInput = {
99
streams: Array<DockerStreams>;

packages/ingestion/src/ingestionClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@ export function createIngestionClient({
20552055
},
20562056

20572057
/**
2058-
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: singer`.
2058+
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: airbyte`.
20592059
*
20602060
* Required API Key ACLs:
20612061
* - addObject

0 commit comments

Comments
 (0)