tencentcloud-sdk-nodejs 4.0.819 → 4.0.820

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 (41) hide show
  1. package/CHANGELOG.md +204 -0
  2. package/SERVICE_CHANGELOG.md +307 -29
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +30 -0
  7. package/src/services/aiart/v20221229/aiart_models.ts +103 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +1 -0
  9. package/src/services/cdb/v20170320/cdb_models.ts +42 -11
  10. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +9 -9
  12. package/src/services/ess/v20201111/ess_client.ts +5 -2
  13. package/src/services/ess/v20201111/ess_models.ts +72 -12
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -0
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +64 -4
  16. package/src/services/faceid/v20180301/faceid_client.ts +39 -15
  17. package/src/services/faceid/v20180301/faceid_models.ts +172 -94
  18. package/src/services/live/v20180801/live_models.ts +1 -1
  19. package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
  20. package/src/services/wedata/v20210820/wedata_models.ts +14 -1
  21. package/tencentcloud/common/sdk_version.d.ts +1 -1
  22. package/tencentcloud/common/sdk_version.js +1 -1
  23. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +15 -1
  24. package/tencentcloud/services/aiart/v20221229/aiart_client.js +18 -0
  25. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +99 -0
  26. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +41 -11
  27. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  28. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  29. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +9 -9
  30. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  31. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  32. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +69 -12
  33. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +61 -4
  34. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +13 -5
  35. package/tencentcloud/services/faceid/v20180301/faceid_client.js +18 -6
  36. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +168 -94
  37. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  38. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
  39. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +14 -1
  40. package/test/aiart.v20221229.test.js +20 -0
  41. package/test/faceid.v20180301.test.js +24 -4
@@ -28,9 +28,9 @@ it("faceid.v20180301.GetLiveCode", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("faceid.v20180301.GetActionSequence", async function () {
31
+ it("faceid.v20180301.GetFaceIdRiskInfo", async function () {
32
32
  try {
33
- const data = await client.GetActionSequence({})
33
+ const data = await client.GetFaceIdRiskInfo({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -88,6 +88,16 @@ it("faceid.v20180301.EncryptedPhoneVerification", async function () {
88
88
  }
89
89
  })
90
90
 
91
+ it("faceid.v20180301.GetActionSequence", async function () {
92
+ try {
93
+ const data = await client.GetActionSequence({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
91
101
  it("faceid.v20180301.GetDetectInfoEnhanced", async function () {
92
102
  try {
93
103
  const data = await client.GetDetectInfoEnhanced({})
@@ -218,6 +228,16 @@ it("faceid.v20180301.MobileStatus", async function () {
218
228
  }
219
229
  })
220
230
 
231
+ it("faceid.v20180301.CheckIdNameDate", async function () {
232
+ try {
233
+ const data = await client.CheckIdNameDate({})
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
+
221
241
  it("faceid.v20180301.PhoneVerificationCMCC", async function () {
222
242
  try {
223
243
  const data = await client.PhoneVerificationCMCC({})
@@ -238,9 +258,9 @@ it("faceid.v20180301.MinorsVerification", async function () {
238
258
  }
239
259
  })
240
260
 
241
- it("faceid.v20180301.CheckIdNameDate", async function () {
261
+ it("faceid.v20180301.GetFaceidRiskInfoToken", async function () {
242
262
  try {
243
- const data = await client.CheckIdNameDate({})
263
+ const data = await client.GetFaceidRiskInfoToken({})
244
264
  expect(data).to.be.ok
245
265
  } catch(error) {
246
266
  expect(error.requestId).to.be.ok