tencentcloud-sdk-nodejs 4.0.539 → 4.0.541

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 (116) hide show
  1. package/CHANGELOG.md +665 -0
  2. package/SERVICE_CHANGELOG.md +683 -107
  3. package/package.json +1 -1
  4. package/products.md +33 -33
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +4 -4
  7. package/src/services/bma/v20221115/bma_client.ts +100 -9
  8. package/src/services/bma/v20221115/bma_models.ts +745 -22
  9. package/src/services/captcha/v20190722/captcha_client.ts +25 -1
  10. package/src/services/captcha/v20190722/captcha_models.ts +94 -64
  11. package/src/services/cbs/v20170312/cbs_client.ts +7 -3
  12. package/src/services/cdb/v20170320/cdb_client.ts +22 -14
  13. package/src/services/cdb/v20170320/cdb_models.ts +34 -60
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  15. package/src/services/clb/v20180317/clb_client.ts +21 -9
  16. package/src/services/clb/v20180317/clb_models.ts +45 -0
  17. package/src/services/cme/v20191029/cme_models.ts +2 -2
  18. package/src/services/cwp/v20180228/cwp_client.ts +18 -6
  19. package/src/services/cwp/v20180228/cwp_models.ts +32 -1
  20. package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
  21. package/src/services/cynosdb/v20190107/cynosdb_models.ts +40 -0
  22. package/src/services/dlc/v20210125/dlc_models.ts +26 -2
  23. package/src/services/dts/v20211206/dts_models.ts +17 -5
  24. package/src/services/eb/v20210416/eb_models.ts +16 -1
  25. package/src/services/essbasic/v20210526/essbasic_client.ts +12 -0
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +40 -0
  27. package/src/services/lcic/v20220817/lcic_client.ts +204 -58
  28. package/src/services/lcic/v20220817/lcic_models.ts +1352 -815
  29. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
  30. package/src/services/monitor/v20180724/monitor_models.ts +4 -4
  31. package/src/services/organization/v20210331/organization_client.ts +2 -1
  32. package/src/services/organization/v20210331/organization_models.ts +33 -5
  33. package/src/services/partners/v20180321/partners_client.ts +15 -0
  34. package/src/services/partners/v20180321/partners_models.ts +55 -8
  35. package/src/services/redis/v20180412/redis_client.ts +3 -3
  36. package/src/services/redis/v20180412/redis_models.ts +2 -2
  37. package/src/services/rum/v20210622/rum_models.ts +3 -3
  38. package/src/services/ssa/v20180608/ssa_client.ts +16 -2
  39. package/src/services/ssa/v20180608/ssa_models.ts +183 -33
  40. package/src/services/tcb/v20180608/tcb_models.ts +20 -10
  41. package/src/services/tem/v20210701/tem_models.ts +42 -0
  42. package/src/services/teo/v20220901/teo_models.ts +8 -0
  43. package/src/services/tke/v20180525/tke_models.ts +10 -0
  44. package/src/services/tsf/v20180326/tsf_models.ts +95 -0
  45. package/src/services/vod/v20180717/vod_client.ts +35 -5
  46. package/src/services/vod/v20180717/vod_models.ts +986 -221
  47. package/src/services/vpc/v20170312/vpc_models.ts +7 -2
  48. package/tencentcloud/common/sdk_version.d.ts +1 -1
  49. package/tencentcloud/common/sdk_version.js +1 -1
  50. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
  51. package/tencentcloud/services/bma/v20221115/bma_client.d.ts +31 -3
  52. package/tencentcloud/services/bma/v20221115/bma_client.js +45 -3
  53. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +626 -19
  54. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +9 -1
  55. package/tencentcloud/services/captcha/v20190722/captcha_client.js +12 -0
  56. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +78 -52
  57. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +6 -2
  58. package/tencentcloud/services/cbs/v20170312/cbs_client.js +6 -2
  59. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +15 -7
  60. package/tencentcloud/services/cdb/v20170320/cdb_client.js +16 -8
  61. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +30 -51
  62. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  63. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -5
  64. package/tencentcloud/services/clb/v20180317/clb_client.js +11 -5
  65. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +38 -0
  66. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +2 -2
  67. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
  68. package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
  69. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +28 -1
  70. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  71. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  72. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +34 -0
  73. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -2
  74. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +15 -5
  75. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +13 -1
  76. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  77. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  78. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +34 -0
  79. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +53 -5
  80. package/tencentcloud/services/lcic/v20220817/lcic_client.js +78 -6
  81. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1197 -738
  82. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
  83. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
  84. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
  85. package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
  86. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +29 -5
  87. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +8 -1
  88. package/tencentcloud/services/partners/v20180321/partners_client.js +9 -0
  89. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +48 -8
  90. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +3 -3
  91. package/tencentcloud/services/redis/v20180412/redis_client.js +3 -3
  92. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +2 -2
  93. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +3 -3
  94. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  95. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  96. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +152 -28
  97. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +18 -10
  98. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +35 -0
  99. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -0
  100. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +8 -0
  101. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +79 -0
  102. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
  103. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  104. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +801 -141
  105. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -2
  106. package/test/bma.v20221115.test.js +72 -2
  107. package/test/captcha.v20190722.test.js +20 -0
  108. package/test/cdb.v20170320.test.js +10 -10
  109. package/test/clb.v20180317.test.js +12 -2
  110. package/test/cwp.v20180228.test.js +12 -2
  111. package/test/cynosdb.v20190107.test.js +10 -0
  112. package/test/essbasic.v20210526.test.js +10 -0
  113. package/test/lcic.v20220817.test.js +124 -4
  114. package/test/partners.v20180321.test.js +10 -0
  115. package/test/ssa.v20180608.test.js +10 -0
  116. package/test/vod.v20180717.test.js +10 -0
