tencentcloud-sdk-nodejs 4.0.818 → 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 (49) hide show
  1. package/CHANGELOG.md +300 -0
  2. package/SERVICE_CHANGELOG.md +405 -26
  3. package/package.json +1 -1
  4. package/products.md +15 -15
  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/apigateway/v20180808/apigateway_models.ts +1 -1
  9. package/src/services/cdb/v20170320/cdb_client.ts +1 -0
  10. package/src/services/cdb/v20170320/cdb_models.ts +42 -11
  11. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +9 -9
  13. package/src/services/clb/v20180317/clb_models.ts +1 -1
  14. package/src/services/cwp/v20180228/cwp_models.ts +5 -0
  15. package/src/services/ess/v20201111/ess_client.ts +6 -2
  16. package/src/services/ess/v20201111/ess_models.ts +170 -12
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -0
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +64 -4
  19. package/src/services/faceid/v20180301/faceid_client.ts +39 -15
  20. package/src/services/faceid/v20180301/faceid_models.ts +178 -95
  21. package/src/services/gaap/v20180529/gaap_models.ts +60 -36
  22. package/src/services/live/v20180801/live_models.ts +1 -1
  23. package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
  24. package/src/services/wedata/v20210820/wedata_models.ts +14 -1
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +15 -1
  28. package/tencentcloud/services/aiart/v20221229/aiart_client.js +18 -0
  29. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +99 -0
  30. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
  31. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +41 -11
  32. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  33. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  34. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +9 -9
  35. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  36. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -0
  37. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  38. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  39. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +166 -12
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +61 -4
  41. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +13 -5
  42. package/tencentcloud/services/faceid/v20180301/faceid_client.js +18 -6
  43. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +173 -94
  44. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +60 -36
  45. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  46. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
  47. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +14 -1
  48. package/test/aiart.v20221229.test.js +20 -0
  49. package/test/faceid.v20180301.test.js +24 -4
@@ -243,13 +243,13 @@ export interface CreateSealRequest {
243
243
  TaxIdentifyCode?: string;
244
244
  }
245
245
  /**
246
- * ModifyIntegrationDepartment返回参数结构体
246
+ * 合同组相关信息,指定合同组子合同和签署方的信息,用于补充动态签署人。
247
247
  */
