@ignos/api-client 20250320.0.11401 → 20250320.0.11410
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 +12 -0
- package/lib/ignosportal-api.js +12 -0
- package/package.json +1 -1
- package/src/ignosportal-api.ts +24 -0
package/lib/ignosportal-api.d.ts
CHANGED
|
@@ -10776,6 +10776,7 @@ export declare class MeasurementFormListDto implements IMeasurementFormListDto {
|
|
|
10776
10776
|
customerName?: string | null;
|
|
10777
10777
|
partNumber?: string | null;
|
|
10778
10778
|
partRevision?: string | null;
|
|
10779
|
+
partName?: string | null;
|
|
10779
10780
|
drawing: string;
|
|
10780
10781
|
drawingRevision?: string | null;
|
|
10781
10782
|
createdBy: string;
|
|
@@ -10795,6 +10796,7 @@ export interface IMeasurementFormListDto {
|
|
|
10795
10796
|
customerName?: string | null;
|
|
10796
10797
|
partNumber?: string | null;
|
|
10797
10798
|
partRevision?: string | null;
|
|
10799
|
+
partName?: string | null;
|
|
10798
10800
|
drawing: string;
|
|
10799
10801
|
drawingRevision?: string | null;
|
|
10800
10802
|
createdBy: string;
|
|
@@ -10835,6 +10837,7 @@ export declare class MeasurementFormSchemaDto implements IMeasurementFormSchemaD
|
|
|
10835
10837
|
versionId: number;
|
|
10836
10838
|
partNumber: string;
|
|
10837
10839
|
partRevision?: string | null;
|
|
10840
|
+
partName?: string | null;
|
|
10838
10841
|
drawing?: string | null;
|
|
10839
10842
|
drawingRevision?: string | null;
|
|
10840
10843
|
drawingUrl?: string | null;
|
|
@@ -10866,6 +10869,7 @@ export interface IMeasurementFormSchemaDto {
|
|
|
10866
10869
|
versionId: number;
|
|
10867
10870
|
partNumber: string;
|
|
10868
10871
|
partRevision?: string | null;
|
|
10872
|
+
partName?: string | null;
|
|
10869
10873
|
drawing?: string | null;
|
|
10870
10874
|
drawingRevision?: string | null;
|
|
10871
10875
|
drawingUrl?: string | null;
|
|
@@ -11022,6 +11026,7 @@ export declare class MeasurementFormDto implements IMeasurementFormDto {
|
|
|
11022
11026
|
customerName?: string | null;
|
|
11023
11027
|
partNumber?: string | null;
|
|
11024
11028
|
partRevision?: string | null;
|
|
11029
|
+
partName?: string | null;
|
|
11025
11030
|
drawing: string;
|
|
11026
11031
|
drawingRevision?: string | null;
|
|
11027
11032
|
createdBy: string;
|
|
@@ -11042,6 +11047,7 @@ export interface IMeasurementFormDto {
|
|
|
11042
11047
|
customerName?: string | null;
|
|
11043
11048
|
partNumber?: string | null;
|
|
11044
11049
|
partRevision?: string | null;
|
|
11050
|
+
partName?: string | null;
|
|
11045
11051
|
drawing: string;
|
|
11046
11052
|
drawingRevision?: string | null;
|
|
11047
11053
|
createdBy: string;
|
|
@@ -11055,6 +11061,7 @@ export declare class CreateMeasurementFormSchema implements ICreateMeasurementFo
|
|
|
11055
11061
|
customerName?: string | null;
|
|
11056
11062
|
partNumber?: string | null;
|
|
11057
11063
|
partRevision?: string | null;
|
|
11064
|
+
partName?: string | null;
|
|
11058
11065
|
drawing: string;
|
|
11059
11066
|
drawingRevision?: string | null;
|
|
11060
11067
|
constructor(data?: ICreateMeasurementFormSchema);
|
|
@@ -11067,6 +11074,7 @@ export interface ICreateMeasurementFormSchema {
|
|
|
11067
11074
|
customerName?: string | null;
|
|
11068
11075
|
partNumber?: string | null;
|
|
11069
11076
|
partRevision?: string | null;
|
|
11077
|
+
partName?: string | null;
|
|
11070
11078
|
drawing: string;
|
|
11071
11079
|
drawingRevision?: string | null;
|
|
11072
11080
|
}
|
|
@@ -11796,6 +11804,8 @@ export declare class MeasurementFormNeedDto implements IMeasurementFormNeedDto {
|
|
|
11796
11804
|
workorder?: string | null;
|
|
11797
11805
|
operation?: number | null;
|
|
11798
11806
|
resource?: string | null;
|
|
11807
|
+
resourceId?: string | null;
|
|
11808
|
+
resourceName?: string | null;
|
|
11799
11809
|
assignedTo?: UserDto | null;
|
|
11800
11810
|
isGeneratedRequirement: boolean;
|
|
11801
11811
|
measurementSchemaId?: string | null;
|
|
@@ -11817,6 +11827,8 @@ export interface IMeasurementFormNeedDto {
|
|
|
11817
11827
|
workorder?: string | null;
|
|
11818
11828
|
operation?: number | null;
|
|
11819
11829
|
resource?: string | null;
|
|
11830
|
+
resourceId?: string | null;
|
|
11831
|
+
resourceName?: string | null;
|
|
11820
11832
|
assignedTo?: UserDto | null;
|
|
11821
11833
|
isGeneratedRequirement: boolean;
|
|
11822
11834
|
measurementSchemaId?: string | null;
|
package/lib/ignosportal-api.js
CHANGED
|
@@ -38182,6 +38182,7 @@ export class MeasurementFormListDto {
|
|
|
38182
38182
|
this.customerName = _data["customerName"];
|
|
38183
38183
|
this.partNumber = _data["partNumber"];
|
|
38184
38184
|
this.partRevision = _data["partRevision"];
|
|
38185
|
+
this.partName = _data["partName"];
|
|
38185
38186
|
this.drawing = _data["drawing"];
|
|
38186
38187
|
this.drawingRevision = _data["drawingRevision"];
|
|
38187
38188
|
this.createdBy = _data["createdBy"];
|
|
@@ -38205,6 +38206,7 @@ export class MeasurementFormListDto {
|
|
|
38205
38206
|
data["customerName"] = this.customerName;
|
|
38206
38207
|
data["partNumber"] = this.partNumber;
|
|
38207
38208
|
data["partRevision"] = this.partRevision;
|
|
38209
|
+
data["partName"] = this.partName;
|
|
38208
38210
|
data["drawing"] = this.drawing;
|
|
38209
38211
|
data["drawingRevision"] = this.drawingRevision;
|
|
38210
38212
|
data["createdBy"] = this.createdBy;
|
|
@@ -38276,6 +38278,7 @@ export class MeasurementFormSchemaDto {
|
|
|
38276
38278
|
this.versionId = _data["versionId"];
|
|
38277
38279
|
this.partNumber = _data["partNumber"];
|
|
38278
38280
|
this.partRevision = _data["partRevision"];
|
|
38281
|
+
this.partName = _data["partName"];
|
|
38279
38282
|
this.drawing = _data["drawing"];
|
|
38280
38283
|
this.drawingRevision = _data["drawingRevision"];
|
|
38281
38284
|
this.drawingUrl = _data["drawingUrl"];
|
|
@@ -38323,6 +38326,7 @@ export class MeasurementFormSchemaDto {
|
|
|
38323
38326
|
data["versionId"] = this.versionId;
|
|
38324
38327
|
data["partNumber"] = this.partNumber;
|
|
38325
38328
|
data["partRevision"] = this.partRevision;
|
|
38329
|
+
data["partName"] = this.partName;
|
|
38326
38330
|
data["drawing"] = this.drawing;
|
|
38327
38331
|
data["drawingRevision"] = this.drawingRevision;
|
|
38328
38332
|
data["drawingUrl"] = this.drawingUrl;
|
|
@@ -38548,6 +38552,7 @@ export class MeasurementFormDto {
|
|
|
38548
38552
|
this.customerName = _data["customerName"];
|
|
38549
38553
|
this.partNumber = _data["partNumber"];
|
|
38550
38554
|
this.partRevision = _data["partRevision"];
|
|
38555
|
+
this.partName = _data["partName"];
|
|
38551
38556
|
this.drawing = _data["drawing"];
|
|
38552
38557
|
this.drawingRevision = _data["drawingRevision"];
|
|
38553
38558
|
this.createdBy = _data["createdBy"];
|
|
@@ -38576,6 +38581,7 @@ export class MeasurementFormDto {
|
|
|
38576
38581
|
data["customerName"] = this.customerName;
|
|
38577
38582
|
data["partNumber"] = this.partNumber;
|
|
38578
38583
|
data["partRevision"] = this.partRevision;
|
|
38584
|
+
data["partName"] = this.partName;
|
|
38579
38585
|
data["drawing"] = this.drawing;
|
|
38580
38586
|
data["drawingRevision"] = this.drawingRevision;
|
|
38581
38587
|
data["createdBy"] = this.createdBy;
|
|
@@ -38605,6 +38611,7 @@ export class CreateMeasurementFormSchema {
|
|
|
38605
38611
|
this.customerName = _data["customerName"];
|
|
38606
38612
|
this.partNumber = _data["partNumber"];
|
|
38607
38613
|
this.partRevision = _data["partRevision"];
|
|
38614
|
+
this.partName = _data["partName"];
|
|
38608
38615
|
this.drawing = _data["drawing"];
|
|
38609
38616
|
this.drawingRevision = _data["drawingRevision"];
|
|
38610
38617
|
}
|
|
@@ -38621,6 +38628,7 @@ export class CreateMeasurementFormSchema {
|
|
|
38621
38628
|
data["customerName"] = this.customerName;
|
|
38622
38629
|
data["partNumber"] = this.partNumber;
|
|
38623
38630
|
data["partRevision"] = this.partRevision;
|
|
38631
|
+
data["partName"] = this.partName;
|
|
38624
38632
|
data["drawing"] = this.drawing;
|
|
38625
38633
|
data["drawingRevision"] = this.drawingRevision;
|
|
38626
38634
|
return data;
|
|
@@ -39962,6 +39970,8 @@ export class MeasurementFormNeedDto {
|
|
|
39962
39970
|
this.workorder = _data["workorder"];
|
|
39963
39971
|
this.operation = _data["operation"];
|
|
39964
39972
|
this.resource = _data["resource"];
|
|
39973
|
+
this.resourceId = _data["resourceId"];
|
|
39974
|
+
this.resourceName = _data["resourceName"];
|
|
39965
39975
|
this.assignedTo = _data["assignedTo"] ? UserDto.fromJS(_data["assignedTo"]) : undefined;
|
|
39966
39976
|
this.isGeneratedRequirement = _data["isGeneratedRequirement"];
|
|
39967
39977
|
this.measurementSchemaId = _data["measurementSchemaId"];
|
|
@@ -39987,6 +39997,8 @@ export class MeasurementFormNeedDto {
|
|
|
39987
39997
|
data["workorder"] = this.workorder;
|
|
39988
39998
|
data["operation"] = this.operation;
|
|
39989
39999
|
data["resource"] = this.resource;
|
|
40000
|
+
data["resourceId"] = this.resourceId;
|
|
40001
|
+
data["resourceName"] = this.resourceName;
|
|
39990
40002
|
data["assignedTo"] = this.assignedTo ? this.assignedTo.toJSON() : undefined;
|
|
39991
40003
|
data["isGeneratedRequirement"] = this.isGeneratedRequirement;
|
|
39992
40004
|
data["measurementSchemaId"] = this.measurementSchemaId;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -47857,6 +47857,7 @@ export class MeasurementFormListDto implements IMeasurementFormListDto {
|
|
|
47857
47857
|
customerName?: string | null;
|
|
47858
47858
|
partNumber?: string | null;
|
|
47859
47859
|
partRevision?: string | null;
|
|
47860
|
+
partName?: string | null;
|
|
47860
47861
|
drawing!: string;
|
|
47861
47862
|
drawingRevision?: string | null;
|
|
47862
47863
|
createdBy!: string;
|
|
@@ -47882,6 +47883,7 @@ export class MeasurementFormListDto implements IMeasurementFormListDto {
|
|
|
47882
47883
|
this.customerName = _data["customerName"];
|
|
47883
47884
|
this.partNumber = _data["partNumber"];
|
|
47884
47885
|
this.partRevision = _data["partRevision"];
|
|
47886
|
+
this.partName = _data["partName"];
|
|
47885
47887
|
this.drawing = _data["drawing"];
|
|
47886
47888
|
this.drawingRevision = _data["drawingRevision"];
|
|
47887
47889
|
this.createdBy = _data["createdBy"];
|
|
@@ -47907,6 +47909,7 @@ export class MeasurementFormListDto implements IMeasurementFormListDto {
|
|
|
47907
47909
|
data["customerName"] = this.customerName;
|
|
47908
47910
|
data["partNumber"] = this.partNumber;
|
|
47909
47911
|
data["partRevision"] = this.partRevision;
|
|
47912
|
+
data["partName"] = this.partName;
|
|
47910
47913
|
data["drawing"] = this.drawing;
|
|
47911
47914
|
data["drawingRevision"] = this.drawingRevision;
|
|
47912
47915
|
data["createdBy"] = this.createdBy;
|
|
@@ -47925,6 +47928,7 @@ export interface IMeasurementFormListDto {
|
|
|
47925
47928
|
customerName?: string | null;
|
|
47926
47929
|
partNumber?: string | null;
|
|
47927
47930
|
partRevision?: string | null;
|
|
47931
|
+
partName?: string | null;
|
|
47928
47932
|
drawing: string;
|
|
47929
47933
|
drawingRevision?: string | null;
|
|
47930
47934
|
createdBy: string;
|
|
@@ -48010,6 +48014,7 @@ export class MeasurementFormSchemaDto implements IMeasurementFormSchemaDto {
|
|
|
48010
48014
|
versionId!: number;
|
|
48011
48015
|
partNumber!: string;
|
|
48012
48016
|
partRevision?: string | null;
|
|
48017
|
+
partName?: string | null;
|
|
48013
48018
|
drawing?: string | null;
|
|
48014
48019
|
drawingRevision?: string | null;
|
|
48015
48020
|
drawingUrl?: string | null;
|
|
@@ -48052,6 +48057,7 @@ export class MeasurementFormSchemaDto implements IMeasurementFormSchemaDto {
|
|
|
48052
48057
|
this.versionId = _data["versionId"];
|
|
48053
48058
|
this.partNumber = _data["partNumber"];
|
|
48054
48059
|
this.partRevision = _data["partRevision"];
|
|
48060
|
+
this.partName = _data["partName"];
|
|
48055
48061
|
this.drawing = _data["drawing"];
|
|
48056
48062
|
this.drawingRevision = _data["drawingRevision"];
|
|
48057
48063
|
this.drawingUrl = _data["drawingUrl"];
|
|
@@ -48101,6 +48107,7 @@ export class MeasurementFormSchemaDto implements IMeasurementFormSchemaDto {
|
|
|
48101
48107
|
data["versionId"] = this.versionId;
|
|
48102
48108
|
data["partNumber"] = this.partNumber;
|
|
48103
48109
|
data["partRevision"] = this.partRevision;
|
|
48110
|
+
data["partName"] = this.partName;
|
|
48104
48111
|
data["drawing"] = this.drawing;
|
|
48105
48112
|
data["drawingRevision"] = this.drawingRevision;
|
|
48106
48113
|
data["drawingUrl"] = this.drawingUrl;
|
|
@@ -48143,6 +48150,7 @@ export interface IMeasurementFormSchemaDto {
|
|
|
48143
48150
|
versionId: number;
|
|
48144
48151
|
partNumber: string;
|
|
48145
48152
|
partRevision?: string | null;
|
|
48153
|
+
partName?: string | null;
|
|
48146
48154
|
drawing?: string | null;
|
|
48147
48155
|
drawingRevision?: string | null;
|
|
48148
48156
|
drawingUrl?: string | null;
|
|
@@ -48474,6 +48482,7 @@ export class MeasurementFormDto implements IMeasurementFormDto {
|
|
|
48474
48482
|
customerName?: string | null;
|
|
48475
48483
|
partNumber?: string | null;
|
|
48476
48484
|
partRevision?: string | null;
|
|
48485
|
+
partName?: string | null;
|
|
48477
48486
|
drawing!: string;
|
|
48478
48487
|
drawingRevision?: string | null;
|
|
48479
48488
|
createdBy!: string;
|
|
@@ -48503,6 +48512,7 @@ export class MeasurementFormDto implements IMeasurementFormDto {
|
|
|
48503
48512
|
this.customerName = _data["customerName"];
|
|
48504
48513
|
this.partNumber = _data["partNumber"];
|
|
48505
48514
|
this.partRevision = _data["partRevision"];
|
|
48515
|
+
this.partName = _data["partName"];
|
|
48506
48516
|
this.drawing = _data["drawing"];
|
|
48507
48517
|
this.drawingRevision = _data["drawingRevision"];
|
|
48508
48518
|
this.createdBy = _data["createdBy"];
|
|
@@ -48533,6 +48543,7 @@ export class MeasurementFormDto implements IMeasurementFormDto {
|
|
|
48533
48543
|
data["customerName"] = this.customerName;
|
|
48534
48544
|
data["partNumber"] = this.partNumber;
|
|
48535
48545
|
data["partRevision"] = this.partRevision;
|
|
48546
|
+
data["partName"] = this.partName;
|
|
48536
48547
|
data["drawing"] = this.drawing;
|
|
48537
48548
|
data["drawingRevision"] = this.drawingRevision;
|
|
48538
48549
|
data["createdBy"] = this.createdBy;
|
|
@@ -48556,6 +48567,7 @@ export interface IMeasurementFormDto {
|
|
|
48556
48567
|
customerName?: string | null;
|
|
48557
48568
|
partNumber?: string | null;
|
|
48558
48569
|
partRevision?: string | null;
|
|
48570
|
+
partName?: string | null;
|
|
48559
48571
|
drawing: string;
|
|
48560
48572
|
drawingRevision?: string | null;
|
|
48561
48573
|
createdBy: string;
|
|
@@ -48570,6 +48582,7 @@ export class CreateMeasurementFormSchema implements ICreateMeasurementFormSchema
|
|
|
48570
48582
|
customerName?: string | null;
|
|
48571
48583
|
partNumber?: string | null;
|
|
48572
48584
|
partRevision?: string | null;
|
|
48585
|
+
partName?: string | null;
|
|
48573
48586
|
drawing!: string;
|
|
48574
48587
|
drawingRevision?: string | null;
|
|
48575
48588
|
|
|
@@ -48588,6 +48601,7 @@ export class CreateMeasurementFormSchema implements ICreateMeasurementFormSchema
|
|
|
48588
48601
|
this.customerName = _data["customerName"];
|
|
48589
48602
|
this.partNumber = _data["partNumber"];
|
|
48590
48603
|
this.partRevision = _data["partRevision"];
|
|
48604
|
+
this.partName = _data["partName"];
|
|
48591
48605
|
this.drawing = _data["drawing"];
|
|
48592
48606
|
this.drawingRevision = _data["drawingRevision"];
|
|
48593
48607
|
}
|
|
@@ -48606,6 +48620,7 @@ export class CreateMeasurementFormSchema implements ICreateMeasurementFormSchema
|
|
|
48606
48620
|
data["customerName"] = this.customerName;
|
|
48607
48621
|
data["partNumber"] = this.partNumber;
|
|
48608
48622
|
data["partRevision"] = this.partRevision;
|
|
48623
|
+
data["partName"] = this.partName;
|
|
48609
48624
|
data["drawing"] = this.drawing;
|
|
48610
48625
|
data["drawingRevision"] = this.drawingRevision;
|
|
48611
48626
|
return data;
|
|
@@ -48617,6 +48632,7 @@ export interface ICreateMeasurementFormSchema {
|
|
|
48617
48632
|
customerName?: string | null;
|
|
48618
48633
|
partNumber?: string | null;
|
|
48619
48634
|
partRevision?: string | null;
|
|
48635
|
+
partName?: string | null;
|
|
48620
48636
|
drawing: string;
|
|
48621
48637
|
drawingRevision?: string | null;
|
|
48622
48638
|
}
|
|
@@ -50661,6 +50677,8 @@ export class MeasurementFormNeedDto implements IMeasurementFormNeedDto {
|
|
|
50661
50677
|
workorder?: string | null;
|
|
50662
50678
|
operation?: number | null;
|
|
50663
50679
|
resource?: string | null;
|
|
50680
|
+
resourceId?: string | null;
|
|
50681
|
+
resourceName?: string | null;
|
|
50664
50682
|
assignedTo?: UserDto | null;
|
|
50665
50683
|
isGeneratedRequirement!: boolean;
|
|
50666
50684
|
measurementSchemaId?: string | null;
|
|
@@ -50688,6 +50706,8 @@ export class MeasurementFormNeedDto implements IMeasurementFormNeedDto {
|
|
|
50688
50706
|
this.workorder = _data["workorder"];
|
|
50689
50707
|
this.operation = _data["operation"];
|
|
50690
50708
|
this.resource = _data["resource"];
|
|
50709
|
+
this.resourceId = _data["resourceId"];
|
|
50710
|
+
this.resourceName = _data["resourceName"];
|
|
50691
50711
|
this.assignedTo = _data["assignedTo"] ? UserDto.fromJS(_data["assignedTo"]) : <any>undefined;
|
|
50692
50712
|
this.isGeneratedRequirement = _data["isGeneratedRequirement"];
|
|
50693
50713
|
this.measurementSchemaId = _data["measurementSchemaId"];
|
|
@@ -50715,6 +50735,8 @@ export class MeasurementFormNeedDto implements IMeasurementFormNeedDto {
|
|
|
50715
50735
|
data["workorder"] = this.workorder;
|
|
50716
50736
|
data["operation"] = this.operation;
|
|
50717
50737
|
data["resource"] = this.resource;
|
|
50738
|
+
data["resourceId"] = this.resourceId;
|
|
50739
|
+
data["resourceName"] = this.resourceName;
|
|
50718
50740
|
data["assignedTo"] = this.assignedTo ? this.assignedTo.toJSON() : <any>undefined;
|
|
50719
50741
|
data["isGeneratedRequirement"] = this.isGeneratedRequirement;
|
|
50720
50742
|
data["measurementSchemaId"] = this.measurementSchemaId;
|
|
@@ -50735,6 +50757,8 @@ export interface IMeasurementFormNeedDto {
|
|
|
50735
50757
|
workorder?: string | null;
|
|
50736
50758
|
operation?: number | null;
|
|
50737
50759
|
resource?: string | null;
|
|
50760
|
+
resourceId?: string | null;
|
|
50761
|
+
resourceName?: string | null;
|
|
50738
50762
|
assignedTo?: UserDto | null;
|
|
50739
50763
|
isGeneratedRequirement: boolean;
|
|
50740
50764
|
measurementSchemaId?: string | null;
|