tencentcloud-sdk-nodejs 4.0.877 → 4.0.878

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 (38) hide show
  1. package/CHANGELOG.md +68 -0
  2. package/SERVICE_CHANGELOG.md +80 -168
  3. package/package.json +1 -1
  4. package/products.md +11 -11
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/csip/v20221121/csip_client.ts +31 -3
  7. package/src/services/csip/v20221121/csip_models.ts +339 -31
  8. package/src/services/ess/v20201111/ess_client.ts +2 -2
  9. package/src/services/ess/v20201111/ess_models.ts +3 -2
  10. package/src/services/essbasic/v20210526/essbasic_client.ts +6 -2
  11. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
  12. package/src/services/gaap/v20180529/gaap_models.ts +10 -0
  13. package/src/services/ocr/v20181119/ocr_models.ts +22 -16
  14. package/src/services/redis/v20180412/redis_client.ts +2 -2
  15. package/src/services/redis/v20180412/redis_models.ts +37 -16
  16. package/src/services/wedata/v20210820/wedata_client.ts +12 -0
  17. package/src/services/wedata/v20210820/wedata_models.ts +42 -1
  18. package/tencentcloud/common/sdk_version.d.ts +1 -1
  19. package/tencentcloud/common/sdk_version.js +1 -1
  20. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +9 -1
  21. package/tencentcloud/services/csip/v20221121/csip_client.js +12 -0
  22. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +331 -31
  23. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  24. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
  25. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -2
  26. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
  27. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -2
  28. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
  29. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +10 -0
  30. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -16
  31. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
  32. package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
  33. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +37 -16
  34. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  35. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  36. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +40 -1
  37. package/test/csip.v20221121.test.js +20 -0
  38. package/test/wedata.v20210820.test.js +10 -0
@@ -195,6 +195,27 @@ export interface ReportItemKey {
195
195
  */
196
196
  TaskLogList: Array<string>;
197
197
  }
198
+ /**
199
+ * 任务高级配置
200
+ */
201
+ export interface TaskAdvanceCFG {
202
+ /**
203
+ * 端口风险高级配置
204
+ */
205
+ PortRisk?: Array<PortRiskAdvanceCFGParamItem>;
206
+ /**
207
+ * 漏洞风险高级配置
208
+ */
209
+ VulRisk?: Array<TaskCenterVulRiskInputParam>;
210
+ /**
211
+ * 弱口令风险高级配置
212
+ */
213
+ WeakPwdRisk?: Array<TaskCenterWeakPwdRiskInputParam>;
214
+ /**
215
+ * 配置风险高级配置
216
+ */
217
+ CFGRisk?: Array<TaskCenterCFGRiskInputParam>;
218
+ }
198
219
  /**
199
220
  * 主机资产信息
200
221
  */
@@ -1012,17 +1033,21 @@ export interface PortRiskAdvanceCFGParamItem {
1012
1033
  Enable?: number;
1013
1034
  }
1014
1035
  /**
1015
- * StopRiskCenterTask请求参数结构体
1036
+ * DescribeVULRiskDetail请求参数结构体
1016
1037
  */
1017
- export interface StopRiskCenterTaskRequest {
1018
- /**
1019
- * 任务id 列表
1020
- */
1021
- TaskIdList: Array<TaskIdListKey>;
1038
+ export interface DescribeVULRiskDetailRequest {
1022
1039
  /**
1023
1040
  * 集团账号的成员id
1024
1041
  */
1025
1042
  MemberId?: Array<string>;
1043
+ /**
1044
+ * 风险id
1045
+ */
1046
+ RiskId?: string;
1047
+ /**
1048
+ * pcMgrId
1049
+ */
1050
+ PCMGRId?: string;
1026
1051
  }
1027
1052
  /**
1028
1053
  * 漏洞和资产信息
@@ -1440,6 +1465,35 @@ export interface DescribeTopAttackInfoResponse {
1440
1465
  */
1441
1466
  RequestId?: string;
1442
1467
  }
