tencentcloud-sdk-nodejs-essbasic 4.0.548 → 4.0.550

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.
@@ -23,7 +23,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
23
23
  */
24
24
  ChannelCreateMultiFlowSignQRCode(req: ChannelCreateMultiFlowSignQRCodeRequest, cb?: (error: string, rep: ChannelCreateMultiFlowSignQRCodeResponse) => void): Promise<ChannelCreateMultiFlowSignQRCodeResponse>;
25
25
  /**
26
- * 接口(ChannelCreateFlowByFiles)用于渠道版通过文件创建签署流程。此接口静默签能力不可直接使用,需要运营申请
26
+ * 接口(ChannelCreateFlowByFiles)用于通过文件创建签署流程。此接口静默签能力不可直接使用,需要运营申请
27
27
  */
28
28
  ChannelCreateFlowByFiles(req: ChannelCreateFlowByFilesRequest, cb?: (error: string, rep: ChannelCreateFlowByFilesResponse) => void): Promise<ChannelCreateFlowByFilesResponse>;
29
29
  /**
@@ -43,7 +43,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
43
43
  */
44
44
  ModifyExtendedService(req: ModifyExtendedServiceRequest, cb?: (error: string, rep: ModifyExtendedServiceResponse) => void): Promise<ModifyExtendedServiceResponse>;
45
45
  /**
46
- * 渠道创建文件转换任务
46
+ * 创建文件转换任务
47
47
  */
48
48
  ChannelCreateConvertTaskApi(req: ChannelCreateConvertTaskApiRequest, cb?: (error: string, rep: ChannelCreateConvertTaskApiResponse) => void): Promise<ChannelCreateConvertTaskApiResponse>;
49
49
  /**
@@ -52,18 +52,17 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
52
52
  */
53
53
  DescribeUsage(req: DescribeUsageRequest, cb?: (error: string, rep: DescribeUsageResponse) => void): Promise<DescribeUsageResponse>;
54
54
  /**
55
- * 渠道版撤销签署流程接口,可以撤回:未全部签署完成;不可以撤回(终态):已全部签署完成、已拒签、已过期、已撤回。
55
+ * 撤销签署流程接口,可以撤回:未全部签署完成;不可以撤回(终态):已全部签署完成、已拒签、已过期、已撤回。
56
56
  注意:
57
57
  能撤回合同的只能是合同的发起人或者发起企业的超管、法人
58
-
59
58
  */
60
59
  ChannelCancelFlow(req: ChannelCancelFlowRequest, cb?: (error: string, rep: ChannelCancelFlowResponse) => void): Promise<ChannelCancelFlowResponse>;
61
60
  /**
62
- * 将指定印章授权给企业下的某些员工
61
+ * 将指定印章授权给子客企业下的某些员工
63
62
  */
64
63
  ChannelCreateSealPolicy(req: ChannelCreateSealPolicyRequest, cb?: (error: string, rep: ChannelCreateSealPolicyResponse) => void): Promise<ChannelCreateSealPolicyResponse>;
65
64
  /**
66
- * 查询渠道子客企业电子印章,需要操作者具有管理印章权限
65
+ * 查询子客企业电子印章,需要操作者具有管理印章权限
67
66
  客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数。
68
67
  */
69
68
  ChannelDescribeOrganizationSeals(req: ChannelDescribeOrganizationSealsRequest, cb?: (error: string, rep: ChannelDescribeOrganizationSealsResponse) => void): Promise<ChannelDescribeOrganizationSealsResponse>;
@@ -95,7 +94,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
95
94
  */
96
95
  CreateConsoleLoginUrl(req: CreateConsoleLoginUrlRequest, cb?: (error: string, rep: CreateConsoleLoginUrlResponse) => void): Promise<CreateConsoleLoginUrlResponse>;
97
96
  /**
98
- * 此接口(ChannelCreateBoundFlows)用于渠道子客领取合同,经办人需要有相应的角色,领取后的合同不能重复领取。
97
+ * 此接口(ChannelCreateBoundFlows)用于子客领取合同,经办人需要有相应的角色,领取后的合同不能重复领取。
99
98
  */
100
99
  ChannelCreateBoundFlows(req: ChannelCreateBoundFlowsRequest, cb?: (error: string, rep: ChannelCreateBoundFlowsResponse) => void): Promise<ChannelCreateBoundFlowsResponse>;
101
100
  /**
@@ -108,7 +107,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
108
107
  */
109
108
  ChannelCreateBatchCancelFlowUrl(req: ChannelCreateBatchCancelFlowUrlRequest, cb?: (error: string, rep: ChannelCreateBatchCancelFlowUrlResponse) => void): Promise<ChannelCreateBatchCancelFlowUrlResponse>;
110
109
  /**
111
- * 渠道版查询转换任务状态
110
+ * 查询转换任务状态
112
111
  */
