@ignos/api-client 20260903.255.1 → 20260904.256.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.
@@ -9035,6 +9035,7 @@ export interface ImaMaterialCheckReportDto {
9035
9035
  includesAllHeats: boolean;
9036
9036
  status: ImaMaterialCheckStatusDto;
9037
9037
  audit: ImaMaterialCheckReportAuditInfo;
9038
+ isOutdated: boolean;
9038
9039
  }
9039
9040
  export interface ImaMaterialCheckReportAuditInfo {
9040
9041
  createdBy: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260903.255.1",
3
+ "version": "20260904.256.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -38299,6 +38299,7 @@ export interface ImaMaterialCheckReportDto {
38299
38299
  includesAllHeats: boolean;
38300
38300
  status: ImaMaterialCheckStatusDto;
38301
38301
  audit: ImaMaterialCheckReportAuditInfo;
38302
+ isOutdated: boolean;
38302
38303
  }
38303
38304
 
38304
38305
  export interface ImaMaterialCheckReportAuditInfo {