tencentcloud-sdk-nodejs 4.0.847 → 4.0.849

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 (84) hide show
  1. package/CHANGELOG.md +398 -0
  2. package/SERVICE_CHANGELOG.md +446 -131
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/captcha/v20190722/captcha_models.ts +2 -2
  7. package/src/services/ccc/v20200210/ccc_models.ts +19 -2
  8. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  9. package/src/services/clb/v20180317/clb_models.ts +1 -1
  10. package/src/services/cls/v20201016/cls_models.ts +149 -45
  11. package/src/services/dlc/v20210125/dlc_models.ts +33 -1
  12. package/src/services/ess/v20201111/ess_models.ts +4 -0
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -1
  14. package/src/services/fmu/v20191213/fmu_models.ts +1 -1
  15. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
  16. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +93 -32
  17. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +300 -112
  18. package/src/services/iss/v20230517/iss_models.ts +5 -0
  19. package/src/services/lighthouse/v20200324/lighthouse_client.ts +14 -14
  20. package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -13
  21. package/src/services/lke/v20231130/lke_models.ts +1 -1
  22. package/src/services/monitor/v20180724/monitor_models.ts +36 -36
  23. package/src/services/mrs/v20200910/mrs_client.ts +89 -37
  24. package/src/services/mrs/v20200910/mrs_models.ts +1814 -1074
  25. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  26. package/src/services/rce/v20201103/rce_client.ts +3 -19
  27. package/src/services/rce/v20201103/rce_models.ts +57 -164
  28. package/src/services/rum/v20210622/rum_models.ts +11 -11
  29. package/src/services/tdmq/v20200217/tdmq_models.ts +71 -1
  30. package/src/services/teo/v20220901/teo_client.ts +17 -2
  31. package/src/services/teo/v20220901/teo_models.ts +30 -0
  32. package/src/services/tke/v20180525/tke_models.ts +1 -1
  33. package/src/services/trtc/v20190722/trtc_client.ts +3 -3
  34. package/src/services/trtc/v20190722/trtc_models.ts +16 -6
  35. package/src/services/tse/v20201207/tse_models.ts +4 -0
  36. package/src/services/waf/v20180125/waf_client.ts +54 -5
  37. package/src/services/waf/v20180125/waf_models.ts +262 -60
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +2 -2
  41. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +19 -2
  42. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  43. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  44. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  45. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +149 -45
  46. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +33 -1
  47. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -1
  49. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +1 -1
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
  51. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +29 -9
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +42 -12
  53. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +289 -112
  54. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +5 -0
  55. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +14 -14
  56. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +14 -14
  57. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -13
  58. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
  59. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +36 -36
  60. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
  61. package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
  62. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2208 -1510
  63. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  64. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
  65. package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
  66. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +57 -158
  67. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +11 -11
  68. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +71 -1
  69. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -2
  70. package/tencentcloud/services/teo/v20220901/teo_client.js +10 -1
  71. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +28 -0
  72. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  73. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
  74. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
  75. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +16 -6
  76. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  77. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +17 -1
  78. package/tencentcloud/services/waf/v20180125/waf_client.js +24 -0
  79. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +253 -60
  80. package/test/iotexplorer.v20190423.test.js +58 -8
  81. package/test/mrs.v20200910.test.js +10 -0
  82. package/test/rce.v20201103.test.js +0 -10
  83. package/test/teo.v20220901.test.js +10 -0
  84. package/test/waf.v20180125.test.js +40 -0
@@ -198,6 +198,16 @@ it("iotexplorer.v20190423.DescribeCloudStorageThumbnailList", async function ()
198
198
  }
199
199
  })
200
200
 
