Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Aug 30, 2024
1 parent e388fa7 commit a6070b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import type { KbnClient } from '@kbn/test';
import type { AllConnectorsResponseV1 } from '@kbn/actions-plugin/common/routes/connector/response';
import type { AllConnectorsResponseV1 } from '@kbn/actions-plugin/server/routes/connector/schemas/response';
import type { bodySchema } from '@kbn/actions-plugin/server/routes/create';
import type { TypeOf } from '@kbn/config-schema';
import type { Connector } from '@kbn/actions-plugin/server/application/connector/types';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import { DATA_VIEW_PATH, INITIAL_REST_VERSION } from '@kbn/data-views-plugin/server/constants';
import { ELASTIC_HTTP_VERSION_HEADER } from '@kbn/core-http-common';
import { AllConnectorsResponse } from '@kbn/actions-plugin/common/routes/connector/response';
import type { AllConnectorsResponse } from '@kbn/actions-plugin/server/routes/connector/schemas/response';
import { DETECTION_ENGINE_RULES_BULK_ACTION } from '@kbn/security-solution-plugin/common/constants';
import { ELASTICSEARCH_PASSWORD, ELASTICSEARCH_USERNAME } from '../../env_var_names_constants';
import { deleteAllDocuments } from './elasticsearch';
Expand Down

0 comments on commit a6070b2

Please sign in to comment.