113
112
  ChannelGetTaskResultApi(req: ChannelGetTaskResultApiRequest, cb?: (error: string, rep: ChannelGetTaskResultApiResponse) => void): Promise<ChannelGetTaskResultApiResponse>;
114
113
  /**
@@ -117,7 +116,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
117
116
  */
118
117
  CreateChannelFlowEvidenceReport(req: CreateChannelFlowEvidenceReportRequest, cb?: (error: string, rep: CreateChannelFlowEvidenceReportResponse) => void): Promise<CreateChannelFlowEvidenceReportResponse>;
119
118
  /**
120
- * 本接口(ChannelUpdateSealStatus)由于渠道版更新印章状态
119
+ * 本接口(ChannelUpdateSealStatus)用于渠道为子客企业更新印章状态
121
120
  */
122
121
  ChannelUpdateSealStatus(req: ChannelUpdateSealStatusRequest, cb?: (error: string, rep: ChannelUpdateSealStatusResponse) => void): Promise<ChannelUpdateSealStatusResponse>;
123
122
  /**
@@ -127,15 +126,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
127
126
  /**
128
127
  * 此接口(GetDownloadFlowUrl)用于创建电子签批量下载地址,让合作企业进入控制台直接下载,支持客户合同(流程)按照自定义文件夹形式 分类下载。
129
128
  当前接口限制最多合同(流程)50个.
130
-
131
129
  */
132
130
  GetDownloadFlowUrl(req: GetDownloadFlowUrlRequest, cb?: (error: string, rep: GetDownloadFlowUrlResponse) => void): Promise<GetDownloadFlowUrlResponse>;
133
131
  /**
134
- * 渠道版创建签署链接,需要联系运营人员开白后才可使用
132
+ * 创建签署链接,需要联系运营人员开白后才可使用
135
133
  */
136
134
  ChannelCreateFlowSignUrl(req: ChannelCreateFlowSignUrlRequest, cb?: (error: string, rep: ChannelCreateFlowSignUrlResponse) => void): Promise<ChannelCreateFlowSignUrlResponse>;
137
135
  /**
138
- * 渠道版发起解除协议,主要应用场景为:基于一份已经签署的合同,进行解除操作。
136
+ * 发起解除协议,主要应用场景为:基于一份已经签署的合同,进行解除操作。
139
137
  合同发起人必须在电子签已经进行实名。
140
138
  */
141
139
  ChannelCreateReleaseFlow(req: ChannelCreateReleaseFlowRequest, cb?: (error: string, rep: ChannelCreateReleaseFlowResponse) => void): Promise<ChannelCreateReleaseFlowResponse>;
@@ -195,9 +193,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
195
193
  */
196
194
  SyncProxyOrganizationOperators(req: SyncProxyOrganizationOperatorsRequest, cb?: (error: string, rep: SyncProxyOrganizationOperatorsResponse) => void): Promise<SyncProxyOrganizationOperatorsResponse>;
197
195
  /**
198
- * 查询出证报告,返回报告 URL。
199
-
200
- */
196
+ * 查询出证报告,返回报告 URL。
197
+ */
201
198
  DescribeChannelFlowEvidenceReport(req: DescribeChannelFlowEvidenceReportRequest, cb?: (error: string, rep: DescribeChannelFlowEvidenceReportResponse) => void): Promise<DescribeChannelFlowEvidenceReportResponse>;
202
199
  /**
203
200
  * 此接口(OperateChannelTemplate)用于针对渠道模板库中的模板对子客企业可见性的查询和设置,不会直接分配渠道模板给子客企业。
@@ -50,7 +50,7 @@ class Client extends TencentCloudCommon.AbstractClient {
50
50
  return this.request("ChannelCreateMultiFlowSignQRCode", req, cb);
51
51
  }
52
52
  /**
53
- * 接口(ChannelCreateFlowByFiles)用于渠道版通过文件创建签署流程。此接口静默签能力不可直接使用,需要运营申请
53
+ * 接口(ChannelCreateFlowByFiles)用于通过文件创建签署流程。此接口静默签能力不可直接使用,需要运营申请
54
54
  */
