@ignos/api-client 20260904.257.1 → 20260904.258.1

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.
@@ -9038,6 +9038,7 @@ export interface ImaMaterialCheckReportDto {
9038
9038
  includesAllHeats: boolean;
9039
9039
  status: ImaMaterialCheckStatusDto;
9040
9040
  audit: ImaMaterialCheckReportAuditInfo;
9041
+ isOutdated: boolean;
9041
9042
  }
9042
9043
  export interface ImaMaterialCheckReportAuditInfo {
9043
9044
  createdBy: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260904.257.1",
3
+ "version": "20260904.258.1",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -38302,6 +38302,7 @@ export interface ImaMaterialCheckReportDto {
38302
38302
  includesAllHeats: boolean;
38303
38303
  status: ImaMaterialCheckStatusDto;
38304
38304
  audit: ImaMaterialCheckReportAuditInfo;
38305
+ isOutdated: boolean;
38305
38306
  }
38306
38307
 
38307
38308
  export interface ImaMaterialCheckReportAuditInfo {