248
- export interface ModifyIntegrationDepartmentResponse {
248
+ export interface FlowGroupUrlInfo {
249
249
  /**
250
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
250
+ * 合同组子合同和签署方的信息,用于补充动态签署人。
251
251
  */
252
- RequestId?: string;
252
+ FlowGroupApproverInfos?: Array<FlowGroupApproverInfo>;
253
253
  }
254
254
  /**
255
255
  * CancelFlow返回参数结构体
@@ -905,6 +905,80 @@ export interface CreateFlowOption {
905
905
 
906
906
  */
907
907
  CustomCreateFlowDescription?: string;
908
+ /**
909
+ * 禁止添加签署方,若为true则在发起流程的可嵌入页面隐藏“添加签署人按钮”
910
+
911
+ */
912
+ ForbidAddApprover?: string;
913
+ /**
914
+ * 禁止设置设置签署流程属性 (顺序、合同签署认证方式等),若为true则在发起流程的可嵌入页面隐藏签署流程设置面板
915
+
916
+ */
917
+ ForbidEditFlowProperties?: string;
918
+ /**
919
+ * 在发起流程的可嵌入页面要隐藏的控件列表,和 ShowComponentTypes 参数 只能二选一使用,具体的控件类型如下
920
+ <ul><li>SIGN_SIGNATURE : 个人签名/印章</li>
921
+ <li>SIGN_SEAL : 企业印章</li>
922
+ <li>SIGN_PAGING_SEAL : 骑缝章</li>
923
+ <li>SIGN_LEGAL_PERSON_SEAL : 法定代表人章</li>
924
+ <li>SIGN_APPROVE : 签批</li>
925
+ <li>SIGN_OPINION : 签署意见</li>
926
+ <li>BUSI-FULL-NAME : 企业全称</li>
927
+ <li>BUSI-CREDIT-CODE : 统一社会信用代码</li>
928
+ <li>BUSI-LEGAL-NAME : 法人/经营者姓名</li>
929
+ <li>PERSONAL-NAME : 签署人姓名</li>
930
+ <li>PERSONAL-MOBILE : 签署人手机号</li>
931
+ <li>PERSONAL-IDCARD-TYPE : 签署人证件类型</li>
932
+ <li>PERSONAL-IDCARD : 签署人证件号</li>
933
+ <li>TEXT : 单行文本</li>
934
+ <li>MULTI_LINE_TEXT : 多行文本</li>
935
+ <li>CHECK_BOX : 勾选框</li>
936
+ <li>SELECTOR : 选择器</li>
937
+ <li>DIGIT : 数字</li>
938
+ <li>DATE : 日期</li>
939
+ <li>FILL_IMAGE : 图片</li>
940
+ <li>ATTACHMENT : 附件</li>
941
+ <li>EMAIL : 邮箱</li>
942
+ <li>LOCATION : 地址</li>
943
+ <li>EDUCATION : 学历</li>
944
+ <li>GENDER : 性别</li>
945
+ <li>DISTRICT : 省市区</li></ul>
946
+ */
947
+ HideComponentTypes?: Array<string>;
948
+ /**
949
+ * 在发起流程的可嵌入页面要显示的控件列表,和 HideComponentTypes 参数 只能二选一使用,具体的控件类型如下
950
+ <ul><li>SIGN_SIGNATURE : 个人签名/印章</li>
951
+ <li>SIGN_SEAL : 企业印章</li>
952
+ <li>SIGN_PAGING_SEAL : 骑缝章</li>
953
+ <li>SIGN_LEGAL_PERSON_SEAL : 法定代表人章</li>
954
+ <li>SIGN_APPROVE : 签批</li>
955
+ <li>SIGN_OPINION : 签署意见</li>
956
+ <li>BUSI-FULL-NAME : 企业全称</li>
957
+ <li>BUSI-CREDIT-CODE : 统一社会信用代码</li>
958
+ <li>BUSI-LEGAL-NAME : 法人/经营者姓名</li>
959
+ <li>PERSONAL-NAME : 签署人姓名</li>
960
+ <li>PERSONAL-MOBILE : 签署人手机号</li>
961
+ <li>PERSONAL-IDCARD-TYPE : 签署人证件类型</li>
962
+ <li>PERSONAL-IDCARD : 签署人证件号</li>
963
+ <li>TEXT : 单行文本</li>
964
+ <li>MULTI_LINE_TEXT : 多行文本</li>
965
+ <li>CHECK_BOX : 勾选框</li>
966
+ <li>SELECTOR : 选择器</li>
967
+ <li>DIGIT : 数字</li>
968
+ <li>DATE : 日期</li>
969
+ <li>FILL_IMAGE : 图片</li>
970
+ <li>ATTACHMENT : 附件</li>
971
+ <li>EMAIL : 邮箱</li>
972
+ <li>LOCATION : 地址</li>
973
+ <li>EDUCATION : 学历</li>
974
+ <li>GENDER : 性别</li>
975
+ <li>DISTRICT : 省市区</li></ul>
976
+ */
977
+ ShowComponentTypes?: Array<string>;
978
+ /**
979
+ * 发起流程的可嵌入页面结果页配置
980
+ */
981
+ ResultPageConfig?: Array<CreateResultPageConfig>;
908
982
  }
909
983
  /**
910
984
  * 解除协议的签署人,如不指定,默认使用原流程中的签署人。<br/>
@@ -1609,6 +1683,10 @@ export interface CreateFlowGroupByTemplatesResponse {
1609
1683
  注意:此字段可能返回 null,表示取不到有效值。
1610
1684
  */
1611
1685
  FlowIds?: Array<string>;
1686
+ /**
1687
+ * 合同组签署人信息。
1688
+ */
1689
+ Approvers?: Array<FlowGroupApprovers>;
1612
1690
  /**
1613
1691
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1614
1692
  */
@@ -2078,6 +2156,10 @@ export interface CreateSchemeUrlRequest {
2078
2156
  注:`生成动态签署人补充链接时必传。`
2079
2157
  */
2080
2158
  RecipientId?: string;
2159
+ /**
2160
+ * 合同组相关信息,指定合同组子合同和签署方的信息,用于补充动态签署人。
2161
+ */
2162
+ FlowGroupUrlInfo?: FlowGroupUrlInfo;
2081
2163
  }
