Skip to content

Commit

Permalink
Auto-generated code for main (#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Mar 6, 2024
1 parent abd15eb commit c2fb0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11595,7 +11595,7 @@ export interface IngestPipeline {
on_failure?: IngestProcessorContainer[]
processors?: IngestProcessorContainer[]
version?: VersionNumber
_meta: Metadata
_meta?: Metadata
}

export interface IngestPipelineConfig {
Expand Down
2 changes: 1 addition & 1 deletion src/api/typesWithBodyKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11773,7 +11773,7 @@ export interface IngestPipeline {
on_failure?: IngestProcessorContainer[]
processors?: IngestProcessorContainer[]
version?: VersionNumber
_meta: Metadata
_meta?: Metadata
}

export interface IngestPipelineConfig {
Expand Down

0 comments on commit c2fb0a2

Please sign in to comment.