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.
@@ -51,7 +51,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
51
51
  */
52
52
  ModifyExtendedService(req: ModifyExtendedServiceRequest, cb?: (error: string, rep: ModifyExtendedServiceResponse) => void): Promise<ModifyExtendedServiceResponse>;
53
53
  /**
54
- * 上传了word、excel文件后,通过该接口发起文件转换任务,将word、excel文件转换为pdf文件。
54
+ * 上传了word、excel、图片文件后,通过该接口发起文件转换任务,将word、excel、图片文件转换为pdf文件。
55
55
  */
56
56
  ChannelCreateConvertTaskApi(req: ChannelCreateConvertTaskApiRequest, cb?: (error: string, rep: ChannelCreateConvertTaskApiResponse) => void): Promise<ChannelCreateConvertTaskApiResponse>;
57
57
  /**
@@ -75,7 +75,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
75
75
  */
76
76
  ChannelDescribeOrganizationSeals(req: ChannelDescribeOrganizationSealsRequest, cb?: (error: string, rep: ChannelDescribeOrganizationSealsResponse) => void): Promise<ChannelDescribeOrganizationSealsResponse>;
77
77
  /**
78
- * 删除员工绑定角色
78
+ * 通过此接口,删除员工绑定的角色,支持以电子签userId、客户系统userId两种方式调用。
79
79
  */
80
80
  ChannelDeleteRoleUsers(req: ChannelDeleteRoleUsersRequest, cb?: (error: string, rep: ChannelDeleteRoleUsersResponse) => void): Promise<ChannelDeleteRoleUsersResponse>;
81
81
  /**
@@ -210,7 +210,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
210
210
  */
211
211
  DescribeResourceUrlsByFlows(req: DescribeResourceUrlsByFlowsRequest, cb?: (error: string, rep: DescribeResourceUrlsByFlowsResponse) => void): Promise<DescribeResourceUrlsByFlowsResponse>;
212
212
  /**
213
- * 绑定员工角色
213
+ * 通过此接口,绑定员工角色,支持以电子签userId、客户系统userId两种方式调用。
214
214
  */
215
215
  ChannelCreateUserRoles(req: ChannelCreateUserRolesRequest, cb?: (error: string, rep: ChannelCreateUserRolesResponse) => void): Promise<ChannelCreateUserRolesResponse>;
216
216
  /**
@@ -88,7 +88,7 @@ class Client extends TencentCloudCommon.AbstractClient {
88
88
  return this.request("ModifyExtendedService", req, cb);
89
89
  }
90
90
  /**
91
- * 上传了word、excel文件后,通过该接口发起文件转换任务,将word、excel文件转换为pdf文件。
91
+ * 上传了word、excel、图片文件后,通过该接口发起文件转换任务,将word、excel、图片文件转换为pdf文件。
92
92
  */
93
93
  async ChannelCreateConvertTaskApi(req, cb) {
94
94
  return this.request("ChannelCreateConvertTaskApi", req, cb);
@@ -122,7 +122,7 @@ class Client extends TencentCloudCommon.AbstractClient {
122
122
  return this.request("ChannelDescribeOrganizationSeals", req, cb);
123
123
  }
124
124
  /**
125
- * 删除员工绑定角色
125
+ * 通过此接口,删除员工绑定的角色,支持以电子签userId、客户系统userId两种方式调用。
126
126
  */
127
127
  async ChannelDeleteRoleUsers(req, cb) {
128
128
  return this.request("ChannelDeleteRoleUsers", req, cb);
@@ -297,7 +297,7 @@ class Client extends TencentCloudCommon.AbstractClient {
297
297
  return this.request("DescribeResourceUrlsByFlows", req, cb);
298
298
  }
299
299
  /**
300
- * 绑定员工角色
300
+ * 通过此接口,绑定员工角色,支持以电子签userId、客户系统userId两种方式调用。
301
301
  */
302
302
  async ChannelCreateUserRoles(req, cb) {
303
303
  return this.request("ChannelCreateUserRoles", req, cb);