@doccov/sdk 0.28.0 → 0.28.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analysis/index.js +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1455 -1335
- package/dist/shared/{chunk-3p1hd5h3.js → chunk-0048g7g0.js} +131 -131
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/analysis/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -2150,7 +2150,7 @@ interface SchemaDetectionResult {
|
|
|
2150
2150
|
}
|
|
2151
2151
|
declare function detectRuntimeSchemas(context: SchemaDetectionContext): Promise<SchemaDetectionResult>;
|
|
2152
2152
|
import * as TS2 from "typescript";
|
|
2153
|
-
import { extractSchemaType,
|
|
2153
|
+
import { ExtractStandardSchemasOptions, extractSchemaType, extractStandardSchemas, extractStandardSchemasFromProject, findAdapter, isSchemaType, isStandardJSONSchema, resolveCompiledPath, SchemaAdapter, SchemaExtractionResult, StandardJSONSchemaV1, StandardSchemaExtractionOutput, StandardSchemaExtractionResult } from "@openpkg-ts/extract";
|
|
2154
2154
|
import { SchemaAdapter as SchemaAdapter2 } from "@openpkg-ts/extract";
|
|
2155
2155
|
/**
|
|
2156
2156
|
* Extract the output type from a schema type.
|
|
@@ -2576,7 +2576,7 @@ interface SpecSummary {
|
|
|
2576
2576
|
* ```
|
|
2577
2577
|
*/
|
|
2578
2578
|
declare function extractSpecSummary(openpkg: OpenPkg8, doccov: DocCovSpec4): SpecSummary;
|
|
2579
|
-
import { OpenPkg as
|
|
2579
|
+
import { OpenPkg as OpenPkg_hpkftpjlir } from "@openpkg-ts/spec";
|
|
2580
2580
|
/**
|
|
2581
2581
|
* Build Plan types for AI-powered repository scanning.
|
|
2582
2582
|
*/
|
|
@@ -2673,7 +2673,7 @@ interface BuildPlanExecutionResult {
|
|
|
2673
2673
|
/** Whether all required steps succeeded */
|
|
2674
2674
|
success: boolean;
|
|
2675
2675
|
/** Generated OpenPkg spec (if successful) */
|
|
2676
|
-
spec?:
|
|
2676
|
+
spec?: OpenPkg_hpkftpjlir;
|
|
2677
2677
|
/** Results for each step */
|
|
2678
2678
|
stepResults: BuildPlanStepResult[];
|
|
2679
2679
|
/** Total execution time in milliseconds */
|