tencentcloud-sdk-nodejs-faceid 4.1.158 → 4.1.166

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-faceid",
3
- "version": "4.1.158",
3
+ "version": "4.1.166",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -554,8 +554,10 @@ export interface DetectAuthRequest {
554
554
  */
555
555
  Name?: string;
556
556
  /**
557
- * 认证结束后重定向的回调链接地址。
557
+ * 认证结束后重定向的回调链接地址,仅微信H5场景使用。
558
558
  - 最长长度1024位。
559
+ - 默认值:[腾讯云人脸核身产品介绍页](URL Here)https://cloud.tencent.com/product/faceid?Is=sdk-topnav
560
+
559
561
  */
560
562
  RedirectUrl?: string;
561
563
  /**
@@ -2594,7 +2596,7 @@ export interface GetDetectInfoEnhancedRequest {
2594
2596
  RuleId: string;
2595
2597
  /**
2596
2598
  * 指定拉取的结果信息。
2597
- - 取值(0:全部;1:文本类;2:身份证信息;3:视频最佳截图信息)。
2599
+ - 取值(0:全部;1:文本类;2:身份证信息;3:视频最佳截图信息;4:视频信息;5:意愿核身朗读模式相关结果;6:意愿核身问答/点头模式相关结果)。
2598
2600
  - 例如 13 表示拉取文本类、视频最佳截图信息。
2599
2601
  - 默认值:0
2600
2602
  */