Skip to content

Commit 5e7a9c6

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 e1cbec4 commit 5e7a9c6

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

lib/Api/IngestionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ public function searchTransformations($transformationSearch, $requestOptions = [
21272127
}
21282128

21292129
/**
2130-
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: singer`.
2130+
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: airbyte`.
21312131
*
21322132
* Required API Key ACLs:
21332133
* - addObject

lib/Model/Ingestion/DockerImageType.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ class DockerImageType
1616
/**
1717
* Possible values of this enum.
1818
*/
19-
public const SINGER = 'singer';
20-
2119
public const CUSTOM = 'custom';
2220

2321
public const AIRBYTE = 'airbyte';
@@ -30,7 +28,6 @@ class DockerImageType
3028
public static function getAllowableEnumValues()
3129
{
3230
return [
33-
self::SINGER,
3431
self::CUSTOM,
3532
self::AIRBYTE,
3633
];

lib/Model/Ingestion/DockerStreamsInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description The selected streams of a singer or airbyte connector.
15+
* @description The selected streams of an airbyte connector.
1616
*/
1717
class DockerStreamsInput extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

0 commit comments

Comments
 (0)