tencentcloud-sdk-nodejs 4.0.317 → 4.0.320
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 +318 -0
- package/SERVICE_CHANGELOG.md +673 -292
- package/package.json +1 -1
- package/products.md +170 -168
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +14 -4
- package/src/services/ams/v20201229/ams_models.ts +14 -0
- package/src/services/apm/v20210622/apm_models.ts +5 -0
- package/src/services/as/v20180419/as_client.ts +19 -20
- package/src/services/as/v20180419/as_models.ts +38 -97
- package/src/services/batch/v20170312/batch_models.ts +96 -71
- package/src/services/billing/v20180709/billing_models.ts +13 -2
- package/src/services/bsca/index.ts +5 -0
- package/src/services/bsca/v20210811/bsca_client.ts +93 -0
- package/src/services/bsca/v20210811/bsca_models.ts +636 -0
- package/src/services/bsca/v20210811/index.ts +6 -0
- package/src/services/cam/v20190116/cam_client.ts +59 -11
- package/src/services/cam/v20190116/cam_models.ts +275 -68
- package/src/services/cat/v20180409/cat_client.ts +12 -0
- package/src/services/cat/v20180409/cat_models.ts +50 -0
- package/src/services/cdb/v20170320/cdb_models.ts +15 -5
- package/src/services/cdn/v20180606/cdn_client.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +22 -16
- package/src/services/cfg/index.ts +5 -0
- package/src/services/cfg/v20210820/cfg_client.ts +169 -0
- package/src/services/cfg/v20210820/cfg_models.ts +1227 -0
- package/src/services/cfg/v20210820/index.ts +6 -0
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +3 -2
- package/src/services/cwp/v20180228/cwp_models.ts +17 -9
- package/src/services/dcdb/v20180411/dcdb_models.ts +9 -9
- package/src/services/ess/v20201111/ess_models.ts +7 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +7 -1
- package/src/services/iecp/v20210914/iecp_models.ts +1 -1
- package/src/services/index.ts +2 -0
- package/src/services/iotcloud/v20180614/iotcloud_client.ts +24 -0
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +85 -0
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +175 -64
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +579 -82
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +13 -7
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +29 -29
- package/src/services/mongodb/v20190725/mongodb_client.ts +13 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +55 -0
- package/src/services/nlp/v20190408/nlp_client.ts +6 -46
- package/src/services/nlp/v20190408/nlp_models.ts +37 -212
- package/src/services/ocr/v20181119/ocr_models.ts +5 -7
- package/src/services/partners/v20180321/partners_client.ts +4 -5
- package/src/services/partners/v20180321/partners_models.ts +18 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +7 -1
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/ses/v20201002/ses_client.ts +3 -2
- package/src/services/ssa/v20180608/ssa_models.ts +70 -23
- package/src/services/ssl/v20191205/ssl_models.ts +2 -2
- package/src/services/tem/v20210701/tem_client.ts +1 -0
- package/src/services/tem/v20210701/tem_models.ts +51 -2
- package/src/services/thpc/index.ts +2 -0
- package/src/services/thpc/v20211109/thpc_client.ts +5 -2
- package/src/services/thpc/v20211109/thpc_models.ts +127 -28
- package/src/services/thpc/v20220401/index.ts +6 -0
- package/src/services/thpc/v20220401/thpc_client.ts +121 -0
- package/src/services/thpc/v20220401/thpc_models.ts +805 -0
- package/src/services/tke/v20180525/tke_client.ts +63 -11
- package/src/services/tke/v20180525/tke_models.ts +399 -118
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +8 -8
- package/src/services/wav/v20210129/wav_client.ts +154 -76
- package/src/services/wav/v20210129/wav_models.ts +541 -25
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +9 -0
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +12 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +16 -8
- package/tencentcloud/services/as/v20180419/as_client.js +15 -9
- package/tencentcloud/services/as/v20180419/as_models.d.ts +33 -83
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +91 -69
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +11 -2
- package/tencentcloud/services/bsca/index.d.ts +6 -0
- package/tencentcloud/services/bsca/index.js +7 -0
- package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +26 -0
- package/tencentcloud/services/bsca/v20210811/bsca_client.js +55 -0
- package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +533 -0
- package/tencentcloud/services/bsca/v20210811/bsca_models.js +18 -0
- package/tencentcloud/services/bsca/v20210811/index.d.ts +6 -0
- package/tencentcloud/services/bsca/v20210811/index.js +9 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +19 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +27 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +232 -60
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +5 -1
- package/tencentcloud/services/cat/v20180409/cat_client.js +6 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +42 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -5
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +20 -15
- package/tencentcloud/services/cfg/index.d.ts +6 -0
- package/tencentcloud/services/cfg/index.js +7 -0
- package/tencentcloud/services/cfg/v20210820/cfg_client.d.ts +50 -0
- package/tencentcloud/services/cfg/v20210820/cfg_client.js +91 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1015 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.js +18 -0
- package/tencentcloud/services/cfg/v20210820/index.d.ts +6 -0
- package/tencentcloud/services/cfg/v20210820/index.js +9 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -9
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +9 -9
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +6 -1
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +9 -1
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +12 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +72 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +57 -21
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +84 -30
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +497 -77
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -7
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +29 -29
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +47 -0
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -13
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -18
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +35 -187
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -7
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +3 -4
- package/tencentcloud/services/partners/v20180321/partners_client.js +3 -4
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +15 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +6 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -0
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +62 -23
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +43 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -0
- package/tencentcloud/services/thpc/index.js +2 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +1 -1
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +109 -25
- package/tencentcloud/services/thpc/v20220401/index.d.ts +6 -0
- package/tencentcloud/services/thpc/v20220401/index.js +9 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +34 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +67 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +671 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +27 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +338 -101
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -8
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +51 -27
- package/tencentcloud/services/wav/v20210129/wav_client.js +75 -39
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +459 -24
- package/test/as.v20180419.test.js +0 -10
- package/test/bsca.v20210811.test.js +61 -0
- package/test/cam.v20190116.test.js +42 -2
- package/test/cat.v20180409.test.js +10 -0
- package/test/cfg.v20210820.test.js +121 -0
- package/test/iotcloud.v20180614.test.js +20 -0
- package/test/iotcloud.v20210408.test.js +110 -20
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/nlp.v20190408.test.js +0 -30
- package/test/thpc.v20220401.test.js +81 -0
- package/test/tke.v20180525.test.js +42 -2
- package/test/wav.v20210129.test.js +86 -26
|
@@ -18,6 +18,46 @@ const client = new tencentcloud.wav.v20210129.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("wav.v20210129.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("wav.v20210129.QueryActivityLiveCodeList", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.QueryActivityLiveCodeList({})
|
|
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("wav.v20210129.QueryActivityList", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.QueryActivityList({})
|
|
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("wav.v20210129.QueryCustomerEventDetailStatistics", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.QueryCustomerEventDetailStatistics({})
|
|
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
|
+
it("wav.v20210129.QueryActivityJoinList", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.QueryActivityJoinList({})
|
|
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
|
+
|
|
21
61
|
it("wav.v20210129.QueryChannelCodeList", async function () {
|
|
22
62
|
try {
|
|
23
63
|
const data = await client.QueryChannelCodeList({})
|
|
@@ -28,9 +68,9 @@ it("wav.v20210129.QueryChannelCodeList", async function () {
|
|
|
28
68
|
}
|
|
29
69
|
})
|
|
30
70
|
|
|
31
|
-
it("wav.v20210129.
|
|
71
|
+
it("wav.v20210129.QueryExternalContactList", async function () {
|
|
32
72
|
try {
|
|
33
|
-
const data = await client.
|
|
73
|
+
const data = await client.QueryExternalContactList({})
|
|
34
74
|
expect(data).to.be.ok
|
|
35
75
|
} catch(error) {
|
|
36
76
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +78,9 @@ it("wav.v20210129.QueryActivityLiveCodeList", async function () {
|
|
|
38
78
|
}
|
|
39
79
|
})
|
|
40
80
|
|
|
41
|
-
it("wav.v20210129.
|
|
81
|
+
it("wav.v20210129.QueryUserInfoList", async function () {
|
|
42
82
|
try {
|
|
43
|
-
const data = await client.
|
|
83
|
+
const data = await client.QueryUserInfoList({})
|
|
44
84
|
expect(data).to.be.ok
|
|
45
85
|
} catch(error) {
|
|
46
86
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +88,9 @@ it("wav.v20210129.QueryExternalContactDetail", async function () {
|
|
|
48
88
|
}
|
|
49
89
|
})
|
|
50
90
|
|
|
51
|
-
it("wav.v20210129.
|
|
91
|
+
it("wav.v20210129.QueryExternalUserEventList", async function () {
|
|
52
92
|
try {
|
|
53
|
-
const data = await client.
|
|
93
|
+
const data = await client.QueryExternalUserEventList({})
|
|
54
94
|
expect(data).to.be.ok
|
|
55
95
|
} catch(error) {
|
|
56
96
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +98,9 @@ it("wav.v20210129.QueryActivityList", async function () {
|
|
|
58
98
|
}
|
|
59
99
|
})
|
|
60
100
|
|
|
61
|
-
it("wav.v20210129.
|
|
101
|
+
it("wav.v20210129.QueryLicenseInfo", async function () {
|
|
62
102
|
try {
|
|
63
|
-
const data = await client.
|
|
103
|
+
const data = await client.QueryLicenseInfo({})
|
|
64
104
|
expect(data).to.be.ok
|
|
65
105
|
} catch(error) {
|
|
66
106
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +108,19 @@ it("wav.v20210129.QueryDealerInfoList", async function () {
|
|
|
68
108
|
}
|
|
69
109
|
})
|
|
70
110
|
|
|
71
|
-
it("wav.v20210129.
|
|
111
|
+
it("wav.v20210129.QueryClueInfoList", async function () {
|
|
72
112
|
try {
|
|
73
|
-
const data = await client.
|
|
113
|
+
const data = await client.QueryClueInfoList({})
|
|
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("wav.v20210129.QueryExternalContactDetail", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.QueryExternalContactDetail({})
|
|
74
124
|
expect(data).to.be.ok
|
|
75
125
|
} catch(error) {
|
|
76
126
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +138,9 @@ it("wav.v20210129.CreateLead", async function () {
|
|
|
88
138
|
}
|
|
89
139
|
})
|
|
90
140
|
|
|
91
|
-
it("wav.v20210129.
|
|
141
|
+
it("wav.v20210129.QueryStaffEventDetailStatistics", async function () {
|
|
92
142
|
try {
|
|
93
|
-
const data = await client.
|
|
143
|
+
const data = await client.QueryStaffEventDetailStatistics({})
|
|
94
144
|
expect(data).to.be.ok
|
|
95
145
|
} catch(error) {
|
|
96
146
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +148,9 @@ it("wav.v20210129.QueryClueInfoList", async function () {
|
|
|
98
148
|
}
|
|
99
149
|
})
|
|
100
150
|
|
|
101
|
-
it("wav.v20210129.
|
|
151
|
+
it("wav.v20210129.QueryVehicleInfoList", async function () {
|
|
102
152
|
try {
|
|
103
|
-
const data = await client.
|
|
153
|
+
const data = await client.QueryVehicleInfoList({})
|
|
104
154
|
expect(data).to.be.ok
|
|
105
155
|
} catch(error) {
|
|
106
156
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +158,9 @@ it("wav.v20210129.QueryChatArchivingList", async function () {
|
|
|
108
158
|
}
|
|
109
159
|
})
|
|
110
160
|
|
|
111
|
-
it("wav.v20210129.
|
|
161
|
+
it("wav.v20210129.QueryChatArchivingList", async function () {
|
|
112
162
|
try {
|
|
113
|
-
const data = await client.
|
|
163
|
+
const data = await client.QueryChatArchivingList({})
|
|
114
164
|
expect(data).to.be.ok
|
|
115
165
|
} catch(error) {
|
|
116
166
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +178,9 @@ it("wav.v20210129.CreateCorpTag", async function () {
|
|
|
128
178
|
}
|
|
129
179
|
})
|
|
130
180
|
|
|
131
|
-
it("wav.v20210129.
|
|
181
|
+
it("wav.v20210129.QueryCrmStatistics", async function () {
|
|
132
182
|
try {
|
|
133
|
-
const data = await client.
|
|
183
|
+
const data = await client.QueryCrmStatistics({})
|
|
134
184
|
expect(data).to.be.ok
|
|
135
185
|
} catch(error) {
|
|
136
186
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +188,9 @@ it("wav.v20210129.CreateChannelCode", async function () {
|
|
|
138
188
|
}
|
|
139
189
|
})
|
|
140
190
|
|
|
141
|
-
it("wav.v20210129.
|
|
191
|
+
it("wav.v20210129.QueryMaterialList", async function () {
|
|
142
192
|
try {
|
|
143
|
-
const data = await client.
|
|
193
|
+
const data = await client.QueryMaterialList({})
|
|
144
194
|
expect(data).to.be.ok
|
|
145
195
|
} catch(error) {
|
|
146
196
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +198,9 @@ it("wav.v20210129.QueryExternalUserMappingInfo", async function () {
|
|
|
148
198
|
}
|
|
149
199
|
})
|
|
150
200
|
|
|
151
|
-
it("wav.v20210129.
|
|
201
|
+
it("wav.v20210129.CreateChannelCode", async function () {
|
|
152
202
|
try {
|
|
153
|
-
const data = await client.
|
|
203
|
+
const data = await client.CreateChannelCode({})
|
|
154
204
|
expect(data).to.be.ok
|
|
155
205
|
} catch(error) {
|
|
156
206
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +208,9 @@ it("wav.v20210129.QueryActivityJoinList", async function () {
|
|
|
158
208
|
}
|
|
159
209
|
})
|
|
160
210
|
|
|
161
|
-
it("wav.v20210129.
|
|
211
|
+
it("wav.v20210129.QueryMiniAppCodeList", async function () {
|
|
162
212
|
try {
|
|
163
|
-
const data = await client.
|
|
213
|
+
const data = await client.QueryMiniAppCodeList({})
|
|
164
214
|
expect(data).to.be.ok
|
|
165
215
|
} catch(error) {
|
|
166
216
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +218,19 @@ it("wav.v20210129.QueryLicenseInfo", async function () {
|
|
|
168
218
|
}
|
|
169
219
|
})
|
|
170
220
|
|
|
171
|
-
it("wav.v20210129.
|
|
221
|
+
it("wav.v20210129.QueryDealerInfoList", async function () {
|
|
172
222
|
try {
|
|
173
|
-
const data = await client.
|
|
223
|
+
const data = await client.QueryDealerInfoList({})
|
|
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
|
+
|
|
231
|
+
it("wav.v20210129.QueryExternalUserMappingInfo", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.QueryExternalUserMappingInfo({})
|
|
174
234
|
expect(data).to.be.ok
|
|
175
235
|
} catch(error) {
|
|
176
236
|
expect(error.requestId).to.be.ok
|