tencentcloud-sdk-nodejs 4.0.632 → 4.0.634
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 +229 -0
- package/SERVICE_CHANGELOG.md +241 -265
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +34 -24
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/ciam/v20220331/ciam_client.ts +156 -56
- package/src/services/ciam/v20220331/ciam_models.ts +403 -36
- package/src/services/cii/index.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +14 -15
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/cls/v20201016/cls_client.ts +115 -39
- package/src/services/cls/v20201016/cls_models.ts +566 -56
- package/src/services/cme/v20191029/cme_client.ts +11 -11
- package/src/services/cme/v20191029/cme_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +3 -2
- package/src/services/dnspod/v20210323/dnspod_client.ts +27 -14
- package/src/services/dnspod/v20210323/dnspod_models.ts +71 -12
- package/src/services/dts/index.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +18 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +22 -6
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +4 -4
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/live/v20180801/live_models.ts +6 -6
- package/src/services/nlp/v20190408/nlp_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/wav/v20210129/wav_client.ts +100 -74
- package/src/services/wav/v20210129/wav_models.ts +1445 -1142
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -24
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +51 -19
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +75 -27
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +383 -36
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -15
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +37 -13
- package/tencentcloud/services/cls/v20201016/cls_client.js +54 -18
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +550 -56
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +11 -11
- package/tencentcloud/services/cme/v20191029/cme_client.js +11 -11
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +68 -12
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +18 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +22 -6
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -4
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -5
- package/tencentcloud/services/wav/v20210129/wav_client.js +18 -6
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1413 -1116
- package/test/ciam.v20220331.test.js +98 -18
- package/test/cls.v20201016.test.js +72 -12
- package/test/dnspod.v20210323.test.js +14 -4
- package/test/wav.v20210129.test.js +24 -4
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.ciam.v20220331.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("ciam.v20220331.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("ciam.v20220331.
|
|
21
|
+
it("ciam.v20220331.UpdateUserStatus", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.UpdateUserStatus({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -38,6 +38,66 @@ it("ciam.v20220331.ListJobs", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("ciam.v20220331.DeleteUserStore", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DeleteUserStore({})
|
|
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("ciam.v20220331.DeleteUserGroups", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DeleteUserGroups({})
|
|
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
|
+
|
|
61
|
+
it("ciam.v20220331.UpdateUserStore", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.UpdateUserStore({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
71
|
+
it("ciam.v20220331.CreateApiImportUserJob", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.CreateApiImportUserJob({})
|
|
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("ciam.v20220331.LinkAccount", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.LinkAccount({})
|
|
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
|
+
|
|
91
|
+
it("ciam.v20220331.ResetPassword", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ResetPassword({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
41
101
|
it("ciam.v20220331.UpdateUser", async function () {
|
|
42
102
|
try {
|
|
43
103
|
const data = await client.UpdateUser({})
|
|
@@ -58,6 +118,16 @@ it("ciam.v20220331.DescribeUser", async function () {
|
|
|
58
118
|
}
|
|
59
119
|
})
|
|
60
120
|
|
|
121
|
+
it("ciam.v20220331.ListUserGroups", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.ListUserGroups({})
|
|
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
|
it("ciam.v20220331.ListUser", async function () {
|
|
62
132
|
try {
|
|
63
133
|
const data = await client.ListUser({})
|
|
@@ -68,9 +138,9 @@ it("ciam.v20220331.ListUser", async function () {
|
|
|
68
138
|
}
|
|
69
139
|
})
|
|
70
140
|
|
|
71
|
-
it("ciam.v20220331.
|
|
141
|
+
it("ciam.v20220331.UpdateUserGroup", async function () {
|
|
72
142
|
try {
|
|
73
|
-
const data = await client.
|
|
143
|
+
const data = await client.UpdateUserGroup({})
|
|
74
144
|
expect(data).to.be.ok
|
|
75
145
|
} catch(error) {
|
|
76
146
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +148,9 @@ it("ciam.v20220331.UpdateUserStatus", async function () {
|
|
|
78
148
|
}
|
|
79
149
|
})
|
|
80
150
|
|
|
81
|
-
it("ciam.v20220331.
|
|
151
|
+
it("ciam.v20220331.CreateUserStore", async function () {
|
|
82
152
|
try {
|
|
83
|
-
const data = await client.
|
|
153
|
+
const data = await client.CreateUserStore({})
|
|
84
154
|
expect(data).to.be.ok
|
|
85
155
|
} catch(error) {
|
|
86
156
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +158,9 @@ it("ciam.v20220331.ListUserByProperty", async function () {
|
|
|
88
158
|
}
|
|
89
159
|
})
|
|
90
160
|
|
|
91
|
-
it("ciam.v20220331.
|
|
161
|
+
it("ciam.v20220331.DeleteUsers", async function () {
|
|
92
162
|
try {
|
|
93
|
-
const data = await client.
|
|
163
|
+
const data = await client.DeleteUsers({})
|
|
94
164
|
expect(data).to.be.ok
|
|
95
165
|
} catch(error) {
|
|
96
166
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +168,9 @@ it("ciam.v20220331.ListLogMessageByCondition", async function () {
|
|
|
98
168
|
}
|
|
99
169
|
})
|
|
100
170
|
|
|
101
|
-
it("ciam.v20220331.
|
|
171
|
+
it("ciam.v20220331.ListUserByProperty", async function () {
|
|
102
172
|
try {
|
|
103
|
-
const data = await client.
|
|
173
|
+
const data = await client.ListUserByProperty({})
|
|
104
174
|
expect(data).to.be.ok
|
|
105
175
|
} catch(error) {
|
|
106
176
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +178,9 @@ it("ciam.v20220331.DescribeUserById", async function () {
|
|
|
108
178
|
}
|
|
109
179
|
})
|
|
110
180
|
|
|
111
|
-
it("ciam.v20220331.
|
|
181
|
+
it("ciam.v20220331.DescribeUserById", async function () {
|
|
112
182
|
try {
|
|
113
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeUserById({})
|
|
114
184
|
expect(data).to.be.ok
|
|
115
185
|
} catch(error) {
|
|
116
186
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +208,9 @@ it("ciam.v20220331.CreateFileExportUserJob", async function () {
|
|
|
138
208
|
}
|
|
139
209
|
})
|
|
140
210
|
|
|
141
|
-
it("ciam.v20220331.
|
|
211
|
+
it("ciam.v20220331.ListUserStore", async function () {
|
|
142
212
|
try {
|
|
143
|
-
const data = await client.
|
|
213
|
+
const data = await client.ListUserStore({})
|
|
144
214
|
expect(data).to.be.ok
|
|
145
215
|
} catch(error) {
|
|
146
216
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +218,9 @@ it("ciam.v20220331.CreateApiImportUserJob", async function () {
|
|
|
148
218
|
}
|
|
149
219
|
})
|
|
150
220
|
|
|
151
|
-
it("ciam.v20220331.
|
|
221
|
+
it("ciam.v20220331.CreateUserGroup", async function () {
|
|
152
222
|
try {
|
|
153
|
-
const data = await client.
|
|
223
|
+
const data = await client.CreateUserGroup({})
|
|
154
224
|
expect(data).to.be.ok
|
|
155
225
|
} catch(error) {
|
|
156
226
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +228,19 @@ it("ciam.v20220331.LinkAccount", async function () {
|
|
|
158
228
|
}
|
|
159
229
|
})
|
|
160
230
|
|
|
161
|
-
it("ciam.v20220331.
|
|
231
|
+
it("ciam.v20220331.CreateUser", async function () {
|
|
162
232
|
try {
|
|
163
|
-
const data = await client.
|
|
233
|
+
const data = await client.CreateUser({})
|
|
234
|
+
expect(data).to.be.ok
|
|
235
|
+
} catch(error) {
|
|
236
|
+
expect(error.requestId).to.be.ok
|
|
237
|
+
expect(error.code).to.be.ok
|
|
238
|
+
}
|
|
239
|
+
})
|
|
240
|
+
|
|
241
|
+
it("ciam.v20220331.ListLogMessageByCondition", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.ListLogMessageByCondition({})
|
|
164
244
|
expect(data).to.be.ok
|
|
165
245
|
} catch(error) {
|
|
166
246
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,9 @@ it("cls.v20201016.DescribeLogsets", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("cls.v20201016.
|
|
101
|
+
it("cls.v20201016.ModifyKafkaRecharge", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.ModifyKafkaRecharge({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +128,9 @@ it("cls.v20201016.ModifyIndex", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("cls.v20201016.
|
|
131
|
+
it("cls.v20201016.CreateShipper", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
133
|
+
const data = await client.CreateShipper({})
|
|
134
134
|
expect(data).to.be.ok
|
|
135
135
|
} catch(error) {
|
|
136
136
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +188,9 @@ it("cls.v20201016.DescribeConfigExtras", async function () {
|
|
|
188
188
|
}
|
|
189
189
|
})
|
|
190
190
|
|
|
191
|
-
it("cls.v20201016.
|
|
191
|
+
it("cls.v20201016.CheckRechargeKafkaServer", async function () {
|
|
192
192
|
try {
|
|
193
|
-
const data = await client.
|
|
193
|
+
const data = await client.CheckRechargeKafkaServer({})
|
|
194
194
|
expect(data).to.be.ok
|
|
195
195
|
} catch(error) {
|
|
196
196
|
expect(error.requestId).to.be.ok
|
|
@@ -208,6 +208,16 @@ it("cls.v20201016.ModifyConsumer", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
+
it("cls.v20201016.CreateKafkaRecharge", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.CreateKafkaRecharge({})
|
|
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("cls.v20201016.CreateAlarmNotice", async function () {
|
|
212
222
|
try {
|
|
213
223
|
const data = await client.CreateAlarmNotice({})
|
|
@@ -248,6 +258,16 @@ it("cls.v20201016.DeleteMachineGroup", async function () {
|
|
|
248
258
|
}
|
|
249
259
|
})
|
|
250
260
|
|
|
261
|
+
it("cls.v20201016.RetryShipperTask", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.RetryShipperTask({})
|
|
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
|
+
|
|
251
271
|
it("cls.v20201016.DescribeTopics", async function () {
|
|
252
272
|
try {
|
|
253
273
|
const data = await client.DescribeTopics({})
|
|
@@ -308,6 +328,16 @@ it("cls.v20201016.DeleteConfigExtra", async function () {
|
|
|
308
328
|
}
|
|
309
329
|
})
|
|
310
330
|
|
|
331
|
+
it("cls.v20201016.DescribeKafkaRecharges", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.DescribeKafkaRecharges({})
|
|
334
|
+
expect(data).to.be.ok
|
|
335
|
+
} catch(error) {
|
|
336
|
+
expect(error.requestId).to.be.ok
|
|
337
|
+
expect(error.code).to.be.ok
|
|
338
|
+
}
|
|
339
|
+
})
|
|
340
|
+
|
|
311
341
|
it("cls.v20201016.DescribeAlarms", async function () {
|
|
312
342
|
try {
|
|
313
343
|
const data = await client.DescribeAlarms({})
|
|
@@ -368,6 +398,16 @@ it("cls.v20201016.CreateLogset", async function () {
|
|
|
368
398
|
}
|
|
369
399
|
})
|
|
370
400
|
|
|
401
|
+
it("cls.v20201016.ModifyCosRecharge", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.ModifyCosRecharge({})
|
|
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
|
+
|
|
371
411
|
it("cls.v20201016.SplitPartition", async function () {
|
|
372
412
|
try {
|
|
373
413
|
const data = await client.SplitPartition({})
|
|
@@ -468,9 +508,9 @@ it("cls.v20201016.DescribeShipperTasks", async function () {
|
|
|
468
508
|
}
|
|
469
509
|
})
|
|
470
510
|
|
|
471
|
-
it("cls.v20201016.
|
|
511
|
+
it("cls.v20201016.DeleteKafkaRecharge", async function () {
|
|
472
512
|
try {
|
|
473
|
-
const data = await client.
|
|
513
|
+
const data = await client.DeleteKafkaRecharge({})
|
|
474
514
|
expect(data).to.be.ok
|
|
475
515
|
} catch(error) {
|
|
476
516
|
expect(error.requestId).to.be.ok
|
|
@@ -518,6 +558,16 @@ it("cls.v20201016.DeleteIndex", async function () {
|
|
|
518
558
|
}
|
|
519
559
|
})
|
|
520
560
|
|
|
561
|
+
it("cls.v20201016.ModifyShipper", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.ModifyShipper({})
|
|
564
|
+
expect(data).to.be.ok
|
|
565
|
+
} catch(error) {
|
|
566
|
+
expect(error.requestId).to.be.ok
|
|
567
|
+
expect(error.code).to.be.ok
|
|
568
|
+
}
|
|
569
|
+
})
|
|
570
|
+
|
|
521
571
|
it("cls.v20201016.DeleteAlarm", async function () {
|
|
522
572
|
try {
|
|
523
573
|
const data = await client.DeleteAlarm({})
|
|
@@ -598,9 +648,9 @@ it("cls.v20201016.CreateConfigExtra", async function () {
|
|
|
598
648
|
}
|
|
599
649
|
})
|
|
600
650
|
|
|
601
|
-
it("cls.v20201016.
|
|
651
|
+
it("cls.v20201016.PreviewKafkaRecharge", async function () {
|
|
602
652
|
try {
|
|
603
|
-
const data = await client.
|
|
653
|
+
const data = await client.PreviewKafkaRecharge({})
|
|
604
654
|
expect(data).to.be.ok
|
|
605
655
|
} catch(error) {
|
|
606
656
|
expect(error.requestId).to.be.ok
|
|
@@ -618,9 +668,19 @@ it("cls.v20201016.DescribeConfigMachineGroups", async function () {
|
|
|
618
668
|
}
|
|
619
669
|
})
|
|
620
670
|
|
|
621
|
-
it("cls.v20201016.
|
|
671
|
+
it("cls.v20201016.ModifyConfigExtra", async function () {
|
|
622
672
|
try {
|
|
623
|
-
const data = await client.
|
|
673
|
+
const data = await client.ModifyConfigExtra({})
|
|
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
|
+
it("cls.v20201016.ModifyLogset", async function () {
|
|
682
|
+
try {
|
|
683
|
+
const data = await client.ModifyLogset({})
|
|
624
684
|
expect(data).to.be.ok
|
|
625
685
|
} catch(error) {
|
|
626
686
|
expect(error.requestId).to.be.ok
|
|
@@ -438,9 +438,9 @@ it("dnspod.v20210323.ModifyPackageAutoRenew", async function () {
|
|
|
438
438
|
}
|
|
439
439
|
})
|
|
440
440
|
|
|
441
|
-
it("dnspod.v20210323.
|
|
441
|
+
it("dnspod.v20210323.DescribeBatchTask", async function () {
|
|
442
442
|
try {
|
|
443
|
-
const data = await client.
|
|
443
|
+
const data = await client.DescribeBatchTask({})
|
|
444
444
|
expect(data).to.be.ok
|
|
445
445
|
} catch(error) {
|
|
446
446
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +528,9 @@ it("dnspod.v20210323.DeleteDomainAlias", async function () {
|
|
|
528
528
|
}
|
|
529
529
|
})
|
|
530
530
|
|
|
531
|
-
it("dnspod.v20210323.
|
|
531
|
+
it("dnspod.v20210323.DeleteRecordBatch", async function () {
|
|
532
532
|
try {
|
|
533
|
-
const data = await client.
|
|
533
|
+
const data = await client.DeleteRecordBatch({})
|
|
534
534
|
expect(data).to.be.ok
|
|
535
535
|
} catch(error) {
|
|
536
536
|
expect(error.requestId).to.be.ok
|
|
@@ -568,6 +568,16 @@ it("dnspod.v20210323.CreateDomain", async function () {
|
|
|
568
568
|
}
|
|
569
569
|
})
|
|
570
570
|
|
|
571
|
+
it("dnspod.v20210323.ModifyRecordRemark", async function () {
|
|
572
|
+
try {
|
|
573
|
+
const data = await client.ModifyRecordRemark({})
|
|
574
|
+
expect(data).to.be.ok
|
|
575
|
+
} catch(error) {
|
|
576
|
+
expect(error.requestId).to.be.ok
|
|
577
|
+
expect(error.code).to.be.ok
|
|
578
|
+
}
|
|
579
|
+
})
|
|
580
|
+
|
|
571
581
|
it("dnspod.v20210323.DescribeDomainFilterList", async function () {
|
|
572
582
|
try {
|
|
573
583
|
const data = await client.DescribeDomainFilterList({})
|
|
@@ -58,6 +58,16 @@ it("wav.v20210129.QueryActivityJoinList", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("wav.v20210129.QueryArrivalList", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.QueryArrivalList({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
61
71
|
it("wav.v20210129.QueryChannelCodeList", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.QueryChannelCodeList({})
|
|
@@ -118,6 +128,16 @@ it("wav.v20210129.QueryLicenseInfo", async function () {
|
|
|
118
128
|
}
|
|
119
129
|
})
|
|
120
130
|
|
|
131
|
+
it("wav.v20210129.QueryFollowList", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.QueryFollowList({})
|
|
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
|
+
|
|
121
141
|
it("wav.v20210129.QueryClueInfoList", async function () {
|
|
122
142
|
try {
|
|
123
143
|
const data = await client.QueryClueInfoList({})
|
|
@@ -188,9 +208,9 @@ it("wav.v20210129.CreateCorpTag", async function () {
|
|
|
188
208
|
}
|
|
189
209
|
})
|
|
190
210
|
|
|
191
|
-
it("wav.v20210129.
|
|
211
|
+
it("wav.v20210129.CreateChannelCode", async function () {
|
|
192
212
|
try {
|
|
193
|
-
const data = await client.
|
|
213
|
+
const data = await client.CreateChannelCode({})
|
|
194
214
|
expect(data).to.be.ok
|
|
195
215
|
} catch(error) {
|
|
196
216
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +228,9 @@ it("wav.v20210129.QueryMaterialList", async function () {
|
|
|
208
228
|
}
|
|
209
229
|
})
|
|
210
230
|
|
|
211
|
-
it("wav.v20210129.
|
|
231
|
+
it("wav.v20210129.QueryCrmStatistics", async function () {
|
|
212
232
|
try {
|
|
213
|
-
const data = await client.
|
|
233
|
+
const data = await client.QueryCrmStatistics({})
|
|
214
234
|
expect(data).to.be.ok
|
|
215
235
|
} catch(error) {
|
|
216
236
|
expect(error.requestId).to.be.ok
|