Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed Jul 18, 2023
1 parent d5544ae commit e4871ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
* 2.0.
*/

import { PERFORM_RULE_INSTALLATION_URL } from '@kbn/security-solution-plugin/common/detection_engine/prebuilt_rules';
import { RuleVersionSpecifier } from '@kbn/security-solution-plugin/common/detection_engine/prebuilt_rules/api/perform_rule_installation/perform_rule_installation_request_schema';
import { PerformRuleInstallationResponseBody } from '@kbn/security-solution-plugin/common/detection_engine/prebuilt_rules/api/perform_rule_installation/perform_rule_installation_response_schema';
import {
PERFORM_RULE_INSTALLATION_URL,
RuleVersionSpecifier,
PerformRuleInstallationResponseBody,
} from '@kbn/security-solution-plugin/common/api/detection_engine/prebuilt_rules';
import type SuperTest from 'supertest';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
* 2.0.
*/

import { PERFORM_RULE_UPGRADE_URL } from '@kbn/security-solution-plugin/common/detection_engine/prebuilt_rules';
import { RuleVersionSpecifier } from '@kbn/security-solution-plugin/common/detection_engine/prebuilt_rules/api/perform_rule_installation/perform_rule_installation_request_schema';
import { PerformRuleUpgradeResponseBody } from '@kbn/security-solution-plugin/common/detection_engine/prebuilt_rules/api/perform_rule_upgrade/perform_rule_upgrade_response_schema';
import {
PERFORM_RULE_UPGRADE_URL,
RuleVersionSpecifier,
PerformRuleUpgradeResponseBody,
} from '@kbn/security-solution-plugin/common/api/detection_engine/prebuilt_rules';
import type SuperTest from 'supertest';

/**
Expand Down

0 comments on commit e4871ec

Please sign in to comment.