@@ -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)
@@ -1104,7 +1104,7 @@ export type ISearch<T extends TStrategyTypes = typeof DEFAULT_SEARCH_STRATEGY> =
11041104// @public (undocumented)
11051105export interface ISearchContext {
11061106 // (undocumented)
1107- core: CoreStart ;
1107+ core: CoreStart_2 ;
11081108 // (undocumented)
11091109 getSearchStrategy: <T extends TStrategyTypes >(name : T ) => TSearchStrategyProvider <T >;
11101110}
@@ -1317,7 +1317,7 @@ export class Plugin implements Plugin_2<DataPublicPluginSetup, DataPublicPluginS
13171317 // Warning: (ae-forgotten-export) The symbol "DataStartDependencies" needs to be exported by the entry point index.d.ts
13181318 //
13191319 // (undocumented)
1320- start(core : CoreStart_2 , { uiActions }: DataStartDependencies ): DataPublicPluginStart ;
1320+ start(core : CoreStart , { uiActions }: DataStartDependencies ): DataPublicPluginStart ;
13211321 // (undocumented)
13221322 stop(): void ;
13231323 }
@@ -1543,7 +1543,7 @@ export const search: {
15431543 intervalOptions: ({
15441544 display: string ;
15451545 val: string ;
1546- enabled(agg : import (" ./search/aggs/buckets/_bucket_agg_type " ).IBucketAggConfig ): boolean | " " | undefined ;
1546+ enabled(agg : import (" ./search/aggs/buckets/bucket_agg_type " ).IBucketAggConfig ): boolean | " " | undefined ;
15471547 } | {
15481548 display: string ;
15491549 val: string ;
0 commit comments