@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260529.143.1",
3
+ "version": "20260602.144.1",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -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;