1468
+ /**
1469
+ * DescribeVULRiskDetail返回参数结构体
1470
+ */
1471
+ export interface DescribeVULRiskDetailResponse {
1472
+ /**
1473
+ * 安全产品支持情况
1474
+ */
1475
+ ServiceSupport?: Array<ServiceSupport>;
1476
+ /**
1477
+ * 漏洞趋势
1478
+ */
1479
+ VulTrend?: Array<VulTrend>;
1480
+ /**
1481
+ * 漏洞补充信息
1482
+ */
1483
+ VulData?: VULRiskInfo;
1484
+ /**
1485
+ * 小助手问答id
1486
+ */
1487
+ QuestionId?: string;
1488
+ /**
1489
+ * 会话id
1490
+ */
1491
+ SessionId?: string;
1492
+ /**
1493
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1494
+ */
1495
+ RequestId?: string;
1496
+ }
1443
1497
  /**
1444
1498
  * DescribeVULRiskAdvanceCFGList请求参数结构体
1445
1499
  */
@@ -2879,6 +2933,21 @@ export interface DescribeCVMAssetsResponse {
2879
2933
  */
2880
2934
  RequestId?: string;
2881
2935
  }
2936
+ /**
2937
+ * 漏洞影响组件信息
2938
+ */
2939
+ export interface VulImpactComponentInfo {
2940
+ /**
2941
+ * 组件名称
2942
+ 注意:此字段可能返回 null,表示取不到有效值。
2943
+ */
2944
+ Component?: string;
2945
+ /**
2946
+ * 版本名称
2947
+ 注意:此字段可能返回 null,表示取不到有效值。
2948
+ */
2949
+ Version?: string;
2950
+ }
2882
2951
  /**
2883
2952
  * 漏洞风险高级配置列表
2884
2953
  */
@@ -2977,6 +3046,29 @@ export interface VULRiskAdvanceCFGList {
2977
3046
  */
2978
3047
  RecentScanTime?: string;
2979
3048
  }
3049
+ /**
3050
+ * 过滤条件
3051
+ */
3052
+ export interface WhereFilter {
3053
+ /**
3054
+ * 过滤的项
3055
+ 注意:此字段可能返回 null,表示取不到有效值。
3056
+ */
3057
+ Name: string;
3058
+ /**
3059
+ * 过滤的值
3060
+ 注意:此字段可能返回 null,表示取不到有效值。
3061
+ */
3062
+ Values: Array<string>;
3063
+ /**
3064
+ * 中台定义:
3065
+ 1等于 2大于 3小于 4大于等于 5小于等于 6不等于 9模糊匹配 13非模糊匹配 14按位与
3066
+ 精确匹配填 7 模糊匹配填9
3067
+
3068
+ 注意:此字段可能返回 null,表示取不到有效值。
3069
+ */
3070
+ OperatorType?: number;
3071
+ }
2980
3072
  /**
2981
3073
  * DescribePublicIpAssets请求参数结构体
2982
3074
  */
@@ -3479,25 +3571,17 @@ export interface TaskCenterVulRiskInputParam {
3479
3571
  Enable: number;
3480
3572
  }
3481
3573
  /**
3482
- * 任务高级配置
3574
+ * StopRiskCenterTask请求参数结构体
3483
3575
  */
3484
- export interface TaskAdvanceCFG {
3485
- /**
3486
- * 端口风险高级配置
3487
- */
3488
- PortRisk?: Array<PortRiskAdvanceCFGParamItem>;
3489
- /**
3490
- * 漏洞风险高级配置
3491
- */
3492
- VulRisk?: Array<TaskCenterVulRiskInputParam>;
3576
+ export interface StopRiskCenterTaskRequest {
3493
3577
  /**
3494
- * 弱口令风险高级配置
3578
+ * 任务id 列表
3495
3579
  */
3496
- WeakPwdRisk?: Array<TaskCenterWeakPwdRiskInputParam>;
3580
+ TaskIdList: Array<TaskIdListKey>;
3497
3581
  /**
3498
- * 配置风险高级配置
3582
+ * 集团账号的成员id
3499
3583
  */
3500
- CFGRisk?: Array<TaskCenterCFGRiskInputParam>;
3584
+ MemberId?: Array<string>;
3501
3585
  }
3502
3586
  /**
3503
3587
  * DescribeScanTaskList返回参数结构体
@@ -3804,6 +3888,31 @@ export interface PortViewPortRisk {
3804
3888
  */
3805
3889
  Service?: string;
3806
3890
  }
