Skip to content

Commit c2fb0a2

Browse files
Auto-generated code for main (#2150)
1 parent abd15eb commit c2fb0a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11595,7 +11595,7 @@ export interface IngestPipeline {
1159511595
on_failure?: IngestProcessorContainer[]
1159611596
processors?: IngestProcessorContainer[]
1159711597
version?: VersionNumber
11598-
_meta: Metadata
11598+
_meta?: Metadata
1159911599
}
1160011600

1160111601
export interface IngestPipelineConfig {

src/api/typesWithBodyKey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11773,7 +11773,7 @@ export interface IngestPipeline {
1177311773
on_failure?: IngestProcessorContainer[]
1177411774
processors?: IngestProcessorContainer[]
1177511775
version?: VersionNumber
11776-
_meta: Metadata
11776+
_meta?: Metadata
1177711777
}
1177811778

1177911779
export interface IngestPipelineConfig {

0 commit comments

Comments
 (0)