2082
2164
  /**
2083
2165
  * DeleteIntegrationDepartment返回参数结构体
@@ -2675,6 +2757,10 @@ export interface FillApproverInfo {
2675
2757
  注:`补充个人签署方时,若该用户已在电子签完成实名则可通过指定姓名和证件类型、证件号码完成补充。`
2676
2758
  */
2677
2759
  ApproverIdCardNumber?: string;
2760
+ /**
2761
+ * 合同流程ID,补充合同组子合同动态签署人时必传。
2762
+ */
2763
+ FlowId?: string;
2678
2764
  }
2679
2765
  /**
2680
2766
  * 持有的电子印章信息
@@ -3847,12 +3933,6 @@ export interface CreateFlowApproversRequest {
3847
3933
  注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
3848
3934
  */
3849
3935
  Operator: UserInfo;
3850
- /**
3851
- * 合同流程ID,为32位字符串。
3852
- 建议开发者妥善保存此流程ID,以便于顺利进行后续操作。
3853
- 可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
3854
- */
3855
- FlowId: string;
3856
3936
  /**
3857
3937
  * 补充企业签署人信息。
3858
3938
 
@@ -3861,6 +3941,12 @@ export interface CreateFlowApproversRequest {
3861
3941
  - 如果不指定,则使用姓名和手机号进行补充。
3862
3942
  */
3863
3943
  Approvers: Array<FillApproverInfo>;
3944
+ /**
3945
+ * 合同流程ID,为32位字符串。
3946
+ 建议开发者妥善保存此流程ID,以便于顺利进行后续操作。
3947
+ 可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
3948
+ */
3949
+ FlowId?: string;
3864
3950
  /**
3865
3951
  * 签署人信息补充方式
3866
3952
 
@@ -3878,6 +3964,10 @@ export interface CreateFlowApproversRequest {
3878
3964
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
3879
3965
  */
3880
3966
  Agent?: Agent;
3967
+ /**
3968
+ * 合同流程组的组ID, 在合同流程组场景下,生成合同流程组的签署链接时需要赋值
3969
+ */
3970
+ FlowGroupId?: string;
3881
3971
  }
3882
3972
  /**
3883
3973
  * ModifyFlowDeadline返回参数结构体
@@ -4792,6 +4882,10 @@ export interface CreateFlowGroupByFilesResponse {
4792
4882
  注意:此字段可能返回 null,表示取不到有效值。
4793
4883
  */
4794
4884
  FlowIds?: Array<string>;
4885
+ /**
4886
+ * 合同组签署方信息。
4887
+ */
4888
+ Approvers?: Array<FlowGroupApprovers>;
4795
4889
  /**
4796
4890
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4797
4891
  */
@@ -5292,12 +5386,12 @@ export interface ApproverInfo {
5292
5386
  * 签署方经办人的姓名。
5293
5387
  经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。
5294
5388
  */
5295
- ApproverName: string;
5389
+ ApproverName?: string;
5296
5390
  /**
5297
5391
  * 签署方经办人手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。
5298
5392
  请确认手机号所有方为此合同签署方。
5299
5393
  */
5300
- ApproverMobile: string;
5394
+ ApproverMobile?: string;
5301
5395
  /**
5302
5396
  * 组织机构名称。
5303
5397
  请确认该名称与企业营业执照中注册的名称一致。
@@ -5847,6 +5941,15 @@ export interface CreatePrepareFlowResponse {
5847
5941
  */
5848
5942
  RequestId?: string;
5849
5943
  }
5944
+ /**
5945
+ * ModifyIntegrationDepartment返回参数结构体
5946
+ */
5947
+ export interface ModifyIntegrationDepartmentResponse {
5948
+ /**
5949
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5950
+ */
5951
+ RequestId?: string;
5952
+ }
5850
5953
  /**
5851
5954
  * GetTaskResultApi返回参数结构体
5852
5955
  */
@@ -6156,6 +6259,10 @@ export interface ApproverOption {
6156
6259
  <li> **true** :不可以转他人处理</li></ul>
6157
6260
  */
6158
6261
  NoTransfer?: boolean;
6262
+ /**
6263
+ * 允许编辑签署人信息(嵌入式使用) 默认true-可以编辑 false-不可以编辑
6264
+ */
6265
+ CanEditApprover?: boolean;
6159
6266
  /**
6160
6267
  * 签署人信息补充类型,默认无需补充。
6161
6268
 
@@ -6262,6 +6369,19 @@ export interface CreateSealPolicyRequest {
6262
6369
  */
6263
6370
  Agent?: Agent;
6264
6371
  }
