tencentcloud-sdk-nodejs-ess 4.1.104 → 4.1.106

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-ess",
3
- "version": "4.1.104",
3
+ "version": "4.1.106",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8129,7 +8129,7 @@ export interface DescribeContractReviewTaskResponse {
8129
8129
  */
8130
8130
  Risks?: Array<OutputRisk>;
8131
8131
  /**
8132
- * 合同审查中的角色信息。注意:注意:如果用户没有配置审查角色时此值可能为null,需要等大模型根据合同内容推荐出审查角色信息。
8132
+ * 合同审查中的角色信息。注意: `如果用户没有配置审查角色时此值可能为null,需要等大模型根据合同内容推荐出审查角色信息。`
8133
8133
  注意:此字段可能返回 null,表示取不到有效值。
8134
8134
  */
8135
8135
  Role?: RiskIdentificationRoleInfo;
@@ -8159,6 +8159,14 @@ export interface DescribeContractReviewTaskResponse {
8159
8159
  在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。
8160
8160
  */
8161
8161
  UserData?: string;
8162
+ /**
8163
+ * 合同审查出的高风险项数量
8164
+ */
8165
+ HighRiskCount?: number;
8166
+ /**
8167
+ * 合同审查出的风险总数
8168
+ */
8169
+ TotalRiskCount?: number;
8162
8170
  /**
8163
8171
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8164
8172
  */