tencentcloud-sdk-nodejs 4.0.827 → 4.0.828
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/CHANGELOG.md +131 -0
- package/SERVICE_CHANGELOG.md +157 -155
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/domain/v20180808/domain_client.ts +12 -0
- package/src/services/domain/v20180808/domain_models.ts +19 -0
- package/src/services/ess/v20201111/ess_models.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +11 -1
- package/src/services/ioa/v20220601/ioa_models.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +4 -0
- package/src/services/mrs/v20200910/mrs_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +5 -0
- package/src/services/omics/v20221128/omics_models.ts +14 -4
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +103 -13
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +403 -75
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +17 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -1
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
- package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +2 -0
- package/tencentcloud/services/mrs/v20200910/mrs_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +14 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +31 -3
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.js +45 -3
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +383 -75
- package/test/domain.v20180808.test.js +10 -0
- package/test/weilingwith.v20230427.test.js +72 -2
|
@@ -168,6 +168,16 @@ it("weilingwith.v20230427.DescribeDeviceTagList", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
+
it("weilingwith.v20230427.DescribeDeviceGroupList", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribeDeviceGroupList({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
171
181
|
it("weilingwith.v20230427.DescribeAlarmTypeList", async function () {
|
|
172
182
|
try {
|
|
173
183
|
const data = await client.DescribeAlarmTypeList({})
|
|
@@ -188,6 +198,16 @@ it("weilingwith.v20230427.DescribeSpaceTypeList", async function () {
|
|
|
188
198
|
}
|
|
189
199
|
})
|
|
190
200
|
|
|
201
|
+
it("weilingwith.v20230427.ModifyDeviceGroup", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.ModifyDeviceGroup({})
|
|
204
|
+
expect(data).to.be.ok
|
|
205
|
+
} catch(error) {
|
|
206
|
+
expect(error.requestId).to.be.ok
|
|
207
|
+
expect(error.code).to.be.ok
|
|
208
|
+
}
|
|
209
|
+
})
|
|
210
|
+
|
|
191
211
|
it("weilingwith.v20230427.DescribeDeviceTypeList", async function () {
|
|
192
212
|
try {
|
|
193
213
|
const data = await client.DescribeDeviceTypeList({})
|
|
@@ -238,6 +258,16 @@ it("weilingwith.v20230427.UpdateWorkspaceParkAttributes", async function () {
|
|
|
238
258
|
}
|
|
239
259
|
})
|
|
240
260
|
|
|
261
|
+
it("weilingwith.v20230427.StopVideoStreaming", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.StopVideoStreaming({})
|
|
264
|
+
expect(data).to.be.ok
|
|
265
|
+
} catch(error) {
|
|
266
|
+
expect(error.requestId).to.be.ok
|
|
267
|
+
expect(error.code).to.be.ok
|
|
268
|
+
}
|
|
269
|
+
})
|
|
270
|
+
|
|
241
271
|
it("weilingwith.v20230427.DescribeModelList", async function () {
|
|
242
272
|
try {
|
|
243
273
|
const data = await client.DescribeModelList({})
|
|
@@ -268,6 +298,16 @@ it("weilingwith.v20230427.DescribeProductList", async function () {
|
|
|
268
298
|
}
|
|
269
299
|
})
|
|
270
300
|
|
|
301
|
+
it("weilingwith.v20230427.BatchDeleteDevice", async function () {
|
|
302
|
+
try {
|
|
303
|
+
const data = await client.BatchDeleteDevice({})
|
|
304
|
+
expect(data).to.be.ok
|
|
305
|
+
} catch(error) {
|
|
306
|
+
expect(error.requestId).to.be.ok
|
|
307
|
+
expect(error.code).to.be.ok
|
|
308
|
+
}
|
|
309
|
+
})
|
|
310
|
+
|
|
271
311
|
it("weilingwith.v20230427.DescribeActionList", async function () {
|
|
272
312
|
try {
|
|
273
313
|
const data = await client.DescribeActionList({})
|
|
@@ -398,6 +438,16 @@ it("weilingwith.v20230427.BatchCreateDevice", async function () {
|
|
|
398
438
|
}
|
|
399
439
|
})
|
|
400
440
|
|
|
441
|
+
it("weilingwith.v20230427.ModifyDeviceTag", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.ModifyDeviceTag({})
|
|
444
|
+
expect(data).to.be.ok
|
|
445
|
+
} catch(error) {
|
|
446
|
+
expect(error.requestId).to.be.ok
|
|
447
|
+
expect(error.code).to.be.ok
|
|
448
|
+
}
|
|
449
|
+
})
|
|
450
|
+
|
|
401
451
|
it("weilingwith.v20230427.DescribeCameraExtendInfo", async function () {
|
|
402
452
|
try {
|
|
403
453
|
const data = await client.DescribeCameraExtendInfo({})
|
|
@@ -448,6 +498,16 @@ it("weilingwith.v20230427.DescribeBuildingModel", async function () {
|
|
|
448
498
|
}
|
|
449
499
|
})
|
|
450
500
|
|
|
501
|
+
it("weilingwith.v20230427.DeleteDeviceGroup", async function () {
|
|
502
|
+
try {
|
|
503
|
+
const data = await client.DeleteDeviceGroup({})
|
|
504
|
+
expect(data).to.be.ok
|
|
505
|
+
} catch(error) {
|
|
506
|
+
expect(error.requestId).to.be.ok
|
|
507
|
+
expect(error.code).to.be.ok
|
|
508
|
+
}
|
|
509
|
+
})
|
|
510
|
+
|
|
451
511
|
it("weilingwith.v20230427.DescribeSpaceDeviceRelationList", async function () {
|
|
452
512
|
try {
|
|
453
513
|
const data = await client.DescribeSpaceDeviceRelationList({})
|
|
@@ -468,6 +528,16 @@ it("weilingwith.v20230427.DescribeBuildingList", async function () {
|
|
|
468
528
|
}
|
|
469
529
|
})
|
|
470
530
|
|
|
531
|
+
it("weilingwith.v20230427.SaveDeviceGroup", async function () {
|
|
532
|
+
try {
|
|
533
|
+
const data = await client.SaveDeviceGroup({})
|
|
534
|
+
expect(data).to.be.ok
|
|
535
|
+
} catch(error) {
|
|
536
|
+
expect(error.requestId).to.be.ok
|
|
537
|
+
expect(error.code).to.be.ok
|
|
538
|
+
}
|
|
539
|
+
})
|
|
540
|
+
|
|
471
541
|
it("weilingwith.v20230427.ControlCameraPTZ", async function () {
|
|
472
542
|
try {
|
|
473
543
|
const data = await client.ControlCameraPTZ({})
|
|
@@ -578,9 +648,9 @@ it("weilingwith.v20230427.DescribeDeviceStatusList", async function () {
|
|
|
578
648
|
}
|
|
579
649
|
})
|
|
580
650
|
|
|
581
|
-
it("weilingwith.v20230427.
|
|
651
|
+
it("weilingwith.v20230427.ModifyDeviceField", async function () {
|
|
582
652
|
try {
|
|
583
|
-
const data = await client.
|
|
653
|
+
const data = await client.ModifyDeviceField({})
|
|
584
654
|
expect(data).to.be.ok
|
|
585
655
|
} catch(error) {
|
|
586
656
|
expect(error.requestId).to.be.ok
|