@ignos/api-client 20260810.215.1-alpha → 20260811.216.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.
@@ -7617,7 +7617,7 @@ export interface WorkOrderAttachmentDto {
7617
7617
  name?: string | null;
7618
7618
  fileName?: string | null;
7619
7619
  notes?: string | null;
7620
- attachmentType?: ProductionOrderAttachmentType | null;
7620
+ attachmentType?: string | null;
7621
7621
  }
7622
7622
  export interface ProductionOrderBomDto {
7623
7623
  position: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260810.215.1-alpha",
3
+ "version": "20260811.216.1",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -35957,7 +35957,7 @@ export interface WorkOrderAttachmentDto {
35957
35957
  name?: string | null;
35958
35958
  fileName?: string | null;
35959
35959
  notes?: string | null;
35960
- attachmentType?: ProductionOrderAttachmentType | null;
35960
+ attachmentType?: string | null;
35961
35961
  }
35962
35962
 
35963
35963
  export interface ProductionOrderBomDto {