@ignos/api-client 20260529.143.1 → 20260602.144.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
|
@@ -8347,6 +8347,9 @@ export interface UploadFileCdfDto {
|
|
|
8347
8347
|
}
|
|
8348
8348
|
export interface ImaMaterialCheckReportDto {
|
|
8349
8349
|
file: FileDto;
|
|
8350
|
+
audit: ImaMaterialCheckReportAuditInfo;
|
|
8351
|
+
}
|
|
8352
|
+
export interface ImaMaterialCheckReportAuditInfo {
|
|
8350
8353
|
createdBy: string;
|
|
8351
8354
|
createdById: string;
|
|
8352
8355
|
createdByName: string;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -35773,6 +35773,10 @@ export interface UploadFileCdfDto {
|
|
|
35773
35773
|
|
|
35774
35774
|
export interface ImaMaterialCheckReportDto {
|
|
35775
35775
|
file: FileDto;
|
|
35776
|
+
audit: ImaMaterialCheckReportAuditInfo;
|
|
35777
|
+
}
|
|
35778
|
+
|
|
35779
|
+
export interface ImaMaterialCheckReportAuditInfo {
|
|
35776
35780
|
createdBy: string;
|
|
35777
35781
|
createdById: string;
|
|
35778
35782
|
createdByName: string;
|