Skip to content

Commit

Permalink
Auto-generated API code
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Mar 6, 2024
1 parent dd36096 commit a3e775c
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 @@ -11547,7 +11547,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 @@ -11725,7 +11725,7 @@ export interface IngestPipeline {
on_failure?: IngestProcessorContainer[]
processors?: IngestProcessorContainer[]
version?: VersionNumber
_meta: Metadata
_meta?: Metadata
}

export interface IngestPipelineConfig {
Expand Down

0 comments on commit a3e775c

Please sign in to comment.