tencentcloud-sdk-nodejs-ess 4.1.149 → 4.1.151

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.149",
3
+ "version": "4.1.151",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2959,6 +2959,10 @@ export interface DescribePersonCertificateRequest {
2959
2959
  * 合同对比差异结果详情。
2960
2960
  */
2961
2961
  export interface ComparisonDetail {
2962
+ /**
2963
+ * 合同对比差异点唯一ID。
2964
+ */
2965
+ ComparisonPointId?: string;
2962
2966
  /**
2963
2967
  * 对比前后差异类型,具体如下:
2964
2968
  <ul><li> **add**:新增</li>
@@ -7572,10 +7576,7 @@ export interface FillApproverInfo {
7572
7576
  */
7573
7577
  CustomUserId?: string;
7574
7578
  /**
7575
- * 补充企业签署人员工姓名
7576
- <ul>
7577
- <li>ApproverSource!=WEWORKAPP时,必传</li>
7578
- </ul>
7579
+ * 企业签署人的员工姓名。除企业微信应用场景(ApproverSource设置为WEWORKAPP)外,本字段为必填。
7579
7580
  */
7580
7581
  ApproverName?: string;
7581
7582
  /**