3891
+ /**
3892
+ * 漏洞风险信息
3893
+ */
3894
+ export interface VULRiskInfo {
3895
+ /**
3896
+ * 修复建议
3897
+ 注意:此字段可能返回 null,表示取不到有效值。
3898
+ */
3899
+ Fix?: string;
3900
+ /**
3901
+ * 技术参考/参考链接
3902
+ 注意:此字段可能返回 null,表示取不到有效值。
3903
+ */
3904
+ References?: string;
3905
+ /**
3906
+ * 漏洞描述
3907
+ 注意:此字段可能返回 null,表示取不到有效值。
3908
+ */
3909
+ Describe?: string;
3910
+ /**
3911
+ * 受影响组件
3912
+ 注意:此字段可能返回 null,表示取不到有效值。
3913
+ */
3914
+ ImpactComponent?: Array<VulImpactComponentInfo>;
3915
+ }
3807
3916
  /**
3808
3917
  * DescribeClusterPodAssets请求参数结构体
3809
3918
  */
@@ -3875,6 +3984,23 @@ export interface DescribePublicIpAssetsResponse {
3875
3984
  */
3876
3985
  RequestId?: string;
3877
3986
  }
3987
+ /**
3988
+ * DescribeVulViewVulRiskList请求参数结构体
3989
+ */
3990
+ export interface DescribeVulViewVulRiskListRequest {
3991
+ /**
3992
+ * 集团账号的成员id
3993
+ */
3994
+ MemberId?: Array<string>;
3995
+ /**
3996
+ * 过滤内容
3997
+ */
3998
+ Filter?: Filter;
3999
+ /**
4000
+ * 资产标签
4001
+ */
4002
+ Tags?: Array<AssetTag>;
4003
+ }
3878
4004
  /**
3879
4005
  * DescribeTaskLogURL返回参数结构体
3880
4006
  */
@@ -3888,6 +4014,31 @@ export interface DescribeTaskLogURLResponse {
3888
4014
  */
3889
4015
  RequestId?: string;
3890
4016
  }
4017
+ /**
4018
+ * 漏洞趋势-攻击趋势、影响用户、影响资产
4019
+ */
4020
+ export interface VulTrend {
4021
+ /**
4022
+ * 影响的资产数
4023
+ 注意:此字段可能返回 null,表示取不到有效值。
4024
+ */
4025
+ AffectAssetCount?: number;
4026
+ /**
4027
+ * 影响的用户数
4028
+ 注意:此字段可能返回 null,表示取不到有效值。
4029
+ */
4030
+ AffectUserCount?: number;
4031
+ /**
4032
+ * 攻击数
4033
+ 注意:此字段可能返回 null,表示取不到有效值。
4034
+ */
4035
+ AttackCount?: number;
4036
+ /**
4037
+ * 时间
4038
+ 注意:此字段可能返回 null,表示取不到有效值。
4039
+ */
4040
+ Date?: string;
4041
+ }
3891
4042
  /**
3892
4043
  * ModifyOrganizationAccountStatus返回参数结构体
3893
4044
  */
@@ -4902,27 +5053,141 @@ export interface RelatedEvent {
4902
5053
  RelatedCount?: number;
4903
5054
  }
4904
5055
  /**
4905
- * 过滤条件
5056
+ * 漏洞视角的漏洞风险对象
4906
5057
  */
