@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.
@@ -7519,7 +7519,7 @@ export interface WorkOrderAttachmentDto {
7519
7519
  name?: string | null;
7520
7520
  fileName?: string | null;
7521
7521
  notes?: string | null;
7522
- attachmentType?: string | null;
7522
+ attachmentType?: ProductionOrderAttachmentType | null;
7523
7523
  canDelete?: boolean;
7524
7524
  }
7525
7525
  export interface ProductionOrderDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260810.211.1-alpha",
3
+ "version": "20260810.213.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -35846,7 +35846,7 @@ export interface WorkOrderAttachmentDto {
35846
35846
  name?: string | null;
35847
35847
  fileName?: string | null;
35848
35848
  notes?: string | null;
35849
- attachmentType?: string | null;
35849
+ attachmentType?: ProductionOrderAttachmentType | null;
35850
35850
  canDelete?: boolean;
35851
35851
  }
35852
35852