0.7.29
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { DemoPipeline2DexSupportMatrixEntry } from "./DemoPipeline2DexSupportMatrixEntry";
|
||||
import type { DemoPipeline2LocalPipelineValidationIssue } from "./DemoPipeline2LocalPipelineValidationIssue";
|
||||
|
||||
/**
|
||||
@@ -29,6 +30,14 @@ expectedDexCodes: Array<string>,
|
||||
* Observed DEX codes found in diagnostics.
|
||||
*/
|
||||
observedDexCodes: Array<string>,
|
||||
/**
|
||||
* Number of entries currently exposed by the DEX support matrix.
|
||||
*/
|
||||
dexSupportMatrixEntryCount: number,
|
||||
/**
|
||||
* DEX support matrix snapshot exposed with the validation report.
|
||||
*/
|
||||
dexSupportMatrix: Array<DemoPipeline2DexSupportMatrixEntry>,
|
||||
/**
|
||||
* Issues produced by validation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user