201
+ it("iotexplorer.v20190423.CreateTRTCSignaturesWithRoomId", async function () {
202
+ try {
203
+ const data = await client.CreateTRTCSignaturesWithRoomId({})
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
+
201
211
  it("iotexplorer.v20190423.ModifyFenceBind", async function () {
202
212
  try {
203
213
  const data = await client.ModifyFenceBind({})
@@ -478,9 +488,9 @@ it("iotexplorer.v20190423.DescribeFirmwareTask", async function () {
478
488
  }
479
489
  })
480
490
 
481
- it("iotexplorer.v20190423.GetPositionSpaceList", async function () {
491
+ it("iotexplorer.v20190423.DescribeCloudStorageAIServiceTask", async function () {
482
492
  try {
483
- const data = await client.GetPositionSpaceList({})
493
+ const data = await client.DescribeCloudStorageAIServiceTask({})
484
494
  expect(data).to.be.ok
485
495
  } catch(error) {
486
496
  expect(error.requestId).to.be.ok
@@ -628,6 +638,16 @@ it("iotexplorer.v20190423.UnbindProducts", async function () {
628
638
  }
629
639
  })
630
640
 
641
+ it("iotexplorer.v20190423.GetPositionSpaceList", async function () {
642
+ try {
643
+ const data = await client.GetPositionSpaceList({})
644
+ expect(data).to.be.ok
645
+ } catch(error) {
646
+ expect(error.requestId).to.be.ok
647
+ expect(error.code).to.be.ok
648
+ }
649
+ })
650
+
631
651
  it("iotexplorer.v20190423.DeleteStudioProduct", async function () {
632
652
  try {
633
653
  const data = await client.DeleteStudioProduct({})
@@ -658,6 +678,16 @@ it("iotexplorer.v20190423.DescribeGatewayBindDevices", async function () {
658
678
  }
659
679
  })
660
680
 
681
+ it("iotexplorer.v20190423.DismissRoomByStrRoomIdFromTRTC", async function () {
682
+ try {
683
+ const data = await client.DismissRoomByStrRoomIdFromTRTC({})
684
+ expect(data).to.be.ok
685
+ } catch(error) {
686
+ expect(error.requestId).to.be.ok
687
+ expect(error.code).to.be.ok
688
+ }
689
+ })
690
+
661
691
  it("iotexplorer.v20190423.CreatePositionFence", async function () {
662
692
  try {
663
693
  const data = await client.CreatePositionFence({})
@@ -768,6 +798,16 @@ it("iotexplorer.v20190423.BindProducts", async function () {
768
798
  }
769
799
  })
770
800
 
801
+ it("iotexplorer.v20190423.RemoveUserByRoomIdFromTRTC", async function () {
802
+ try {
803
+ const data = await client.RemoveUserByRoomIdFromTRTC({})
804
+ expect(data).to.be.ok
805
+ } catch(error) {
806
+ expect(error.requestId).to.be.ok
807
+ expect(error.code).to.be.ok
808
+ }
809
+ })
810
+
771
811
  it("iotexplorer.v20190423.SearchPositionSpace", async function () {
772
812
  try {
773
813
  const data = await client.SearchPositionSpace({})
@@ -778,9 +818,9 @@ it("iotexplorer.v20190423.SearchPositionSpace", async function () {
778
818
  }
779
819
  })
780
820
 
781
- it("iotexplorer.v20190423.CreateProject", async function () {
821
+ it("iotexplorer.v20190423.ModifyTopicPolicy", async function () {
782
822
  try {
783
- const data = await client.CreateProject({})
823
+ const data = await client.ModifyTopicPolicy({})
784
824
  expect(data).to.be.ok
785
825
  } catch(error) {
786
826
  expect(error.requestId).to.be.ok
@@ -908,6 +948,16 @@ it("iotexplorer.v20190423.BindCloudStorageUser", async function () {
908
948
  }
909
949
  })
910
950
 
951
+ it("iotexplorer.v20190423.GetGatewaySubDeviceList", async function () {
952
+ try {
953
+ const data = await client.GetGatewaySubDeviceList({})
954
+ expect(data).to.be.ok
955
+ } catch(error) {
956
+ expect(error.requestId).to.be.ok
957
+ expect(error.code).to.be.ok
958
+ }
959
+ })
960
+
911
961
  it("iotexplorer.v20190423.DescribeBatchProduction", async function () {
912
962
  try {
913
963
  const data = await client.DescribeBatchProduction({})
@@ -938,9 +988,9 @@ it("iotexplorer.v20190423.DeleteDevices", async function () {
938
988
  }
939
989
  })
940
990
 
941
- it("iotexplorer.v20190423.GetGatewaySubDeviceList", async function () {
991
+ it("iotexplorer.v20190423.CreateProject", async function () {
942
992
  try {
943
- const data = await client.GetGatewaySubDeviceList({})
993
+ const data = await client.CreateProject({})
944
994
  expect(data).to.be.ok
945
995
  } catch(error) {
946
996
  expect(error.requestId).to.be.ok
@@ -948,9 +998,9 @@ it("iotexplorer.v20190423.GetGatewaySubDeviceList", async function () {
948
998
  }
949
999
  })
950
1000
 
951
- it("iotexplorer.v20190423.ModifyTopicPolicy", async function () {
1001
+ it("iotexplorer.v20190423.GenerateCloudStorageAIServiceTaskFileURL", async function () {
952
1002
  try {
953
- const data = await client.ModifyTopicPolicy({})
1003
+ const data = await client.GenerateCloudStorageAIServiceTaskFileURL({})
954
1004
  expect(data).to.be.ok
955
1005
  } catch(error) {
956
1006
  expect(error.requestId).to.be.ok
@@ -28,6 +28,16 @@ it("mrs.v20200910.ImageToClass", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("mrs.v20200910.DrugInstructionObject", async function () {
32
+ try {
33
+ const data = await client.DrugInstructionObject({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
31
41
  it("mrs.v20200910.TurnPDFToObjectAsyncGetResult", async function () {
32
42
  try {
33
43
  const data = await client.TurnPDFToObjectAsyncGetResult({})
@@ -18,16 +18,6 @@ const client = new tencentcloud.rce.v20201103.Client({
18
18
  })
19
19
  describe("rce.v20201103.test.js", function () {
20
20
 
21
- it("rce.v20201103.DescribeRiskTrends", async function () {
22
- try {
23
- const data = await client.DescribeRiskTrends({})
24
- expect(data).to.be.ok
25
- } catch(error) {
26
- expect(error.requestId).to.be.ok
27
- expect(error.code).to.be.ok
28
- }
29
- })
30
-
31
21
  it("rce.v20201103.DescribeRiskAssessment", async function () {
32
22
  try {
33
23
  const data = await client.DescribeRiskAssessment({})
@@ -988,6 +988,16 @@ it("teo.v20220901.DescribeSecurityIPGroupInfo", async function () {
988
988
  }
989
989
  })
990
990
 
991
+ it("teo.v20220901.DescribeSecurityIPGroup", async function () {
992
+ try {
993
+ const data = await client.DescribeSecurityIPGroup({})
994
+ expect(data).to.be.ok
995
+ } catch(error) {
996
+ expect(error.requestId).to.be.ok
997
+ expect(error.code).to.be.ok
998
+ }
999
+ })
1000
+
991
1001
  it("teo.v20220901.DescribeDDoSAttackData", async function () {
992
1002
  try {
993
1003
  const data = await client.DescribeDDoSAttackData({})
@@ -68,6 +68,16 @@ it("waf.v20180125.GetAttackTotalCount", async function () {
68
68
  }
69
69
  })
70
70
 
71
+ it("waf.v20180125.ImportIpAccessControl", async function () {
72
+ try {
73
+ const data = await client.ImportIpAccessControl({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
71
81
  it("waf.v20180125.AddCustomWhiteRule", async function () {
72
82
  try {
73
83
  const data = await client.AddCustomWhiteRule({})
@@ -508,6 +518,16 @@ it("waf.v20180125.DescribeCertificateVerifyResult", async function () {
508
518
  }
509
519
  })
510
520
 
521
+ it("waf.v20180125.DeleteIpAccessControlV2", async function () {
522
+ try {
523
+ const data = await client.DeleteIpAccessControlV2({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
511
531
  it("waf.v20180125.SwitchElasticMode", async function () {
512
532
  try {
513
533
  const data = await client.SwitchElasticMode({})
@@ -718,6 +738,16 @@ it("waf.v20180125.ModifyAreaBanStatus", async function () {
718
738
  }
719
739
  })
720
740
 
741
+ it("waf.v20180125.ModifyIpAccessControl", async function () {
742
+ try {
743
+ const data = await client.ModifyIpAccessControl({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
721
751
  it("waf.v20180125.DescribeAntiFakeRules", async function () {
722
752
  try {
723
753
  const data = await client.DescribeAntiFakeRules({})
@@ -778,6 +808,16 @@ it("waf.v20180125.ModifyAntiInfoLeakRules", async function () {
778
808
  }
779
809
  })
780
810
 
811
+ it("waf.v20180125.CreateIpAccessControl", async function () {
812
+ try {
813
+ const data = await client.CreateIpAccessControl({})
814
+ expect(data).to.be.ok
815
+ } catch(error) {
816
+ expect(error.requestId).to.be.ok
817
+ expect(error.code).to.be.ok
818
+ }
819
+ })
820
+
781
821
  it("waf.v20180125.AddAntiFakeUrl", async function () {
782
822
  try {
783
823
  const data = await client.AddAntiFakeUrl({})