@ignos/api-client 20250918.0.12674 → 20250922.0.12693
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 +10 -10
- package/lib/ignosportal-api.js +8 -8
- package/package.json +1 -1
- package/src/ignosportal-api.ts +18 -18
package/lib/ignosportal-api.d.ts
CHANGED
|
@@ -5807,7 +5807,7 @@ export declare class CreateDowntimeReason implements ICreateDowntimeReason {
|
|
|
5807
5807
|
reasonType: DowntimeReasonTypeDto;
|
|
5808
5808
|
description?: string | null;
|
|
5809
5809
|
parentId?: string | null;
|
|
5810
|
-
|
|
5810
|
+
displayBeforeId?: string | null;
|
|
5811
5811
|
constructor(data?: ICreateDowntimeReason);
|
|
5812
5812
|
init(_data?: any): void;
|
|
5813
5813
|
static fromJS(data: any): CreateDowntimeReason;
|
|
@@ -5820,7 +5820,7 @@ export interface ICreateDowntimeReason {
|
|
|
5820
5820
|
reasonType: DowntimeReasonTypeDto;
|
|
5821
5821
|
description?: string | null;
|
|
5822
5822
|
parentId?: string | null;
|
|
5823
|
-
|
|
5823
|
+
displayBeforeId?: string | null;
|
|
5824
5824
|
}
|
|
5825
5825
|
export declare class UpdateDowntimeReasonRequest implements IUpdateDowntimeReasonRequest {
|
|
5826
5826
|
reason: string;
|
|
@@ -5829,7 +5829,7 @@ export declare class UpdateDowntimeReasonRequest implements IUpdateDowntimeReaso
|
|
|
5829
5829
|
reasonType: DowntimeReasonTypeDto;
|
|
5830
5830
|
description?: string | null;
|
|
5831
5831
|
parentId?: string | null;
|
|
5832
|
-
|
|
5832
|
+
displayBeforeId?: string | null;
|
|
5833
5833
|
constructor(data?: IUpdateDowntimeReasonRequest);
|
|
5834
5834
|
init(_data?: any): void;
|
|
5835
5835
|
static fromJS(data: any): UpdateDowntimeReasonRequest;
|
|
@@ -5842,7 +5842,7 @@ export interface IUpdateDowntimeReasonRequest {
|
|
|
5842
5842
|
reasonType: DowntimeReasonTypeDto;
|
|
5843
5843
|
description?: string | null;
|
|
5844
5844
|
parentId?: string | null;
|
|
5845
|
-
|
|
5845
|
+
displayBeforeId?: string | null;
|
|
5846
5846
|
}
|
|
5847
5847
|
export declare class MachineTypeDto implements IMachineTypeDto {
|
|
5848
5848
|
machineType: string;
|
|
@@ -5875,7 +5875,7 @@ export interface IParentTopicDto {
|
|
|
5875
5875
|
export declare class CreateParentTopicRequest implements ICreateParentTopicRequest {
|
|
5876
5876
|
name: string;
|
|
5877
5877
|
description?: string | null;
|
|
5878
|
-
|
|
5878
|
+
displayBeforeId?: string | null;
|
|
5879
5879
|
constructor(data?: ICreateParentTopicRequest);
|
|
5880
5880
|
init(_data?: any): void;
|
|
5881
5881
|
static fromJS(data: any): CreateParentTopicRequest;
|
|
@@ -5884,12 +5884,12 @@ export declare class CreateParentTopicRequest implements ICreateParentTopicReque
|
|
|
5884
5884
|
export interface ICreateParentTopicRequest {
|
|
5885
5885
|
name: string;
|
|
5886
5886
|
description?: string | null;
|
|
5887
|
-
|
|
5887
|
+
displayBeforeId?: string | null;
|
|
5888
5888
|
}
|
|
5889
5889
|
export declare class UpdateParentTopicRequest implements IUpdateParentTopicRequest {
|
|
5890
5890
|
name: string;
|
|
5891
5891
|
description?: string | null;
|
|
5892
|
-
|
|
5892
|
+
displayBeforeId?: string | null;
|
|
5893
5893
|
constructor(data?: IUpdateParentTopicRequest);
|
|
5894
5894
|
init(_data?: any): void;
|
|
5895
5895
|
static fromJS(data: any): UpdateParentTopicRequest;
|
|
@@ -5898,7 +5898,7 @@ export declare class UpdateParentTopicRequest implements IUpdateParentTopicReque
|
|
|
5898
5898
|
export interface IUpdateParentTopicRequest {
|
|
5899
5899
|
name: string;
|
|
5900
5900
|
description?: string | null;
|
|
5901
|
-
|
|
5901
|
+
displayBeforeId?: string | null;
|
|
5902
5902
|
}
|
|
5903
5903
|
export declare class CreateDowntimePeriodReason implements ICreateDowntimePeriodReason {
|
|
5904
5904
|
reasonId: string;
|
|
@@ -8085,7 +8085,7 @@ export interface IUpdateCncMachineOperationRequest {
|
|
|
8085
8085
|
deleted: boolean;
|
|
8086
8086
|
}
|
|
8087
8087
|
export declare class CopyCncMachineOperations implements ICopyCncMachineOperations {
|
|
8088
|
-
targetCncPartId?: string
|
|
8088
|
+
targetCncPartId?: string;
|
|
8089
8089
|
operations: CopyCncMachineOperationDto[];
|
|
8090
8090
|
constructor(data?: ICopyCncMachineOperations);
|
|
8091
8091
|
init(_data?: any): void;
|
|
@@ -8093,7 +8093,7 @@ export declare class CopyCncMachineOperations implements ICopyCncMachineOperatio
|
|
|
8093
8093
|
toJSON(data?: any): any;
|
|
8094
8094
|
}
|
|
8095
8095
|
export interface ICopyCncMachineOperations {
|
|
8096
|
-
targetCncPartId?: string
|
|
8096
|
+
targetCncPartId?: string;
|
|
8097
8097
|
operations: CopyCncMachineOperationDto[];
|
|
8098
8098
|
}
|
|
8099
8099
|
export declare class CopyCncMachineOperationDto implements ICopyCncMachineOperationDto {
|
package/lib/ignosportal-api.js
CHANGED
|
@@ -29699,7 +29699,7 @@ export class CreateDowntimeReason {
|
|
|
29699
29699
|
this.reasonType = _data["reasonType"];
|
|
29700
29700
|
this.description = _data["description"];
|
|
29701
29701
|
this.parentId = _data["parentId"];
|
|
29702
|
-
this.
|
|
29702
|
+
this.displayBeforeId = _data["displayBeforeId"];
|
|
29703
29703
|
}
|
|
29704
29704
|
}
|
|
29705
29705
|
static fromJS(data) {
|
|
@@ -29724,7 +29724,7 @@ export class CreateDowntimeReason {
|
|
|
29724
29724
|
data["reasonType"] = this.reasonType;
|
|
29725
29725
|
data["description"] = this.description;
|
|
29726
29726
|
data["parentId"] = this.parentId;
|
|
29727
|
-
data["
|
|
29727
|
+
data["displayBeforeId"] = this.displayBeforeId;
|
|
29728
29728
|
return data;
|
|
29729
29729
|
}
|
|
29730
29730
|
}
|
|
@@ -29756,7 +29756,7 @@ export class UpdateDowntimeReasonRequest {
|
|
|
29756
29756
|
this.reasonType = _data["reasonType"];
|
|
29757
29757
|
this.description = _data["description"];
|
|
29758
29758
|
this.parentId = _data["parentId"];
|
|
29759
|
-
this.
|
|
29759
|
+
this.displayBeforeId = _data["displayBeforeId"];
|
|
29760
29760
|
}
|
|
29761
29761
|
}
|
|
29762
29762
|
static fromJS(data) {
|
|
@@ -29781,7 +29781,7 @@ export class UpdateDowntimeReasonRequest {
|
|
|
29781
29781
|
data["reasonType"] = this.reasonType;
|
|
29782
29782
|
data["description"] = this.description;
|
|
29783
29783
|
data["parentId"] = this.parentId;
|
|
29784
|
-
data["
|
|
29784
|
+
data["displayBeforeId"] = this.displayBeforeId;
|
|
29785
29785
|
return data;
|
|
29786
29786
|
}
|
|
29787
29787
|
}
|
|
@@ -29866,7 +29866,7 @@ export class CreateParentTopicRequest {
|
|
|
29866
29866
|
if (_data) {
|
|
29867
29867
|
this.name = _data["name"];
|
|
29868
29868
|
this.description = _data["description"];
|
|
29869
|
-
this.
|
|
29869
|
+
this.displayBeforeId = _data["displayBeforeId"];
|
|
29870
29870
|
}
|
|
29871
29871
|
}
|
|
29872
29872
|
static fromJS(data) {
|
|
@@ -29879,7 +29879,7 @@ export class CreateParentTopicRequest {
|
|
|
29879
29879
|
data = typeof data === 'object' ? data : {};
|
|
29880
29880
|
data["name"] = this.name;
|
|
29881
29881
|
data["description"] = this.description;
|
|
29882
|
-
data["
|
|
29882
|
+
data["displayBeforeId"] = this.displayBeforeId;
|
|
29883
29883
|
return data;
|
|
29884
29884
|
}
|
|
29885
29885
|
}
|
|
@@ -29896,7 +29896,7 @@ export class UpdateParentTopicRequest {
|
|
|
29896
29896
|
if (_data) {
|
|
29897
29897
|
this.name = _data["name"];
|
|
29898
29898
|
this.description = _data["description"];
|
|
29899
|
-
this.
|
|
29899
|
+
this.displayBeforeId = _data["displayBeforeId"];
|
|
29900
29900
|
}
|
|
29901
29901
|
}
|
|
29902
29902
|
static fromJS(data) {
|
|
@@ -29909,7 +29909,7 @@ export class UpdateParentTopicRequest {
|
|
|
29909
29909
|
data = typeof data === 'object' ? data : {};
|
|
29910
29910
|
data["name"] = this.name;
|
|
29911
29911
|
data["description"] = this.description;
|
|
29912
|
-
data["
|
|
29912
|
+
data["displayBeforeId"] = this.displayBeforeId;
|
|
29913
29913
|
return data;
|
|
29914
29914
|
}
|
|
29915
29915
|
}
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -34252,7 +34252,7 @@ export class CreateDowntimeReason implements ICreateDowntimeReason {
|
|
|
34252
34252
|
reasonType!: DowntimeReasonTypeDto;
|
|
34253
34253
|
description?: string | null;
|
|
34254
34254
|
parentId?: string | null;
|
|
34255
|
-
|
|
34255
|
+
displayBeforeId?: string | null;
|
|
34256
34256
|
|
|
34257
34257
|
constructor(data?: ICreateDowntimeReason) {
|
|
34258
34258
|
if (data) {
|
|
@@ -34282,7 +34282,7 @@ export class CreateDowntimeReason implements ICreateDowntimeReason {
|
|
|
34282
34282
|
this.reasonType = _data["reasonType"];
|
|
34283
34283
|
this.description = _data["description"];
|
|
34284
34284
|
this.parentId = _data["parentId"];
|
|
34285
|
-
this.
|
|
34285
|
+
this.displayBeforeId = _data["displayBeforeId"];
|
|
34286
34286
|
}
|
|
34287
34287
|
}
|
|
34288
34288
|
|
|
@@ -34309,7 +34309,7 @@ export class CreateDowntimeReason implements ICreateDowntimeReason {
|
|
|
34309
34309
|
data["reasonType"] = this.reasonType;
|
|
34310
34310
|
data["description"] = this.description;
|
|
34311
34311
|
data["parentId"] = this.parentId;
|
|
34312
|
-
data["
|
|
34312
|
+
data["displayBeforeId"] = this.displayBeforeId;
|
|
34313
34313
|
return data;
|
|
34314
34314
|
}
|
|
34315
34315
|
}
|
|
@@ -34321,7 +34321,7 @@ export interface ICreateDowntimeReason {
|
|
|
34321
34321
|
reasonType: DowntimeReasonTypeDto;
|
|
34322
34322
|
description?: string | null;
|
|
34323
34323
|
parentId?: string | null;
|
|
34324
|
-
|
|
34324
|
+
displayBeforeId?: string | null;
|
|
34325
34325
|
}
|
|
34326
34326
|
|
|
34327
34327
|
export class UpdateDowntimeReasonRequest implements IUpdateDowntimeReasonRequest {
|
|
@@ -34331,7 +34331,7 @@ export class UpdateDowntimeReasonRequest implements IUpdateDowntimeReasonRequest
|
|
|
34331
34331
|
reasonType!: DowntimeReasonTypeDto;
|
|
34332
34332
|
description?: string | null;
|
|
34333
34333
|
parentId?: string | null;
|
|
34334
|
-
|
|
34334
|
+
displayBeforeId?: string | null;
|
|
34335
34335
|
|
|
34336
34336
|
constructor(data?: IUpdateDowntimeReasonRequest) {
|
|
34337
34337
|
if (data) {
|
|
@@ -34361,7 +34361,7 @@ export class UpdateDowntimeReasonRequest implements IUpdateDowntimeReasonRequest
|
|
|
34361
34361
|
this.reasonType = _data["reasonType"];
|
|
34362
34362
|
this.description = _data["description"];
|
|
34363
34363
|
this.parentId = _data["parentId"];
|
|
34364
|
-
this.
|
|
34364
|
+
this.displayBeforeId = _data["displayBeforeId"];
|
|
34365
34365
|
}
|
|
34366
34366
|
}
|
|
34367
34367
|
|
|
@@ -34388,7 +34388,7 @@ export class UpdateDowntimeReasonRequest implements IUpdateDowntimeReasonRequest
|
|
|
34388
34388
|
data["reasonType"] = this.reasonType;
|
|
34389
34389
|
data["description"] = this.description;
|
|
34390
34390
|
data["parentId"] = this.parentId;
|
|
34391
|
-
data["
|
|
34391
|
+
data["displayBeforeId"] = this.displayBeforeId;
|
|
34392
34392
|
return data;
|
|
34393
34393
|
}
|
|
34394
34394
|
}
|
|
@@ -34400,7 +34400,7 @@ export interface IUpdateDowntimeReasonRequest {
|
|
|
34400
34400
|
reasonType: DowntimeReasonTypeDto;
|
|
34401
34401
|
description?: string | null;
|
|
34402
34402
|
parentId?: string | null;
|
|
34403
|
-
|
|
34403
|
+
displayBeforeId?: string | null;
|
|
34404
34404
|
}
|
|
34405
34405
|
|
|
34406
34406
|
export class MachineTypeDto implements IMachineTypeDto {
|
|
@@ -34502,7 +34502,7 @@ export interface IParentTopicDto {
|
|
|
34502
34502
|
export class CreateParentTopicRequest implements ICreateParentTopicRequest {
|
|
34503
34503
|
name!: string;
|
|
34504
34504
|
description?: string | null;
|
|
34505
|
-
|
|
34505
|
+
displayBeforeId?: string | null;
|
|
34506
34506
|
|
|
34507
34507
|
constructor(data?: ICreateParentTopicRequest) {
|
|
34508
34508
|
if (data) {
|
|
@@ -34517,7 +34517,7 @@ export class CreateParentTopicRequest implements ICreateParentTopicRequest {
|
|
|
34517
34517
|
if (_data) {
|
|
34518
34518
|
this.name = _data["name"];
|
|
34519
34519
|
this.description = _data["description"];
|
|
34520
|
-
this.
|
|
34520
|
+
this.displayBeforeId = _data["displayBeforeId"];
|
|
34521
34521
|
}
|
|
34522
34522
|
}
|
|
34523
34523
|
|
|
@@ -34532,7 +34532,7 @@ export class CreateParentTopicRequest implements ICreateParentTopicRequest {
|
|
|
34532
34532
|
data = typeof data === 'object' ? data : {};
|
|
34533
34533
|
data["name"] = this.name;
|
|
34534
34534
|
data["description"] = this.description;
|
|
34535
|
-
data["
|
|
34535
|
+
data["displayBeforeId"] = this.displayBeforeId;
|
|
34536
34536
|
return data;
|
|
34537
34537
|
}
|
|
34538
34538
|
}
|
|
@@ -34540,13 +34540,13 @@ export class CreateParentTopicRequest implements ICreateParentTopicRequest {
|
|
|
34540
34540
|
export interface ICreateParentTopicRequest {
|
|
34541
34541
|
name: string;
|
|
34542
34542
|
description?: string | null;
|
|
34543
|
-
|
|
34543
|
+
displayBeforeId?: string | null;
|
|
34544
34544
|
}
|
|
34545
34545
|
|
|
34546
34546
|
export class UpdateParentTopicRequest implements IUpdateParentTopicRequest {
|
|
34547
34547
|
name!: string;
|
|
34548
34548
|
description?: string | null;
|
|
34549
|
-
|
|
34549
|
+
displayBeforeId?: string | null;
|
|
34550
34550
|
|
|
34551
34551
|
constructor(data?: IUpdateParentTopicRequest) {
|
|
34552
34552
|
if (data) {
|
|
@@ -34561,7 +34561,7 @@ export class UpdateParentTopicRequest implements IUpdateParentTopicRequest {
|
|
|
34561
34561
|
if (_data) {
|
|
34562
34562
|
this.name = _data["name"];
|
|
34563
34563
|
this.description = _data["description"];
|
|
34564
|
-
this.
|
|
34564
|
+
this.displayBeforeId = _data["displayBeforeId"];
|
|
34565
34565
|
}
|
|
34566
34566
|
}
|
|
34567
34567
|
|
|
@@ -34576,7 +34576,7 @@ export class UpdateParentTopicRequest implements IUpdateParentTopicRequest {
|
|
|
34576
34576
|
data = typeof data === 'object' ? data : {};
|
|
34577
34577
|
data["name"] = this.name;
|
|
34578
34578
|
data["description"] = this.description;
|
|
34579
|
-
data["
|
|
34579
|
+
data["displayBeforeId"] = this.displayBeforeId;
|
|
34580
34580
|
return data;
|
|
34581
34581
|
}
|
|
34582
34582
|
}
|
|
@@ -34584,7 +34584,7 @@ export class UpdateParentTopicRequest implements IUpdateParentTopicRequest {
|
|
|
34584
34584
|
export interface IUpdateParentTopicRequest {
|
|
34585
34585
|
name: string;
|
|
34586
34586
|
description?: string | null;
|
|
34587
|
-
|
|
34587
|
+
displayBeforeId?: string | null;
|
|
34588
34588
|
}
|
|
34589
34589
|
|
|
34590
34590
|
export class CreateDowntimePeriodReason implements ICreateDowntimePeriodReason {
|
|
@@ -41271,7 +41271,7 @@ export interface IUpdateCncMachineOperationRequest {
|
|
|
41271
41271
|
}
|
|
41272
41272
|
|
|
41273
41273
|
export class CopyCncMachineOperations implements ICopyCncMachineOperations {
|
|
41274
|
-
targetCncPartId?: string
|
|
41274
|
+
targetCncPartId?: string;
|
|
41275
41275
|
operations!: CopyCncMachineOperationDto[];
|
|
41276
41276
|
|
|
41277
41277
|
constructor(data?: ICopyCncMachineOperations) {
|
|
@@ -41317,7 +41317,7 @@ export class CopyCncMachineOperations implements ICopyCncMachineOperations {
|
|
|
41317
41317
|
}
|
|
41318
41318
|
|
|
41319
41319
|
export interface ICopyCncMachineOperations {
|
|
41320
|
-
targetCncPartId?: string
|
|
41320
|
+
targetCncPartId?: string;
|
|
41321
41321
|
operations: CopyCncMachineOperationDto[];
|
|
41322
41322
|
}
|
|
41323
41323
|
|