6372
+ /**
6373
+ * 合同组相关信息,指定合同组子合同和签署方的信息,用于补充动态签署人。
6374
+ */
6375
+ export interface FlowGroupApproverInfo {
6376
+ /**
6377
+ * 合同流程ID。
6378
+ */
6379
+ FlowId?: string;
6380
+ /**
6381
+ * 签署节点ID,用于生成动态签署人链接完成领取。注:`生成动态签署人补充链接时必传。`
6382
+ */
6383
+ RecipientId?: string;
6384
+ }
6265
6385
  /**
6266
6386
  * DescribeOrganizationSeals请求参数结构体
6267
6387
  */
@@ -6875,6 +6995,21 @@ export interface UpdateIntegrationEmployeesRequest {
6875
6995
  */
6876
6996
  Endpoint?: string;
6877
6997
  }
6998
+ /**
6999
+ * 合同组签署方信息
7000
+ */
7001
+ export interface FlowGroupApprovers {
7002
+ /**
7003
+ * 合同流程ID
7004
+ 注意:此字段可能返回 null,表示取不到有效值。
7005
+ */
7006
+ FlowId?: string;
7007
+ /**
7008
+ * 签署方信息,包含合同ID和角色ID用于定位RecipientId。
7009
+ 注意:此字段可能返回 null,表示取不到有效值。
7010
+ */
7011
+ Approvers?: Array<ApproverItem>;
7012
+ }
6878
7013
  /**
6879
7014
  * DescribeFlowBriefs请求参数结构体
6880
7015
  */
@@ -7901,3 +8036,22 @@ export interface IntentionQuestion {
7901
8036
  */
7902
8037
  Answers?: Array<string>;
7903
8038
  }
8039
+ /**
8040
+ * 发起流程的可嵌入页面操作结果页配置
8041
+ */
8042
+ export interface CreateResultPageConfig {
8043
+ /**
8044
+ * <ul>
8045
+ <li>0 : 发起审批成功页面(通过接口<a href="https://qian.tencent.com/developers/companyApis/embedPages/CreatePrepareFlow/" target="_blank">创建发起流程web页面</a>发起时设置了NeedCreateReview参数为true)</li>
8046
+ </ul>
8047
+ */
8048
+ Type: number;
8049
+ /**
8050
+ * 结果页标题,不超过50字
8051
+ */
8052
+ Title: string;
8053
+ /**
8054
+ * 结果页描述,不超过200字
8055
+ */
8056
+ Description?: string;
8057
+ }
@@ -350,6 +350,15 @@ export interface ChannelBatchCancelFlowsResponse {
350
350
  */
351
351
  RequestId?: string;
352
352
  }
353
+ /**
354
+ * 合同组相关信息,指定合同组子合同和签署方的信息,用于补充动态签署人。
355
+ */
356
+ export interface FlowGroupUrlInfo {
357
+ /**
358
+ * 合同组子合同和签署方的信息,用于补充动态签署人。
359
+ */
360
+ FlowGroupApproverInfos?: Array<FlowGroupApproverInfo>;
361
+ }
353
362
  /**
354
363
  * ChannelDescribeSignFaceVideo请求参数结构体
355
364
  */
