From 0ca23b84d5e8b91ac8b19502c9aa4f6dc81034ea Mon Sep 17 00:00:00 2001 From: patrykkopycinski Date: Wed, 3 Jun 2020 21:02:52 +0200 Subject: [PATCH] [SIEM] Fix GetOneTimeline graphql type (#68137) --- x-pack/plugins/siem/public/graphql/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugins/siem/public/graphql/types.ts b/x-pack/plugins/siem/public/graphql/types.ts index eae3887ec0636..628d56ebb647c 100644 --- a/x-pack/plugins/siem/public/graphql/types.ts +++ b/x-pack/plugins/siem/public/graphql/types.ts @@ -5405,6 +5405,8 @@ export namespace GetOneTimeline { pinnedEventsSaveObject: Maybe; + status: Maybe; + title: Maybe; timelineType: Maybe;