Skip to content

Commit 03eaf7a

Browse files
Auto-generated code for 8.12 (#2149)
1 parent dd36096 commit 03eaf7a

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
@@ -11547,7 +11547,7 @@ export interface IngestPipeline {
1154711547
on_failure?: IngestProcessorContainer[]
1154811548
processors?: IngestProcessorContainer[]
1154911549
version?: VersionNumber
11550-
_meta: Metadata
11550+
_meta?: Metadata
1155111551
}
1155211552

1155311553
export interface IngestPipelineConfig {

src/api/typesWithBodyKey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11725,7 +11725,7 @@ export interface IngestPipeline {
1172511725
on_failure?: IngestProcessorContainer[]
1172611726
processors?: IngestProcessorContainer[]
1172711727
version?: VersionNumber
11728-
_meta: Metadata
11728+
_meta?: Metadata
1172911729
}
1173011730

1173111731
export interface IngestPipelineConfig {

0 commit comments

Comments
 (0)