@@ -470,6 +479,10 @@ export interface ChannelCreateFlowGroupByTemplatesResponse {
470
479
  如果文档需要异步合成,此字段会返回该异步任务的任务信息,后续可以通过ChannelGetTaskResultApi接口查询任务详情;
471
480
  */
472
481
  TaskInfos?: Array<TaskInfo>;
482
+ /**
483
+ * 合同组签署方信息
484
+ */
485
+ Approvers?: Array<FlowGroupApprovers>;
473
486
  /**
474
487
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
475
488
  */
@@ -2429,6 +2442,19 @@ export interface ChannelRole {
2429
2442
  */
2430
2443
  PermissionGroups?: Array<PermissionGroup>;
2431
2444
  }
2445
+ /**
2446
+ * 合同组相关信息,指定合同组子合同和签署方的信息,用于补充动态签署人。
2447
+ */
2448
+ export interface FlowGroupApproverInfo {
2449
+ /**
2450
+ * 合同流程ID。
2451
+ */
2452
+ FlowId?: string;
2453
+ /**
2454
+ * 签署节点ID,用于生成动态签署人链接完成领取。注:`生成动态签署人补充链接时必传。`
2455
+ */
2456
+ RecipientId?: string;
2457
+ }
2432
2458
  /**
2433
2459
  * 流程中签署方和填写方(如果有填写控件存证时)的信息
2434
2460
  */
@@ -3357,6 +3383,10 @@ export interface FillApproverInfo {
3357
3383
  注:`补充个人签署方时,若该用户已在电子签完成实名则可通过指定姓名和证件类型、证件号码完成补充。`
3358
3384
  */
3359
3385
  ApproverIdCardNumber?: string;
3386
+ /**
3387
+ * 合同流程ID,补充合同组子合同动态签署人时必传。
3388
+ */
3389
+ FlowId?: string;
3360
3390
  }
3361
3391
  /**
3362
3392
  * 意愿核身点头确认模式结果详细数据
@@ -4396,6 +4426,10 @@ export interface CreateSignUrlsRequest {
4396
4426
  注:`使用此参数需要与flow_ids数量一致并且一一对应, 表示在对应同序号的流程中的参与角色ID`,
4397
4427
  */
4398
4428
  RecipientIds?: Array<string>;
4429
+ /**
4430
+ * 合同组相关信息,指定合同组子合同和签署方的信息,用于补充动态签署人。
4431
+ */
4432
+ FlowGroupUrlInfo?: FlowGroupUrlInfo;
4399
4433
  }
4400
4434
  /**
4401
4435
  * 企业认证信息参数, 需要保证这些参数跟营业执照中的信息一致。
@@ -5879,6 +5913,10 @@ export interface ChannelCreateFlowGroupByFilesResponse {
5879
5913
  注意:此字段可能返回 null,表示取不到有效值。
5880
5914
  */
5881
5915
  FlowIds?: Array<string>;
5916
+ /**
5917
+ * 合同组签署方信息。
5918
+ */
5919
+ Approvers?: Array<FlowGroupApprovers>;
5882
5920
  /**
5883
5921
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5884
5922
  */
@@ -6413,6 +6451,21 @@ export interface ChannelModifyRoleRequest {
6413
6451
  */
6414
6452
  PermissionGroups?: Array<PermissionGroup>;
6415
6453
  }
6454
+ /**
6455
+ * 合同组签署方信息
6456
+ */
6457
+ export interface FlowGroupApprovers {
6458
+ /**
6459
+ * 合同流程ID
6460
+ 注意:此字段可能返回 null,表示取不到有效值。
6461
+ */
6462
+ FlowId?: string;
6463
+ /**
6464
+ * 签署方信息,包含合同ID和角色ID用于定位RecipientId。
6465
+ 注意:此字段可能返回 null,表示取不到有效值。
6466
+ */
6467
+ Approvers?: Array<ApproverItem>;
6468
+ }
6416
6469
  /**
6417
6470
  * ModifyFlowDeadline请求参数结构体
6418
6471
  */
@@ -7595,10 +7648,6 @@ export interface ChannelCreateFlowApproversRequest {
7595
7648
  第三方平台子客企业和员工必须已经经过实名认证
7596
7649
  */
7597
7650
  Agent: Agent;
7598
- /**
7599
- * 合同流程ID,为32位字符串。 建议开发者妥善保存此流程ID,以便于顺利进行后续操作。 可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
7600
- */
7601
- FlowId: string;
7602
7651
  /**
7603
7652
  * 补充企业签署人信息。
7604
7653
 
@@ -7607,6 +7656,10 @@ export interface ChannelCreateFlowApproversRequest {
7607
7656
  - 如果不指定,则使用姓名和手机号进行补充。
7608
7657
  */
7609
7658
  Approvers: Array<FillApproverInfo>;
7659
+ /**
7660
+ * 合同流程ID,为32位字符串。 建议开发者妥善保存此流程ID,以便于顺利进行后续操作。 可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
7661
+ */
7662
+ FlowId?: string;
7610
7663
  /**
7611
7664
  * 签署人信息补充方式
7612
7665
 
@@ -7617,6 +7670,10 @@ export interface ChannelCreateFlowApproversRequest {
7617
7670
  * 操作人信息
7618
7671
  */
7619
7672
  Operator?: UserInfo;
7673
+ /**
7674
+ * 合同流程组的组ID, 在合同流程组场景下,生成合同流程组的签署链接时需要赋值
7675
+ */
7676
+ FlowGroupId?: string;
7620
7677
  }
