@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260821.237.1-alpha",
3
+ "version": "20260824.238.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -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