tencentcloud-sdk-nodejs-essbasic 4.0.397 → 4.0.431

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