4907
- export interface WhereFilter {
5058
+ export interface VULViewVULRiskData {
4908
5059
  /**
4909
- * 过滤的项
5060
+ * 端口
5061
+ */
5062
+ Port?: string;
5063
+ /**
5064
+ * 影响资产
5065
+ */
5066
+ NoHandleCount?: number;
5067
+ /**
5068
+ * 风险等级,low-低危,high-高危,middle-中危,info-提示,extreme-严重。
5069
+ */
5070
+ Level?: string;
5071
+ /**
5072
+ * 组件
5073
+ */
5074
+ Component?: string;
5075
+ /**
5076
+ * 最近识别时间
5077
+ */
5078
+ RecentTime?: string;
5079
+ /**
5080
+ * 首次识别时间
5081
+ */
5082
+ FirstTime?: string;
5083
+ /**
5084
+ * 影响资产数量
5085
+ */
5086
+ AffectAssetCount?: number;
5087
+ /**
5088
+ * 风险ID
5089
+ */
5090
+ RiskId?: string;
5091
+ /**
5092
+ * 扫描来源,具体看接口返回枚举类型
5093
+ */
5094
+ From?: string;
5095
+ /**
5096
+ * 前端索引
5097
+ */
5098
+ Index?: string;
5099
+ /**
5100
+ * 漏洞类型
5101
+ */
5102
+ VULType?: string;
5103
+ /**
5104
+ * 漏洞名
5105
+ */
5106
+ VULName?: string;
5107
+ /**
5108
+ * cve
5109
+ */
5110
+ CVE?: string;
5111
+ /**
5112
+ * 漏洞payload
5113
+ */
5114
+ Payload?: string;
5115
+ /**
5116
+ * 漏洞影响组件
5117
+ */
5118
+ AppName?: string;
5119
+ /**
5120
+ * 漏洞影响版本
5121
+ */
5122
+ AppVersion?: string;
5123
+ /**
5124
+ * 风险点
5125
+ */
5126
+ VULURL?: string;
5127
+ /**
5128
+ * 用户昵称
4910
5129
  注意:此字段可能返回 null,表示取不到有效值。
4911
5130
  */
4912
- Name: string;
5131
+ Nick?: string;
4913
5132
  /**
4914
- * 过滤的值
5133
+ * 用户appid
5134
+ */
5135
+ AppId?: string;
5136
+ /**
5137
+ * 用户uin
4915
5138
  注意:此字段可能返回 null,表示取不到有效值。
4916
5139
  */
4917
- Values: Array<string>;
5140
+ Uin?: string;
4918
5141
  /**
4919
- * 中台定义:
4920
- 1等于 2大于 3小于 4大于等于 5小于等于 6不等于 9模糊匹配 13非模糊匹配 14按位与
4921
- 精确匹配填 7 模糊匹配填9
4922
-
5142
+ * 应急漏洞类型,1-应急漏洞,0-非应急漏洞
4923
5143
  注意:此字段可能返回 null,表示取不到有效值。
4924
5144
  */
4925
- OperatorType?: number;
5145
+ EMGCVulType?: number;
5146
+ /**
5147
+ * CVSS评分
5148
+ 注意:此字段可能返回 null,表示取不到有效值。
5149
+ */
5150
+ CVSS?: number;
5151
+ /**
5152
+ * PCMGRId
5153
+ 注意:此字段可能返回 null,表示取不到有效值。
5154
+ */
5155
+ PCMGRId?: string;
5156
+ /**
5157
+ * 漏洞标签。搜索时应急 必修传参VulTag=SuggestRepair/EMGCVul
5158
+ 注意:此字段可能返回 null,表示取不到有效值。
5159
+ */
5160
+ VulTag?: Array<string>;
5161
+ /**
5162
+ * 漏洞披露时间
5163
+ 注意:此字段可能返回 null,表示取不到有效值。
5164
+ */
5165
+ DisclosureTime?: string;
5166
+ /**
5167
+ * 攻击热度
5168
+ 注意:此字段可能返回 null,表示取不到有效值。
5169
+ */
5170
+ AttackHeat?: number;
5171
+ /**
5172
+ * 是否必修漏洞1是,0不是
5173
+ 注意:此字段可能返回 null,表示取不到有效值。
5174
+ */
5175
+ IsSuggest?: number;
5176
+ /**
5177
+ * 处置任务id
5178
+ 注意:此字段可能返回 null,表示取不到有效值。
5179
+ */
5180
+ HandleTaskId?: string;
5181
+ /**
5182
+ * 引擎来源
5183
+ 注意:此字段可能返回 null,表示取不到有效值。
5184
+ */
5185
+ EngineSource?: string;
5186
+ /**
5187
+ * 新的漏洞风险id
5188
+ 注意:此字段可能返回 null,表示取不到有效值。
5189
+ */
5190
+ VulRiskId?: string;
4926
5191
  }
4927
5192
  /**
4928
5193
  * DescribeAlertList返回参数结构体
@@ -6056,6 +6321,41 @@ export interface DescribeGatewayAssetsRequest {
6056
6321
  */
6057
6322
  Filter?: Filter;
6058
6323
  }
