tencentcloud-sdk-nodejs 4.0.538 → 4.0.539
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 +225 -0
- package/SERVICE_CHANGELOG.md +264 -80
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/index.ts +2 -0
- package/src/services/bma/v20221115/bma_client.ts +79 -0
- package/src/services/bma/v20221115/bma_models.ts +146 -0
- package/src/services/bma/v20221115/index.ts +6 -0
- package/src/services/bmeip/v20180625/bmeip_client.ts +2 -2
- package/src/services/bmeip/v20180625/bmeip_models.ts +5 -5
- package/src/services/car/v20220110/car_models.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +3 -3
- package/src/services/cwp/v20180228/cwp_models.ts +19 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +29 -14
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +172 -42
- package/src/services/dnspod/v20210323/dnspod_client.ts +115 -36
- package/src/services/dnspod/v20210323/dnspod_models.ts +531 -19
- package/src/services/domain/v20180808/domain_models.ts +1 -0
- package/src/services/faceid/v20180301/faceid_models.ts +5 -5
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/lcic/v20220817/lcic_client.ts +12 -0
- package/src/services/lcic/v20220817/lcic_models.ts +40 -0
- package/src/services/nlp/v20190408/nlp_client.ts +0 -5
- package/src/services/nlp/v20190408/nlp_models.ts +2 -2
- package/src/services/redis/v20180412/redis_models.ts +3 -3
- package/src/services/tione/v20211111/tione_models.ts +36 -1
- package/src/services/tke/v20180525/tke_models.ts +13 -13
- package/src/services/tsf/v20180326/tsf_models.ts +12 -0
- package/src/services/tts/v20190823/tts_models.ts +7 -3
- package/src/services/vod/v20180717/vod_client.ts +0 -1
- package/src/services/vod/v20180717/vod_models.ts +10 -17
- package/src/services/wedata/v20210820/wedata_client.ts +2 -0
- package/src/services/wedata/v20210820/wedata_models.ts +85 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/index.d.ts +4 -0
- package/tencentcloud/services/bma/index.js +2 -0
- package/tencentcloud/services/bma/v20221115/bma_client.d.ts +26 -0
- package/tencentcloud/services/bma/v20221115/bma_client.js +55 -0
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +112 -0
- package/tencentcloud/services/bma/v20221115/bma_models.js +18 -0
- package/tencentcloud/services/bma/v20221115/index.d.ts +6 -0
- package/tencentcloud/services/bma/v20221115/index.js +9 -0
- package/tencentcloud/services/bmeip/v20180625/bmeip_client.d.ts +2 -2
- package/tencentcloud/services/bmeip/v20180625/bmeip_client.js +2 -2
- package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +5 -5
- package/tencentcloud/services/car/v20220110/car_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_client.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -3
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +146 -36
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +37 -13
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +54 -18
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +450 -17
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +34 -0
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -5
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -5
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +30 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -13
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +6 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +0 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -17
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +70 -0
- package/test/bma.v20221115.test.js +61 -0
- package/test/cynosdb.v20190107.test.js +14 -4
- package/test/dnspod.v20210323.test.js +74 -14
- package/test/lcic.v20220817.test.js +10 -0
|
@@ -128,6 +128,16 @@ it("dnspod.v20210323.ModifyRecordFields", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("dnspod.v20210323.DeleteDomainBatch", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DeleteDomainBatch({})
|
|
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
|
+
|
|
131
141
|
it("dnspod.v20210323.DownloadSnapshot", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.DownloadSnapshot({})
|
|
@@ -158,6 +168,16 @@ it("dnspod.v20210323.ModifyRecord", async function () {
|
|
|
158
168
|
}
|
|
159
169
|
})
|
|
160
170
|
|
|
171
|
+
it("dnspod.v20210323.DescribeDomainWhois", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribeDomainWhois({})
|
|
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
|
+
|
|
161
181
|
it("dnspod.v20210323.DescribeRecordGroupList", async function () {
|
|
162
182
|
try {
|
|
163
183
|
const data = await client.DescribeRecordGroupList({})
|
|
@@ -248,9 +268,9 @@ it("dnspod.v20210323.DeleteShareDomain", async function () {
|
|
|
248
268
|
}
|
|
249
269
|
})
|
|
250
270
|
|
|
251
|
-
it("dnspod.v20210323.
|
|
271
|
+
it("dnspod.v20210323.ModifyVasAutoRenewStatus", async function () {
|
|
252
272
|
try {
|
|
253
|
-
const data = await client.
|
|
273
|
+
const data = await client.ModifyVasAutoRenewStatus({})
|
|
254
274
|
expect(data).to.be.ok
|
|
255
275
|
} catch(error) {
|
|
256
276
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +298,9 @@ it("dnspod.v20210323.ModifyRecordStatus", async function () {
|
|
|
278
298
|
}
|
|
279
299
|
})
|
|
280
300
|
|
|
281
|
-
it("dnspod.v20210323.
|
|
301
|
+
it("dnspod.v20210323.DescribeDomain", async function () {
|
|
282
302
|
try {
|
|
283
|
-
const data = await client.
|
|
303
|
+
const data = await client.DescribeDomain({})
|
|
284
304
|
expect(data).to.be.ok
|
|
285
305
|
} catch(error) {
|
|
286
306
|
expect(error.requestId).to.be.ok
|
|
@@ -348,6 +368,26 @@ it("dnspod.v20210323.DescribeRecord", async function () {
|
|
|
348
368
|
}
|
|
349
369
|
})
|
|
350
370
|
|
|
371
|
+
it("dnspod.v20210323.ModifySnapshotConfig", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.ModifySnapshotConfig({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
381
|
+
it("dnspod.v20210323.DescribePackageDetail", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.DescribePackageDetail({})
|
|
384
|
+
expect(data).to.be.ok
|
|
385
|
+
} catch(error) {
|
|
386
|
+
expect(error.requestId).to.be.ok
|
|
387
|
+
expect(error.code).to.be.ok
|
|
388
|
+
}
|
|
389
|
+
})
|
|
390
|
+
|
|
351
391
|
it("dnspod.v20210323.DescribeRecordLineList", async function () {
|
|
352
392
|
try {
|
|
353
393
|
const data = await client.DescribeRecordLineList({})
|
|
@@ -358,6 +398,16 @@ it("dnspod.v20210323.DescribeRecordLineList", async function () {
|
|
|
358
398
|
}
|
|
359
399
|
})
|
|
360
400
|
|
|
401
|
+
it("dnspod.v20210323.DescribeVASStatistic", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DescribeVASStatistic({})
|
|
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
|
+
|
|
361
411
|
it("dnspod.v20210323.DescribeDomainAnalytics", async function () {
|
|
362
412
|
try {
|
|
363
413
|
const data = await client.DescribeDomainAnalytics({})
|
|
@@ -418,6 +468,16 @@ it("dnspod.v20210323.ModifyDomainRemark", async function () {
|
|
|
418
468
|
}
|
|
419
469
|
})
|
|
420
470
|
|
|
471
|
+
it("dnspod.v20210323.DescribeRecordExistExceptDefaultNS", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.DescribeRecordExistExceptDefaultNS({})
|
|
474
|
+
expect(data).to.be.ok
|
|
475
|
+
} catch(error) {
|
|
476
|
+
expect(error.requestId).to.be.ok
|
|
477
|
+
expect(error.code).to.be.ok
|
|
478
|
+
}
|
|
479
|
+
})
|
|
480
|
+
|
|
421
481
|
it("dnspod.v20210323.ModifyDomainOwner", async function () {
|
|
422
482
|
try {
|
|
423
483
|
const data = await client.ModifyDomainOwner({})
|
|
@@ -438,9 +498,9 @@ it("dnspod.v20210323.CreateDomainGroup", async function () {
|
|
|
438
498
|
}
|
|
439
499
|
})
|
|
440
500
|
|
|
441
|
-
it("dnspod.v20210323.
|
|
501
|
+
it("dnspod.v20210323.CreateRecordGroup", async function () {
|
|
442
502
|
try {
|
|
443
|
-
const data = await client.
|
|
503
|
+
const data = await client.CreateRecordGroup({})
|
|
444
504
|
expect(data).to.be.ok
|
|
445
505
|
} catch(error) {
|
|
446
506
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +538,9 @@ it("dnspod.v20210323.CheckRecordSnapshotRollback", async function () {
|
|
|
478
538
|
}
|
|
479
539
|
})
|
|
480
540
|
|
|
481
|
-
it("dnspod.v20210323.
|
|
541
|
+
it("dnspod.v20210323.DescribeDomainPreview", async function () {
|
|
482
542
|
try {
|
|
483
|
-
const data = await client.
|
|
543
|
+
const data = await client.DescribeDomainPreview({})
|
|
484
544
|
expect(data).to.be.ok
|
|
485
545
|
} catch(error) {
|
|
486
546
|
expect(error.requestId).to.be.ok
|
|
@@ -488,9 +548,9 @@ it("dnspod.v20210323.CreateDomain", async function () {
|
|
|
488
548
|
}
|
|
489
549
|
})
|
|
490
550
|
|
|
491
|
-
it("dnspod.v20210323.
|
|
551
|
+
it("dnspod.v20210323.CreateDomain", async function () {
|
|
492
552
|
try {
|
|
493
|
-
const data = await client.
|
|
553
|
+
const data = await client.CreateDomain({})
|
|
494
554
|
expect(data).to.be.ok
|
|
495
555
|
} catch(error) {
|
|
496
556
|
expect(error.requestId).to.be.ok
|
|
@@ -498,9 +558,9 @@ it("dnspod.v20210323.RollbackRecordSnapshot", async function () {
|
|
|
498
558
|
}
|
|
499
559
|
})
|
|
500
560
|
|
|
501
|
-
it("dnspod.v20210323.
|
|
561
|
+
it("dnspod.v20210323.RollbackRecordSnapshot", async function () {
|
|
502
562
|
try {
|
|
503
|
-
const data = await client.
|
|
563
|
+
const data = await client.RollbackRecordSnapshot({})
|
|
504
564
|
expect(data).to.be.ok
|
|
505
565
|
} catch(error) {
|
|
506
566
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +578,9 @@ it("dnspod.v20210323.ModifyRecordToGroup", async function () {
|
|
|
518
578
|
}
|
|
519
579
|
})
|
|
520
580
|
|
|
521
|
-
it("dnspod.v20210323.
|
|
581
|
+
it("dnspod.v20210323.PayOrderWithBalance", async function () {
|
|
522
582
|
try {
|
|
523
|
-
const data = await client.
|
|
583
|
+
const data = await client.PayOrderWithBalance({})
|
|
524
584
|
expect(data).to.be.ok
|
|
525
585
|
} catch(error) {
|
|
526
586
|
expect(error.requestId).to.be.ok
|
|
@@ -228,6 +228,16 @@ it("lcic.v20220817.SetAppCustomContent", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
+
it("lcic.v20220817.DescribeCurrentMemberList", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.DescribeCurrentMemberList({})
|
|
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
|
+
|
|
231
241
|
it("lcic.v20220817.DescribeAppDetail", async function () {
|
|
232
242
|
try {
|
|
233
243
|
const data = await client.DescribeAppDetail({})
|