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.
Files changed (81) hide show
  1. package/CHANGELOG.md +225 -0
  2. package/SERVICE_CHANGELOG.md +264 -80
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -0
  7. package/src/services/bma/v20221115/bma_client.ts +79 -0
  8. package/src/services/bma/v20221115/bma_models.ts +146 -0
  9. package/src/services/bma/v20221115/index.ts +6 -0
  10. package/src/services/bmeip/v20180625/bmeip_client.ts +2 -2
  11. package/src/services/bmeip/v20180625/bmeip_models.ts +5 -5
  12. package/src/services/car/v20220110/car_models.ts +1 -1
  13. package/src/services/cls/v20201016/cls_client.ts +2 -2
  14. package/src/services/cls/v20201016/cls_models.ts +3 -3
  15. package/src/services/cwp/v20180228/cwp_models.ts +19 -1
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +29 -14
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +172 -42
  18. package/src/services/dnspod/v20210323/dnspod_client.ts +115 -36
  19. package/src/services/dnspod/v20210323/dnspod_models.ts +531 -19
  20. package/src/services/domain/v20180808/domain_models.ts +1 -0
  21. package/src/services/faceid/v20180301/faceid_models.ts +5 -5
  22. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  23. package/src/services/lcic/v20220817/lcic_client.ts +12 -0
  24. package/src/services/lcic/v20220817/lcic_models.ts +40 -0
  25. package/src/services/nlp/v20190408/nlp_client.ts +0 -5
  26. package/src/services/nlp/v20190408/nlp_models.ts +2 -2
  27. package/src/services/redis/v20180412/redis_models.ts +3 -3
  28. package/src/services/tione/v20211111/tione_models.ts +36 -1
  29. package/src/services/tke/v20180525/tke_models.ts +13 -13
  30. package/src/services/tsf/v20180326/tsf_models.ts +12 -0
  31. package/src/services/tts/v20190823/tts_models.ts +7 -3
  32. package/src/services/vod/v20180717/vod_client.ts +0 -1
  33. package/src/services/vod/v20180717/vod_models.ts +10 -17
  34. package/src/services/wedata/v20210820/wedata_client.ts +2 -0
  35. package/src/services/wedata/v20210820/wedata_models.ts +85 -0
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/bma/index.d.ts +4 -0
  39. package/tencentcloud/services/bma/index.js +2 -0
  40. package/tencentcloud/services/bma/v20221115/bma_client.d.ts +26 -0
  41. package/tencentcloud/services/bma/v20221115/bma_client.js +55 -0
  42. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +112 -0
  43. package/tencentcloud/services/bma/v20221115/bma_models.js +18 -0
  44. package/tencentcloud/services/bma/v20221115/index.d.ts +6 -0
  45. package/tencentcloud/services/bma/v20221115/index.js +9 -0
  46. package/tencentcloud/services/bmeip/v20180625/bmeip_client.d.ts +2 -2
  47. package/tencentcloud/services/bmeip/v20180625/bmeip_client.js +2 -2
  48. package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +5 -5
  49. package/tencentcloud/services/car/v20220110/car_models.d.ts +1 -1
  50. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -2
  51. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -2
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -3
  53. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -1
  54. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +146 -36
  57. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +37 -13
  58. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +54 -18
  59. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +450 -17
  60. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -0
  61. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
  62. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  63. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  64. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  65. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +34 -0
  66. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -5
  67. package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -5
  68. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
  69. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
  70. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +30 -1
  71. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -13
  72. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
  73. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +6 -2
  74. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -1
  75. package/tencentcloud/services/vod/v20180717/vod_client.js +0 -1
  76. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -17
  77. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +70 -0
  78. package/test/bma.v20221115.test.js +61 -0
  79. package/test/cynosdb.v20190107.test.js +14 -4
  80. package/test/dnspod.v20210323.test.js +74 -14
  81. 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.DescribeDomain", async function () {
271
+ it("dnspod.v20210323.ModifyVasAutoRenewStatus", async function () {
252
272
  try {
253
- const data = await client.DescribeDomain({})
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.CreateRecordGroup", async function () {
301
+ it("dnspod.v20210323.DescribeDomain", async function () {
282
302
  try {
283
- const data = await client.CreateRecordGroup({})
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.ModifySnapshotConfig", async function () {
501
+ it("dnspod.v20210323.CreateRecordGroup", async function () {
442
502
  try {
443
- const data = await client.ModifySnapshotConfig({})
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.CreateDomain", async function () {
541
+ it("dnspod.v20210323.DescribeDomainPreview", async function () {
482
542
  try {
483
- const data = await client.CreateDomain({})
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.RollbackRecordSnapshot", async function () {
551
+ it("dnspod.v20210323.CreateDomain", async function () {
492
552
  try {
493
- const data = await client.RollbackRecordSnapshot({})
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.PayOrderWithBalance", async function () {
561
+ it("dnspod.v20210323.RollbackRecordSnapshot", async function () {
502
562
  try {
503
- const data = await client.PayOrderWithBalance({})
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.ModifyVasAutoRenewStatus", async function () {
581
+ it("dnspod.v20210323.PayOrderWithBalance", async function () {
522
582
  try {
523
- const data = await client.ModifyVasAutoRenewStatus({})
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({})