7621
7678
  /**
7622
7679
  * ChannelUpdateSealStatus返回参数结构体
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { CheckIdNameDateResponse, IdCardVerificationRequest, ImageRecognitionV2Response, GetDetectInfoEnhancedResponse, MobileStatusRequest, GetActionSequenceResponse, LivenessRecognitionRequest, CheckEidTokenStatusResponse, DetectAuthRequest, CheckEidTokenStatusRequest, ParseNfcDataResponse, LivenessCompareResponse, BankCard2EVerificationResponse, MobileStatusResponse, LivenessResponse, EncryptedPhoneVerificationRequest, EncryptedPhoneVerificationResponse, LivenessRequest, DetectAIFakeFacesRequest, CheckBankCardInformationResponse, GetEidTokenRequest, CheckIdNameDateRequest, GetFaceIdTokenResponse, MinorsVerificationRequest, GetFaceIdResultResponse, DetectAIFakeFacesResponse, LivenessCompareRequest, CheckBankCardInformationRequest, BankCardVerificationRequest, GetWeChatBillDetailsResponse, CheckIdCardInformationResponse, GetEidResultRequest, DetectAuthResponse, PhoneVerificationResponse, IdCardOCRVerificationRequest, BankCard4EVerificationResponse, MobileNetworkTimeVerificationRequest, PhoneVerificationCMCCResponse, MobileNetworkTimeVerificationResponse, PhoneVerificationCUCCResponse, CheckIdCardInformationRequest, MinorsVerificationResponse, GetWeChatBillDetailsRequest, BankCardVerificationResponse, PhoneVerificationCUCCRequest, PhoneVerificationCMCCRequest, ImageRecognitionResponse, GetDetectInfoResponse, IdCardOCRVerificationResponse, IdCardVerificationResponse, GetDetectInfoEnhancedRequest, LivenessRecognitionResponse, GetLiveCodeRequest, GetEidResultResponse, PhoneVerificationRequest, GetFaceIdResultRequest, CheckPhoneAndNameResponse, GetFaceIdTokenRequest, BankCard2EVerificationRequest, ImageRecognitionV2Request, PhoneVerificationCTCCResponse, ParseNfcDataRequest, PhoneVerificationCTCCRequest, ImageRecognitionRequest, BankCard4EVerificationRequest, GetActionSequenceRequest, GetLiveCodeResponse, GetDetectInfoRequest, CheckPhoneAndNameRequest, GetEidTokenResponse } from "./faceid_models";
3
+ import { GetFaceidRiskInfoTokenResponse, CheckIdNameDateResponse, IdCardVerificationRequest, ImageRecognitionV2Response, GetDetectInfoEnhancedResponse, MobileStatusRequest, ParseNfcDataResponse, LivenessRecognitionRequest, CheckEidTokenStatusResponse, DetectAuthRequest, CheckEidTokenStatusRequest, GetFaceIdRiskInfoResponse, LivenessCompareResponse, BankCard2EVerificationResponse, MobileStatusResponse, LivenessResponse, EncryptedPhoneVerificationRequest, EncryptedPhoneVerificationResponse, LivenessRequest, DetectAIFakeFacesRequest, CheckBankCardInformationResponse, GetEidTokenRequest, CheckIdNameDateRequest, GetFaceIdTokenResponse, MinorsVerificationRequest, GetFaceIdResultResponse, DetectAIFakeFacesResponse, LivenessCompareRequest, CheckBankCardInformationRequest, BankCardVerificationRequest, GetWeChatBillDetailsResponse, CheckIdCardInformationResponse, GetEidResultRequest, DetectAuthResponse, PhoneVerificationResponse, IdCardOCRVerificationRequest, BankCard4EVerificationResponse, MobileNetworkTimeVerificationRequest, PhoneVerificationCMCCResponse, MobileNetworkTimeVerificationResponse, PhoneVerificationCUCCResponse, CheckIdCardInformationRequest, MinorsVerificationResponse, GetWeChatBillDetailsRequest, BankCardVerificationResponse, PhoneVerificationCUCCRequest, PhoneVerificationCMCCRequest, ImageRecognitionResponse, GetDetectInfoResponse, IdCardOCRVerificationResponse, IdCardVerificationResponse, GetActionSequenceRequest, GetDetectInfoEnhancedRequest, LivenessRecognitionResponse, GetLiveCodeRequest, GetEidResultResponse, PhoneVerificationRequest, GetFaceIdResultRequest, CheckPhoneAndNameResponse, GetFaceIdTokenRequest, GetFaceidRiskInfoTokenRequest, BankCard2EVerificationRequest, ImageRecognitionV2Request, PhoneVerificationCTCCResponse, ParseNfcDataRequest, PhoneVerificationCTCCRequest, ImageRecognitionRequest, BankCard4EVerificationRequest, GetActionSequenceResponse, GetFaceIdRiskInfoRequest, GetLiveCodeResponse, GetDetectInfoRequest, CheckPhoneAndNameRequest, GetEidTokenResponse } from "./faceid_models";
4
4
  /**
5
5
  * faceid client
6
6
  * @class
@@ -12,9 +12,9 @@ export declare class Client extends AbstractClient {
12
12
  */
