@ignos/api-client 20260821.237.1-alpha → 20260824.239.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.
@@ -8835,6 +8835,7 @@ export interface ImaMaterialCheckLiteDto {
8835
8835
  purchaseOrderDrawingRevision?: string | null;
8836
8836
  heatNumbers?: string[] | null;
8837
8837
  status: ImaMaterialCheckStatusDto;
8838
+ hasGeneratedReports?: boolean;
8838
8839
  created: Date;
8839
8840
  createdBy: string;
8840
8841
  createdById: string;
@@ -8888,6 +8889,7 @@ export interface ImaMaterialCheckReportDto {
8888
8889
  file: FileDto;
8889
8890
  heatNumbers: string[];
8890
8891
  includesAllHeats: boolean;
8892
+ status: ImaMaterialCheckStatusDto;
8891
8893
  audit: ImaMaterialCheckReportAuditInfo;
8892
8894
  }
8893
8895
  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.239.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -37465,6 +37465,7 @@ export interface ImaMaterialCheckLiteDto {
37465
37465
  purchaseOrderDrawingRevision?: string | null;
37466
37466
  heatNumbers?: string[] | null;
37467
37467
  status: ImaMaterialCheckStatusDto;
37468
+ hasGeneratedReports?: boolean;
37468
37469
  created: Date;
37469
37470
  createdBy: string;
37470
37471
  createdById: string;
@@ -37525,6 +37526,7 @@ export interface ImaMaterialCheckReportDto {
37525
37526
  file: FileDto;
37526
37527
  heatNumbers: string[];
37527
37528
  includesAllHeats: boolean;
37529
+ status: ImaMaterialCheckStatusDto;
37528
37530
  audit: ImaMaterialCheckReportAuditInfo;
37529
37531
  }
37530
37532