tencentcloud-sdk-nodejs 4.0.570 → 4.0.571
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 +352 -0
- package/SERVICE_CHANGELOG.md +606 -124
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +13 -11
- package/src/services/car/v20220110/car_client.ts +24 -0
- package/src/services/car/v20220110/car_models.ts +40 -0
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +52 -2
- package/src/services/cdwch/v20200915/cdwch_client.ts +13 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +79 -19
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +20 -7
- package/src/services/cwp/v20180228/cwp_models.ts +185 -4
- package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +5 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
- package/src/services/lcic/v20220817/lcic_client.ts +55 -16
- package/src/services/lcic/v20220817/lcic_models.ts +325 -111
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +17 -17
- package/src/services/ocr/v20181119/ocr_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +26 -16
- package/src/services/redis/v20180412/redis_models.ts +35 -12
- package/src/services/smop/v20201203/smop_models.ts +8 -2
- package/src/services/tcss/v20201101/tcss_models.ts +44 -34
- package/src/services/vod/v20180717/vod_models.ts +5 -0
- package/src/services/vpc/v20170312/vpc_client.ts +11 -10
- package/src/services/vpc/v20170312/vpc_models.ts +191 -72
- package/src/services/wedata/v20210820/wedata_models.ts +11 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +13 -11
- package/tencentcloud/services/car/v20220110/car_client.d.ts +9 -1
- package/tencentcloud/services/car/v20220110/car_client.js +12 -0
- package/tencentcloud/services/car/v20220110/car_models.d.ts +36 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -2
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +67 -16
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +155 -4
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +17 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +24 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +274 -93
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +17 -17
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -16
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +33 -10
- package/tencentcloud/services/smop/v20201203/smop_models.d.ts +7 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +42 -34
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +170 -70
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -5
- package/test/car.v20220110.test.js +20 -0
- package/test/cdwch.v20200915.test.js +10 -0
- package/test/cwp.v20180228.test.js +12 -2
- package/test/lcic.v20220817.test.js +34 -4
|
@@ -148,6 +148,16 @@ it("lcic.v20220817.CreateDocument", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
+
it("lcic.v20220817.DescribeSupervisors", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DescribeSupervisors({})
|
|
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
|
+
|
|
151
161
|
it("lcic.v20220817.DeleteGroup", async function () {
|
|
152
162
|
try {
|
|
153
163
|
const data = await client.DeleteGroup({})
|
|
@@ -208,9 +218,9 @@ it("lcic.v20220817.BatchAddGroupMember", async function () {
|
|
|
208
218
|
}
|
|
209
219
|
})
|
|
210
220
|
|
|
211
|
-
it("lcic.v20220817.
|
|
221
|
+
it("lcic.v20220817.BatchDeleteGroupMember", async function () {
|
|
212
222
|
try {
|
|
213
|
-
const data = await client.
|
|
223
|
+
const data = await client.BatchDeleteGroupMember({})
|
|
214
224
|
expect(data).to.be.ok
|
|
215
225
|
} catch(error) {
|
|
216
226
|
expect(error.requestId).to.be.ok
|
|
@@ -348,6 +358,16 @@ it("lcic.v20220817.CreateSupervisor", async function () {
|
|
|
348
358
|
}
|
|
349
359
|
})
|
|
350
360
|
|
|
361
|
+
it("lcic.v20220817.DescribeQuestionList", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.DescribeQuestionList({})
|
|
364
|
+
expect(data).to.be.ok
|
|
365
|
+
} catch(error) {
|
|
366
|
+
expect(error.requestId).to.be.ok
|
|
367
|
+
expect(error.code).to.be.ok
|
|
368
|
+
}
|
|
369
|
+
})
|
|
370
|
+
|
|
351
371
|
it("lcic.v20220817.SetAppCustomContent", async function () {
|
|
352
372
|
try {
|
|
353
373
|
const data = await client.SetAppCustomContent({})
|
|
@@ -358,9 +378,9 @@ it("lcic.v20220817.SetAppCustomContent", async function () {
|
|
|
358
378
|
}
|
|
359
379
|
})
|
|
360
380
|
|
|
361
|
-
it("lcic.v20220817.
|
|
381
|
+
it("lcic.v20220817.DescribeDeveloper", async function () {
|
|
362
382
|
try {
|
|
363
|
-
const data = await client.
|
|
383
|
+
const data = await client.DescribeDeveloper({})
|
|
364
384
|
expect(data).to.be.ok
|
|
365
385
|
} catch(error) {
|
|
366
386
|
expect(error.requestId).to.be.ok
|
|
@@ -388,6 +408,16 @@ it("lcic.v20220817.BatchCreateRoom", async function () {
|
|
|
388
408
|
}
|
|
389
409
|
})
|
|
390
410
|
|
|
411
|
+
it("lcic.v20220817.DescribeAnswerList", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.DescribeAnswerList({})
|
|
414
|
+
expect(data).to.be.ok
|
|
415
|
+
} catch(error) {
|
|
416
|
+
expect(error.requestId).to.be.ok
|
|
417
|
+
expect(error.code).to.be.ok
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
|
|
391
421
|
it("lcic.v20220817.DeleteDocument", async function () {
|
|
392
422
|
try {
|
|
393
423
|
const data = await client.DeleteDocument({})
|