@ignos/api-client 20251006.0.12769-alpha → 20251006.0.12773

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.
@@ -10683,7 +10683,6 @@ export declare class ProductionOrderOperationDto implements IProductionOrderOper
10683
10683
  quantity: number;
10684
10684
  startedQuantity?: number | null;
10685
10685
  ongoingQuantity?: number | null;
10686
- earlierOperationsScrappedQuantity: number;
10687
10686
  availableToStartQuantity: number;
10688
10687
  workInstructions?: string | null;
10689
10688
  note?: string | null;
@@ -10721,7 +10720,6 @@ export interface IProductionOrderOperationDto {
10721
10720
  quantity: number;
10722
10721
  startedQuantity?: number | null;
10723
10722
  ongoingQuantity?: number | null;
10724
- earlierOperationsScrappedQuantity: number;
10725
10723
  availableToStartQuantity: number;
10726
10724
  workInstructions?: string | null;
10727
10725
  note?: string | null;
@@ -11145,7 +11143,6 @@ export declare class ProductionScheduleOperationDto implements IProductionSchedu
11145
11143
  producedQuantity: number;
11146
11144
  scrappedQuantity: number;
11147
11145
  availableToStartQuantity: number;
11148
- earlierOperationsScrappedQuantity: number;
11149
11146
  startedQuantity?: number | null;
11150
11147
  ongoingQuantity?: number | null;
11151
11148
  project?: WorkOrderProjectDto | null;
@@ -11200,7 +11197,6 @@ export interface IProductionScheduleOperationDto {
11200
11197
  producedQuantity: number;
11201
11198
  scrappedQuantity: number;
11202
11199
  availableToStartQuantity: number;
11203
- earlierOperationsScrappedQuantity: number;
11204
11200
  startedQuantity?: number | null;
11205
11201
  ongoingQuantity?: number | null;
11206
11202
  project?: WorkOrderProjectDto | null;
@@ -39767,7 +39767,6 @@ export class ProductionOrderOperationDto {
39767
39767
  this.quantity = _data["quantity"];
39768
39768
  this.startedQuantity = _data["startedQuantity"];
39769
39769
  this.ongoingQuantity = _data["ongoingQuantity"];
39770
- this.earlierOperationsScrappedQuantity = _data["earlierOperationsScrappedQuantity"];
39771
39770
  this.availableToStartQuantity = _data["availableToStartQuantity"];
39772
39771
  this.workInstructions = _data["workInstructions"];
39773
39772
  this.note = _data["note"];
@@ -39809,7 +39808,6 @@ export class ProductionOrderOperationDto {
39809
39808
  data["quantity"] = this.quantity;
39810
39809
  data["startedQuantity"] = this.startedQuantity;
39811
39810
  data["ongoingQuantity"] = this.ongoingQuantity;
39812
- data["earlierOperationsScrappedQuantity"] = this.earlierOperationsScrappedQuantity;
39813
39811
  data["availableToStartQuantity"] = this.availableToStartQuantity;
39814
39812
  data["workInstructions"] = this.workInstructions;
39815
39813
  data["note"] = this.note;
@@ -40613,7 +40611,6 @@ export class ProductionScheduleOperationDto {
40613
40611
  this.producedQuantity = _data["producedQuantity"];
40614
40612
  this.scrappedQuantity = _data["scrappedQuantity"];
40615
40613
  this.availableToStartQuantity = _data["availableToStartQuantity"];
40616
- this.earlierOperationsScrappedQuantity = _data["earlierOperationsScrappedQuantity"];
40617
40614
  this.startedQuantity = _data["startedQuantity"];
40618
40615
  this.ongoingQuantity = _data["ongoingQuantity"];
40619
40616
  this.project = _data["project"] ? WorkOrderProjectDto.fromJS(_data["project"]) : undefined;
@@ -40672,7 +40669,6 @@ export class ProductionScheduleOperationDto {
40672
40669
  data["producedQuantity"] = this.producedQuantity;
40673
40670
  data["scrappedQuantity"] = this.scrappedQuantity;
40674
40671
  data["availableToStartQuantity"] = this.availableToStartQuantity;
40675
- data["earlierOperationsScrappedQuantity"] = this.earlierOperationsScrappedQuantity;
40676
40672
  data["startedQuantity"] = this.startedQuantity;
40677
40673
  data["ongoingQuantity"] = this.ongoingQuantity;
40678
40674
  data["project"] = this.project ? this.project.toJSON() : undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20251006.0.12769-alpha",
3
+ "version": "20251006.0.12773",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -49198,7 +49198,6 @@ export class ProductionOrderOperationDto implements IProductionOrderOperationDto
49198
49198
  quantity!: number;
49199
49199
  startedQuantity?: number | null;
49200
49200
  ongoingQuantity?: number | null;
49201
- earlierOperationsScrappedQuantity!: number;
49202
49201
  availableToStartQuantity!: number;
49203
49202
  workInstructions?: string | null;
49204
49203
  note?: string | null;
@@ -49242,7 +49241,6 @@ export class ProductionOrderOperationDto implements IProductionOrderOperationDto
49242
49241
  this.quantity = _data["quantity"];
49243
49242
  this.startedQuantity = _data["startedQuantity"];
49244
49243
  this.ongoingQuantity = _data["ongoingQuantity"];
49245
- this.earlierOperationsScrappedQuantity = _data["earlierOperationsScrappedQuantity"];
49246
49244
  this.availableToStartQuantity = _data["availableToStartQuantity"];
49247
49245
  this.workInstructions = _data["workInstructions"];
49248
49246
  this.note = _data["note"];
@@ -49286,7 +49284,6 @@ export class ProductionOrderOperationDto implements IProductionOrderOperationDto
49286
49284
  data["quantity"] = this.quantity;
49287
49285
  data["startedQuantity"] = this.startedQuantity;
49288
49286
  data["ongoingQuantity"] = this.ongoingQuantity;
49289
- data["earlierOperationsScrappedQuantity"] = this.earlierOperationsScrappedQuantity;
49290
49287
  data["availableToStartQuantity"] = this.availableToStartQuantity;
49291
49288
  data["workInstructions"] = this.workInstructions;
49292
49289
  data["note"] = this.note;
@@ -49323,7 +49320,6 @@ export interface IProductionOrderOperationDto {
49323
49320
  quantity: number;
49324
49321
  startedQuantity?: number | null;
49325
49322
  ongoingQuantity?: number | null;
49326
- earlierOperationsScrappedQuantity: number;
49327
49323
  availableToStartQuantity: number;
49328
49324
  workInstructions?: string | null;
49329
49325
  note?: string | null;
@@ -50509,7 +50505,6 @@ export class ProductionScheduleOperationDto implements IProductionScheduleOperat
50509
50505
  producedQuantity!: number;
50510
50506
  scrappedQuantity!: number;
50511
50507
  availableToStartQuantity!: number;
50512
- earlierOperationsScrappedQuantity!: number;
50513
50508
  startedQuantity?: number | null;
50514
50509
  ongoingQuantity?: number | null;
50515
50510
  project?: WorkOrderProjectDto | null;
@@ -50573,7 +50568,6 @@ export class ProductionScheduleOperationDto implements IProductionScheduleOperat
50573
50568
  this.producedQuantity = _data["producedQuantity"];
50574
50569
  this.scrappedQuantity = _data["scrappedQuantity"];
50575
50570
  this.availableToStartQuantity = _data["availableToStartQuantity"];
50576
- this.earlierOperationsScrappedQuantity = _data["earlierOperationsScrappedQuantity"];
50577
50571
  this.startedQuantity = _data["startedQuantity"];
50578
50572
  this.ongoingQuantity = _data["ongoingQuantity"];
50579
50573
  this.project = _data["project"] ? WorkOrderProjectDto.fromJS(_data["project"]) : <any>undefined;
@@ -50634,7 +50628,6 @@ export class ProductionScheduleOperationDto implements IProductionScheduleOperat
50634
50628
  data["producedQuantity"] = this.producedQuantity;
50635
50629
  data["scrappedQuantity"] = this.scrappedQuantity;
50636
50630
  data["availableToStartQuantity"] = this.availableToStartQuantity;
50637
- data["earlierOperationsScrappedQuantity"] = this.earlierOperationsScrappedQuantity;
50638
50631
  data["startedQuantity"] = this.startedQuantity;
50639
50632
  data["ongoingQuantity"] = this.ongoingQuantity;
50640
50633
  data["project"] = this.project ? this.project.toJSON() : <any>undefined;
@@ -50688,7 +50681,6 @@ export interface IProductionScheduleOperationDto {
50688
50681
  producedQuantity: number;
50689
50682
  scrappedQuantity: number;
50690
50683
  availableToStartQuantity: number;
50691
- earlierOperationsScrappedQuantity: number;
50692
50684
  startedQuantity?: number | null;
50693
50685
  ongoingQuantity?: number | null;
50694
50686
  project?: WorkOrderProjectDto | null;