@ignos/api-client 20260821.237.1-alpha → 20260824.238.1-alpha
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/lib/ignosportal-api.d.ts
CHANGED
|
@@ -8888,6 +8888,7 @@ export interface ImaMaterialCheckReportDto {
|
|
|
8888
8888
|
file: FileDto;
|
|
8889
8889
|
heatNumbers: string[];
|
|
8890
8890
|
includesAllHeats: boolean;
|
|
8891
|
+
status: ImaMaterialCheckStatusDto;
|
|
8891
8892
|
audit: ImaMaterialCheckReportAuditInfo;
|
|
8892
8893
|
}
|
|
8893
8894
|
export interface ImaMaterialCheckReportAuditInfo {
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -37525,6 +37525,7 @@ export interface ImaMaterialCheckReportDto {
|
|
|
37525
37525
|
file: FileDto;
|
|
37526
37526
|
heatNumbers: string[];
|
|
37527
37527
|
includesAllHeats: boolean;
|
|
37528
|
+
status: ImaMaterialCheckStatusDto;
|
|
37528
37529
|
audit: ImaMaterialCheckReportAuditInfo;
|
|
37529
37530
|
}
|
|
37530
37531
|
|