From 852aea028c8ad9df17926e8fdc5ac01d7e1f8cea Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Wed, 10 Apr 2019 13:46:41 -0700 Subject: [PATCH] Updates Core API Signature (#34887) Signed-off-by: Tyler Smalley --- src/core/server/kibana.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/server/kibana.api.md b/src/core/server/kibana.api.md index 54053c1e8436..1e3bfa99f1df 100644 --- a/src/core/server/kibana.api.md +++ b/src/core/server/kibana.api.md @@ -250,7 +250,7 @@ export class ScopedClusterClient { // Warnings were encountered during analysis: // // src/core/server/plugins/plugin_context.ts:35:9 - (ae-forgotten-export) The symbol "EnvironmentMode" needs to be exported by the entry point index.d.ts -// src/core/server/plugins/plugins_service.ts:33:17 - (ae-forgotten-export) The symbol "DiscoveredPluginInternal" needs to be exported by the entry point index.d.ts +// src/core/server/plugins/plugins_service.ts:33:24 - (ae-forgotten-export) The symbol "DiscoveredPluginInternal" needs to be exported by the entry point index.d.ts // (No @packageDocumentation comment for this package)