Remove deprecated es-query re-imports from data plugin (#134600)

This commit is contained in:
Anton Dosov 2022-06-21 13:09:44 +02:00 committed by GitHub
parent e0446dac82
commit a8095ce11a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
207 changed files with 296 additions and 959 deletions

View file

@ -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';

View file

@ -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;