@ignos/api-client 20260831.251.1-alpha → 20260831.252.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
|
@@ -7542,6 +7542,7 @@ export interface PlannerOperationDto {
|
|
|
7542
7542
|
drawingNumber?: string | null;
|
|
7543
7543
|
description?: string | null;
|
|
7544
7544
|
disableSetupRegistration?: boolean;
|
|
7545
|
+
sequenceNumber: number;
|
|
7545
7546
|
lockType: PlannerLockType;
|
|
7546
7547
|
isNewOperation: boolean;
|
|
7547
7548
|
weekGroup: string;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -36260,6 +36260,7 @@ export interface PlannerOperationDto {
|
|
|
36260
36260
|
drawingNumber?: string | null;
|
|
36261
36261
|
description?: string | null;
|
|
36262
36262
|
disableSetupRegistration?: boolean;
|
|
36263
|
+
sequenceNumber: number;
|
|
36263
36264
|
lockType: PlannerLockType;
|
|
36264
36265
|
isNewOperation: boolean;
|
|
36265
36266
|
weekGroup: string;
|