6324
+ /**
6325
+ * DescribeVulViewVulRiskList返回参数结构体
6326
+ */
6327
+ export interface DescribeVulViewVulRiskListResponse {
6328
+ /**
6329
+ * 总条数
6330
+ */
6331
+ TotalCount?: number;
6332
+ /**
6333
+ * 漏洞产视角的漏洞风险列表
6334
+ 注意:此字段可能返回 null,表示取不到有效值。
6335
+ */
6336
+ Data?: Array<VULViewVULRiskData>;
6337
+ /**
6338
+ * 危险等级列表
6339
+ */
6340
+ LevelLists?: Array<FilterDataObject>;
6341
+ /**
6342
+ * 来源列表
6343
+ */
6344
+ FromLists?: Array<FilterDataObject>;
6345
+ /**
6346
+ * 漏洞类型列表
6347
+ */
6348
+ VULTypeLists?: Array<FilterDataObject>;
6349
+ /**
6350
+ * tag枚举
6351
+ 注意:此字段可能返回 null,表示取不到有效值。
6352
+ */
6353
+ Tags?: Array<FilterDataObject>;
6354
+ /**
6355
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6356
+ */
6357
+ RequestId?: string;
6358
+ }
6059
6359
  /**
6060
6360
  * CreateDomainAndIp返回参数结构体
6061
6361
  */
@@ -666,8 +666,8 @@ p.s.
666
666
 
667
667
  **注意**
668
668
  1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
669
- 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
670
- 跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
669
+ 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
670
+ 如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
671
671
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
672
672
  */
673
673
  CreateFlowSignUrl(req: CreateFlowSignUrlRequest, cb?: (error: string, rep: CreateFlowSignUrlResponse) => void): Promise<CreateFlowSignUrlResponse>;
@@ -794,8 +794,8 @@ p.s.
794
794
 
795
795
  **注意**
796
796
  1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
797
- 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
798
- 跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
797
+ 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
798
+ 如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
799
799
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
800
800
  */
