first
This commit is contained in:
3
safekiso-server/node_modules/snyk/dist/cli/commands/fix/convert-legacy-test-result-to-new.d.ts
generated
vendored
Normal file
3
safekiso-server/node_modules/snyk/dist/cli/commands/fix/convert-legacy-test-result-to-new.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import { TestResult } from '../../../lib/ecosystems/types';
|
||||
import { TestResult as LegacyTestResult } from '../../../lib/snyk-test/legacy';
|
||||
export declare function convertLegacyTestResultToNew(testResult: LegacyTestResult): TestResult;
|
||||
3
safekiso-server/node_modules/snyk/dist/cli/commands/fix/convert-legacy-test-result-to-scan-result.d.ts
generated
vendored
Normal file
3
safekiso-server/node_modules/snyk/dist/cli/commands/fix/convert-legacy-test-result-to-scan-result.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import { ScanResult } from '../../../lib/ecosystems/types';
|
||||
import { TestResult } from '../../../lib/snyk-test/legacy';
|
||||
export declare function convertLegacyTestResultToScanResult(testResult: TestResult): ScanResult;
|
||||
4
safekiso-server/node_modules/snyk/dist/cli/commands/fix/convert-legacy-tests-results-to-fix-entities.d.ts
generated
vendored
Normal file
4
safekiso-server/node_modules/snyk/dist/cli/commands/fix/convert-legacy-tests-results-to-fix-entities.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { TestResult } from '../../../lib/snyk-test/legacy';
|
||||
import { EntityToFix } from '@snyk/fix';
|
||||
import { Options, TestOptions } from '../../../lib/types';
|
||||
export declare function convertLegacyTestResultToFixEntities(testResults: (TestResult | TestResult[]) | Error, root: string, options: Partial<Options & TestOptions>): EntityToFix[];
|
||||
1
safekiso-server/node_modules/snyk/dist/cli/commands/fix/get-display-path.d.ts
generated
vendored
Normal file
1
safekiso-server/node_modules/snyk/dist/cli/commands/fix/get-display-path.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare function getDisplayPath(path: string): string;
|
||||
2
safekiso-server/node_modules/snyk/dist/cli/commands/fix/index.d.ts
generated
vendored
Normal file
2
safekiso-server/node_modules/snyk/dist/cli/commands/fix/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { MethodArgs } from '../../args';
|
||||
export default function fix(...args: MethodArgs): Promise<string>;
|
||||
2
safekiso-server/node_modules/snyk/dist/cli/commands/fix/validate-fix-command-is-supported.d.ts
generated
vendored
Normal file
2
safekiso-server/node_modules/snyk/dist/cli/commands/fix/validate-fix-command-is-supported.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { Options, TestOptions } from '../../../lib/types';
|
||||
export declare function validateFixCommandIsSupported(options: Options & TestOptions): Promise<boolean>;
|
||||
Reference in New Issue
Block a user