tencentcloud-sdk-nodejs-essbasic 4.0.617 → 4.0.619

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.
@@ -252,7 +252,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
252
252
  }
253
253
 
254
254
  /**
255
- * 上传了word、excel文件后,通过该接口发起文件转换任务,将word、excel文件转换为pdf文件。
255
+ * 上传了word、excel、图片文件后,通过该接口发起文件转换任务,将word、excel、图片文件转换为pdf文件。
256
256
  */
257
257
  async ChannelCreateConvertTaskApi(
258
258
  req: ChannelCreateConvertTaskApiRequest,
@@ -306,7 +306,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
306
306
  }
307
307
 
308
308
  /**
309
- * 删除员工绑定角色
309
+ * 通过此接口,删除员工绑定的角色,支持以电子签userId、客户系统userId两种方式调用。
310
310
  */
311
311
  async ChannelDeleteRoleUsers(
312
312
  req: ChannelDeleteRoleUsersRequest,
@@ -561,7 +561,7 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
561
561
  }
562
562
 
563
563
  /**
564
- * 绑定员工角色
564
+ * 通过此接口,绑定员工角色,支持以电子签userId、客户系统userId两种方式调用。
565
565
  */
566
566
  async ChannelCreateUserRoles(
567
567
  req: ChannelCreateUserRolesRequest,