@ignos/api-client 20260914.276.1-alpha → 20260914.278.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
|
@@ -7982,6 +7982,7 @@ export interface ProductionScheduleOperationDto {
|
|
|
7982
7982
|
notesUnread: boolean;
|
|
7983
7983
|
sequenceNumber?: number | null;
|
|
7984
7984
|
weekGroup?: string | null;
|
|
7985
|
+
isNewOperation?: boolean | null;
|
|
7985
7986
|
}
|
|
7986
7987
|
export interface SurroundingOperationDto {
|
|
7987
7988
|
id: string;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -37151,6 +37151,7 @@ export interface ProductionScheduleOperationDto {
|
|
|
37151
37151
|
notesUnread: boolean;
|
|
37152
37152
|
sequenceNumber?: number | null;
|
|
37153
37153
|
weekGroup?: string | null;
|
|
37154
|
+
isNewOperation?: boolean | null;
|
|
37154
37155
|
}
|
|
37155
37156
|
|
|
37156
37157
|
export interface SurroundingOperationDto {
|