@ignos/api-client 20260824.238.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260824.238.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;