tencentcloud-sdk-nodejs 4.0.929 → 4.0.930

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 (28) hide show
  1. package/CHANGELOG.md +98 -0
  2. package/SERVICE_CHANGELOG.md +120 -581
  3. package/package.json +1 -1
  4. package/products.md +7 -7
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -0
  7. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +76 -0
  8. package/src/services/lke/v20231130/lke_models.ts +1 -1
  9. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
  10. package/src/services/ssl/v20191205/ssl_client.ts +14 -1
  11. package/src/services/ssl/v20191205/ssl_models.ts +84 -18
  12. package/src/services/thpc/v20230321/thpc_client.ts +33 -14
  13. package/src/services/thpc/v20230321/thpc_models.ts +347 -19
  14. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  15. package/tencentcloud/common/sdk_version.d.ts +1 -1
  16. package/tencentcloud/common/sdk_version.js +1 -1
  17. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +75 -0
  18. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
  19. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  20. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
  21. package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
  22. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +81 -18
  23. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +9 -5
  24. package/tencentcloud/services/thpc/v20230321/thpc_client.js +12 -6
  25. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +338 -19
  26. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  27. package/test/ssl.v20191205.test.js +10 -0
  28. package/test/thpc.v20230321.test.js +14 -4
@@ -48,6 +48,16 @@ it("ssl.v20191205.DescribeHostCdnInstanceList", async function () {
48
48
  }
49
49
  })
50
50
 
51
+ it("ssl.v20191205.CheckCertificateDomainVerification", async function () {
52
+ try {
53
+ const data = await client.CheckCertificateDomainVerification({})
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
+
51
61
  it("ssl.v20191205.DescribeHostTkeInstanceList", async function () {
52
62
  try {
53
63
  const data = await client.DescribeHostTkeInstanceList({})
@@ -58,9 +58,9 @@ it("thpc.v20230321.CreateCluster", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("thpc.v20230321.AddClusterStorageOption", async function () {
61
+ it("thpc.v20230321.DeleteCluster", async function () {
62
62
  try {
63
- const data = await client.AddClusterStorageOption({})
63
+ const data = await client.DeleteCluster({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -98,6 +98,16 @@ it("thpc.v20230321.DescribeNodes", async function () {
98
98
  }
99
99
  })
100
100
 
101
+ it("thpc.v20230321.CreateWorkspaces", async function () {
102
+ try {
103
+ const data = await client.CreateWorkspaces({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
101
111
  it("thpc.v20230321.DescribeInitNodeScripts", async function () {
102
112
  try {
103
113
  const data = await client.DescribeInitNodeScripts({})
@@ -168,9 +178,9 @@ it("thpc.v20230321.DetachNodes", async function () {
168
178
  }
169
179
  })
170
180
 
171
- it("thpc.v20230321.DeleteCluster", async function () {
181
+ it("thpc.v20230321.AddClusterStorageOption", async function () {
172
182
  try {
173
- const data = await client.DeleteCluster({})
183
+ const data = await client.AddClusterStorageOption({})
174
184
  expect(data).to.be.ok
175
185
  } catch(error) {
176
186
  expect(error.requestId).to.be.ok