@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.
package/lib/ignosportal-api.d.ts
CHANGED
|
@@ -7617,7 +7617,7 @@ export interface WorkOrderAttachmentDto {
|
|
|
7617
7617
|
name?: string | null;
|
|
7618
7618
|
fileName?: string | null;
|
|
7619
7619
|
notes?: string | null;
|
|
7620
|
-
attachmentType?:
|
|
7620
|
+
attachmentType?: string | null;
|
|
7621
7621
|
}
|
|
7622
7622
|
export interface ProductionOrderBomDto {
|
|
7623
7623
|
position: string;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -35957,7 +35957,7 @@ export interface WorkOrderAttachmentDto {
|
|
|
35957
35957
|
name?: string | null;
|
|
35958
35958
|
fileName?: string | null;
|
|
35959
35959
|
notes?: string | null;
|
|
35960
|
-
attachmentType?:
|
|
35960
|
+
attachmentType?: string | null;
|
|
35961
35961
|
}
|
|
35962
35962
|
|
|
35963
35963
|
export interface ProductionOrderBomDto {
|