@juhuu/sdk-ts 1.2.178 → 1.2.179
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/dist/index.d.mts +20 -32
- package/dist/index.d.ts +20 -32
- package/dist/index.js +2 -14
- package/dist/index.mjs +2 -14
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -882,7 +882,6 @@ declare class IncidentsService extends Service {
|
|
882
882
|
list(IncidentListParams: JUHUU.Incident.List.Params, IncidentListOptions?: JUHUU.Incident.List.Options): Promise<JUHUU.HttpResponse<JUHUU.Incident.List.Response>>;
|
883
883
|
retrieve(IncidentRetrieveParams: JUHUU.Incident.Retrieve.Params, IncidentRetrieveOptions?: JUHUU.Incident.Retrieve.Options): Promise<JUHUU.HttpResponse<JUHUU.Incident.Retrieve.Response>>;
|
884
884
|
update(IncidentUpdateParams: JUHUU.Incident.Update.Params, IncidentUpdateOptions?: JUHUU.Incident.Update.Options): Promise<JUHUU.HttpResponse<JUHUU.Incident.Update.Response>>;
|
885
|
-
delete(IncidentDeleteParams: JUHUU.Incident.Delete.Params, IncidentDeleteOptions?: JUHUU.Incident.Delete.Options): Promise<JUHUU.HttpResponse<JUHUU.Incident.Delete.Response>>;
|
886
885
|
}
|
887
886
|
|
888
887
|
declare class ParameterAnomalyGroupsService extends Service {
|
@@ -1180,7 +1179,7 @@ declare namespace JUHUU {
|
|
1180
1179
|
}
|
1181
1180
|
export namespace Delete {
|
1182
1181
|
type Params = {
|
1183
|
-
sessionId
|
1182
|
+
sessionId: string;
|
1184
1183
|
};
|
1185
1184
|
type Options = JUHUU.RequestOptions;
|
1186
1185
|
type Response = JUHUU.Session.Object;
|
@@ -1370,7 +1369,7 @@ declare namespace JUHUU {
|
|
1370
1369
|
}
|
1371
1370
|
export namespace Delete {
|
1372
1371
|
type Params = {
|
1373
|
-
userId
|
1372
|
+
userId: string;
|
1374
1373
|
};
|
1375
1374
|
type Options = JUHUU.RequestOptions;
|
1376
1375
|
type Response = JUHUU.User.Object;
|
@@ -1487,7 +1486,7 @@ declare namespace JUHUU {
|
|
1487
1486
|
}
|
1488
1487
|
namespace Delete {
|
1489
1488
|
type Params = {
|
1490
|
-
termId
|
1489
|
+
termId: string;
|
1491
1490
|
};
|
1492
1491
|
type Options = JUHUU.RequestOptions;
|
1493
1492
|
type Response = JUHUU.Term.Object;
|
@@ -1548,7 +1547,7 @@ declare namespace JUHUU {
|
|
1548
1547
|
}
|
1549
1548
|
namespace Delete {
|
1550
1549
|
type Params = {
|
1551
|
-
accountingAreaId
|
1550
|
+
accountingAreaId: string;
|
1552
1551
|
};
|
1553
1552
|
type Options = JUHUU.RequestOptions;
|
1554
1553
|
type Response = JUHUU.AccountingArea.Object;
|
@@ -1723,7 +1722,7 @@ declare namespace JUHUU {
|
|
1723
1722
|
}
|
1724
1723
|
namespace Delete {
|
1725
1724
|
type Params = {
|
1726
|
-
articleId
|
1725
|
+
articleId: string;
|
1727
1726
|
};
|
1728
1727
|
type Options = JUHUU.RequestOptions;
|
1729
1728
|
type Response = {
|
@@ -1813,7 +1812,7 @@ declare namespace JUHUU {
|
|
1813
1812
|
}
|
1814
1813
|
namespace Delete {
|
1815
1814
|
type Params = {
|
1816
|
-
articleGroupId
|
1815
|
+
articleGroupId: string;
|
1817
1816
|
};
|
1818
1817
|
type Options = JUHUU.RequestOptions;
|
1819
1818
|
type Response = {
|
@@ -2056,7 +2055,7 @@ declare namespace JUHUU {
|
|
2056
2055
|
}
|
2057
2056
|
namespace Delete {
|
2058
2057
|
type Params = {
|
2059
|
-
tariffId
|
2058
|
+
tariffId: string;
|
2060
2059
|
};
|
2061
2060
|
type Options = JUHUU.RequestOptions;
|
2062
2061
|
type Response = JUHUU.Tariff.Object;
|
@@ -2149,7 +2148,7 @@ declare namespace JUHUU {
|
|
2149
2148
|
}
|
2150
2149
|
export namespace Delete {
|
2151
2150
|
type Params = {
|
2152
|
-
licenseTemplateId
|
2151
|
+
licenseTemplateId: string;
|
2153
2152
|
};
|
2154
2153
|
type Options = JUHUU.RequestOptions;
|
2155
2154
|
type Response = JUHUU.LicenseTemplate.Object;
|
@@ -2745,7 +2744,7 @@ declare namespace JUHUU {
|
|
2745
2744
|
}
|
2746
2745
|
export namespace Delete {
|
2747
2746
|
type Params = {
|
2748
|
-
locationId
|
2747
|
+
locationId: string;
|
2749
2748
|
};
|
2750
2749
|
type Options = JUHUU.RequestOptions;
|
2751
2750
|
type Response = JUHUU.Location.Object;
|
@@ -2820,7 +2819,7 @@ declare namespace JUHUU {
|
|
2820
2819
|
}
|
2821
2820
|
namespace Delete {
|
2822
2821
|
type Params = {
|
2823
|
-
productId
|
2822
|
+
productId: string;
|
2824
2823
|
};
|
2825
2824
|
type Options = JUHUU.RequestOptions;
|
2826
2825
|
type Response = JUHUU.Product.Object;
|
@@ -2885,7 +2884,7 @@ declare namespace JUHUU {
|
|
2885
2884
|
}
|
2886
2885
|
export namespace Delete {
|
2887
2886
|
type Params = {
|
2888
|
-
linkId
|
2887
|
+
linkId: string;
|
2889
2888
|
};
|
2890
2889
|
type Options = JUHUU.RequestOptions;
|
2891
2890
|
type Response = JUHUU.Link.Object;
|
@@ -3008,7 +3007,7 @@ declare namespace JUHUU {
|
|
3008
3007
|
}
|
3009
3008
|
namespace Delete {
|
3010
3009
|
type Params = {
|
3011
|
-
deviceId
|
3010
|
+
deviceId: string;
|
3012
3011
|
};
|
3013
3012
|
type Options = JUHUU.RequestOptions;
|
3014
3013
|
type Response = JUHUU.Device.Object;
|
@@ -3108,7 +3107,7 @@ declare namespace JUHUU {
|
|
3108
3107
|
}
|
3109
3108
|
export namespace Delete {
|
3110
3109
|
type Params = {
|
3111
|
-
connectorId
|
3110
|
+
connectorId: string;
|
3112
3111
|
};
|
3113
3112
|
type Options = JUHUU.RequestOptions;
|
3114
3113
|
type Response = JUHUU.Connector.Object;
|
@@ -3199,7 +3198,7 @@ declare namespace JUHUU {
|
|
3199
3198
|
expand: Array<"property">;
|
3200
3199
|
} & JUHUU.RequestOptions;
|
3201
3200
|
type Response = {
|
3202
|
-
|
3201
|
+
incident: JUHUU.Incident.Object;
|
3203
3202
|
};
|
3204
3203
|
}
|
3205
3204
|
export namespace List {
|
@@ -3228,15 +3227,6 @@ declare namespace JUHUU {
|
|
3228
3227
|
incident: JUHUU.Incident.Object;
|
3229
3228
|
};
|
3230
3229
|
}
|
3231
|
-
export namespace Delete {
|
3232
|
-
type Params = {
|
3233
|
-
incidentId?: string;
|
3234
|
-
};
|
3235
|
-
type Options = JUHUU.RequestOptions;
|
3236
|
-
type Response = {
|
3237
|
-
incident: JUHUU.Connector.Object;
|
3238
|
-
};
|
3239
|
-
}
|
3240
3230
|
export { };
|
3241
3231
|
}
|
3242
3232
|
namespace IncidentTemplate {
|
@@ -3416,7 +3406,7 @@ declare namespace JUHUU {
|
|
3416
3406
|
}
|
3417
3407
|
export namespace Delete {
|
3418
3408
|
type Params = {
|
3419
|
-
parameterId
|
3409
|
+
parameterId: string;
|
3420
3410
|
};
|
3421
3411
|
type Options = JUHUU.RequestOptions;
|
3422
3412
|
type Response = {
|
@@ -3480,7 +3470,7 @@ declare namespace JUHUU {
|
|
3480
3470
|
}
|
3481
3471
|
namespace Delete {
|
3482
3472
|
type Params = {
|
3483
|
-
parameterAnomalyGroupId
|
3473
|
+
parameterAnomalyGroupId: string;
|
3484
3474
|
};
|
3485
3475
|
type Options = JUHUU.RequestOptions;
|
3486
3476
|
type Response = {
|
@@ -3533,7 +3523,7 @@ declare namespace JUHUU {
|
|
3533
3523
|
namespace Update {
|
3534
3524
|
type Params = {
|
3535
3525
|
parameterAnomalyGroupTrackerId: string;
|
3536
|
-
|
3526
|
+
name: string;
|
3537
3527
|
};
|
3538
3528
|
type Options = JUHUU.RequestOptions;
|
3539
3529
|
type Response = {
|
@@ -3542,7 +3532,7 @@ declare namespace JUHUU {
|
|
3542
3532
|
}
|
3543
3533
|
namespace Delete {
|
3544
3534
|
type Params = {
|
3545
|
-
parameterAnomalyGroupTrackerId
|
3535
|
+
parameterAnomalyGroupTrackerId: string;
|
3546
3536
|
};
|
3547
3537
|
type Options = JUHUU.RequestOptions;
|
3548
3538
|
type Response = {
|
@@ -3610,7 +3600,6 @@ declare namespace JUHUU {
|
|
3610
3600
|
type Object = {
|
3611
3601
|
id: string;
|
3612
3602
|
readonly object: "deviceTemplate";
|
3613
|
-
productId: string | null;
|
3614
3603
|
name: string;
|
3615
3604
|
propertyId: string;
|
3616
3605
|
nodeArray: GraphNode[];
|
@@ -3631,7 +3620,6 @@ declare namespace JUHUU {
|
|
3631
3620
|
type Params = {
|
3632
3621
|
propertyId: string;
|
3633
3622
|
name?: string;
|
3634
|
-
productId: string;
|
3635
3623
|
};
|
3636
3624
|
type Options = JUHUU.RequestOptions;
|
3637
3625
|
type Response = {
|
@@ -3657,7 +3645,7 @@ declare namespace JUHUU {
|
|
3657
3645
|
}
|
3658
3646
|
namespace Delete {
|
3659
3647
|
type Params = {
|
3660
|
-
deviceTemplateId
|
3648
|
+
deviceTemplateId: string;
|
3661
3649
|
};
|
3662
3650
|
type Options = JUHUU.RequestOptions;
|
3663
3651
|
type Response = JUHUU.DeviceTemplate.Object;
|
@@ -3719,7 +3707,7 @@ declare namespace JUHUU {
|
|
3719
3707
|
}
|
3720
3708
|
namespace Delete {
|
3721
3709
|
type Params = {
|
3722
|
-
simId
|
3710
|
+
simId: string;
|
3723
3711
|
};
|
3724
3712
|
type Options = JUHUU.RequestOptions;
|
3725
3713
|
type Response = JUHUU.Sim.Object;
|
package/dist/index.d.ts
CHANGED
@@ -882,7 +882,6 @@ declare class IncidentsService extends Service {
|
|
882
882
|
list(IncidentListParams: JUHUU.Incident.List.Params, IncidentListOptions?: JUHUU.Incident.List.Options): Promise<JUHUU.HttpResponse<JUHUU.Incident.List.Response>>;
|
883
883
|
retrieve(IncidentRetrieveParams: JUHUU.Incident.Retrieve.Params, IncidentRetrieveOptions?: JUHUU.Incident.Retrieve.Options): Promise<JUHUU.HttpResponse<JUHUU.Incident.Retrieve.Response>>;
|
884
884
|
update(IncidentUpdateParams: JUHUU.Incident.Update.Params, IncidentUpdateOptions?: JUHUU.Incident.Update.Options): Promise<JUHUU.HttpResponse<JUHUU.Incident.Update.Response>>;
|
885
|
-
delete(IncidentDeleteParams: JUHUU.Incident.Delete.Params, IncidentDeleteOptions?: JUHUU.Incident.Delete.Options): Promise<JUHUU.HttpResponse<JUHUU.Incident.Delete.Response>>;
|
886
885
|
}
|
887
886
|
|
888
887
|
declare class ParameterAnomalyGroupsService extends Service {
|
@@ -1180,7 +1179,7 @@ declare namespace JUHUU {
|
|
1180
1179
|
}
|
1181
1180
|
export namespace Delete {
|
1182
1181
|
type Params = {
|
1183
|
-
sessionId
|
1182
|
+
sessionId: string;
|
1184
1183
|
};
|
1185
1184
|
type Options = JUHUU.RequestOptions;
|
1186
1185
|
type Response = JUHUU.Session.Object;
|
@@ -1370,7 +1369,7 @@ declare namespace JUHUU {
|
|
1370
1369
|
}
|
1371
1370
|
export namespace Delete {
|
1372
1371
|
type Params = {
|
1373
|
-
userId
|
1372
|
+
userId: string;
|
1374
1373
|
};
|
1375
1374
|
type Options = JUHUU.RequestOptions;
|
1376
1375
|
type Response = JUHUU.User.Object;
|
@@ -1487,7 +1486,7 @@ declare namespace JUHUU {
|
|
1487
1486
|
}
|
1488
1487
|
namespace Delete {
|
1489
1488
|
type Params = {
|
1490
|
-
termId
|
1489
|
+
termId: string;
|
1491
1490
|
};
|
1492
1491
|
type Options = JUHUU.RequestOptions;
|
1493
1492
|
type Response = JUHUU.Term.Object;
|
@@ -1548,7 +1547,7 @@ declare namespace JUHUU {
|
|
1548
1547
|
}
|
1549
1548
|
namespace Delete {
|
1550
1549
|
type Params = {
|
1551
|
-
accountingAreaId
|
1550
|
+
accountingAreaId: string;
|
1552
1551
|
};
|
1553
1552
|
type Options = JUHUU.RequestOptions;
|
1554
1553
|
type Response = JUHUU.AccountingArea.Object;
|
@@ -1723,7 +1722,7 @@ declare namespace JUHUU {
|
|
1723
1722
|
}
|
1724
1723
|
namespace Delete {
|
1725
1724
|
type Params = {
|
1726
|
-
articleId
|
1725
|
+
articleId: string;
|
1727
1726
|
};
|
1728
1727
|
type Options = JUHUU.RequestOptions;
|
1729
1728
|
type Response = {
|
@@ -1813,7 +1812,7 @@ declare namespace JUHUU {
|
|
1813
1812
|
}
|
1814
1813
|
namespace Delete {
|
1815
1814
|
type Params = {
|
1816
|
-
articleGroupId
|
1815
|
+
articleGroupId: string;
|
1817
1816
|
};
|
1818
1817
|
type Options = JUHUU.RequestOptions;
|
1819
1818
|
type Response = {
|
@@ -2056,7 +2055,7 @@ declare namespace JUHUU {
|
|
2056
2055
|
}
|
2057
2056
|
namespace Delete {
|
2058
2057
|
type Params = {
|
2059
|
-
tariffId
|
2058
|
+
tariffId: string;
|
2060
2059
|
};
|
2061
2060
|
type Options = JUHUU.RequestOptions;
|
2062
2061
|
type Response = JUHUU.Tariff.Object;
|
@@ -2149,7 +2148,7 @@ declare namespace JUHUU {
|
|
2149
2148
|
}
|
2150
2149
|
export namespace Delete {
|
2151
2150
|
type Params = {
|
2152
|
-
licenseTemplateId
|
2151
|
+
licenseTemplateId: string;
|
2153
2152
|
};
|
2154
2153
|
type Options = JUHUU.RequestOptions;
|
2155
2154
|
type Response = JUHUU.LicenseTemplate.Object;
|
@@ -2745,7 +2744,7 @@ declare namespace JUHUU {
|
|
2745
2744
|
}
|
2746
2745
|
export namespace Delete {
|
2747
2746
|
type Params = {
|
2748
|
-
locationId
|
2747
|
+
locationId: string;
|
2749
2748
|
};
|
2750
2749
|
type Options = JUHUU.RequestOptions;
|
2751
2750
|
type Response = JUHUU.Location.Object;
|
@@ -2820,7 +2819,7 @@ declare namespace JUHUU {
|
|
2820
2819
|
}
|
2821
2820
|
namespace Delete {
|
2822
2821
|
type Params = {
|
2823
|
-
productId
|
2822
|
+
productId: string;
|
2824
2823
|
};
|
2825
2824
|
type Options = JUHUU.RequestOptions;
|
2826
2825
|
type Response = JUHUU.Product.Object;
|
@@ -2885,7 +2884,7 @@ declare namespace JUHUU {
|
|
2885
2884
|
}
|
2886
2885
|
export namespace Delete {
|
2887
2886
|
type Params = {
|
2888
|
-
linkId
|
2887
|
+
linkId: string;
|
2889
2888
|
};
|
2890
2889
|
type Options = JUHUU.RequestOptions;
|
2891
2890
|
type Response = JUHUU.Link.Object;
|
@@ -3008,7 +3007,7 @@ declare namespace JUHUU {
|
|
3008
3007
|
}
|
3009
3008
|
namespace Delete {
|
3010
3009
|
type Params = {
|
3011
|
-
deviceId
|
3010
|
+
deviceId: string;
|
3012
3011
|
};
|
3013
3012
|
type Options = JUHUU.RequestOptions;
|
3014
3013
|
type Response = JUHUU.Device.Object;
|
@@ -3108,7 +3107,7 @@ declare namespace JUHUU {
|
|
3108
3107
|
}
|
3109
3108
|
export namespace Delete {
|
3110
3109
|
type Params = {
|
3111
|
-
connectorId
|
3110
|
+
connectorId: string;
|
3112
3111
|
};
|
3113
3112
|
type Options = JUHUU.RequestOptions;
|
3114
3113
|
type Response = JUHUU.Connector.Object;
|
@@ -3199,7 +3198,7 @@ declare namespace JUHUU {
|
|
3199
3198
|
expand: Array<"property">;
|
3200
3199
|
} & JUHUU.RequestOptions;
|
3201
3200
|
type Response = {
|
3202
|
-
|
3201
|
+
incident: JUHUU.Incident.Object;
|
3203
3202
|
};
|
3204
3203
|
}
|
3205
3204
|
export namespace List {
|
@@ -3228,15 +3227,6 @@ declare namespace JUHUU {
|
|
3228
3227
|
incident: JUHUU.Incident.Object;
|
3229
3228
|
};
|
3230
3229
|
}
|
3231
|
-
export namespace Delete {
|
3232
|
-
type Params = {
|
3233
|
-
incidentId?: string;
|
3234
|
-
};
|
3235
|
-
type Options = JUHUU.RequestOptions;
|
3236
|
-
type Response = {
|
3237
|
-
incident: JUHUU.Connector.Object;
|
3238
|
-
};
|
3239
|
-
}
|
3240
3230
|
export { };
|
3241
3231
|
}
|
3242
3232
|
namespace IncidentTemplate {
|
@@ -3416,7 +3406,7 @@ declare namespace JUHUU {
|
|
3416
3406
|
}
|
3417
3407
|
export namespace Delete {
|
3418
3408
|
type Params = {
|
3419
|
-
parameterId
|
3409
|
+
parameterId: string;
|
3420
3410
|
};
|
3421
3411
|
type Options = JUHUU.RequestOptions;
|
3422
3412
|
type Response = {
|
@@ -3480,7 +3470,7 @@ declare namespace JUHUU {
|
|
3480
3470
|
}
|
3481
3471
|
namespace Delete {
|
3482
3472
|
type Params = {
|
3483
|
-
parameterAnomalyGroupId
|
3473
|
+
parameterAnomalyGroupId: string;
|
3484
3474
|
};
|
3485
3475
|
type Options = JUHUU.RequestOptions;
|
3486
3476
|
type Response = {
|
@@ -3533,7 +3523,7 @@ declare namespace JUHUU {
|
|
3533
3523
|
namespace Update {
|
3534
3524
|
type Params = {
|
3535
3525
|
parameterAnomalyGroupTrackerId: string;
|
3536
|
-
|
3526
|
+
name: string;
|
3537
3527
|
};
|
3538
3528
|
type Options = JUHUU.RequestOptions;
|
3539
3529
|
type Response = {
|
@@ -3542,7 +3532,7 @@ declare namespace JUHUU {
|
|
3542
3532
|
}
|
3543
3533
|
namespace Delete {
|
3544
3534
|
type Params = {
|
3545
|
-
parameterAnomalyGroupTrackerId
|
3535
|
+
parameterAnomalyGroupTrackerId: string;
|
3546
3536
|
};
|
3547
3537
|
type Options = JUHUU.RequestOptions;
|
3548
3538
|
type Response = {
|
@@ -3610,7 +3600,6 @@ declare namespace JUHUU {
|
|
3610
3600
|
type Object = {
|
3611
3601
|
id: string;
|
3612
3602
|
readonly object: "deviceTemplate";
|
3613
|
-
productId: string | null;
|
3614
3603
|
name: string;
|
3615
3604
|
propertyId: string;
|
3616
3605
|
nodeArray: GraphNode[];
|
@@ -3631,7 +3620,6 @@ declare namespace JUHUU {
|
|
3631
3620
|
type Params = {
|
3632
3621
|
propertyId: string;
|
3633
3622
|
name?: string;
|
3634
|
-
productId: string;
|
3635
3623
|
};
|
3636
3624
|
type Options = JUHUU.RequestOptions;
|
3637
3625
|
type Response = {
|
@@ -3657,7 +3645,7 @@ declare namespace JUHUU {
|
|
3657
3645
|
}
|
3658
3646
|
namespace Delete {
|
3659
3647
|
type Params = {
|
3660
|
-
deviceTemplateId
|
3648
|
+
deviceTemplateId: string;
|
3661
3649
|
};
|
3662
3650
|
type Options = JUHUU.RequestOptions;
|
3663
3651
|
type Response = JUHUU.DeviceTemplate.Object;
|
@@ -3719,7 +3707,7 @@ declare namespace JUHUU {
|
|
3719
3707
|
}
|
3720
3708
|
namespace Delete {
|
3721
3709
|
type Params = {
|
3722
|
-
simId
|
3710
|
+
simId: string;
|
3723
3711
|
};
|
3724
3712
|
type Options = JUHUU.RequestOptions;
|
3725
3713
|
type Response = JUHUU.Sim.Object;
|
package/dist/index.js
CHANGED
@@ -1295,7 +1295,6 @@ var DeviceTemplatesService = class extends Service {
|
|
1295
1295
|
url: "deviceTemplates",
|
1296
1296
|
body: {
|
1297
1297
|
propertyId: DeviceTemplateCreateParams.propertyId,
|
1298
|
-
productId: DeviceTemplateCreateParams.productId,
|
1299
1298
|
name: DeviceTemplateCreateParams.name
|
1300
1299
|
},
|
1301
1300
|
authenticationNotOptional: true
|
@@ -3198,17 +3197,6 @@ var IncidentsService = class extends Service {
|
|
3198
3197
|
IncidentUpdateOptions
|
3199
3198
|
);
|
3200
3199
|
}
|
3201
|
-
async delete(IncidentDeleteParams, IncidentDeleteOptions) {
|
3202
|
-
return await super.sendRequest(
|
3203
|
-
{
|
3204
|
-
method: "DELETE",
|
3205
|
-
url: "incidents/" + IncidentDeleteParams.incidentId,
|
3206
|
-
authenticationNotOptional: true,
|
3207
|
-
body: void 0
|
3208
|
-
},
|
3209
|
-
IncidentDeleteOptions
|
3210
|
-
);
|
3211
|
-
}
|
3212
3200
|
};
|
3213
3201
|
|
3214
3202
|
// src/parameterAnomalyGroups/parameterAnomalyGroups.service.ts
|
@@ -3301,7 +3289,7 @@ var ParameterAnomalyGroupsService = class extends Service {
|
|
3301
3289
|
}
|
3302
3290
|
};
|
3303
3291
|
|
3304
|
-
// src/parameterAnomalyGroupTrackers/parameterAnomalyGroupTrackers.ts
|
3292
|
+
// src/parameterAnomalyGroupTrackers/parameterAnomalyGroupTrackers.service.ts
|
3305
3293
|
var ParameterAnomalyGroupTrackersService = class extends Service {
|
3306
3294
|
constructor(config) {
|
3307
3295
|
super(config);
|
@@ -3365,7 +3353,7 @@ var ParameterAnomalyGroupTrackersService = class extends Service {
|
|
3365
3353
|
method: "PATCH",
|
3366
3354
|
url: "parameterAnomalyGroupTrackers/" + ParameterAnomalyGroupTrackerUpdateParams.parameterAnomalyGroupTrackerId,
|
3367
3355
|
body: {
|
3368
|
-
|
3356
|
+
name: ParameterAnomalyGroupTrackerUpdateParams.name
|
3369
3357
|
},
|
3370
3358
|
authenticationNotOptional: true
|
3371
3359
|
},
|
package/dist/index.mjs
CHANGED
@@ -1251,7 +1251,6 @@ var DeviceTemplatesService = class extends Service {
|
|
1251
1251
|
url: "deviceTemplates",
|
1252
1252
|
body: {
|
1253
1253
|
propertyId: DeviceTemplateCreateParams.propertyId,
|
1254
|
-
productId: DeviceTemplateCreateParams.productId,
|
1255
1254
|
name: DeviceTemplateCreateParams.name
|
1256
1255
|
},
|
1257
1256
|
authenticationNotOptional: true
|
@@ -3154,17 +3153,6 @@ var IncidentsService = class extends Service {
|
|
3154
3153
|
IncidentUpdateOptions
|
3155
3154
|
);
|
3156
3155
|
}
|
3157
|
-
async delete(IncidentDeleteParams, IncidentDeleteOptions) {
|
3158
|
-
return await super.sendRequest(
|
3159
|
-
{
|
3160
|
-
method: "DELETE",
|
3161
|
-
url: "incidents/" + IncidentDeleteParams.incidentId,
|
3162
|
-
authenticationNotOptional: true,
|
3163
|
-
body: void 0
|
3164
|
-
},
|
3165
|
-
IncidentDeleteOptions
|
3166
|
-
);
|
3167
|
-
}
|
3168
3156
|
};
|
3169
3157
|
|
3170
3158
|
// src/parameterAnomalyGroups/parameterAnomalyGroups.service.ts
|
@@ -3257,7 +3245,7 @@ var ParameterAnomalyGroupsService = class extends Service {
|
|
3257
3245
|
}
|
3258
3246
|
};
|
3259
3247
|
|
3260
|
-
// src/parameterAnomalyGroupTrackers/parameterAnomalyGroupTrackers.ts
|
3248
|
+
// src/parameterAnomalyGroupTrackers/parameterAnomalyGroupTrackers.service.ts
|
3261
3249
|
var ParameterAnomalyGroupTrackersService = class extends Service {
|
3262
3250
|
constructor(config) {
|
3263
3251
|
super(config);
|
@@ -3321,7 +3309,7 @@ var ParameterAnomalyGroupTrackersService = class extends Service {
|
|
3321
3309
|
method: "PATCH",
|
3322
3310
|
url: "parameterAnomalyGroupTrackers/" + ParameterAnomalyGroupTrackerUpdateParams.parameterAnomalyGroupTrackerId,
|
3323
3311
|
body: {
|
3324
|
-
|
3312
|
+
name: ParameterAnomalyGroupTrackerUpdateParams.name
|
3325
3313
|
},
|
3326
3314
|
authenticationNotOptional: true
|
3327
3315
|
},
|