mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Remove deprecated es-query re-imports from data plugin (#134600)
This commit is contained in:
parent
e0446dac82
commit
a8095ce11a
207 changed files with 296 additions and 959 deletions
|
@ -12,7 +12,7 @@ import { i18n } from '@kbn/i18n';
|
|||
import { fromKueryExpression, luceneStringToDsl } from '@kbn/es-query';
|
||||
import { RuleTypeParamsExpressionProps } from '@kbn/triggers-actions-ui-plugin/public';
|
||||
import { DataView } from '@kbn/data-plugin/common';
|
||||
import { Query } from '@kbn/data-plugin/public';
|
||||
import type { Query } from '@kbn/es-query';
|
||||
import { QueryStringInput } from '@kbn/unified-search-plugin/public';
|
||||
import { GeoContainmentAlertParams } from '../types';
|
||||
import { EntityIndexExpression } from './expressions/entity_index_expression';
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
import { RuleTypeParams } from '@kbn/alerting-plugin/common';
|
||||
import { Query } from '@kbn/data-plugin/common';
|
||||
import type { Query } from '@kbn/es-query';
|
||||
|
||||
export interface GeoContainmentAlertParams extends RuleTypeParams {
|
||||
index: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue