@ignos/api-client 20260810.211.1-alpha → 20260810.213.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
|
@@ -7519,7 +7519,7 @@ export interface WorkOrderAttachmentDto {
|
|
|
7519
7519
|
name?: string | null;
|
|
7520
7520
|
fileName?: string | null;
|
|
7521
7521
|
notes?: string | null;
|
|
7522
|
-
attachmentType?:
|
|
7522
|
+
attachmentType?: ProductionOrderAttachmentType | null;
|
|
7523
7523
|
canDelete?: boolean;
|
|
7524
7524
|
}
|
|
7525
7525
|
export interface ProductionOrderDto {
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -35846,7 +35846,7 @@ export interface WorkOrderAttachmentDto {
|
|
|
35846
35846
|
name?: string | null;
|
|
35847
35847
|
fileName?: string | null;
|
|
35848
35848
|
notes?: string | null;
|
|
35849
|
-
attachmentType?:
|
|
35849
|
+
attachmentType?: ProductionOrderAttachmentType | null;
|
|
35850
35850
|
canDelete?: boolean;
|
|
35851
35851
|
}
|
|
35852
35852
|
|