Skip to content

Commit 6a290b8

Browse files
algolia-botmillotp
andcommitted
feat(specs): only use shortname in the source input [skip-bc] (generated)
algolia/api-clients-automation#4287 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent b9de5d7 commit 6a290b8

File tree

5 files changed

+1
-41
lines changed

5 files changed

+1
-41
lines changed

Diff for: packages/ingestion/model/dockerImageType.ts

-6
This file was deleted.

Diff for: packages/ingestion/model/dockerRegistry.ts

-6
This file was deleted.

Diff for: packages/ingestion/model/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ export * from './destinationSortKeys';
4040
export * from './destinationType';
4141
export * from './destinationUpdate';
4242
export * from './destinationUpdateResponse';
43-
export * from './dockerImageType';
44-
export * from './dockerRegistry';
4543
export * from './dockerStreams';
4644
export * from './dockerStreamsInput';
4745
export * from './dockerStreamsSyncMode';

Diff for: packages/ingestion/model/sourceDocker.ts

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
22

3-
import type { DockerImageType } from './dockerImageType';
4-
import type { DockerRegistry } from './dockerRegistry';
5-
63
export type SourceDocker = {
7-
imageType: DockerImageType;
8-
9-
registry: DockerRegistry;
10-
114
/**
12-
* Docker image name.
5+
* Shortname of the image, as returned by the referential.
136
*/
147
image: string;
158

16-
/**
17-
* Docker image version.
18-
*/
19-
version?: string;
20-
219
/**
2210
* Configuration of the spec.
2311
*/

Diff for: packages/ingestion/model/sourceUpdateDocker.ts

-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
22

3-
import type { DockerRegistry } from './dockerRegistry';
4-
53
export type SourceUpdateDocker = {
6-
registry?: DockerRegistry;
7-
8-
/**
9-
* Docker image name.
10-
*/
11-
image?: string;
12-
13-
/**
14-
* Docker image version.
15-
*/
16-
version?: string;
17-
184
/**
195
* Configuration of the spec.
206
*/

0 commit comments

Comments
 (0)