tencentcloud-sdk-nodejs-essbasic 4.1.155 → 4.1.157

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-essbasic",
3
- "version": "4.1.155",
3
+ "version": "4.1.157",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3491,16 +3491,17 @@ export interface Staff {
3491
3491
  UserId?: string;
3492
3492
  /**
3493
3493
  * 显示的员工名
3494
- 注意:2024-07-08 及之后创建的应用号,该字段返回的是打码信息
3494
+ 注意:该字段返回的是打码信息
3495
3495
  */
3496
3496
  DisplayName?: string;
3497
3497
  /**
3498
3498
  * 员工手机号
3499
- 注意:2024-07-08 及之后创建的应用号,该字段返回的是打码信息
3499
+ 注意:该字段返回的是打码信息
3500
3500
  */
3501
3501
  Mobile?: string;
3502
3502
  /**
3503
3503
  * 员工邮箱
3504
+ 注意:该字段返回的是打码信息
3504
3505
  */
3505
3506
  Email?: string;
3506
3507
  /**
@@ -4031,7 +4032,7 @@ export interface CommonFlowApprover {
4031
4032
  </ul>
4032
4033
 
4033
4034
  */
4034
- NotChannelOrganization: boolean;
4035
+ NotChannelOrganization?: boolean;
4035
4036
  /**
4036
4037
  * 在指定签署方时,可选择企业B端或个人C端等不同的参与者类型,可选类型如下:
4037
4038
 
@@ -4317,7 +4318,6 @@ export interface CreateEmployeeQualificationSealQrCodeRequest {
4317
4318
  HintText?: string;
4318
4319
  /**
4319
4320
  * 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 2000长度。在执业章授权完成后的回调场景,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/partner/callback_types_seals#%E5%9B%9B-%E5%91%98%E5%B7%A5%E6%89%A7%E4%B8%9A%E7%AB%A0%E5%9B%9E%E8%B0%83%E9%80%9A%E7%9F%A5">回调通知</a>模块。
4320
- 示例值:QmFzZTYOIEJhc2U2NCA=
4321
4321
  */
4322
4322
  UserData?: string;
4323
4323
  }