801
801
  async CreateFlowSignUrl(req, cb) {
@@ -5596,7 +5596,7 @@ export interface CreateFlowSignUrlRequest {
5596
5596
  * 流程签署人列表,其中结构体的ApproverName,ApproverMobile和ApproverType必传,企业签署人则需传OrganizationName,其他可不传。
5597
5597
 
5598
5598
  注:
5599
- `1. 签署人只能有手写签名、时间类型和印章类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。`
5599
+ `1. 签署人只能有手写签名、时间类型、印章类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
5600
5600
  `2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`
5601
5601
  */
5602
5602
  FlowApproverInfos?: Array<FlowCreateApprover>;
@@ -5606,7 +5606,8 @@ export interface CreateFlowSignUrlRequest {
5606
5606
  */
5607
5607
  Organization?: OrganizationInfo;
5608
5608
  /**
5609
- * 签署完之后的H5页面的跳转链接,此链接及支持http://和https://,最大长度1000个字符。(建议https协议)
5609
+ * 签署完之后的H5页面的跳转链接,最大长度1000个字符。链接类型请参考 <a href="https://qian.tencent.com/developers/company/openqianh5" target="_blank">跳转电子签H5</a>
5610
+
5610
5611
  */
5611
5612
  JumpUrl?: string;
5612
5613
  /**
@@ -111,6 +111,10 @@ export declare class Client extends AbstractClient {
111
111
  `3. 合同发起后就会扣减合同的额度, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(过期,拒签,签署完成,解除完成等状态不会返还额度)`
112
112
 
113
113
  `4. 静默(自动)签署不支持合同签署方存在填写功能`
114
+
115
+ <font color="red">相关视频指引</font> <br>
116
+ 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-UploadFiles.mp4" target="_blank">【上传文件代码】编写示例</a><br>
117
+ 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-ChannelCreateFlowByFiles.mp4" target="_blank">【用PDF文件创建签署流程】编写示例</a><br>
114
118
  */
115
119
  ChannelCreateFlowByFiles(req: ChannelCreateFlowByFilesRequest, cb?: (error: string, rep: ChannelCreateFlowByFilesResponse) => void): Promise<ChannelCreateFlowByFilesResponse>;
116
120
  /**
@@ -644,8 +648,8 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
644
648
 
645
649
  **注意**
646
650
  1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
647
- 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
648
- 跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
651
+ 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
652
+ 如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
649
653
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
650
654
  */
651
655
  ChannelCreateFlowSignUrl(req: ChannelCreateFlowSignUrlRequest, cb?: (error: string, rep: ChannelCreateFlowSignUrlResponse) => void): Promise<ChannelCreateFlowSignUrlResponse>;
@@ -143,6 +143,10 @@ class Client extends abstract_client_1.AbstractClient {
143
143
  `3. 合同发起后就会扣减合同的额度, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(过期,拒签,签署完成,解除完成等状态不会返还额度)`
144
144
 
145
145
  `4. 静默(自动)签署不支持合同签署方存在填写功能`
146
+
147
+ <font color="red">相关视频指引</font> <br>
148
+ 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-UploadFiles.mp4" target="_blank">【上传文件代码】编写示例</a><br>
149
+ 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-ChannelCreateFlowByFiles.mp4" target="_blank">【用PDF文件创建签署流程】编写示例</a><br>
146
150
  */
147
151
  async ChannelCreateFlowByFiles(req, cb) {
148
152
  return this.request("ChannelCreateFlowByFiles", req, cb);
@@ -752,8 +756,8 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
752
756
 
753
757
  **注意**
754
758
  1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
755
- 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
756
- 跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
759
+ 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
760
+ 如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
757
761
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
758
762
  */
759
763
  async ChannelCreateFlowSignUrl(req, cb) {
@@ -7814,7 +7814,7 @@ export interface ChannelCreateFlowSignUrlRequest {
7814
7814
  * 流程签署人列表,其中结构体的Name,Mobile和ApproverType必传,企业签署人则还需传OrganizationName、OpenId、OrganizationOpenId,其他可不传。
7815
7815
 
7816
7816
  注:
7817
- `1. 签署人只能有手写签名、时间类型和印章类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。`
7817
+ `1. 签署人只能有手写签名、时间类型、印章类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
7818
7818
  `2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`
7819
7819
  */
7820
7820
  FlowApproverInfos?: Array<FlowApproverInfo>;
@@ -7829,7 +7829,8 @@ export interface ChannelCreateFlowSignUrlRequest {
7829
7829
  */
7830
7830
  Organization?: OrganizationInfo;
7831
7831
  /**
7832
- * 签署完之后的H5页面的跳转链接,此链接及支持http://和https://,最大长度1000个字符。(建议https协议)
7832
+ * 签署完之后的H5页面的跳转链接,最大长度1000个字符。链接类型请参考 <a href="https://qian.tencent.com/developers/company/openqianh5" target="_blank">跳转电子签H5</a>
7833
+
7833
7834
  */
7834
7835
  JumpUrl?: string;
7835
7836
  /**
@@ -4637,6 +4637,16 @@ export interface DomainRuleSet {
4637
4637
  注意:此字段可能返回 null,表示取不到有效值。
4638
4638
  */
4639
4639
  IsDefaultServer?: boolean;
4640
+ /**
4641
+ * TLS套件包
4642
+ 注意:此字段可能返回 null,表示取不到有效值。
4643
+ */
4644
+ TLSCiphers?: string;
4645
+ /**
4646
+ * TLS版本
4647
+ 注意:此字段可能返回 null,表示取不到有效值。
4648
+ */
4649
+ TLSSupportVersion?: Array<string>;
4640
4650
  }
4641
4651
  /**
4642
4652
  * DescribeTCPListeners请求参数结构体
@@ -6108,14 +6108,17 @@ export interface IDCardOCRResponse {
6108
6108
  BorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0 ~ 100,分数越低边框遮挡可能性越低,建议阈值≤50);
6109
6109
 
6110
6110
  WarnInfos,告警信息,Code 告警码列表和释义:
6111
- -9100 身份证有效日期不合法告警,
6112
- -9101 身份证边框不完整告警,
6113
- -9102 身份证复印件告警,
6114
- -9103 身份证翻拍告警,
6115
- -9105 身份证框内遮挡告警,
6116
- -9104 临时身份证告警,
6117
- -9106 身份证疑似存在PS痕迹告警,
6118
- -9107 身份证反光告警。
6111
+ -9100 身份证有效日期不合法告警,
6112
+ -9101 身份证边框不完整告警,
6113
+
6114
+ -9102 身份证复印件告警(黑白及彩色复印件),
6115
+ -9108 身份证复印件告警(仅黑白复印件),
6116
+
6117
+ -9103 身份证翻拍告警,
6118
+ -9105 身份证框内遮挡告警,
6119
+ -9104 临时身份证告警,
6120
+ -9106 身份证疑似存在PS痕迹告警,
6121
+ -9107 身份证反光告警。
6119
6122
  */
6120
6123
  AdvancedInfo?: string;
6121
6124
  /**
@@ -7152,14 +7155,17 @@ export interface RecognizeEncryptedIDCardOCRResponse {
7152
7155
  BorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0 ~ 100,分数越低边框遮挡可能性越低,建议阈值≤50);
7153
7156
 
7154
7157
  WarnInfos,告警信息,Code 告警码列表和释义:
7155
- -9100 身份证有效日期不合法告警,
7156
- -9101 身份证边框不完整告警,
7157
- -9102 身份证复印件告警,
7158
- -9103 身份证翻拍告警,
7159
- -9105 身份证框内遮挡告警,
7160
- -9104 临时身份证告警,
7161
- -9106 身份证疑似存在PS痕迹告警,
7162
- -9107 身份证反光告警。
7158
+ -9100 身份证有效日期不合法告警,
7159
+ -9101 身份证边框不完整告警,
7160
+
7161
+ -9102 身份证复印件告警(黑白及彩色复印件),
7162
+ -9108 身份证复印件告警(仅黑白复印件),
7163
+
7164
+ -9103 身份证翻拍告警,
7165
+ -9105 身份证框内遮挡告警,
7166
+ -9104 临时身份证告警,
7167
+ -9106 身份证疑似存在PS痕迹告警,
7168
+ -9107 身份证反光告警。
7163
7169
  */
7164
7170
  AdvancedInfo?: string;
7165
7171
  /**
@@ -332,7 +332,7 @@ export declare class Client extends AbstractClient {
332
332
  */
333
333
  DescribeReplicationGroup(req: DescribeReplicationGroupRequest, cb?: (error: string, rep: DescribeReplicationGroupResponse) => void): Promise<DescribeReplicationGroupResponse>;
334
334
  /**
335
- * 查询实例续费价格(包年包月)
335
+ * 本接口(InquiryPriceRenewInstance)用于查询包年包月计费实例的续费价格。
336
336
  */
337
337
  InquiryPriceRenewInstance(req: InquiryPriceRenewInstanceRequest, cb?: (error: string, rep: InquiryPriceRenewInstanceResponse) => void): Promise<InquiryPriceRenewInstanceResponse>;
338
338
  /**
@@ -400,7 +400,7 @@ export declare class Client extends AbstractClient {
400
400
  */
401
401
  ApplyParamsTemplate(req: ApplyParamsTemplateRequest, cb?: (error: string, rep: ApplyParamsTemplateResponse) => void): Promise<ApplyParamsTemplateResponse>;
402
402
  /**
403
- * 查询实例维护时间窗,在实例需要进行版本升级或者架构升级的时候,会在维护时间窗时间内进行切换
403
+ * 本接口(DescribeMaintenanceWindow)用于查询实例维护时间窗。在实例需要进行版本升级或者架构升级的时候,会在维护时间窗时间内进行切换
404
404
  */
405
405
  DescribeMaintenanceWindow(req: DescribeMaintenanceWindowRequest, cb?: (error: string, rep: DescribeMaintenanceWindowResponse) => void): Promise<DescribeMaintenanceWindowResponse>;
406
406
  /**
@@ -514,7 +514,7 @@ class Client extends abstract_client_1.AbstractClient {
514
514
  return this.request("DescribeReplicationGroup", req, cb);
515
515
  }
516
516
  /**
517
- * 查询实例续费价格(包年包月)
517
+ * 本接口(InquiryPriceRenewInstance)用于查询包年包月计费实例的续费价格。
518
518
  */
519
519
  async InquiryPriceRenewInstance(req, cb) {
520
520
  return this.request("InquiryPriceRenewInstance", req, cb);
@@ -616,7 +616,7 @@ class Client extends abstract_client_1.AbstractClient {
616
616
  return this.request("ApplyParamsTemplate", req, cb);
617
617
  }
618
618
  /**
619
- * 查询实例维护时间窗,在实例需要进行版本升级或者架构升级的时候,会在维护时间窗时间内进行切换
619
+ * 本接口(DescribeMaintenanceWindow)用于查询实例维护时间窗。在实例需要进行版本升级或者架构升级的时候,会在维护时间窗时间内进行切换
620
620
  */
621
621
  async DescribeMaintenanceWindow(req, cb) {
622
622
  return this.request("DescribeMaintenanceWindow", req, cb);