Skip to content

Commit fac77de

Browse files
spec: auto-generated spec changes
Auto-generated API code
1 parent 753e96a commit fac77de

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
@@ -11536,7 +11536,7 @@ export interface IngestPipeline {
1153611536
on_failure?: IngestProcessorContainer[]
1153711537
processors?: IngestProcessorContainer[]
1153811538
version?: VersionNumber
11539-
_meta: Metadata
11539+
_meta?: Metadata
1154011540
}
1154111541

1154211542
export interface IngestPipelineConfig {

src/api/typesWithBodyKey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11714,7 +11714,7 @@ export interface IngestPipeline {
1171411714
on_failure?: IngestProcessorContainer[]
1171511715
processors?: IngestProcessorContainer[]
1171611716
version?: VersionNumber
11717-
_meta: Metadata
11717+
_meta?: Metadata
1171811718
}
1171911719

1172011720
export interface IngestPipelineConfig {

0 commit comments

Comments
 (0)