tencentcloud-sdk-nodejs-essbasic 4.0.431 → 4.0.432

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.
@@ -1,6 +1,6 @@
1
1
  import * as Models from "./essbasic_models"
2
2
  import { Client } from "./essbasic_client"
3
3
  export const v20201222 = {
4
- Client: Client,
5
- Models: Models
6
- }
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -17,76 +17,75 @@
17
17
  */
18
18
  import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common"
19
19
  import {
20
- ResourceUrlInfo,
21
- SyncProxyOrganizationResponse,
22
- FlowApproverInfo,
23
- ChannelCreateConvertTaskApiResponse,
24
- OperateChannelTemplateRequest,
25
- TemplateInfo,
26
- UploadFilesRequest,
27
- GetDownloadFlowUrlResponse,
28
- DescribeResourceUrlsByFlowsResponse,
29
- ChannelCreateMultiFlowSignQRCodeResponse,
30
- Recipient,
31
- DescribeTemplatesResponse,
32
- OperateChannelTemplateResponse,
33
- CreateSignUrlsResponse,
34
- CreateSignUrlsRequest,
35
- ChannelCreateMultiFlowSignQRCodeRequest,
36
- AuthFailMessage,
37
- CreateChannelFlowEvidenceReportRequest,
38
- DescribeFlowDetailInfoRequest,
39
- ChannelGetTaskResultApiResponse,
40
- ProxyOrganizationOperator,
41
- ChannelGetTaskResultApiRequest,
42
- UploadFile,
43
- Component,
44
- GetDownloadFlowUrlRequest,
45
- FlowDetailInfo,
46
- CreateConsoleLoginUrlRequest,
47
- OrganizationInfo,
48
- CreateFlowsByTemplatesResponse,
49
- ChannelCreateFlowSignReviewRequest,
50
- PrepareFlowsRequest,
51
- SyncProxyOrganizationOperatorsResponse,
52
- CreateSealByImageResponse,
53
- SignUrl,
54
- FlowResourceUrlInfo,
55
- DescribeTemplatesRequest,
56
- SyncProxyOrganizationOperatorsRequest,
57
- CreateConsoleLoginUrlResponse,
58
- CreateFlowsByTemplatesRequest,
59
- SyncProxyOrganizationRequest,
60
- CreateSealByImageRequest,
61
- SignQrCode,
62
- DescribeUsageResponse,
63
- UsageDetail,
64
- ChannelCreateBatchCancelFlowUrlResponse,
65
- DescribeResourceUrlsByFlowsRequest,
66
- DownloadFlowInfo,
67
- ChannelCancelMultiFlowSignQRCodeRequest,
68
- CreateChannelFlowEvidenceReportResponse,
69
- SyncFailReason,
70
- PrepareFlowsResponse,
71
- DescribeUsageRequest,
72
- ChannelCreateBatchCancelFlowUrlRequest,
73
- ApproverRestriction,
74
- ChannelCreateFlowByFilesRequest,
75
- ChannelCreateFlowByFilesResponse,
76
- UploadFilesResponse,
77
- ChannelCreateFlowSignReviewResponse,
78
- Agent,
79
- FormField,
80
- UserInfo,
81
- ChannelCreateConvertTaskApiRequest,
82
- FlowApproverDetail,
83
- FlowInfo,
84
- SignUrlInfo,
85
- TaskInfo,
86
- CcInfo,
87
- ChannelCancelMultiFlowSignQRCodeResponse,
88
- DescribeFlowDetailInfoResponse,
89
-
20
+ ResourceUrlInfo,
21
+ SyncProxyOrganizationResponse,
22
+ FlowApproverInfo,
23
+ ChannelCreateConvertTaskApiResponse,
24
+ OperateChannelTemplateRequest,
25
+ TemplateInfo,
26
+ UploadFilesRequest,
27
+ GetDownloadFlowUrlResponse,
28
+ DescribeResourceUrlsByFlowsResponse,
29
+ ChannelCreateMultiFlowSignQRCodeResponse,
30
+ Recipient,
31
+ DescribeTemplatesResponse,
32
+ OperateChannelTemplateResponse,
33
+ CreateSignUrlsResponse,
34
+ CreateSignUrlsRequest,
35
+ ChannelCreateMultiFlowSignQRCodeRequest,
36
+ AuthFailMessage,
37
+ CreateChannelFlowEvidenceReportRequest,
38
+ DescribeFlowDetailInfoRequest,
39
+ ChannelGetTaskResultApiResponse,
40
+ ProxyOrganizationOperator,
41
+ ChannelGetTaskResultApiRequest,
42
+ UploadFile,
43
+ Component,
44
+ GetDownloadFlowUrlRequest,
45
+ FlowDetailInfo,
46
+ CreateConsoleLoginUrlRequest,
47
+ OrganizationInfo,
48
+ CreateFlowsByTemplatesResponse,
49
+ ChannelCreateFlowSignReviewRequest,
50
+ PrepareFlowsRequest,
51
+ SyncProxyOrganizationOperatorsResponse,
52
+ CreateSealByImageResponse,
53
+ SignUrl,
54
+ FlowResourceUrlInfo,
55
+ DescribeTemplatesRequest,
56
+ SyncProxyOrganizationOperatorsRequest,
57
+ CreateConsoleLoginUrlResponse,
58
+ CreateFlowsByTemplatesRequest,
59
+ SyncProxyOrganizationRequest,
60
+ CreateSealByImageRequest,
61
+ SignQrCode,
62
+ DescribeUsageResponse,
63
+ UsageDetail,
64
+ ChannelCreateBatchCancelFlowUrlResponse,
65
+ DescribeResourceUrlsByFlowsRequest,
66
+ DownloadFlowInfo,
67
+ ChannelCancelMultiFlowSignQRCodeRequest,
68
+ CreateChannelFlowEvidenceReportResponse,
69
+ SyncFailReason,
70
+ PrepareFlowsResponse,
71
+ DescribeUsageRequest,
72
+ ChannelCreateBatchCancelFlowUrlRequest,
73
+ ApproverRestriction,
74
+ ChannelCreateFlowByFilesRequest,
75
+ ChannelCreateFlowByFilesResponse,
76
+ UploadFilesResponse,
77
+ ChannelCreateFlowSignReviewResponse,
78
+ Agent,
79
+ FormField,
80
+ UserInfo,
81
+ ChannelCreateConvertTaskApiRequest,
82
+ FlowApproverDetail,
83
+ FlowInfo,
84
+ SignUrlInfo,
85
+ TaskInfo,
86
+ CcInfo,
87
+ ChannelCancelMultiFlowSignQRCodeResponse,
88
+ DescribeFlowDetailInfoResponse,
90
89
  } from "./essbasic_models"
