tencentcloud-sdk-nodejs-ess 4.1.148 → 4.1.150

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.148",
3
+ "version": "4.1.150",
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>
@@ -7038,6 +7042,7 @@ export interface DescribeOrganizationGroupOrganizationsRequest {
7038
7042
  Offset: number;
7039
7043
  /**
7040
7044
  * 查询成员企业的企业名,模糊匹配
7045
+ * @deprecated
7041
7046
  */
7042
7047
  Name?: string;
7043
7048
  /**
@@ -7571,10 +7576,7 @@ export interface FillApproverInfo {
7571
7576
  */
7572
7577
  CustomUserId?: string;
7573
7578
  /**
7574
- * 补充企业签署人员工姓名
7575
- <ul>
7576
- <li>ApproverSource!=WEWORKAPP时,必传</li>
7577
- </ul>
7579
+ * 企业签署人的员工姓名。除企业微信应用场景(ApproverSource设置为WEWORKAPP)外,本字段为必填。
7578
7580
  */
7579
7581
  ApproverName?: string;
7580
7582
  /**