Skip to content

Commit 39bbe89

Browse files
[Backport 8.13] Define Pipeline._meta as optional (#2438)
* Define `Pipeline._meta` as optional * Run make contrib --------- Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co> (cherry picked from commit 0672f8f) Co-authored-by: Pierre Gayvallet <pierre.gayvallet@gmail.com>
1 parent 7c2d042 commit 39bbe89

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ingest/_types/Pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class Pipeline {
4141
/**
4242
* Arbitrary metadata about the ingest pipeline. This map is not automatically generated by Elasticsearch.
4343
*/
44-
_meta: Metadata
44+
_meta?: Metadata
4545
}
4646

4747
// Unused .. but let's keep it for now

0 commit comments

Comments
 (0)