tencentcloud-sdk-nodejs 4.0.410 → 4.0.413
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 +565 -0
- package/SERVICE_CHANGELOG.md +418 -100
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aa/v20200224/aa_client.ts +1 -42
- package/src/services/aa/v20200224/aa_models.ts +0 -624
- package/src/services/antiddos/v20200309/antiddos_client.ts +13 -13
- package/src/services/antiddos/v20200309/antiddos_models.ts +78 -43
- package/src/services/batch/v20170312/batch_models.ts +2 -2
- package/src/services/cbs/v20170312/cbs_models.ts +15 -15
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +13 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +55 -10
- package/src/services/cvm/v20170312/cvm_client.ts +24 -11
- package/src/services/cvm/v20170312/cvm_models.ts +237 -192
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +28 -15
- package/src/services/essbasic/v20210526/essbasic_client.ts +48 -22
- package/src/services/essbasic/v20210526/essbasic_models.ts +326 -112
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/iai/v20180301/iai_models.ts +2 -2
- package/src/services/ic/v20190307/ic_client.ts +23 -10
- package/src/services/ic/v20190307/ic_models.ts +294 -168
- package/src/services/kms/v20190118/kms_models.ts +13 -13
- package/src/services/live/v20180801/live_client.ts +34 -6
- package/src/services/live/v20180801/live_models.ts +424 -228
- package/src/services/ocr/v20181119/ocr_client.ts +28 -12
- package/src/services/rce/v20201103/rce_client.ts +13 -28
- package/src/services/rce/v20201103/rce_models.ts +322 -403
- package/src/services/tag/v20180813/tag_client.ts +16 -3
- package/src/services/tag/v20180813/tag_models.ts +113 -43
- package/src/services/tiia/v20190529/tiia_client.ts +2 -2
- package/src/services/tiia/v20190529/tiia_models.ts +28 -20
- package/src/services/trtc/v20190722/trtc_client.ts +16 -91
- package/src/services/trtc/v20190722/trtc_models.ts +8 -360
- package/src/services/wedata/v20210820/wedata_client.ts +469 -16
- package/src/services/wedata/v20210820/wedata_models.ts +3015 -114
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aa/v20200224/aa_client.d.ts +1 -9
- package/tencentcloud/services/aa/v20200224/aa_client.js +0 -12
- package/tencentcloud/services/aa/v20200224/aa_models.d.ts +0 -529
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -5
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -6
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +68 -40
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +15 -15
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -8
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +211 -172
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +19 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +291 -99
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +2 -2
- package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
- package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +254 -148
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +13 -13
- package/tencentcloud/services/live/v20180801/live_client.d.ts +10 -1
- package/tencentcloud/services/live/v20180801/live_client.js +13 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +363 -196
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +16 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +16 -0
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
- package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +270 -340
- package/tencentcloud/services/tag/v20180813/tag_client.d.ts +5 -1
- package/tencentcloud/services/tag/v20180813/tag_client.js +6 -0
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +95 -36
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +2 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +2 -2
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -18
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +10 -37
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +10 -49
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -309
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +147 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +218 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +2583 -125
- package/test/aa.v20200224.test.js +0 -20
- package/test/antiddos.v20200309.test.js +10 -10
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cvm.v20170312.test.js +10 -0
- package/test/essbasic.v20210526.test.js +24 -4
- package/test/ic.v20190307.test.js +10 -0
- package/test/live.v20180801.test.js +20 -0
- package/test/rce.v20201103.test.js +0 -10
- package/test/tag.v20180813.test.js +10 -0
- package/test/trtc.v20190722.test.js +2 -62
- package/test/wedata.v20210820.test.js +354 -4
|
@@ -28,24 +28,4 @@ it("aa.v20200224.QueryActivityAntiRush", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("aa.v20200224.ManageMarketingRisk", async function () {
|
|
32
|
-
try {
|
|
33
|
-
const data = await client.ManageMarketingRisk({})
|
|
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
|
-
|
|
41
|
-
it("aa.v20200224.QueryActivityAntiRushAdvanced", async function () {
|
|
42
|
-
try {
|
|
43
|
-
const data = await client.QueryActivityAntiRushAdvanced({})
|
|
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
|
-
|
|
51
31
|
})
|
|
@@ -398,6 +398,16 @@ it("antiddos.v20200309.CreateDDoSGeoIPBlockConfig", async function () {
|
|
|
398
398
|
}
|
|
399
399
|
})
|
|
400
400
|
|
|
401
|
+
it("antiddos.v20200309.DescribeBgpBizTrend", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DescribeBgpBizTrend({})
|
|
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
|
+
|
|
401
411
|
it("antiddos.v20200309.DescribeCCReqLimitPolicyList", async function () {
|
|
402
412
|
try {
|
|
403
413
|
const data = await client.DescribeCCReqLimitPolicyList({})
|
|
@@ -448,16 +458,6 @@ it("antiddos.v20200309.DescribeListBGPInstances", async function () {
|
|
|
448
458
|
}
|
|
449
459
|
})
|
|
450
460
|
|
|
451
|
-
it("antiddos.v20200309.DeleteBlackWhiteIpList", async function () {
|
|
452
|
-
try {
|
|
453
|
-
const data = await client.DeleteBlackWhiteIpList({})
|
|
454
|
-
expect(data).to.be.ok
|
|
455
|
-
} catch(error) {
|
|
456
|
-
expect(error.requestId).to.be.ok
|
|
457
|
-
expect(error.code).to.be.ok
|
|
458
|
-
}
|
|
459
|
-
})
|
|
460
|
-
|
|
461
461
|
it("antiddos.v20200309.DeletePortAclConfig", async function () {
|
|
462
462
|
try {
|
|
463
463
|
const data = await client.DeletePortAclConfig({})
|
|
@@ -238,6 +238,16 @@ it("ckafka.v20190819.DescribeUser", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
+
it("ckafka.v20190819.FetchMessageListByOffset", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.FetchMessageListByOffset({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
241
251
|
it("ckafka.v20190819.DescribeACL", async function () {
|
|
242
252
|
try {
|
|
243
253
|
const data = await client.DescribeACL({})
|
|
@@ -758,6 +758,16 @@ it("cvm.v20170312.DescribeImageQuota", async function () {
|
|
|
758
758
|
}
|
|
759
759
|
})
|
|
760
760
|
|
|
761
|
+
it("cvm.v20170312.DescribeChcDeniedActions", async function () {
|
|
762
|
+
try {
|
|
763
|
+
const data = await client.DescribeChcDeniedActions({})
|
|
764
|
+
expect(data).to.be.ok
|
|
765
|
+
} catch(error) {
|
|
766
|
+
expect(error.requestId).to.be.ok
|
|
767
|
+
expect(error.code).to.be.ok
|
|
768
|
+
}
|
|
769
|
+
})
|
|
770
|
+
|
|
761
771
|
it("cvm.v20170312.DescribeAccountQuota", async function () {
|
|
762
772
|
try {
|
|
763
773
|
const data = await client.DescribeAccountQuota({})
|
|
@@ -28,6 +28,16 @@ it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeResourceUrlsByFlows({})
|
|
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("essbasic.v20210526.GetDownloadFlowUrl", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.GetDownloadFlowUrl({})
|
|
@@ -148,6 +158,16 @@ it("essbasic.v20210526.ChannelCreateBatchCancelFlowUrl", async function () {
|
|
|
148
158
|
}
|
|
149
159
|
})
|
|
150
160
|
|
|
161
|
+
it("essbasic.v20210526.ChannelCreateConvertTaskApi", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.ChannelCreateConvertTaskApi({})
|
|
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("essbasic.v20210526.DescribeUsage", async function () {
|
|
152
172
|
try {
|
|
153
173
|
const data = await client.DescribeUsage({})
|
|
@@ -158,9 +178,9 @@ it("essbasic.v20210526.DescribeUsage", async function () {
|
|
|
158
178
|
}
|
|
159
179
|
})
|
|
160
180
|
|
|
161
|
-
it("essbasic.v20210526.
|
|
181
|
+
it("essbasic.v20210526.ChannelGetTaskResultApi", async function () {
|
|
162
182
|
try {
|
|
163
|
-
const data = await client.
|
|
183
|
+
const data = await client.ChannelGetTaskResultApi({})
|
|
164
184
|
expect(data).to.be.ok
|
|
165
185
|
} catch(error) {
|
|
166
186
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +198,9 @@ it("essbasic.v20210526.SyncProxyOrganization", async function () {
|
|
|
178
198
|
}
|
|
179
199
|
})
|
|
180
200
|
|
|
181
|
-
it("essbasic.v20210526.
|
|
201
|
+
it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
|
|
182
202
|
try {
|
|
183
|
-
const data = await client.
|
|
203
|
+
const data = await client.DescribeFlowDetailInfo({})
|
|
184
204
|
expect(data).to.be.ok
|
|
185
205
|
} catch(error) {
|
|
186
206
|
expect(error.requestId).to.be.ok
|
|
@@ -68,6 +68,16 @@ it("ic.v20190307.ModifyUserCardRemark", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("ic.v20190307.DescribeSms", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeSms({})
|
|
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("ic.v20190307.RenewCards", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.RenewCards({})
|
|
@@ -398,6 +398,16 @@ it("live.v20180801.DeleteLiveWatermark", async function () {
|
|
|
398
398
|
}
|
|
399
399
|
})
|
|
400
400
|
|
|
401
|
+
it("live.v20180801.DescribeLiveDomainCertBindings", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DescribeLiveDomainCertBindings({})
|
|
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
|
+
|
|
401
411
|
it("live.v20180801.DescribePlayErrorCodeSumInfoList", async function () {
|
|
402
412
|
try {
|
|
403
413
|
const data = await client.DescribePlayErrorCodeSumInfoList({})
|
|
@@ -528,6 +538,16 @@ it("live.v20180801.DescribeLiveCert", async function () {
|
|
|
528
538
|
}
|
|
529
539
|
})
|
|
530
540
|
|
|
541
|
+
it("live.v20180801.ModifyLiveDomainCertBindings", async function () {
|
|
542
|
+
try {
|
|
543
|
+
const data = await client.ModifyLiveDomainCertBindings({})
|
|
544
|
+
expect(data).to.be.ok
|
|
545
|
+
} catch(error) {
|
|
546
|
+
expect(error.requestId).to.be.ok
|
|
547
|
+
expect(error.code).to.be.ok
|
|
548
|
+
}
|
|
549
|
+
})
|
|
550
|
+
|
|
531
551
|
it("live.v20180801.DescribeLiveDomains", async function () {
|
|
532
552
|
try {
|
|
533
553
|
const data = await client.DescribeLiveDomains({})
|
|
@@ -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.DescribeRiskModel", async function () {
|
|
22
|
-
try {
|
|
23
|
-
const data = await client.DescribeRiskModel({})
|
|
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.DescribeRiskTrends", async function () {
|
|
32
22
|
try {
|
|
33
23
|
const data = await client.DescribeRiskTrends({})
|
|
@@ -238,6 +238,16 @@ it("tag.v20180813.DescribeTags", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
+
it("tag.v20180813.DescribeProjects", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.DescribeProjects({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
241
251
|
it("tag.v20180813.DescribeTagKeys", async function () {
|
|
242
252
|
try {
|
|
243
253
|
const data = await client.DescribeTagKeys({})
|
|
@@ -38,16 +38,6 @@ it("trtc.v20190722.StartMCUMixTranscode", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("trtc.v20190722.DescribeRoomInformation", async function () {
|
|
42
|
-
try {
|
|
43
|
-
const data = await client.DescribeRoomInformation({})
|
|
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
|
-
|
|
51
41
|
it("trtc.v20190722.DescribeCallDetailInfo", async function () {
|
|
52
42
|
try {
|
|
53
43
|
const data = await client.DescribeCallDetailInfo({})
|
|
@@ -68,16 +58,6 @@ it("trtc.v20190722.StopMCUMixTranscode", async function () {
|
|
|
68
58
|
}
|
|
69
59
|
})
|
|
70
60
|
|
|
71
|
-
it("trtc.v20190722.DescribeHistoryScale", async function () {
|
|
72
|
-
try {
|
|
73
|
-
const data = await client.DescribeHistoryScale({})
|
|
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
61
|
it("trtc.v20190722.DeletePicture", async function () {
|
|
82
62
|
try {
|
|
83
63
|
const data = await client.DeletePicture({})
|
|
@@ -108,9 +88,9 @@ it("trtc.v20190722.RemoveUser", async function () {
|
|
|
108
88
|
}
|
|
109
89
|
})
|
|
110
90
|
|
|
111
|
-
it("trtc.v20190722.
|
|
91
|
+
it("trtc.v20190722.ModifyCloudRecording", async function () {
|
|
112
92
|
try {
|
|
113
|
-
const data = await client.
|
|
93
|
+
const data = await client.ModifyCloudRecording({})
|
|
114
94
|
expect(data).to.be.ok
|
|
115
95
|
} catch(error) {
|
|
116
96
|
expect(error.requestId).to.be.ok
|
|
@@ -128,16 +108,6 @@ it("trtc.v20190722.DescribeUserEvent", async function () {
|
|
|
128
108
|
}
|
|
129
109
|
})
|
|
130
110
|
|
|
131
|
-
it("trtc.v20190722.ModifyCloudRecording", async function () {
|
|
132
|
-
try {
|
|
133
|
-
const data = await client.ModifyCloudRecording({})
|
|
134
|
-
expect(data).to.be.ok
|
|
135
|
-
} catch(error) {
|
|
136
|
-
expect(error.requestId).to.be.ok
|
|
137
|
-
expect(error.code).to.be.ok
|
|
138
|
-
}
|
|
139
|
-
})
|
|
140
|
-
|
|
141
111
|
it("trtc.v20190722.CreateCloudRecording", async function () {
|
|
142
112
|
try {
|
|
143
113
|
const data = await client.CreateCloudRecording({})
|
|
@@ -208,16 +178,6 @@ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
|
|
|
208
178
|
}
|
|
209
179
|
})
|
|
210
180
|
|
|
211
|
-
it("trtc.v20190722.DescribeAbnormalEvent", async function () {
|
|
212
|
-
try {
|
|
213
|
-
const data = await client.DescribeAbnormalEvent({})
|
|
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
181
|
it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
|
|
222
182
|
try {
|
|
223
183
|
const data = await client.StartMCUMixTranscodeByStrRoomId({})
|
|
@@ -298,16 +258,6 @@ it("trtc.v20190722.DescribePicture", async function () {
|
|
|
298
258
|
}
|
|
299
259
|
})
|
|
300
260
|
|
|
301
|
-
it("trtc.v20190722.DescribeDetailEvent", async function () {
|
|
302
|
-
try {
|
|
303
|
-
const data = await client.DescribeDetailEvent({})
|
|
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
|
-
|
|
311
261
|
it("trtc.v20190722.DescribeUnusualEvent", async function () {
|
|
312
262
|
try {
|
|
313
263
|
const data = await client.DescribeUnusualEvent({})
|
|
@@ -318,14 +268,4 @@ it("trtc.v20190722.DescribeUnusualEvent", async function () {
|
|
|
318
268
|
}
|
|
319
269
|
})
|
|
320
270
|
|
|
321
|
-
it("trtc.v20190722.DescribeUserInformation", async function () {
|
|
322
|
-
try {
|
|
323
|
-
const data = await client.DescribeUserInformation({})
|
|
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
|
-
|
|
331
271
|
})
|