Skip to content

GameboardCoverageManifestSummary

Defined in: src/interop/coverage.ts:147

Manifest coverage summary for guide-described FREE and EXTRA assets.

optional edition?: "free" | "extra"

Defined in: src/interop/coverage.ts:149

Edition declared by the inspected manifest.


errorCount: number

Defined in: src/interop/coverage.ts:165

Manifest validation issue count by severity.


extraGuideAssetsInManifest: number

Defined in: src/interop/coverage.ts:161

EXTRA guide assets found in the inspected manifest.


extraGuideAssetsLocalOnly: readonly string[]

Defined in: src/interop/coverage.ts:163

EXTRA guide asset ids not present in the inspected manifest.


freeGuideAssetsInManifest: number

Defined in: src/interop/coverage.ts:157

FREE guide assets found in the inspected manifest.


freeGuideAssetsMissingFromManifest: readonly string[]

Defined in: src/interop/coverage.ts:159

FREE guide asset ids absent from the inspected manifest.


guideExtraAssetCount: number

Defined in: src/interop/coverage.ts:155

EXTRA guide assets expected to remain local-only.


guideFreeAssetCount: number

Defined in: src/interop/coverage.ts:153

FREE guide assets expected from the published package.


issues: readonly MedievalHexagonManifestIssue[]

Defined in: src/interop/coverage.ts:169

Manifest validation issues from schema inspection.


manifestAssetCount: number

Defined in: src/interop/coverage.ts:151

Total assets in the inspected manifest.


warningCount: number

Defined in: src/interop/coverage.ts:167

Manifest validation warning count.