tencentcloud-sdk-nodejs 4.0.667 → 4.0.668

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 (63) hide show
  1. package/CHANGELOG.md +184 -0
  2. package/SERVICE_CHANGELOG.md +225 -54
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cam/v20190116/cam_models.ts +11 -11
  7. package/src/services/cdb/v20170320/cdb_client.ts +13 -30
  8. package/src/services/cdb/v20170320/cdb_models.ts +0 -54
  9. package/src/services/cls/v20201016/cls_client.ts +4 -2
  10. package/src/services/cls/v20201016/cls_models.ts +1 -1
  11. package/src/services/cwp/v20180228/cwp_models.ts +5 -3
  12. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
  14. package/src/services/ecm/v20190719/ecm_models.ts +4 -0
  15. package/src/services/ess/v20201111/ess_client.ts +2 -3
  16. package/src/services/ess/v20201111/ess_models.ts +107 -139
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +44 -20
  19. package/src/services/iotvideo/v20211125/iotvideo_client.ts +24 -12
  20. package/src/services/iotvideo/v20211125/iotvideo_models.ts +42 -0
  21. package/src/services/lcic/v20220817/lcic_client.ts +15 -3
  22. package/src/services/lcic/v20220817/lcic_models.ts +32 -12
  23. package/src/services/mps/v20190612/mps_client.ts +1 -0
  24. package/src/services/mps/v20190612/mps_models.ts +45 -13
  25. package/src/services/nlp/v20190408/nlp_client.ts +15 -0
  26. package/src/services/nlp/v20190408/nlp_models.ts +117 -0
  27. package/src/services/privatedns/v20201028/privatedns_models.ts +5 -5
  28. package/src/services/vpc/v20170312/vpc_models.ts +5 -1
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -11
  32. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -13
  33. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -16
  34. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +0 -51
  35. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -0
  36. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -0
  37. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  38. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -3
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  41. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
  42. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -0
  43. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +0 -1
  44. package/tencentcloud/services/ess/v20201111/ess_client.js +0 -1
  45. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +107 -139
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +43 -20
  48. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +9 -5
  49. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +12 -6
  50. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +40 -0
  51. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  52. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  53. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -12
  54. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +44 -13
  55. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +5 -1
  56. package/tencentcloud/services/nlp/v20190408/nlp_client.js +6 -0
  57. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +112 -0
  58. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -5
  59. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -1
  60. package/test/cdb.v20170320.test.js +4 -14
  61. package/test/iotvideo.v20211125.test.js +14 -4
  62. package/test/lcic.v20220817.test.js +10 -0
  63. package/test/nlp.v20190408.test.js +10 -0
@@ -488,9 +488,9 @@ it("iotvideo.v20211125.DescribeDataForwardList", async function () {
488
488
  }
489
489
  })
490
490
 
491
- it("iotvideo.v20211125.DescribeProductDynamicRegister", async function () {
491
+ it("iotvideo.v20211125.DescribeCloudStorageTime", async function () {
492
492
  try {
493
- const data = await client.DescribeProductDynamicRegister({})
493
+ const data = await client.DescribeCloudStorageTime({})
494
494
  expect(data).to.be.ok
495
495
  } catch(error) {
496
496
  expect(error.requestId).to.be.ok
@@ -668,9 +668,9 @@ it("iotvideo.v20211125.CreateCloudStorage", async function () {
668
668
  }
669
669
  })
670
670
 
671
- it("iotvideo.v20211125.DescribeCloudStorageTime", async function () {
671
+ it("iotvideo.v20211125.DescribeProductDynamicRegister", async function () {
672
672
  try {
673
- const data = await client.DescribeCloudStorageTime({})
673
+ const data = await client.DescribeProductDynamicRegister({})
674
674
  expect(data).to.be.ok
675
675
  } catch(error) {
676
676
  expect(error.requestId).to.be.ok
@@ -798,6 +798,16 @@ it("iotvideo.v20211125.DeleteCloudStorageEvent", async function () {
798
798
  }
799
799
  })
800
800
 
801
+ it("iotvideo.v20211125.DescribeCloudStorageOrder", async function () {
802
+ try {
803
+ const data = await client.DescribeCloudStorageOrder({})
804
+ expect(data).to.be.ok
805
+ } catch(error) {
806
+ expect(error.requestId).to.be.ok
807
+ expect(error.code).to.be.ok
808
+ }
809
+ })
810
+
801
811
  it("iotvideo.v20211125.DescribeBalanceTransactions", async function () {
802
812
  try {
803
813
  const data = await client.DescribeBalanceTransactions({})
@@ -278,6 +278,16 @@ it("lcic.v20220817.GetRoomEvent", async function () {
278
278
  }
279
279
  })
280
280
 
281
+ it("lcic.v20220817.DeleteUser", async function () {
282
+ try {
283
+ const data = await client.DeleteUser({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
281
291
  it("lcic.v20220817.DescribeRoom", async function () {
282
292
  try {
283
293
  const data = await client.DescribeRoom({})
@@ -138,4 +138,14 @@ it("nlp.v20190408.ParseWords", async function () {
138
138
  }
139
139
  })
140
140
 
141
+ it("nlp.v20190408.TestingTextGeneration", async function () {
142
+ try {
143
+ const data = await client.TestingTextGeneration({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
141
151
  })