91
90
 
92
91
  /**
@@ -94,181 +93,244 @@ import {
94
93
  * @class
95
94
  */
96
95
  export class Client extends TencentCloudCommon.AbstractClient {
96
+ constructor(clientConfig: TencentCloudCommon.ClientConfig) {
97
+ super("essbasic.tencentcloudapi.com", "2021-05-26", clientConfig)
98
+ }
97
99
 
98
- constructor(clientConfig: TencentCloudCommon.ClientConfig) {
99
- super("essbasic.tencentcloudapi.com", "2021-05-26", clientConfig);
100
- }
101
-
102
- /**
100
+ /**
103
101
  * 提交企业签署流程审批结果
104
102
 
105
103
  在通过接口(CreateFlowsByTemplates 或者ChannelCreateFlowByFiles)创建签署流程时,若指定了参数 NeedSignReview 为true,则可以调用此接口提交企业内部签署审批结果。
106
104
  若签署流程状态正常,且本企业存在签署方未签署,同一签署流程可以多次提交签署审批结果,签署时的最后一个“审批结果”有效。
107
105
  */
108
- async ChannelCreateFlowSignReview(req: ChannelCreateFlowSignReviewRequest, cb?: (error: string, rep: ChannelCreateFlowSignReviewResponse) => void): Promise<ChannelCreateFlowSignReviewResponse> {
109
- return this.request("ChannelCreateFlowSignReview", req, cb);
110
- }
106
+ async ChannelCreateFlowSignReview(
107
+ req: ChannelCreateFlowSignReviewRequest,
108
+ cb?: (error: string, rep: ChannelCreateFlowSignReviewResponse) => void
109
+ ): Promise<ChannelCreateFlowSignReviewResponse> {
110
+ return this.request("ChannelCreateFlowSignReview", req, cb)
111
+ }
111
112
 
112
- /**
113
+ /**
113
114
  * 此接口(ChannelCreateMultiFlowSignQRCode)用于创建一码多扫签署流程二维码。
114
115
  适用的模版仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模版,且模版中发起方没有填写控件。
115
116
  */
116
- async ChannelCreateMultiFlowSignQRCode(req: ChannelCreateMultiFlowSignQRCodeRequest, cb?: (error: string, rep: ChannelCreateMultiFlowSignQRCodeResponse) => void): Promise<ChannelCreateMultiFlowSignQRCodeResponse> {
117
- return this.request("ChannelCreateMultiFlowSignQRCode", req, cb);
118
- }
117
+ async ChannelCreateMultiFlowSignQRCode(
118
+ req: ChannelCreateMultiFlowSignQRCodeRequest,
119
+ cb?: (error: string, rep: ChannelCreateMultiFlowSignQRCodeResponse) => void
120
+ ): Promise<ChannelCreateMultiFlowSignQRCodeResponse> {
121
+ return this.request("ChannelCreateMultiFlowSignQRCode", req, cb)
122
+ }
119
123
 
120
- /**
121
- * 接口(ChannelCreateFlowByFiles)用于渠道版通过文件创建签署流程。此接口不可直接使用,需要运营申请
122
- */
123
- async ChannelCreateFlowByFiles(req: ChannelCreateFlowByFilesRequest, cb?: (error: string, rep: ChannelCreateFlowByFilesResponse) => void): Promise<ChannelCreateFlowByFilesResponse> {
124
- return this.request("ChannelCreateFlowByFiles", req, cb);
125
- }
124
+ /**
125
+ * 接口(ChannelCreateFlowByFiles)用于渠道版通过文件创建签署流程。此接口不可直接使用,需要运营申请
126
+ */
127
+ async ChannelCreateFlowByFiles(
128
+ req: ChannelCreateFlowByFilesRequest,
129
+ cb?: (error: string, rep: ChannelCreateFlowByFilesResponse) => void
130
+ ): Promise<ChannelCreateFlowByFilesResponse> {
131
+ return this.request("ChannelCreateFlowByFiles", req, cb)
132
+ }
126
133
 
127
- /**
128
- * 渠道通过图片为子客代创建印章,图片最大5m;此接口不可直接使用,需要运营申请
129
- */
130
- async CreateSealByImage(req: CreateSealByImageRequest, cb?: (error: string, rep: CreateSealByImageResponse) => void): Promise<CreateSealByImageResponse> {
131
- return this.request("CreateSealByImage", req, cb);
132
- }
134
+ /**
135
+ * 渠道通过图片为子客代创建印章,图片最大5m;此接口不可直接使用,需要运营申请
136
+ */
137
+ async CreateSealByImage(
138
+ req: CreateSealByImageRequest,
139
+ cb?: (error: string, rep: CreateSealByImageResponse) => void
140
+ ): Promise<CreateSealByImageResponse> {
141
+ return this.request("CreateSealByImage", req, cb)
142
+ }
133
143
 
134
- /**
135
- * 此接口(ChannelCancelMultiFlowSignQRCode)用于取消一码多扫二维码。该接口对传入的二维码ID,若还在有效期内,可以提前失效。
136
- */
137
- async ChannelCancelMultiFlowSignQRCode(req: ChannelCancelMultiFlowSignQRCodeRequest, cb?: (error: string, rep: ChannelCancelMultiFlowSignQRCodeResponse) => void): Promise<ChannelCancelMultiFlowSignQRCodeResponse> {
138
- return this.request("ChannelCancelMultiFlowSignQRCode", req, cb);
139
- }
144
+ /**
145
+ * 此接口(ChannelCancelMultiFlowSignQRCode)用于取消一码多扫二维码。该接口对传入的二维码ID,若还在有效期内,可以提前失效。
146
+ */
147
+ async ChannelCancelMultiFlowSignQRCode(
148
+ req: ChannelCancelMultiFlowSignQRCodeRequest,
149
+ cb?: (error: string, rep: ChannelCancelMultiFlowSignQRCodeResponse) => void
150
+ ): Promise<ChannelCancelMultiFlowSignQRCodeResponse> {
151
+ return this.request("ChannelCancelMultiFlowSignQRCode", req, cb)
152
+ }
140
153
 
141
- /**
142
- * 渠道创建文件转换任务
143
- */
144
- async ChannelCreateConvertTaskApi(req: ChannelCreateConvertTaskApiRequest, cb?: (error: string, rep: ChannelCreateConvertTaskApiResponse) => void): Promise<ChannelCreateConvertTaskApiResponse> {
145
- return this.request("ChannelCreateConvertTaskApi", req, cb);
146
- }
154
+ /**
155
+ * 渠道创建文件转换任务
156
+ */
157
+ async ChannelCreateConvertTaskApi(
158
+ req: ChannelCreateConvertTaskApiRequest,
159
+ cb?: (error: string, rep: ChannelCreateConvertTaskApiResponse) => void
160
+ ): Promise<ChannelCreateConvertTaskApiResponse> {
161
+ return this.request("ChannelCreateConvertTaskApi", req, cb)
162
+ }
147
163
 
148
- /**
164
+ /**
149
165
  * 此接口(DescribeUsage)用于获取渠道所有合作企业流量消耗情况。
150
166
  注: 此接口每日限频2次,若要扩大限制次数,请提前与客服经理或邮件至e-contract@tencent.com进行联系。
151
167
  */
152
- async DescribeUsage(req: DescribeUsageRequest, cb?: (error: string, rep: DescribeUsageResponse) => void): Promise<DescribeUsageResponse> {
153
- return this.request("DescribeUsage", req, cb);
154
- }
168
+ async DescribeUsage(
169
+ req: DescribeUsageRequest,
170
+ cb?: (error: string, rep: DescribeUsageResponse) => void
171
+ ): Promise<DescribeUsageResponse> {
172
+ return this.request("DescribeUsage", req, cb)
173
+ }
155
174
 
156
- /**
175
+ /**
157
176
  * 接口(CreateFlowsByTemplates)用于使用多个模板批量创建签署流程。当前可批量发起合同(签署流程)数量最大为20个。
158
177
 
159
178
  */
160
- async CreateFlowsByTemplates(req: CreateFlowsByTemplatesRequest, cb?: (error: string, rep: CreateFlowsByTemplatesResponse) => void): Promise<CreateFlowsByTemplatesResponse> {
161
- return this.request("CreateFlowsByTemplates", req, cb);
162
- }
179
+ async CreateFlowsByTemplates(
180
+ req: CreateFlowsByTemplatesRequest,
181
+ cb?: (error: string, rep: CreateFlowsByTemplatesResponse) => void
182
+ ): Promise<CreateFlowsByTemplatesResponse> {
183
+ return this.request("CreateFlowsByTemplates", req, cb)
184
+ }
163
185
 
164
- /**
165
- * 创建跳转小程序查看或签署的链接;自动签署的签署方不创建签署链接;
166
- */
167
- async CreateSignUrls(req: CreateSignUrlsRequest, cb?: (error: string, rep: CreateSignUrlsResponse) => void): Promise<CreateSignUrlsResponse> {
168
- return this.request("CreateSignUrls", req, cb);
169
- }
186
+ /**
187
+ * 创建跳转小程序查看或签署的链接;自动签署的签署方不创建签署链接;
188
+ */
189
+ async CreateSignUrls(
190
+ req: CreateSignUrlsRequest,
191
+ cb?: (error: string, rep: CreateSignUrlsResponse) => void
192
+ ): Promise<CreateSignUrlsResponse> {
193
+ return this.request("CreateSignUrls", req, cb)
194
+ }
170
195
 
171
- /**
196
+ /**
172
197
  * 此接口(CreateConsoleLoginUrl)用于创建电子签控制台登录链接。若企业未激活,调用同步企业信息、同步经办人信息
173
198
 
174
199
  */
175
- async CreateConsoleLoginUrl(req: CreateConsoleLoginUrlRequest, cb?: (error: string, rep: CreateConsoleLoginUrlResponse) => void): Promise<CreateConsoleLoginUrlResponse> {
176
- return this.request("CreateConsoleLoginUrl", req, cb);
177
- }
200
+ async CreateConsoleLoginUrl(
201
+ req: CreateConsoleLoginUrlRequest,
202
+ cb?: (error: string, rep: CreateConsoleLoginUrlResponse) => void
203
+ ): Promise<CreateConsoleLoginUrlResponse> {
204
+ return this.request("CreateConsoleLoginUrl", req, cb)
205
+ }
178
206
 
179
- /**
207
+ /**
180
208
  * 指定需要批量撤销的签署流程Id,获取批量撤销链接
181
209
  客户指定需要撤销的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤销合同的链接,通过链接跳转到电子签小程序完成批量撤销
182
210
  */
183
- async ChannelCreateBatchCancelFlowUrl(req: ChannelCreateBatchCancelFlowUrlRequest, cb?: (error: string, rep: ChannelCreateBatchCancelFlowUrlResponse) => void): Promise<ChannelCreateBatchCancelFlowUrlResponse> {
184
- return this.request("ChannelCreateBatchCancelFlowUrl", req, cb);
185
- }
211
+ async ChannelCreateBatchCancelFlowUrl(
212
+ req: ChannelCreateBatchCancelFlowUrlRequest,
213
+ cb?: (error: string, rep: ChannelCreateBatchCancelFlowUrlResponse) => void
214
+ ): Promise<ChannelCreateBatchCancelFlowUrlResponse> {
215
+ return this.request("ChannelCreateBatchCancelFlowUrl", req, cb)
216
+ }
186
217
 
187
- /**
188
- * 渠道版查询转换任务状态
189
- */
190
- async ChannelGetTaskResultApi(req: ChannelGetTaskResultApiRequest, cb?: (error: string, rep: ChannelGetTaskResultApiResponse) => void): Promise<ChannelGetTaskResultApiResponse> {
191
- return this.request("ChannelGetTaskResultApi", req, cb);
192
- }
218
+ /**
219
+ * 渠道版查询转换任务状态
220
+ */
221
+ async ChannelGetTaskResultApi(
222
+ req: ChannelGetTaskResultApiRequest,
223
+ cb?: (error: string, rep: ChannelGetTaskResultApiResponse) => void
224
+ ): Promise<ChannelGetTaskResultApiResponse> {
225
+ return this.request("ChannelGetTaskResultApi", req, cb)
226
+ }
193
227
 
194
- /**
195
- * 此接口(SyncProxyOrganization)用于同步渠道侧企业信息
196
- */
197
- async SyncProxyOrganization(req: SyncProxyOrganizationRequest, cb?: (error: string, rep: SyncProxyOrganizationResponse) => void): Promise<SyncProxyOrganizationResponse> {
198
- return this.request("SyncProxyOrganization", req, cb);
199
- }
228
+ /**
229
+ * 此接口(SyncProxyOrganization)用于同步渠道侧企业信息
230
+ */
231
+ async SyncProxyOrganization(
232
+ req: SyncProxyOrganizationRequest,
233
+ cb?: (error: string, rep: SyncProxyOrganizationResponse) => void
234
+ ): Promise<SyncProxyOrganizationResponse> {
235
+ return this.request("SyncProxyOrganization", req, cb)
236
+ }
200
237
 
201
- /**
238
+ /**
202
239
  * 此接口(GetDownloadFlowUrl)用于创建电子签批量下载地址,让合作企业进入控制台直接下载,支持客户合同(流程)按照自定义文件夹形式 分类下载。
203
240
  当前接口限制最多合同(流程)50个.
204
241
 
205
242
  */
206
- async GetDownloadFlowUrl(req: GetDownloadFlowUrlRequest, cb?: (error: string, rep: GetDownloadFlowUrlResponse) => void): Promise<GetDownloadFlowUrlResponse> {
207
- return this.request("GetDownloadFlowUrl", req, cb);
208
- }
243
+ async GetDownloadFlowUrl(
244
+ req: GetDownloadFlowUrlRequest,
245
+ cb?: (error: string, rep: GetDownloadFlowUrlResponse) => void
246
+ ): Promise<GetDownloadFlowUrlResponse> {
247
+ return this.request("GetDownloadFlowUrl", req, cb)
248
+ }
209
249
 
210
- /**
250
+ /**
211
251
  * 该接口 (PrepareFlows) 用于创建待发起文件
212
252
  用户通过该接口进入签署流程发起的确认页面,进行发起信息二次确认, 如果确认则进行正常发起。
213
253
  目前该接口只支持B2C,不建议使用。
214
254
  */
215
- async PrepareFlows(req: PrepareFlowsRequest, cb?: (error: string, rep: PrepareFlowsResponse) => void): Promise<PrepareFlowsResponse> {
216
- return this.request("PrepareFlows", req, cb);
217
- }
255
+ async PrepareFlows(
256
+ req: PrepareFlowsRequest,
257
+ cb?: (error: string, rep: PrepareFlowsResponse) => void
258
+ ): Promise<PrepareFlowsResponse> {
259
+ return this.request("PrepareFlows", req, cb)
260
+ }
218
261
 
219
- /**
220
- * 根据签署流程信息批量获取资源下载链接,需合作企业先进行授权
221
- */
222
- async DescribeResourceUrlsByFlows(req: DescribeResourceUrlsByFlowsRequest, cb?: (error: string, rep: DescribeResourceUrlsByFlowsResponse) => void): Promise<DescribeResourceUrlsByFlowsResponse> {
223
- return this.request("DescribeResourceUrlsByFlows", req, cb);
224
- }
262
+ /**
263
+ * 根据签署流程信息批量获取资源下载链接,需合作企业先进行授权
264
+ */
265
+ async DescribeResourceUrlsByFlows(
266
+ req: DescribeResourceUrlsByFlowsRequest,
267
+ cb?: (error: string, rep: DescribeResourceUrlsByFlowsResponse) => void
268
+ ): Promise<DescribeResourceUrlsByFlowsResponse> {
269
+ return this.request("DescribeResourceUrlsByFlows", req, cb)
270
+ }
225
271
 
226
- /**
227
- * 通过此接口(DescribeTemplates)查询该企业在电子签渠道版中配置的有效模板列表
228
- */
229
- async DescribeTemplates(req: DescribeTemplatesRequest, cb?: (error: string, rep: DescribeTemplatesResponse) => void): Promise<DescribeTemplatesResponse> {
230
- return this.request("DescribeTemplates", req, cb);
231
- }
272
+ /**
273
+ * 通过此接口(DescribeTemplates)查询该企业在电子签渠道版中配置的有效模板列表
274
+ */
275
+ async DescribeTemplates(
276
+ req: DescribeTemplatesRequest,
277
+ cb?: (error: string, rep: DescribeTemplatesResponse) => void
278
+ ): Promise<DescribeTemplatesResponse> {
279
+ return this.request("DescribeTemplates", req, cb)
280
+ }
232
281
 
233
- /**
282
+ /**
234
283
  * 此接口(UploadFiles)用于文件上传。
235
284
  调用时需要设置Domain 为 file.ess.tencent.cn
236
285
  */
237
- async UploadFiles(req: UploadFilesRequest, cb?: (error: string, rep: UploadFilesResponse) => void): Promise<UploadFilesResponse> {
238
- return this.request("UploadFiles", req, cb);
239
- }
286
+ async UploadFiles(
287
+ req: UploadFilesRequest,
288
+ cb?: (error: string, rep: UploadFilesResponse) => void
289
+ ): Promise<UploadFilesResponse> {
290
+ return this.request("UploadFiles", req, cb)
291
+ }
240
292
 
241
- /**
242
- * 创建出证报告,返回报告 URL
243
- */
244
- async CreateChannelFlowEvidenceReport(req: CreateChannelFlowEvidenceReportRequest, cb?: (error: string, rep: CreateChannelFlowEvidenceReportResponse) => void): Promise<CreateChannelFlowEvidenceReportResponse> {
245
- return this.request("CreateChannelFlowEvidenceReport", req, cb);
246
- }
293
+ /**
294
+ * 创建出证报告,返回报告 URL
295
+ */
296
+ async CreateChannelFlowEvidenceReport(
297
+ req: CreateChannelFlowEvidenceReportRequest,
298
+ cb?: (error: string, rep: CreateChannelFlowEvidenceReportResponse) => void
299
+ ): Promise<CreateChannelFlowEvidenceReportResponse> {
300
+ return this.request("CreateChannelFlowEvidenceReport", req, cb)
301
+ }
247
302
 
248
- /**
303
+ /**
249
304
  * 此接口(OperateChannelTemplate)用于渠道侧将模板库中的模板对合作企业进行查询和设置, 其中包括可见性的修改以及对合作企业的设置.
250
305
  1、同步标识=select时:
251
306
  返回渠道侧模板库当前模板的属性.
252
307
  2、同步标识=update或者delete时:
253
308
  对渠道子客进行模板库中模板授权,修改操作
254
309
  */
255
- async OperateChannelTemplate(req: OperateChannelTemplateRequest, cb?: (error: string, rep: OperateChannelTemplateResponse) => void): Promise<OperateChannelTemplateResponse> {
256
- return this.request("OperateChannelTemplate", req, cb);
257
- }
258
-
259
- /**
260
- * 此接口(SyncProxyOrganizationOperators)用于同步渠道合作企业经办人列表
261
- */
262
- async SyncProxyOrganizationOperators(req: SyncProxyOrganizationOperatorsRequest, cb?: (error: string, rep: SyncProxyOrganizationOperatorsResponse) => void): Promise<SyncProxyOrganizationOperatorsResponse> {
263
- return this.request("SyncProxyOrganizationOperators", req, cb);
264
- }
265
-
266
- /**
267
- * 此接口(DescribeFlowDetailInfo)用于查询合同(签署流程)的详细信息。
268
- */
269
- async DescribeFlowDetailInfo(req: DescribeFlowDetailInfoRequest, cb?: (error: string, rep: DescribeFlowDetailInfoResponse) => void): Promise<DescribeFlowDetailInfoResponse> {
270
- return this.request("DescribeFlowDetailInfo", req, cb);
271
- }
310
+ async OperateChannelTemplate(
311
+ req: OperateChannelTemplateRequest,
312
+ cb?: (error: string, rep: OperateChannelTemplateResponse) => void
313
+ ): Promise<OperateChannelTemplateResponse> {
314
+ return this.request("OperateChannelTemplate", req, cb)
315
+ }
272
316
 
317
+ /**
318
+ * 此接口(SyncProxyOrganizationOperators)用于同步渠道合作企业经办人列表
319
+ */
320
+ async SyncProxyOrganizationOperators(
321
+ req: SyncProxyOrganizationOperatorsRequest,
322
+ cb?: (error: string, rep: SyncProxyOrganizationOperatorsResponse) => void
323
+ ): Promise<SyncProxyOrganizationOperatorsResponse> {
324
+ return this.request("SyncProxyOrganizationOperators", req, cb)
325
+ }
273
326
 
327
+ /**
328
+ * 此接口(DescribeFlowDetailInfo)用于查询合同(签署流程)的详细信息。
329
+ */
330
+ async DescribeFlowDetailInfo(
331
+ req: DescribeFlowDetailInfoRequest,
332
+ cb?: (error: string, rep: DescribeFlowDetailInfoResponse) => void
333
+ ): Promise<DescribeFlowDetailInfoResponse> {
334
+ return this.request("DescribeFlowDetailInfo", req, cb)
335
+ }
274
336
  }