55
55
  async ChannelCreateFlowByFiles(req, cb) {
56
56
  return this.request("ChannelCreateFlowByFiles", req, cb);
@@ -80,7 +80,7 @@ class Client extends TencentCloudCommon.AbstractClient {
80
80
  return this.request("ModifyExtendedService", req, cb);
81
81
  }
82
82
  /**
83
- * 渠道创建文件转换任务
83
+ * 创建文件转换任务
84
84
  */
85
85
  async ChannelCreateConvertTaskApi(req, cb) {
86
86
  return this.request("ChannelCreateConvertTaskApi", req, cb);
@@ -93,22 +93,21 @@ class Client extends TencentCloudCommon.AbstractClient {
93
93
  return this.request("DescribeUsage", req, cb);
94
94
  }
95
95
  /**
96
- * 渠道版撤销签署流程接口,可以撤回:未全部签署完成;不可以撤回(终态):已全部签署完成、已拒签、已过期、已撤回。
96
+ * 撤销签署流程接口,可以撤回:未全部签署完成;不可以撤回(终态):已全部签署完成、已拒签、已过期、已撤回。
97
97
  注意:
98
98
  能撤回合同的只能是合同的发起人或者发起企业的超管、法人
99
-
100
99
  */
101
100
  async ChannelCancelFlow(req, cb) {
102
101
  return this.request("ChannelCancelFlow", req, cb);
103
102
  }
104
103
  /**
105
- * 将指定印章授权给企业下的某些员工
104
+ * 将指定印章授权给子客企业下的某些员工
106
105
  */
107
106
  async ChannelCreateSealPolicy(req, cb) {
108
107
  return this.request("ChannelCreateSealPolicy", req, cb);
109
108
  }
110
109
  /**
111
- * 查询渠道子客企业电子印章,需要操作者具有管理印章权限
110
+ * 查询子客企业电子印章,需要操作者具有管理印章权限
112
111
  客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数。
113
112
  */
114
113
  async ChannelDescribeOrganizationSeals(req, cb) {
@@ -146,7 +145,7 @@ class Client extends TencentCloudCommon.AbstractClient {
146
145
  return this.request("CreateConsoleLoginUrl", req, cb);
147
146
  }
148
147
  /**
149
- * 此接口(ChannelCreateBoundFlows)用于渠道子客领取合同,经办人需要有相应的角色,领取后的合同不能重复领取。
148
+ * 此接口(ChannelCreateBoundFlows)用于子客领取合同,经办人需要有相应的角色,领取后的合同不能重复领取。
150
149
  */
151
150
  async ChannelCreateBoundFlows(req, cb) {
152
151
  return this.request("ChannelCreateBoundFlows", req, cb);
@@ -163,7 +162,7 @@ class Client extends TencentCloudCommon.AbstractClient {
163
162
  return this.request("ChannelCreateBatchCancelFlowUrl", req, cb);
164
163
  }
165
164
  /**
166
- * 渠道版查询转换任务状态
165
+ * 查询转换任务状态
167
166
  */
168
167
  async ChannelGetTaskResultApi(req, cb) {
169
168
  return this.request("ChannelGetTaskResultApi", req, cb);
@@ -176,7 +175,7 @@ class Client extends TencentCloudCommon.AbstractClient {
176
175
  return this.request("CreateChannelFlowEvidenceReport", req, cb);
177
176
  }
178
177
  /**
179
- * 本接口(ChannelUpdateSealStatus)由于渠道版更新印章状态
178
+ * 本接口(ChannelUpdateSealStatus)用于渠道为子客企业更新印章状态
180
179
  */
181
180
  async ChannelUpdateSealStatus(req, cb) {
182
181
  return this.request("ChannelUpdateSealStatus", req, cb);
@@ -190,19 +189,18 @@ class Client extends TencentCloudCommon.AbstractClient {
190
189
  /**
191
190
  * 此接口(GetDownloadFlowUrl)用于创建电子签批量下载地址,让合作企业进入控制台直接下载,支持客户合同(流程)按照自定义文件夹形式 分类下载。
192
191
  当前接口限制最多合同(流程)50个.
193
-
194
192
  */
195
193
  async GetDownloadFlowUrl(req, cb) {
196
194
  return this.request("GetDownloadFlowUrl", req, cb);
197
195
  }
198
196
  /**
199
- * 渠道版创建签署链接,需要联系运营人员开白后才可使用
197
+ * 创建签署链接,需要联系运营人员开白后才可使用
200
198
  */
201
199
  async ChannelCreateFlowSignUrl(req, cb) {
202
200
  return this.request("ChannelCreateFlowSignUrl", req, cb);
203
201
  }
204
202
  /**
205
- * 渠道版发起解除协议,主要应用场景为:基于一份已经签署的合同,进行解除操作。
203
+ * 发起解除协议,主要应用场景为:基于一份已经签署的合同,进行解除操作。
206
204
  合同发起人必须在电子签已经进行实名。
207
205
  */
208
206
  async ChannelCreateReleaseFlow(req, cb) {
@@ -284,9 +282,8 @@ class Client extends TencentCloudCommon.AbstractClient {
284
282
  return this.request("SyncProxyOrganizationOperators", req, cb);
285
283
  }
286
284
  /**
287
- * 查询出证报告,返回报告 URL。
288
-
289
- */
285
+ * 查询出证报告,返回报告 URL。
286
+ */
290
287
  async DescribeChannelFlowEvidenceReport(req, cb) {
291
288
  return this.request("DescribeChannelFlowEvidenceReport", req, cb);
292
289
  }