@@ -5634,6 +5634,10 @@ export interface CreateBandwidthPackageRequest {
5634
5634
  * 带宽包协议类型。当前支持'ipv4'和'ipv6'协议带宽包,默认值是'ipv4'。
5635
5635
  */
5636
5636
  Protocol?: string;
5637
+ /**
5638
+ * 预付费包月带宽包的购买时长,单位: 月,取值范围: 1~60。
5639
+ */
5640
+ TimeSpan?: number;
5637
5641
  }
5638
5642
  /**
5639
5643
  * DescribeIp6Addresses返回参数结构体
@@ -11322,11 +11326,11 @@ export interface CreateBandwidthPackageResponse {
11322
11326
  /**
11323
11327
  * 带宽包唯一ID。
11324
11328
  */
11325
- BandwidthPackageId: string;
11329
+ BandwidthPackageId?: string;
11326
11330
  /**
11327
11331
  * 带宽包唯一ID列表(申请数量大于1时有效)。
11328
11332
  */
11329
- BandwidthPackageIds: Array<string>;
11333
+ BandwidthPackageIds?: Array<string>;
11330
11334
  /**
11331
11335
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11332
11336
  */
@@ -18,6 +18,26 @@ const client = new tencentcloud.bma.v20221115.Client({
18
18
  })