13
13
  GetLiveCode(req?: GetLiveCodeRequest, cb?: (error: string, rep: GetLiveCodeResponse) => void): Promise<GetLiveCodeResponse>;
14
14
  /**
15
- * 使用动作活体检测模式前,需调用本接口获取动作顺序。
15
+ * 完成验证后,用FaceIdToken调用本接口获取设备风险相关信息,FaceIdToken生成后三天内(3\*24\*3,600秒)可多次拉取。
16
16
  */
17
- GetActionSequence(req: GetActionSequenceRequest, cb?: (error: string, rep: GetActionSequenceResponse) => void): Promise<GetActionSequenceResponse>;
17
+ GetFaceIdRiskInfo(req: GetFaceIdRiskInfoRequest, cb?: (error: string, rep: GetFaceIdRiskInfoResponse) => void): Promise<GetFaceIdRiskInfoResponse>;
18
18
  /**
19
19
  * 查询微信渠道服务(微信小程序、微信原生H5、微信普通H5)的账单明细及计费状态。
20
20
  */
@@ -35,6 +35,10 @@ export declare class Client extends AbstractClient {
35
35
  * 本接口用于校验手机号、姓名和身份证号的真实性和一致性,入参支持明文、MD5和SHA256加密传输。
36
36
  */
37
37
  EncryptedPhoneVerification(req: EncryptedPhoneVerificationRequest, cb?: (error: string, rep: EncryptedPhoneVerificationResponse) => void): Promise<EncryptedPhoneVerificationResponse>;
38
+ /**
39
+ * 使用动作活体检测模式前,需调用本接口获取动作顺序。
40
+ */
41
+ GetActionSequence(req: GetActionSequenceRequest, cb?: (error: string, rep: GetActionSequenceResponse) => void): Promise<GetActionSequenceResponse>;
38
42
  /**
39
43
  * 完成验证后,用BizToken调用本接口获取结果信息,BizToken生成后三天内(3\*24\*3,600秒)可多次拉取。
40
44
  */
@@ -88,6 +92,10 @@ export declare class Client extends AbstractClient {
88
92
  * 本接口用于验证手机号的状态,您可以输入手机号进行查询。
89
93
  */
90
94
  MobileStatus(req: MobileStatusRequest, cb?: (error: string, rep: MobileStatusResponse) => void): Promise<MobileStatusResponse>;
95
+ /**
96
+ * 本接口用于校验姓名、身份证号、身份证有效期的真实性和一致性。
97
+ */
98
+ CheckIdNameDate(req: CheckIdNameDateRequest, cb?: (error: string, rep: CheckIdNameDateResponse) => void): Promise<CheckIdNameDateResponse>;
91
99
  /**
92
100
  * 本接口用于校验中国移动手机号、姓名和身份证号的真实性和一致性。中国移动支持的手机号段详情请查阅<a href="https://cloud.tencent.com/document/product/1007/46063">运营商类</a>文档。
93
101
  */
@@ -97,9 +105,9 @@ export declare class Client extends AbstractClient {
97
105
  */
98
106
  MinorsVerification(req: MinorsVerificationRequest, cb?: (error: string, rep: MinorsVerificationResponse) => void): Promise<MinorsVerificationResponse>;
99
107
  /**
100
- * 本接口用于校验姓名、身份证号、身份证有效期的真实性和一致性。
108
+ * 每次调用人脸核身SDK服务前,需先调用本接口获取SDKToken,用来串联核身流程,在验证完成后,用于获取风险结果信息,该Token仅能核身一次。
101
109
  */
102
- CheckIdNameDate(req: CheckIdNameDateRequest, cb?: (error: string, rep: CheckIdNameDateResponse) => void): Promise<CheckIdNameDateResponse>;
110
+ GetFaceidRiskInfoToken(req: GetFaceidRiskInfoTokenRequest, cb?: (error: string, rep: GetFaceidRiskInfoTokenResponse) => void): Promise<GetFaceidRiskInfoTokenResponse>;
103
111
  /**
104
112
  * 活体检测
105
113
  */
@@ -34,10 +34,10 @@ class Client extends abstract_client_1.AbstractClient {
34
34
  return this.request("GetLiveCode", req, cb);
35
35
  }
36
36
  /**
37
- * 使用动作活体检测模式前,需调用本接口获取动作顺序。
37
+ * 完成验证后,用FaceIdToken调用本接口获取设备风险相关信息,FaceIdToken生成后三天内(3\*24\*3,600秒)可多次拉取。
38
38
  */
39
- async GetActionSequence(req, cb) {
40
- return this.request("GetActionSequence", req, cb);
39
+ async GetFaceIdRiskInfo(req, cb) {
40
+ return this.request("GetFaceIdRiskInfo", req, cb);
41
41
  }
42
42
  /**
43
43
  * 查询微信渠道服务(微信小程序、微信原生H5、微信普通H5)的账单明细及计费状态。
@@ -69,6 +69,12 @@ class Client extends abstract_client_1.AbstractClient {
69
69
  async EncryptedPhoneVerification(req, cb) {
70
70
  return this.request("EncryptedPhoneVerification", req, cb);
71
71
  }
72
+ /**
73
+ * 使用动作活体检测模式前,需调用本接口获取动作顺序。
74
+ */
75
+ async GetActionSequence(req, cb) {
76
+ return this.request("GetActionSequence", req, cb);
77
+ }
72
78
  /**
73
79
  * 完成验证后,用BizToken调用本接口获取结果信息,BizToken生成后三天内(3\*24\*3,600秒)可多次拉取。
74
80
  */
@@ -148,6 +154,12 @@ class Client extends abstract_client_1.AbstractClient {
148
154
  async MobileStatus(req, cb) {
149
155
  return this.request("MobileStatus", req, cb);
150
156
  }
157
+ /**
158
+ * 本接口用于校验姓名、身份证号、身份证有效期的真实性和一致性。
159
+ */
160
+ async CheckIdNameDate(req, cb) {
161
+ return this.request("CheckIdNameDate", req, cb);
162
+ }
151
163
  /**
152
164
  * 本接口用于校验中国移动手机号、姓名和身份证号的真实性和一致性。中国移动支持的手机号段详情请查阅<a href="https://cloud.tencent.com/document/product/1007/46063">运营商类</a>文档。
153
165
  */
@@ -161,10 +173,10 @@ class Client extends abstract_client_1.AbstractClient {
161
173
  return this.request("MinorsVerification", req, cb);
162
174
  }
163
175
  /**
164
- * 本接口用于校验姓名、身份证号、身份证有效期的真实性和一致性。
176
+ * 每次调用人脸核身SDK服务前,需先调用本接口获取SDKToken,用来串联核身流程,在验证完成后,用于获取风险结果信息,该Token仅能核身一次。
165
177
  */
166
- async CheckIdNameDate(req, cb) {
167
- return this.request("CheckIdNameDate", req, cb);
178
+ async GetFaceidRiskInfoToken(req, cb) {
179
+ return this.request("GetFaceidRiskInfoToken", req, cb);
168
180
  }
169
181
  /**
170
182
  * 活体检测