Skip to content

Commit

Permalink
feat(specs): only use shortname in the source input [skip-bc] (genera…
Browse files Browse the repository at this point in the history
…ted)

algolia/api-clients-automation#4287

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed Jan 8, 2025
1 parent b9de5d7 commit 6a290b8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 41 deletions.
6 changes: 0 additions & 6 deletions packages/ingestion/model/dockerImageType.ts

This file was deleted.

6 changes: 0 additions & 6 deletions packages/ingestion/model/dockerRegistry.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/ingestion/model/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export * from './destinationSortKeys';
export * from './destinationType';
export * from './destinationUpdate';
export * from './destinationUpdateResponse';
export * from './dockerImageType';
export * from './dockerRegistry';
export * from './dockerStreams';
export * from './dockerStreamsInput';
export * from './dockerStreamsSyncMode';
Expand Down
14 changes: 1 addition & 13 deletions packages/ingestion/model/sourceDocker.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,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.

import type { DockerImageType } from './dockerImageType';
import type { DockerRegistry } from './dockerRegistry';

export type SourceDocker = {
imageType: DockerImageType;

registry: DockerRegistry;

/**
* Docker image name.
* Shortname of the image, as returned by the referential.
*/
image: string;

/**
* Docker image version.
*/
version?: string;

/**
* Configuration of the spec.
*/
Expand Down
14 changes: 0 additions & 14 deletions packages/ingestion/model/sourceUpdateDocker.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
// 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.

import type { DockerRegistry } from './dockerRegistry';

export type SourceUpdateDocker = {
registry?: DockerRegistry;

/**
* Docker image name.
*/
image?: string;

/**
* Docker image version.
*/
version?: string;

/**
* Configuration of the spec.
*/
Expand Down

0 comments on commit 6a290b8

Please sign in to comment.