From 9b46d3773ae01f0b0e6f32cd71a05964e7f527a6 Mon Sep 17 00:00:00 2001 From: ppisljar Date: Thu, 15 Jul 2021 13:22:46 +0200 Subject: [PATCH] updating docs --- .../kibana-plugin-plugins-data-public.es_field_types.md | 1 + .../kibana-plugin-plugins-data-server.es_field_types.md | 1 + src/plugins/data/public/public.api.md | 4 +++- src/plugins/data/server/server.api.md | 4 +++- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.es_field_types.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.es_field_types.md index 30f9189ddb551..61929355decc2 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.es_field_types.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.es_field_types.md @@ -50,4 +50,5 @@ export declare enum ES_FIELD_TYPES | TEXT | "text" | | | TOKEN\_COUNT | "token_count" | | | UNSIGNED\_LONG | "unsigned_long" | | +| VERSION | "version" | | diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.es_field_types.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.es_field_types.md index 02199fcc24fe2..5061e3e97a346 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.es_field_types.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.es_field_types.md @@ -50,4 +50,5 @@ export declare enum ES_FIELD_TYPES | TEXT | "text" | | | TOKEN\_COUNT | "token_count" | | | UNSIGNED\_LONG | "unsigned_long" | | +| VERSION | "version" | | diff --git a/src/plugins/data/public/public.api.md b/src/plugins/data/public/public.api.md index b8af7c12d57fc..3a57b23d5f278 100644 --- a/src/plugins/data/public/public.api.md +++ b/src/plugins/data/public/public.api.md @@ -772,7 +772,9 @@ export enum ES_FIELD_TYPES { // (undocumented) _TYPE = "_type", // (undocumented) - UNSIGNED_LONG = "unsigned_long" + UNSIGNED_LONG = "unsigned_long", + // (undocumented) + VERSION = "version" } // Warning: (ae-missing-release-tag) "ES_SEARCH_STRATEGY" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) diff --git a/src/plugins/data/server/server.api.md b/src/plugins/data/server/server.api.md index c21024d826462..ff71ae2e5461c 100644 --- a/src/plugins/data/server/server.api.md +++ b/src/plugins/data/server/server.api.md @@ -424,7 +424,9 @@ export enum ES_FIELD_TYPES { // (undocumented) _TYPE = "_type", // (undocumented) - UNSIGNED_LONG = "unsigned_long" + UNSIGNED_LONG = "unsigned_long", + // (undocumented) + VERSION = "version" } // Warning: (ae-missing-release-tag) "ES_SEARCH_STRATEGY" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)