From c8a275c6b70bd6560796f2a4f2a6dc824d18e19f Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 23 Dec 2024 16:10:39 +0000 Subject: [PATCH] fix(specs): drop singer from ingestion specs [skip-bc] (generated) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/algolia/api-clients-automation/pull/4281 Co-authored-by: algolia-bot Co-authored-by: Clément Vannicatte --- packages/ingestion/model/dockerImageType.ts | 2 +- packages/ingestion/model/dockerStreamsInput.ts | 2 +- packages/ingestion/src/ingestionClient.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ingestion/model/dockerImageType.ts b/packages/ingestion/model/dockerImageType.ts index 2f2a80f2b..630e21d4d 100644 --- a/packages/ingestion/model/dockerImageType.ts +++ b/packages/ingestion/model/dockerImageType.ts @@ -3,4 +3,4 @@ /** * Image type. */ -export type DockerImageType = 'singer' | 'custom' | 'airbyte'; +export type DockerImageType = 'custom' | 'airbyte'; diff --git a/packages/ingestion/model/dockerStreamsInput.ts b/packages/ingestion/model/dockerStreamsInput.ts index f43339c48..d01999d29 100644 --- a/packages/ingestion/model/dockerStreamsInput.ts +++ b/packages/ingestion/model/dockerStreamsInput.ts @@ -3,7 +3,7 @@ import type { DockerStreams } from './dockerStreams'; /** - * The selected streams of a singer or airbyte connector. + * The selected streams of an airbyte connector. */ export type DockerStreamsInput = { streams: Array; diff --git a/packages/ingestion/src/ingestionClient.ts b/packages/ingestion/src/ingestionClient.ts index b5b94e3a7..cbf478a66 100644 --- a/packages/ingestion/src/ingestionClient.ts +++ b/packages/ingestion/src/ingestionClient.ts @@ -2055,7 +2055,7 @@ export function createIngestionClient({ }, /** - * 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