@ignos/api-client 20260826.246.1 → 20260827.248.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.
package/lib/ignosportal-api.d.ts
CHANGED
|
@@ -8605,10 +8605,9 @@ export interface ImaDocumentTypesResultsDto {
|
|
|
8605
8605
|
export interface ImaSupplementaryCheckResultDto {
|
|
8606
8606
|
heatNumbers?: string[];
|
|
8607
8607
|
status?: string | null;
|
|
8608
|
-
|
|
8608
|
+
errorString?: string | null;
|
|
8609
8609
|
acceptable?: boolean | null;
|
|
8610
8610
|
standards: string[];
|
|
8611
|
-
summary?: string | null;
|
|
8612
8611
|
override?: ImaResultLineOverrideDto | null;
|
|
8613
8612
|
}
|
|
8614
8613
|
export interface ImaOverrideMaterialCheckRequestDto {
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -37171,10 +37171,9 @@ export interface ImaDocumentTypesResultsDto {
|
|
|
37171
37171
|
export interface ImaSupplementaryCheckResultDto {
|
|
37172
37172
|
heatNumbers?: string[];
|
|
37173
37173
|
status?: string | null;
|
|
37174
|
-
|
|
37174
|
+
errorString?: string | null;
|
|
37175
37175
|
acceptable?: boolean | null;
|
|
37176
37176
|
standards: string[];
|
|
37177
|
-
summary?: string | null;
|
|
37178
37177
|
override?: ImaResultLineOverrideDto | null;
|
|
37179
37178
|
}
|
|
37180
37179
|
|