@@ -12,8 +12,8 @@ import { Assign } from '@kbn/utility-types';
1212import { Breadcrumb } from ' @elastic/eui' ;
1313import { Component } from ' react' ;
1414import { CoreSetup } from ' src/core/public' ;
15- import { CoreStart } from ' kibana /public' ;
16- import { CoreStart as CoreStart_2 } from ' src/core /public' ;
15+ import { CoreStart } from ' src/core /public' ;
16+ import { CoreStart as CoreStart_2 } from ' kibana /public' ;
1717import { EuiButtonEmptyProps } from ' @elastic/eui' ;
1818import { EuiComboBoxProps } from ' @elastic/eui' ;
1919import { EuiConfirmModalProps } from ' @elastic/eui' ;
@@ -632,21 +632,21 @@ export type IAggType = AggType;
632632// Warning: (ae-missing-release-tag) "IDataPluginServices" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
633633//
634634// @public (undocumented)
635- export interface IDataPluginServices extends Partial <CoreStart_2 > {
635+ export interface IDataPluginServices extends Partial <CoreStart > {
636636 // (undocumented)
637637 appName: string ;
638638 // (undocumented)
639639 data: DataPublicPluginStart ;
640640 // (undocumented)
641- http: CoreStart_2 [' http' ];
641+ http: CoreStart [' http' ];
642642 // (undocumented)
643- notifications: CoreStart_2 [' notifications' ];
643+ notifications: CoreStart [' notifications' ];
644644 // (undocumented)
645- savedObjects: CoreStart_2 [' savedObjects' ];
645+ savedObjects: CoreStart [' savedObjects' ];
646646 // (undocumented)
647647 storage: IStorageWrapper ;
648648 // (undocumented)
649- uiSettings: CoreStart_2 [' uiSettings' ];
649+ uiSettings: CoreStart [' uiSettings' ];
650650}
651651
652652// Warning: (ae-missing-release-tag) "IEsSearchRequest" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
@@ -1094,7 +1094,7 @@ export type ISearch<T extends TStrategyTypes = typeof DEFAULT_SEARCH_STRATEGY> =
10941094// @public (undocumented)
10951095export interface ISearchContext {
10961096 // (undocumented)
1097- core: CoreStart ;
1097+ core: CoreStart_2 ;
10981098 // (undocumented)
10991099 getSearchStrategy: <T extends TStrategyTypes >(name : T ) => TSearchStrategyProvider <T >;
11001100}
@@ -1307,7 +1307,7 @@ export class Plugin implements Plugin_2<DataPublicPluginSetup, DataPublicPluginS
13071307 // Warning: (ae-forgotten-export) The symbol "DataStartDependencies" needs to be exported by the entry point index.d.ts
13081308 //
13091309 // (undocumented)
1310- start(core : CoreStart_2 , { uiActions }: DataStartDependencies ): DataPublicPluginStart ;
1310+ start(core : CoreStart , { uiActions }: DataStartDependencies ): DataPublicPluginStart ;
13111311 // (undocumented)
13121312 stop(): void ;
13131313 }
0 commit comments