@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260831.251.1-alpha",
3
+ "version": "20260831.252.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -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;