From 3ffdee612dcd7ae7b5df48a4d4920fd06783adf9 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Wed, 6 Mar 2024 06:07:00 +0000 Subject: [PATCH] Auto-generated API code --- src/api/types.ts | 2 +- src/api/typesWithBodyKey.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/types.ts b/src/api/types.ts index 3efa1fca4..5fcc4f4b9 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -11595,7 +11595,7 @@ export interface IngestPipeline { on_failure?: IngestProcessorContainer[] processors?: IngestProcessorContainer[] version?: VersionNumber - _meta: Metadata + _meta?: Metadata } export interface IngestPipelineConfig { diff --git a/src/api/typesWithBodyKey.ts b/src/api/typesWithBodyKey.ts index 3ac94a69b..0510d51e2 100644 --- a/src/api/typesWithBodyKey.ts +++ b/src/api/typesWithBodyKey.ts @@ -11773,7 +11773,7 @@ export interface IngestPipeline { on_failure?: IngestProcessorContainer[] processors?: IngestProcessorContainer[] version?: VersionNumber - _meta: Metadata + _meta?: Metadata } export interface IngestPipelineConfig {