@ignos/api-client 20251006.0.12774-alpha → 20251006.0.12780
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 +4 -6
- package/lib/ignosportal-api.js +4 -6
- package/package.json +1 -1
- package/src/ignosportal-api.ts +8 -12
package/lib/ignosportal-api.d.ts
CHANGED
|
@@ -10261,6 +10261,7 @@ export declare class TrackingHistoryDto implements ITrackingHistoryDto {
|
|
|
10261
10261
|
materialLine?: number | null;
|
|
10262
10262
|
materialPartName?: string | null;
|
|
10263
10263
|
materialPartNumber?: string | null;
|
|
10264
|
+
category?: string | null;
|
|
10264
10265
|
currentTracking?: TrackingEventDto | null;
|
|
10265
10266
|
trackingEvents: TrackingEventDto[];
|
|
10266
10267
|
suggestions?: SuggestionsItemDto | null;
|
|
@@ -10277,6 +10278,7 @@ export interface ITrackingHistoryDto {
|
|
|
10277
10278
|
materialLine?: number | null;
|
|
10278
10279
|
materialPartName?: string | null;
|
|
10279
10280
|
materialPartNumber?: string | null;
|
|
10281
|
+
category?: string | null;
|
|
10280
10282
|
currentTracking?: TrackingEventDto | null;
|
|
10281
10283
|
trackingEvents: TrackingEventDto[];
|
|
10282
10284
|
suggestions?: SuggestionsItemDto | null;
|
|
@@ -10357,6 +10359,7 @@ export declare class TrackingHistoryFlattenedDto implements ITrackingHistoryFlat
|
|
|
10357
10359
|
materialLine?: number | null;
|
|
10358
10360
|
materialPartName?: string | null;
|
|
10359
10361
|
materialPartNumber?: string | null;
|
|
10362
|
+
category?: string | null;
|
|
10360
10363
|
currentTracking?: TrackingEventDto | null;
|
|
10361
10364
|
trackingEvents: TrackingEventDto[];
|
|
10362
10365
|
constructor(data?: ITrackingHistoryFlattenedDto);
|
|
@@ -10379,6 +10382,7 @@ export interface ITrackingHistoryFlattenedDto {
|
|
|
10379
10382
|
materialLine?: number | null;
|
|
10380
10383
|
materialPartName?: string | null;
|
|
10381
10384
|
materialPartNumber?: string | null;
|
|
10385
|
+
category?: string | null;
|
|
10382
10386
|
currentTracking?: TrackingEventDto | null;
|
|
10383
10387
|
trackingEvents: TrackingEventDto[];
|
|
10384
10388
|
}
|
|
@@ -10683,7 +10687,6 @@ export declare class ProductionOrderOperationDto implements IProductionOrderOper
|
|
|
10683
10687
|
quantity: number;
|
|
10684
10688
|
startedQuantity?: number | null;
|
|
10685
10689
|
ongoingQuantity?: number | null;
|
|
10686
|
-
earlierOperationsScrappedQuantity: number;
|
|
10687
10690
|
availableToStartQuantity: number;
|
|
10688
10691
|
workInstructions?: string | null;
|
|
10689
10692
|
note?: string | null;
|
|
@@ -10721,7 +10724,6 @@ export interface IProductionOrderOperationDto {
|
|
|
10721
10724
|
quantity: number;
|
|
10722
10725
|
startedQuantity?: number | null;
|
|
10723
10726
|
ongoingQuantity?: number | null;
|
|
10724
|
-
earlierOperationsScrappedQuantity: number;
|
|
10725
10727
|
availableToStartQuantity: number;
|
|
10726
10728
|
workInstructions?: string | null;
|
|
10727
10729
|
note?: string | null;
|
|
@@ -11145,7 +11147,6 @@ export declare class ProductionScheduleOperationDto implements IProductionSchedu
|
|
|
11145
11147
|
producedQuantity: number;
|
|
11146
11148
|
scrappedQuantity: number;
|
|
11147
11149
|
availableToStartQuantity: number;
|
|
11148
|
-
earlierOperationsScrappedQuantity: number;
|
|
11149
11150
|
startedQuantity?: number | null;
|
|
11150
11151
|
ongoingQuantity?: number | null;
|
|
11151
11152
|
project?: WorkOrderProjectDto | null;
|
|
@@ -11200,7 +11201,6 @@ export interface IProductionScheduleOperationDto {
|
|
|
11200
11201
|
producedQuantity: number;
|
|
11201
11202
|
scrappedQuantity: number;
|
|
11202
11203
|
availableToStartQuantity: number;
|
|
11203
|
-
earlierOperationsScrappedQuantity: number;
|
|
11204
11204
|
startedQuantity?: number | null;
|
|
11205
11205
|
ongoingQuantity?: number | null;
|
|
11206
11206
|
project?: WorkOrderProjectDto | null;
|
|
@@ -11247,7 +11247,6 @@ export declare class SurroundingOperationDto implements ISurroundingOperationDto
|
|
|
11247
11247
|
resourceDepartmentName?: string | null;
|
|
11248
11248
|
producedQuantity: number;
|
|
11249
11249
|
scrappedQuantity: number;
|
|
11250
|
-
earlierOperationsScrappedQuantity: number;
|
|
11251
11250
|
startedQuantity?: number | null;
|
|
11252
11251
|
constructor(data?: ISurroundingOperationDto);
|
|
11253
11252
|
init(_data?: any): void;
|
|
@@ -11270,7 +11269,6 @@ export interface ISurroundingOperationDto {
|
|
|
11270
11269
|
resourceDepartmentName?: string | null;
|
|
11271
11270
|
producedQuantity: number;
|
|
11272
11271
|
scrappedQuantity: number;
|
|
11273
|
-
earlierOperationsScrappedQuantity: number;
|
|
11274
11272
|
startedQuantity?: number | null;
|
|
11275
11273
|
}
|
|
11276
11274
|
export declare class OperationPrerequisitesDto implements IOperationPrerequisitesDto {
|
package/lib/ignosportal-api.js
CHANGED
|
@@ -38849,6 +38849,7 @@ export class TrackingHistoryDto {
|
|
|
38849
38849
|
this.materialLine = _data["materialLine"];
|
|
38850
38850
|
this.materialPartName = _data["materialPartName"];
|
|
38851
38851
|
this.materialPartNumber = _data["materialPartNumber"];
|
|
38852
|
+
this.category = _data["category"];
|
|
38852
38853
|
this.currentTracking = _data["currentTracking"] ? TrackingEventDto.fromJS(_data["currentTracking"]) : undefined;
|
|
38853
38854
|
if (Array.isArray(_data["trackingEvents"])) {
|
|
38854
38855
|
this.trackingEvents = [];
|
|
@@ -38873,6 +38874,7 @@ export class TrackingHistoryDto {
|
|
|
38873
38874
|
data["materialLine"] = this.materialLine;
|
|
38874
38875
|
data["materialPartName"] = this.materialPartName;
|
|
38875
38876
|
data["materialPartNumber"] = this.materialPartNumber;
|
|
38877
|
+
data["category"] = this.category;
|
|
38876
38878
|
data["currentTracking"] = this.currentTracking ? this.currentTracking.toJSON() : undefined;
|
|
38877
38879
|
if (Array.isArray(this.trackingEvents)) {
|
|
38878
38880
|
data["trackingEvents"] = [];
|
|
@@ -39070,6 +39072,7 @@ export class TrackingHistoryFlattenedDto {
|
|
|
39070
39072
|
this.materialLine = _data["materialLine"];
|
|
39071
39073
|
this.materialPartName = _data["materialPartName"];
|
|
39072
39074
|
this.materialPartNumber = _data["materialPartNumber"];
|
|
39075
|
+
this.category = _data["category"];
|
|
39073
39076
|
this.currentTracking = _data["currentTracking"] ? TrackingEventDto.fromJS(_data["currentTracking"]) : undefined;
|
|
39074
39077
|
if (Array.isArray(_data["trackingEvents"])) {
|
|
39075
39078
|
this.trackingEvents = [];
|
|
@@ -39100,6 +39103,7 @@ export class TrackingHistoryFlattenedDto {
|
|
|
39100
39103
|
data["materialLine"] = this.materialLine;
|
|
39101
39104
|
data["materialPartName"] = this.materialPartName;
|
|
39102
39105
|
data["materialPartNumber"] = this.materialPartNumber;
|
|
39106
|
+
data["category"] = this.category;
|
|
39103
39107
|
data["currentTracking"] = this.currentTracking ? this.currentTracking.toJSON() : undefined;
|
|
39104
39108
|
if (Array.isArray(this.trackingEvents)) {
|
|
39105
39109
|
data["trackingEvents"] = [];
|
|
@@ -39767,7 +39771,6 @@ export class ProductionOrderOperationDto {
|
|
|
39767
39771
|
this.quantity = _data["quantity"];
|
|
39768
39772
|
this.startedQuantity = _data["startedQuantity"];
|
|
39769
39773
|
this.ongoingQuantity = _data["ongoingQuantity"];
|
|
39770
|
-
this.earlierOperationsScrappedQuantity = _data["earlierOperationsScrappedQuantity"];
|
|
39771
39774
|
this.availableToStartQuantity = _data["availableToStartQuantity"];
|
|
39772
39775
|
this.workInstructions = _data["workInstructions"];
|
|
39773
39776
|
this.note = _data["note"];
|
|
@@ -39809,7 +39812,6 @@ export class ProductionOrderOperationDto {
|
|
|
39809
39812
|
data["quantity"] = this.quantity;
|
|
39810
39813
|
data["startedQuantity"] = this.startedQuantity;
|
|
39811
39814
|
data["ongoingQuantity"] = this.ongoingQuantity;
|
|
39812
|
-
data["earlierOperationsScrappedQuantity"] = this.earlierOperationsScrappedQuantity;
|
|
39813
39815
|
data["availableToStartQuantity"] = this.availableToStartQuantity;
|
|
39814
39816
|
data["workInstructions"] = this.workInstructions;
|
|
39815
39817
|
data["note"] = this.note;
|
|
@@ -40613,7 +40615,6 @@ export class ProductionScheduleOperationDto {
|
|
|
40613
40615
|
this.producedQuantity = _data["producedQuantity"];
|
|
40614
40616
|
this.scrappedQuantity = _data["scrappedQuantity"];
|
|
40615
40617
|
this.availableToStartQuantity = _data["availableToStartQuantity"];
|
|
40616
|
-
this.earlierOperationsScrappedQuantity = _data["earlierOperationsScrappedQuantity"];
|
|
40617
40618
|
this.startedQuantity = _data["startedQuantity"];
|
|
40618
40619
|
this.ongoingQuantity = _data["ongoingQuantity"];
|
|
40619
40620
|
this.project = _data["project"] ? WorkOrderProjectDto.fromJS(_data["project"]) : undefined;
|
|
@@ -40672,7 +40673,6 @@ export class ProductionScheduleOperationDto {
|
|
|
40672
40673
|
data["producedQuantity"] = this.producedQuantity;
|
|
40673
40674
|
data["scrappedQuantity"] = this.scrappedQuantity;
|
|
40674
40675
|
data["availableToStartQuantity"] = this.availableToStartQuantity;
|
|
40675
|
-
data["earlierOperationsScrappedQuantity"] = this.earlierOperationsScrappedQuantity;
|
|
40676
40676
|
data["startedQuantity"] = this.startedQuantity;
|
|
40677
40677
|
data["ongoingQuantity"] = this.ongoingQuantity;
|
|
40678
40678
|
data["project"] = this.project ? this.project.toJSON() : undefined;
|
|
@@ -40731,7 +40731,6 @@ export class SurroundingOperationDto {
|
|
|
40731
40731
|
this.resourceDepartmentName = _data["resourceDepartmentName"];
|
|
40732
40732
|
this.producedQuantity = _data["producedQuantity"];
|
|
40733
40733
|
this.scrappedQuantity = _data["scrappedQuantity"];
|
|
40734
|
-
this.earlierOperationsScrappedQuantity = _data["earlierOperationsScrappedQuantity"];
|
|
40735
40734
|
this.startedQuantity = _data["startedQuantity"];
|
|
40736
40735
|
}
|
|
40737
40736
|
}
|
|
@@ -40758,7 +40757,6 @@ export class SurroundingOperationDto {
|
|
|
40758
40757
|
data["resourceDepartmentName"] = this.resourceDepartmentName;
|
|
40759
40758
|
data["producedQuantity"] = this.producedQuantity;
|
|
40760
40759
|
data["scrappedQuantity"] = this.scrappedQuantity;
|
|
40761
|
-
data["earlierOperationsScrappedQuantity"] = this.earlierOperationsScrappedQuantity;
|
|
40762
40760
|
data["startedQuantity"] = this.startedQuantity;
|
|
40763
40761
|
return data;
|
|
40764
40762
|
}
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -47871,6 +47871,7 @@ export class TrackingHistoryDto implements ITrackingHistoryDto {
|
|
|
47871
47871
|
materialLine?: number | null;
|
|
47872
47872
|
materialPartName?: string | null;
|
|
47873
47873
|
materialPartNumber?: string | null;
|
|
47874
|
+
category?: string | null;
|
|
47874
47875
|
currentTracking?: TrackingEventDto | null;
|
|
47875
47876
|
trackingEvents!: TrackingEventDto[];
|
|
47876
47877
|
suggestions?: SuggestionsItemDto | null;
|
|
@@ -47896,6 +47897,7 @@ export class TrackingHistoryDto implements ITrackingHistoryDto {
|
|
|
47896
47897
|
this.materialLine = _data["materialLine"];
|
|
47897
47898
|
this.materialPartName = _data["materialPartName"];
|
|
47898
47899
|
this.materialPartNumber = _data["materialPartNumber"];
|
|
47900
|
+
this.category = _data["category"];
|
|
47899
47901
|
this.currentTracking = _data["currentTracking"] ? TrackingEventDto.fromJS(_data["currentTracking"]) : <any>undefined;
|
|
47900
47902
|
if (Array.isArray(_data["trackingEvents"])) {
|
|
47901
47903
|
this.trackingEvents = [] as any;
|
|
@@ -47922,6 +47924,7 @@ export class TrackingHistoryDto implements ITrackingHistoryDto {
|
|
|
47922
47924
|
data["materialLine"] = this.materialLine;
|
|
47923
47925
|
data["materialPartName"] = this.materialPartName;
|
|
47924
47926
|
data["materialPartNumber"] = this.materialPartNumber;
|
|
47927
|
+
data["category"] = this.category;
|
|
47925
47928
|
data["currentTracking"] = this.currentTracking ? this.currentTracking.toJSON() : <any>undefined;
|
|
47926
47929
|
if (Array.isArray(this.trackingEvents)) {
|
|
47927
47930
|
data["trackingEvents"] = [];
|
|
@@ -47941,6 +47944,7 @@ export interface ITrackingHistoryDto {
|
|
|
47941
47944
|
materialLine?: number | null;
|
|
47942
47945
|
materialPartName?: string | null;
|
|
47943
47946
|
materialPartNumber?: string | null;
|
|
47947
|
+
category?: string | null;
|
|
47944
47948
|
currentTracking?: TrackingEventDto | null;
|
|
47945
47949
|
trackingEvents: TrackingEventDto[];
|
|
47946
47950
|
suggestions?: SuggestionsItemDto | null;
|
|
@@ -48182,6 +48186,7 @@ export class TrackingHistoryFlattenedDto implements ITrackingHistoryFlattenedDto
|
|
|
48182
48186
|
materialLine?: number | null;
|
|
48183
48187
|
materialPartName?: string | null;
|
|
48184
48188
|
materialPartNumber?: string | null;
|
|
48189
|
+
category?: string | null;
|
|
48185
48190
|
currentTracking?: TrackingEventDto | null;
|
|
48186
48191
|
trackingEvents!: TrackingEventDto[];
|
|
48187
48192
|
|
|
@@ -48213,6 +48218,7 @@ export class TrackingHistoryFlattenedDto implements ITrackingHistoryFlattenedDto
|
|
|
48213
48218
|
this.materialLine = _data["materialLine"];
|
|
48214
48219
|
this.materialPartName = _data["materialPartName"];
|
|
48215
48220
|
this.materialPartNumber = _data["materialPartNumber"];
|
|
48221
|
+
this.category = _data["category"];
|
|
48216
48222
|
this.currentTracking = _data["currentTracking"] ? TrackingEventDto.fromJS(_data["currentTracking"]) : <any>undefined;
|
|
48217
48223
|
if (Array.isArray(_data["trackingEvents"])) {
|
|
48218
48224
|
this.trackingEvents = [] as any;
|
|
@@ -48245,6 +48251,7 @@ export class TrackingHistoryFlattenedDto implements ITrackingHistoryFlattenedDto
|
|
|
48245
48251
|
data["materialLine"] = this.materialLine;
|
|
48246
48252
|
data["materialPartName"] = this.materialPartName;
|
|
48247
48253
|
data["materialPartNumber"] = this.materialPartNumber;
|
|
48254
|
+
data["category"] = this.category;
|
|
48248
48255
|
data["currentTracking"] = this.currentTracking ? this.currentTracking.toJSON() : <any>undefined;
|
|
48249
48256
|
if (Array.isArray(this.trackingEvents)) {
|
|
48250
48257
|
data["trackingEvents"] = [];
|
|
@@ -48270,6 +48277,7 @@ export interface ITrackingHistoryFlattenedDto {
|
|
|
48270
48277
|
materialLine?: number | null;
|
|
48271
48278
|
materialPartName?: string | null;
|
|
48272
48279
|
materialPartNumber?: string | null;
|
|
48280
|
+
category?: string | null;
|
|
48273
48281
|
currentTracking?: TrackingEventDto | null;
|
|
48274
48282
|
trackingEvents: TrackingEventDto[];
|
|
48275
48283
|
}
|
|
@@ -49198,7 +49206,6 @@ export class ProductionOrderOperationDto implements IProductionOrderOperationDto
|
|
|
49198
49206
|
quantity!: number;
|
|
49199
49207
|
startedQuantity?: number | null;
|
|
49200
49208
|
ongoingQuantity?: number | null;
|
|
49201
|
-
earlierOperationsScrappedQuantity!: number;
|
|
49202
49209
|
availableToStartQuantity!: number;
|
|
49203
49210
|
workInstructions?: string | null;
|
|
49204
49211
|
note?: string | null;
|
|
@@ -49242,7 +49249,6 @@ export class ProductionOrderOperationDto implements IProductionOrderOperationDto
|
|
|
49242
49249
|
this.quantity = _data["quantity"];
|
|
49243
49250
|
this.startedQuantity = _data["startedQuantity"];
|
|
49244
49251
|
this.ongoingQuantity = _data["ongoingQuantity"];
|
|
49245
|
-
this.earlierOperationsScrappedQuantity = _data["earlierOperationsScrappedQuantity"];
|
|
49246
49252
|
this.availableToStartQuantity = _data["availableToStartQuantity"];
|
|
49247
49253
|
this.workInstructions = _data["workInstructions"];
|
|
49248
49254
|
this.note = _data["note"];
|
|
@@ -49286,7 +49292,6 @@ export class ProductionOrderOperationDto implements IProductionOrderOperationDto
|
|
|
49286
49292
|
data["quantity"] = this.quantity;
|
|
49287
49293
|
data["startedQuantity"] = this.startedQuantity;
|
|
49288
49294
|
data["ongoingQuantity"] = this.ongoingQuantity;
|
|
49289
|
-
data["earlierOperationsScrappedQuantity"] = this.earlierOperationsScrappedQuantity;
|
|
49290
49295
|
data["availableToStartQuantity"] = this.availableToStartQuantity;
|
|
49291
49296
|
data["workInstructions"] = this.workInstructions;
|
|
49292
49297
|
data["note"] = this.note;
|
|
@@ -49323,7 +49328,6 @@ export interface IProductionOrderOperationDto {
|
|
|
49323
49328
|
quantity: number;
|
|
49324
49329
|
startedQuantity?: number | null;
|
|
49325
49330
|
ongoingQuantity?: number | null;
|
|
49326
|
-
earlierOperationsScrappedQuantity: number;
|
|
49327
49331
|
availableToStartQuantity: number;
|
|
49328
49332
|
workInstructions?: string | null;
|
|
49329
49333
|
note?: string | null;
|
|
@@ -50509,7 +50513,6 @@ export class ProductionScheduleOperationDto implements IProductionScheduleOperat
|
|
|
50509
50513
|
producedQuantity!: number;
|
|
50510
50514
|
scrappedQuantity!: number;
|
|
50511
50515
|
availableToStartQuantity!: number;
|
|
50512
|
-
earlierOperationsScrappedQuantity!: number;
|
|
50513
50516
|
startedQuantity?: number | null;
|
|
50514
50517
|
ongoingQuantity?: number | null;
|
|
50515
50518
|
project?: WorkOrderProjectDto | null;
|
|
@@ -50573,7 +50576,6 @@ export class ProductionScheduleOperationDto implements IProductionScheduleOperat
|
|
|
50573
50576
|
this.producedQuantity = _data["producedQuantity"];
|
|
50574
50577
|
this.scrappedQuantity = _data["scrappedQuantity"];
|
|
50575
50578
|
this.availableToStartQuantity = _data["availableToStartQuantity"];
|
|
50576
|
-
this.earlierOperationsScrappedQuantity = _data["earlierOperationsScrappedQuantity"];
|
|
50577
50579
|
this.startedQuantity = _data["startedQuantity"];
|
|
50578
50580
|
this.ongoingQuantity = _data["ongoingQuantity"];
|
|
50579
50581
|
this.project = _data["project"] ? WorkOrderProjectDto.fromJS(_data["project"]) : <any>undefined;
|
|
@@ -50634,7 +50636,6 @@ export class ProductionScheduleOperationDto implements IProductionScheduleOperat
|
|
|
50634
50636
|
data["producedQuantity"] = this.producedQuantity;
|
|
50635
50637
|
data["scrappedQuantity"] = this.scrappedQuantity;
|
|
50636
50638
|
data["availableToStartQuantity"] = this.availableToStartQuantity;
|
|
50637
|
-
data["earlierOperationsScrappedQuantity"] = this.earlierOperationsScrappedQuantity;
|
|
50638
50639
|
data["startedQuantity"] = this.startedQuantity;
|
|
50639
50640
|
data["ongoingQuantity"] = this.ongoingQuantity;
|
|
50640
50641
|
data["project"] = this.project ? this.project.toJSON() : <any>undefined;
|
|
@@ -50688,7 +50689,6 @@ export interface IProductionScheduleOperationDto {
|
|
|
50688
50689
|
producedQuantity: number;
|
|
50689
50690
|
scrappedQuantity: number;
|
|
50690
50691
|
availableToStartQuantity: number;
|
|
50691
|
-
earlierOperationsScrappedQuantity: number;
|
|
50692
50692
|
startedQuantity?: number | null;
|
|
50693
50693
|
ongoingQuantity?: number | null;
|
|
50694
50694
|
project?: WorkOrderProjectDto | null;
|
|
@@ -50736,7 +50736,6 @@ export class SurroundingOperationDto implements ISurroundingOperationDto {
|
|
|
50736
50736
|
resourceDepartmentName?: string | null;
|
|
50737
50737
|
producedQuantity!: number;
|
|
50738
50738
|
scrappedQuantity!: number;
|
|
50739
|
-
earlierOperationsScrappedQuantity!: number;
|
|
50740
50739
|
startedQuantity?: number | null;
|
|
50741
50740
|
|
|
50742
50741
|
constructor(data?: ISurroundingOperationDto) {
|
|
@@ -50765,7 +50764,6 @@ export class SurroundingOperationDto implements ISurroundingOperationDto {
|
|
|
50765
50764
|
this.resourceDepartmentName = _data["resourceDepartmentName"];
|
|
50766
50765
|
this.producedQuantity = _data["producedQuantity"];
|
|
50767
50766
|
this.scrappedQuantity = _data["scrappedQuantity"];
|
|
50768
|
-
this.earlierOperationsScrappedQuantity = _data["earlierOperationsScrappedQuantity"];
|
|
50769
50767
|
this.startedQuantity = _data["startedQuantity"];
|
|
50770
50768
|
}
|
|
50771
50769
|
}
|
|
@@ -50794,7 +50792,6 @@ export class SurroundingOperationDto implements ISurroundingOperationDto {
|
|
|
50794
50792
|
data["resourceDepartmentName"] = this.resourceDepartmentName;
|
|
50795
50793
|
data["producedQuantity"] = this.producedQuantity;
|
|
50796
50794
|
data["scrappedQuantity"] = this.scrappedQuantity;
|
|
50797
|
-
data["earlierOperationsScrappedQuantity"] = this.earlierOperationsScrappedQuantity;
|
|
50798
50795
|
data["startedQuantity"] = this.startedQuantity;
|
|
50799
50796
|
return data;
|
|
50800
50797
|
}
|
|
@@ -50816,7 +50813,6 @@ export interface ISurroundingOperationDto {
|
|
|
50816
50813
|
resourceDepartmentName?: string | null;
|
|
50817
50814
|
producedQuantity: number;
|
|
50818
50815
|
scrappedQuantity: number;
|
|
50819
|
-
earlierOperationsScrappedQuantity: number;
|
|
50820
50816
|
startedQuantity?: number | null;
|
|
50821
50817
|
}
|
|
50822
50818
|
|