@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.
package/lib/ignosportal-api.d.ts
CHANGED
|
@@ -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
package/src/ignosportal-api.ts
CHANGED
|
@@ -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 {
|