@ignos/api-client 20260825.241.1 → 20260826.243.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
|
@@ -8603,6 +8603,7 @@ export interface ImaDocumentTypesResultsDto {
|
|
|
8603
8603
|
microExaminationReport?: ImaSupplementaryCheckResultDto | null;
|
|
8604
8604
|
}
|
|
8605
8605
|
export interface ImaSupplementaryCheckResultDto {
|
|
8606
|
+
heatNumbers?: string[];
|
|
8606
8607
|
status?: string | null;
|
|
8607
8608
|
documentId?: string | null;
|
|
8608
8609
|
acceptable?: boolean | null;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -37132,6 +37132,7 @@ export interface ImaDocumentTypesResultsDto {
|
|
|
37132
37132
|
}
|
|
37133
37133
|
|
|
37134
37134
|
export interface ImaSupplementaryCheckResultDto {
|
|
37135
|
+
heatNumbers?: string[];
|
|
37135
37136
|
status?: string | null;
|
|
37136
37137
|
documentId?: string | null;
|
|
37137
37138
|
acceptable?: boolean | null;
|