19
19
  describe("bma.v20221115.test.js", function () {
20
20
 
21
+ it("bma.v20221115.DescribeBPWhiteLists", async function () {
22
+ try {
23
+ const data = await client.DescribeBPWhiteLists({})
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
+ it("bma.v20221115.CreateBPWhiteList", async function () {
32
+ try {
33
+ const data = await client.CreateBPWhiteList({})
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
+
21
41
  it("bma.v20221115.CreateBPFakeAPP", async function () {
22
42
  try {
23
43
  const data = await client.CreateBPFakeAPP({})
@@ -28,9 +48,9 @@ it("bma.v20221115.CreateBPFakeAPP", async function () {
28
48
  }
29
49
  })
30
50
 
31
- it("bma.v20221115.CreateBPFakeURL", async function () {
51
+ it("bma.v20221115.DeleteBPWhiteList", async function () {
32
52
  try {
33
- const data = await client.CreateBPFakeURL({})
53
+ const data = await client.DeleteBPWhiteList({})
34
54
  expect(data).to.be.ok
35
55
  } catch(error) {
36
56
  expect(error.requestId).to.be.ok
@@ -48,6 +68,26 @@ it("bma.v20221115.CreateBPFakeURLs", async function () {
48
68
  }
49
69
  })
50
70
 
71
+ it("bma.v20221115.CreateBPBrand", async function () {
72
+ try {
73
+ const data = await client.CreateBPBrand({})
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
+
81
+ it("bma.v20221115.DescribeBPBrands", async function () {
82
+ try {
83
+ const data = await client.DescribeBPBrands({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
51
91
  it("bma.v20221115.CreateBPFakeAPPList", async function () {
52
92
  try {
53
93
  const data = await client.CreateBPFakeAPPList({})
@@ -58,4 +98,34 @@ it("bma.v20221115.CreateBPFakeAPPList", async function () {
58
98
  }
59
99
  })
60
100
 
101
+ it("bma.v20221115.DescribeBPFakeAPPList", async function () {
102
+ try {
103
+ const data = await client.DescribeBPFakeAPPList({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
111
+ it("bma.v20221115.DescribeBPFakeURLs", async function () {
112
+ try {
113
+ const data = await client.DescribeBPFakeURLs({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
121
+ it("bma.v20221115.CreateBPFakeURL", async function () {
122
+ try {
123
+ const data = await client.CreateBPFakeURL({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
61
131
  })
@@ -38,6 +38,16 @@ it("captcha.v20190722.DescribeCaptchaTicketData", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("captcha.v20190722.GetTotalRequestStatistics", async function () {
42
+ try {
43
+ const data = await client.GetTotalRequestStatistics({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
41
51
  it("captcha.v20190722.DescribeCaptchaDataSum", async function () {
42
52
  try {
43
53
  const data = await client.DescribeCaptchaDataSum({})
@@ -148,6 +158,16 @@ it("captcha.v20190722.DescribeCaptchaUserAllAppId", async function () {
148
158
  }
149
159
  })
150
160
 
161
+ it("captcha.v20190722.GetRequestStatistics", async function () {
162
+ try {
163
+ const data = await client.GetRequestStatistics({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
151
171
  it("captcha.v20190722.DescribeCaptchaAppIdInfo", async function () {
152
172
  try {
153
173
  const data = await client.DescribeCaptchaAppIdInfo({})
@@ -288,6 +288,16 @@ it("cdb.v20170320.DescribeAuditPolicies", async function () {
288
288
  }
289
289
  })
290
290
 
291
+ it("cdb.v20170320.OpenDBInstanceEncryption", async function () {
292
+ try {
293
+ const data = await client.OpenDBInstanceEncryption({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
291
301
  it("cdb.v20170320.DescribeTagsOfInstanceIds", async function () {
292
302
  try {
293
303
  const data = await client.DescribeTagsOfInstanceIds({})
@@ -668,16 +678,6 @@ it("cdb.v20170320.CreateAccounts", async function () {
668
678
  }
669
679
  })
670
680
 
671
- it("cdb.v20170320.UpgradeCDBProxy", async function () {
672
- try {
673
- const data = await client.UpgradeCDBProxy({})
674
- expect(data).to.be.ok
675
- } catch(error) {
676
- expect(error.requestId).to.be.ok
677
- expect(error.code).to.be.ok
678
- }
679
- })
680
-
681
681
  it("cdb.v20170320.UpgradeDBInstanceEngineVersion", async function () {
682
682
  try {
683
683
  const data = await client.UpgradeDBInstanceEngineVersion({})
@@ -218,9 +218,9 @@ it("clb.v20180317.DeleteLoadBalancerListeners", async function () {
218
218
  }
219
219
  })
220
220
 
221
- it("clb.v20180317.SetLoadBalancerSecurityGroups", async function () {
221
+ it("clb.v20180317.ModifyFunctionTargets", async function () {
222
222
  try {
223
- const data = await client.SetLoadBalancerSecurityGroups({})
223
+ const data = await client.ModifyFunctionTargets({})
224
224
  expect(data).to.be.ok
225
225
  } catch(error) {
226
226
  expect(error.requestId).to.be.ok
@@ -488,6 +488,16 @@ it("clb.v20180317.DescribeClsLogSet", async function () {
488
488
  }
489
489
  })
490
490
 
491
+ it("clb.v20180317.SetLoadBalancerSecurityGroups", async function () {
492
+ try {
493
+ const data = await client.SetLoadBalancerSecurityGroups({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
491
501
  it("clb.v20180317.DescribeCustomizedConfigList", async function () {
492
502
  try {
493
503
  const data = await client.DescribeCustomizedConfigList({})
@@ -1008,9 +1008,9 @@ it("cwp.v20180228.UpdateBaselineStrategy", async function () {
1008
1008
  }
1009
1009
  })
1010
1010
 
1011
- it("cwp.v20180228.ScanVulSetting", async function () {
1011
+ it("cwp.v20180228.ModifyMachineRemark", async function () {
1012
1012
  try {
1013
- const data = await client.ScanVulSetting({})
1013
+ const data = await client.ModifyMachineRemark({})
1014
1014
  expect(data).to.be.ok
1015
1015
  } catch(error) {
1016
1016
  expect(error.requestId).to.be.ok
@@ -1638,6 +1638,16 @@ it("cwp.v20180228.ModifyLicenseBinds", async function () {
1638
1638
  }
1639
1639
  })
1640
1640
 
1641
+ it("cwp.v20180228.ScanVulSetting", async function () {
1642
+ try {
1643
+ const data = await client.ScanVulSetting({})
1644
+ expect(data).to.be.ok
1645
+ } catch(error) {
1646
+ expect(error.requestId).to.be.ok
1647
+ expect(error.code).to.be.ok
1648
+ }
1649
+ })
1650
+
1641
1651
  it("cwp.v20180228.DescribeAssetEnvList", async function () {
1642
1652
  try {
1643
1653
  const data = await client.DescribeAssetEnvList({})
@@ -438,6 +438,16 @@ it("cynosdb.v20190107.DescribeBackupDownloadUrl", async function () {
438
438
  }
439
439
  })
440
440
 
441
+ it("cynosdb.v20190107.SwitchClusterVpc", async function () {
442
+ try {
443
+ const data = await client.SwitchClusterVpc({})
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
+
441
451
  it("cynosdb.v20190107.AssociateSecurityGroups", async function () {
442
452
  try {
443
453
  const data = await client.AssociateSecurityGroups({})
@@ -208,6 +208,16 @@ it("essbasic.v20210526.CreateChannelFlowEvidenceReport", async function () {
208
208
  }
209
209
  })
210
210
 
211
+ it("essbasic.v20210526.ChannelUpdateSealStatus", async function () {
212
+ try {
213
+ const data = await client.ChannelUpdateSealStatus({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
211
221
  it("essbasic.v20210526.ChannelVerifyPdf", async function () {
212
222
  try {
213
223
  const data = await client.ChannelVerifyPdf({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.lcic.v20220817.Client({
18
18
  })
19
19
  describe("lcic.v20220817.test.js", function () {
20
20
 
21
+ it("lcic.v20220817.AddGroupMember", async function () {
22
+ try {
23
+ const data = await client.AddGroupMember({})
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
+
21
31
  it("lcic.v20220817.SetWatermark", async function () {
22
32
  try {
23
33
  const data = await client.SetWatermark({})
@@ -38,6 +48,16 @@ it("lcic.v20220817.DescribeDocumentsByRoom", async function () {
38
48
  }
39
49
  })
40
50
 
51
+ it("lcic.v20220817.ModifyRoom", async function () {
52
+ try {
53
+ const data = await client.ModifyRoom({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
41
61
  it("lcic.v20220817.GetWatermark", async function () {
42
62
  try {
43
63
  const data = await client.GetWatermark({})
@@ -48,6 +68,16 @@ it("lcic.v20220817.GetWatermark", async function () {
48
68
  }
49
69
  })
50
70
 
71
+ it("lcic.v20220817.DescribeGroup", async function () {
72
+ try {
73
+ const data = await client.DescribeGroup({})
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
+
51
81
  it("lcic.v20220817.ModifyApp", async function () {
52
82
  try {
53
83
  const data = await client.ModifyApp({})
@@ -78,6 +108,16 @@ it("lcic.v20220817.DescribeSdkAppIdUsers", async function () {
78
108
  }
79
109
  })
80
110
 
111
+ it("lcic.v20220817.DeleteGroupMember", async function () {
112
+ try {
113
+ const data = await client.DeleteGroupMember({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
81
121
  it("lcic.v20220817.CreateDocument", async function () {
82
122
  try {
83
123
  const data = await client.CreateDocument({})
@@ -88,9 +128,9 @@ it("lcic.v20220817.CreateDocument", async function () {
88
128
  }
89
129
  })
90
130
 
91
- it("lcic.v20220817.ModifyRoom", async function () {
131
+ it("lcic.v20220817.DeleteGroup", async function () {
92
132
  try {
93
- const data = await client.ModifyRoom({})
133
+ const data = await client.DeleteGroup({})
94
134
  expect(data).to.be.ok
95
135
  } catch(error) {
96
136
  expect(error.requestId).to.be.ok
@@ -108,6 +148,16 @@ it("lcic.v20220817.DescribeUser", async function () {
108
148
  }
109
149
  })
110
150
 
151
+ it("lcic.v20220817.ModifyGroup", async function () {
152
+ try {
153
+ const data = await client.ModifyGroup({})
154
+ expect(data).to.be.ok
155
+ } catch(error) {
156
+ expect(error.requestId).to.be.ok
157
+ expect(error.code).to.be.ok
158
+ }
159
+ })
160
+
111
161
  it("lcic.v20220817.BatchRegister", async function () {
112
162
  try {
113
163
  const data = await client.BatchRegister({})
@@ -118,9 +168,19 @@ it("lcic.v20220817.BatchRegister", async function () {
118
168
  }
119
169
  })
120
170
 
121
- it("lcic.v20220817.ModifyUserProfile", async function () {
171
+ it("lcic.v20220817.BatchAddGroupMember", async function () {
122
172
  try {
123
- const data = await client.ModifyUserProfile({})
173
+ const data = await client.BatchAddGroupMember({})
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
+
181
+ it("lcic.v20220817.BatchDeleteGroupMember", async function () {
182
+ try {
183
+ const data = await client.BatchDeleteGroupMember({})
124
184
  expect(data).to.be.ok
125
185
  } catch(error) {
126
186
  expect(error.requestId).to.be.ok
@@ -148,6 +208,26 @@ it("lcic.v20220817.DeleteRecord", async function () {
148
208
  }
149
209
  })
150
210
 
211
+ it("lcic.v20220817.DescribeGroupList", async function () {
212
+ try {
213
+ const data = await client.DescribeGroupList({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
221
+ it("lcic.v20220817.ModifyUserProfile", async function () {
222
+ try {
223
+ const data = await client.ModifyUserProfile({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
151
231
  it("lcic.v20220817.BatchCreateRoom", async function () {
152
232
  try {
153
233
  const data = await client.BatchCreateRoom({})
@@ -208,6 +288,16 @@ it("lcic.v20220817.LoginUser", async function () {
208
288
  }
209
289
  })
210
290
 
291
+ it("lcic.v20220817.CreateGroupWithMembers", async function () {
292
+ try {
293
+ const data = await client.CreateGroupWithMembers({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
211
301
  it("lcic.v20220817.CreateSupervisor", async function () {
212
302
  try {
213
303
  const data = await client.CreateSupervisor({})
@@ -228,6 +318,16 @@ it("lcic.v20220817.SetAppCustomContent", async function () {
228
318
  }
229
319
  })
230
320
 
321
+ it("lcic.v20220817.DescribeGroupMemberList", async function () {
322
+ try {
323
+ const data = await client.DescribeGroupMemberList({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
231
331
  it("lcic.v20220817.DescribeCurrentMemberList", async function () {
232
332
  try {
233
333
  const data = await client.DescribeCurrentMemberList({})
@@ -288,6 +388,26 @@ it("lcic.v20220817.DescribeDocument", async function () {
288
388
  }
289
389
  })
290
390
 
391
+ it("lcic.v20220817.CreateGroupWithSubGroup", async function () {
392
+ try {
393
+ const data = await client.CreateGroupWithSubGroup({})
394
+ expect(data).to.be.ok
395
+ } catch(error) {
396
+ expect(error.requestId).to.be.ok
397
+ expect(error.code).to.be.ok
398
+ }
399
+ })
400
+
401
+ it("lcic.v20220817.BatchCreateGroupWithMembers", async function () {
402
+ try {
403
+ const data = await client.BatchCreateGroupWithMembers({})
404
+ expect(data).to.be.ok
405
+ } catch(error) {
406
+ expect(error.requestId).to.be.ok
407
+ expect(error.code).to.be.ok
408
+ }
409
+ })
410
+
291
411
  it("lcic.v20220817.CreateRoom", async function () {
292
412
  try {
293
413
  const data = await client.CreateRoom({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.partners.v20180321.Client({
18
18
  })
19
19
  describe("partners.v20180321.test.js", function () {
20
20
 
21
+ it("partners.v20180321.AssignClientsToSales", async function () {
22
+ try {
23
+ const data = await client.AssignClientsToSales({})
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
+
21
31
  it("partners.v20180321.DescribeAgentDealsCache", async function () {
22
32
  try {
23
33
  const data = await client.DescribeAgentDealsCache({})
@@ -108,6 +108,16 @@ it("ssa.v20180608.DescribeAssetDetail", async function () {
108
108
  }
109
109
  })
110
110
 
111
+ it("ssa.v20180608.SaEventPub", async function () {
112
+ try {
113
+ const data = await client.SaEventPub({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
111
121
  it("ssa.v20180608.DescribeSafetyEventList", async function () {
112
122
  try {
113
123
  const data = await client.DescribeSafetyEventList({})
@@ -478,6 +478,16 @@ it("vod.v20180717.CreateContentReviewTemplate", async function () {
478
478
  }
479
479
  })
480
480
 
481
+ it("vod.v20180717.RebuildMedia", async function () {
482
+ try {
483
+ const data = await client.RebuildMedia({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
481
491
  it("vod.v20180717.CreateSampleSnapshotTemplate", async function () {
482
492
  try {
483
493
  const data = await client.CreateSampleSnapshotTemplate({})