@ignos/api-client 20251010.0.12808 → 20251013.0.12851-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.
@@ -10741,6 +10741,7 @@ export declare class ProductionOrderOperationDto implements IProductionOrderOper
10741
10741
  quantity: number;
10742
10742
  startedQuantity?: number | null;
10743
10743
  ongoingQuantity?: number | null;
10744
+ earlierOperationsScrappedQuantity: number;
10744
10745
  availableToStartQuantity: number;
10745
10746
  workInstructions?: string | null;
10746
10747
  note?: string | null;
@@ -10778,6 +10779,7 @@ export interface IProductionOrderOperationDto {
10778
10779
  quantity: number;
10779
10780
  startedQuantity?: number | null;
10780
10781
  ongoingQuantity?: number | null;
10782
+ earlierOperationsScrappedQuantity: number;
10781
10783
  availableToStartQuantity: number;
10782
10784
  workInstructions?: string | null;
10783
10785
  note?: string | null;
@@ -11201,6 +11203,7 @@ export declare class ProductionScheduleOperationDto implements IProductionSchedu
11201
11203
  producedQuantity: number;
11202
11204
  scrappedQuantity: number;
11203
11205
  availableToStartQuantity: number;
11206
+ earlierOperationsScrappedQuantity: number;
11204
11207
  startedQuantity?: number | null;
11205
11208
  ongoingQuantity?: number | null;
11206
11209
  project?: WorkOrderProjectDto | null;
@@ -11255,6 +11258,7 @@ export interface IProductionScheduleOperationDto {
11255
11258
  producedQuantity: number;
11256
11259
  scrappedQuantity: number;
11257
11260
  availableToStartQuantity: number;
11261
+ earlierOperationsScrappedQuantity: number;
11258
11262
  startedQuantity?: number | null;
11259
11263
  ongoingQuantity?: number | null;
11260
11264
  project?: WorkOrderProjectDto | null;
@@ -11301,6 +11305,7 @@ export declare class SurroundingOperationDto implements ISurroundingOperationDto
11301
11305
  resourceDepartmentName?: string | null;
11302
11306
  producedQuantity: number;
11303
11307
  scrappedQuantity: number;
11308
+ earlierOperationsScrappedQuantity: number;
11304
11309
  startedQuantity?: number | null;
11305
11310
  constructor(data?: ISurroundingOperationDto);
11306
11311
  init(_data?: any): void;
@@ -11323,6 +11328,7 @@ export interface ISurroundingOperationDto {
11323
11328
  resourceDepartmentName?: string | null;
11324
11329
  producedQuantity: number;
11325
11330
  scrappedQuantity: number;
11331
+ earlierOperationsScrappedQuantity: number;
11326
11332
  startedQuantity?: number | null;
11327
11333
  }
11328
11334
  export declare class OperationPrerequisitesDto implements IOperationPrerequisitesDto {