tencentcloud-sdk-nodejs 4.0.826 → 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.
Files changed (61) hide show
  1. package/CHANGELOG.md +361 -0
  2. package/SERVICE_CHANGELOG.md +408 -5
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdwch/v20200915/cdwch_models.ts +8 -1
  7. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +2 -1
  8. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +80 -16
  9. package/src/services/domain/v20180808/domain_client.ts +12 -0
  10. package/src/services/domain/v20180808/domain_models.ts +19 -0
  11. package/src/services/ess/v20201111/ess_models.ts +3 -4
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +12 -4
  13. package/src/services/ioa/v20220601/ioa_models.ts +1 -1
  14. package/src/services/live/v20180801/live_models.ts +9 -0
  15. package/src/services/mps/v20190612/mps_client.ts +5 -2
  16. package/src/services/mps/v20190612/mps_models.ts +91 -33
  17. package/src/services/mrs/v20200910/mrs_client.ts +4 -2
  18. package/src/services/ocr/v20181119/ocr_models.ts +5 -0
  19. package/src/services/omics/v20221128/omics_models.ts +14 -4
  20. package/src/services/redis/v20180412/redis_client.ts +26 -1
  21. package/src/services/redis/v20180412/redis_models.ts +213 -24
  22. package/src/services/tdmq/v20200217/tdmq_models.ts +20 -0
  23. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  24. package/src/services/tse/v20201207/tse_client.ts +3 -0
  25. package/src/services/tse/v20201207/tse_models.ts +136 -23
  26. package/src/services/tts/v20190823/tts_models.ts +4 -4
  27. package/src/services/vrs/v20200824/vrs_models.ts +17 -18
  28. package/src/services/weilingwith/v20230427/weilingwith_client.ts +103 -13
  29. package/src/services/weilingwith/v20230427/weilingwith_models.ts +403 -75
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +8 -1
  33. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
  34. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +79 -16
  35. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
  36. package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
  37. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +17 -0
  38. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -4
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -4
  40. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +1 -1
  41. package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -0
  42. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  43. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +88 -33
  44. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +2 -0
  45. package/tencentcloud/services/mrs/v20200910/mrs_client.js +2 -0
  46. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -0
  47. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +14 -4
  48. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -1
  49. package/tencentcloud/services/redis/v20180412/redis_client.js +12 -0
  50. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +208 -24
  51. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +20 -0
  52. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  53. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +133 -23
  54. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -4
  55. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +17 -18
  56. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +31 -3
  57. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.js +45 -3
  58. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +383 -75
  59. package/test/domain.v20180808.test.js +10 -0
  60. package/test/redis.v20180412.test.js +20 -0
  61. package/test/weilingwith.v20230427.test.js +72 -2
@@ -268,6 +268,16 @@ it("redis.v20180412.CreateInstanceAccount", async function () {
268
268
  }
269
269
  })
270
270
 
271
+ it("redis.v20180412.ModifyInstanceEvent", async function () {
272
+ try {
273
+ const data = await client.ModifyInstanceEvent({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
271
281
  it("redis.v20180412.UpgradeProxyVersion", async function () {
272
282
  try {
273
283
  const data = await client.UpgradeProxyVersion({})
@@ -738,6 +748,16 @@ it("redis.v20180412.DescribeInstanceZoneInfo", async function () {
738
748
  }
739
749
  })
740
750
 
751
+ it("redis.v20180412.DescribeInstanceEvents", async function () {
752
+ try {
753
+ const data = await client.DescribeInstanceEvents({})
754
+ expect(data).to.be.ok
755
+ } catch(error) {
756
+ expect(error.requestId).to.be.ok
757
+ expect(error.code).to.be.ok
758
+ }
759
+ })
760
+
741
761
  it("redis.v20180412.SwitchInstanceVip", async function () {
742
762
  try {
743
763
  const data = await client.SwitchInstanceVip({})
@@ -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.StopVideoStreaming", async function () {
651
+ it("weilingwith.v20230427.ModifyDeviceField", async function () {
582
652
  try {
583
- const data = await client.StopVideoStreaming({})
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