tencentcloud-sdk-nodejs 4.0.427 → 4.0.428
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.
- package/CHANGELOG.md +120 -0
- package/SERVICE_CHANGELOG.md +182 -74
- package/package.json +1 -1
- package/products.md +8 -8
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/cfs/v20190719/cfs_models.ts +37 -37
- package/src/services/cfw/v20190904/cfw_client.ts +19 -43
- package/src/services/cfw/v20190904/cfw_models.ts +48 -164
- package/src/services/ckafka/v20190819/ckafka_models.ts +30 -0
- package/src/services/ess/v20201111/ess_client.ts +12 -0
- package/src/services/ess/v20201111/ess_models.ts +30 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +132 -119
- package/src/services/essbasic/v20210526/essbasic_models.ts +63 -0
- package/src/services/ocr/v20181119/ocr_models.ts +20 -0
- package/src/services/vpc/v20170312/vpc_models.ts +2 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +37 -37
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -15
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -21
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -136
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +24 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +26 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +58 -54
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +54 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +16 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -0
- package/test/cfw.v20190904.test.js +6 -26
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +52 -42
|
@@ -20,6 +20,7 @@ import { ClientConfig } from "../../../common/interface"
|
|
|
20
20
|
import {
|
|
21
21
|
UploadFile,
|
|
22
22
|
CancelMultiFlowSignQRCodeRequest,
|
|
23
|
+
CreateFlowEvidenceReportResponse,
|
|
23
24
|
DescribeFileUrlsResponse,
|
|
24
25
|
TemplateInfo,
|
|
25
26
|
CreateDocumentResponse,
|
|
@@ -52,6 +53,7 @@ import {
|
|
|
52
53
|
CreateFlowSignReviewResponse,
|
|
53
54
|
Caller,
|
|
54
55
|
DescribeFlowTemplatesResponse,
|
|
56
|
+
CreateFlowEvidenceReportRequest,
|
|
55
57
|
CreateBatchCancelFlowUrlResponse,
|
|
56
58
|
StartFlowResponse,
|
|
57
59
|
FileInfo,
|
|
@@ -165,6 +167,16 @@ export class Client extends AbstractClient {
|
|
|
165
167
|
return this.request("DescribeThirdPartyAuthCode", req, cb)
|
|
166
168
|
}
|
|
167
169
|
|
|
170
|
+
/**
|
|
171
|
+
* 创建出证报告,返回报告 URL
|
|
172
|
+
*/
|
|
173
|
+
async CreateFlowEvidenceReport(
|
|
174
|
+
req: CreateFlowEvidenceReportRequest,
|
|
175
|
+
cb?: (error: string, rep: CreateFlowEvidenceReportResponse) => void
|
|
176
|
+
): Promise<CreateFlowEvidenceReportResponse> {
|
|
177
|
+
return this.request("CreateFlowEvidenceReport", req, cb)
|
|
178
|
+
}
|
|
179
|
+
|
|
168
180
|
/**
|
|
169
181
|
* 创建签署流程
|
|
170
182
|
适用场景:在标准制式的合同场景中,可通过提前预制好模板文件,每次调用模板文件的id,补充合同内容信息及签署信息生成电子合同。
|
|
@@ -50,6 +50,21 @@ export interface CancelMultiFlowSignQRCodeRequest {
|
|
|
50
50
|
Agent?: Agent
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
+
/**
|
|
54
|
+
* CreateFlowEvidenceReport返回参数结构体
|
|
55
|
+
*/
|
|
56
|
+
export interface CreateFlowEvidenceReportResponse {
|
|
57
|
+
/**
|
|
58
|
+
* 出证报告 URL(有效期5分钟)
|
|
59
|
+
*/
|
|
60
|
+
ReportUrl: string
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
64
|
+
*/
|
|
65
|
+
RequestId?: string
|
|
66
|
+
}
|
|
67
|
+
|
|
53
68
|
/**
|
|
54
69
|
* DescribeFileUrls返回参数结构体
|
|
55
70
|
*/
|
|
@@ -1189,6 +1204,21 @@ export interface DescribeFlowTemplatesResponse {
|
|
|
1189
1204
|
RequestId?: string
|
|
1190
1205
|
}
|
|
1191
1206
|
|
|
1207
|
+
/**
|
|
1208
|
+
* CreateFlowEvidenceReport请求参数结构体
|
|
1209
|
+
*/
|
|
1210
|
+
export interface CreateFlowEvidenceReportRequest {
|
|
1211
|
+
/**
|
|
1212
|
+
* 调用方用户信息,userId 必填
|
|
1213
|
+
*/
|
|
1214
|
+
Operator: UserInfo
|
|
1215
|
+
|
|
1216
|
+
/**
|
|
1217
|
+
* 签署流程编号
|
|
1218
|
+
*/
|
|
1219
|
+
FlowId: string
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1192
1222
|
/**
|
|
1193
1223
|
* CreateBatchCancelFlowUrl返回参数结构体
|
|
1194
1224
|
*/
|
|
@@ -35,6 +35,7 @@ import {
|
|
|
35
35
|
CreateSignUrlsRequest,
|
|
36
36
|
ChannelCreateMultiFlowSignQRCodeRequest,
|
|
37
37
|
AuthFailMessage,
|
|
38
|
+
CreateChannelFlowEvidenceReportRequest,
|
|
38
39
|
DescribeFlowDetailInfoRequest,
|
|
39
40
|
ChannelGetTaskResultApiResponse,
|
|
40
41
|
ProxyOrganizationOperator,
|
|
@@ -65,6 +66,7 @@ import {
|
|
|
65
66
|
DescribeResourceUrlsByFlowsRequest,
|
|
66
67
|
DownloadFlowInfo,
|
|
67
68
|
ChannelCancelMultiFlowSignQRCodeRequest,
|
|
69
|
+
CreateChannelFlowEvidenceReportResponse,
|
|
68
70
|
SyncFailReason,
|
|
69
71
|
PrepareFlowsResponse,
|
|
70
72
|
DescribeUsageRequest,
|
|
@@ -81,6 +83,7 @@ import {
|
|
|
81
83
|
FlowApproverDetail,
|
|
82
84
|
FlowInfo,
|
|
83
85
|
SignUrlInfo,
|
|
86
|
+
TaskInfo,
|
|
84
87
|
CcInfo,
|
|
85
88
|
ChannelCancelMultiFlowSignQRCodeResponse,
|
|
86
89
|
DescribeFlowDetailInfoResponse,
|
|
@@ -95,38 +98,6 @@ export class Client extends AbstractClient {
|
|
|
95
98
|
super("essbasic.tencentcloudapi.com", "2021-05-26", clientConfig)
|
|
96
99
|
}
|
|
97
100
|
|
|
98
|
-
/**
|
|
99
|
-
* 此接口(UploadFiles)用于文件上传。
|
|
100
|
-
调用时需要设置Domain 为 file.ess.tencent.cn
|
|
101
|
-
*/
|
|
102
|
-
async UploadFiles(
|
|
103
|
-
req: UploadFilesRequest,
|
|
104
|
-
cb?: (error: string, rep: UploadFilesResponse) => void
|
|
105
|
-
): Promise<UploadFilesResponse> {
|
|
106
|
-
return this.request("UploadFiles", req, cb)
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* 接口(CreateFlowsByTemplates)用于使用多个模板批量创建签署流程。当前可批量发起合同(签署流程)数量最大为20个。
|
|
111
|
-
|
|
112
|
-
*/
|
|
113
|
-
async CreateFlowsByTemplates(
|
|
114
|
-
req: CreateFlowsByTemplatesRequest,
|
|
115
|
-
cb?: (error: string, rep: CreateFlowsByTemplatesResponse) => void
|
|
116
|
-
): Promise<CreateFlowsByTemplatesResponse> {
|
|
117
|
-
return this.request("CreateFlowsByTemplates", req, cb)
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
* 根据签署流程信息批量获取资源下载链接,需合作企业先进行授权
|
|
122
|
-
*/
|
|
123
|
-
async DescribeResourceUrlsByFlows(
|
|
124
|
-
req: DescribeResourceUrlsByFlowsRequest,
|
|
125
|
-
cb?: (error: string, rep: DescribeResourceUrlsByFlowsResponse) => void
|
|
126
|
-
): Promise<DescribeResourceUrlsByFlowsResponse> {
|
|
127
|
-
return this.request("DescribeResourceUrlsByFlows", req, cb)
|
|
128
|
-
}
|
|
129
|
-
|
|
130
101
|
/**
|
|
131
102
|
* 提交企业签署流程审批结果
|
|
132
103
|
|
|
@@ -140,40 +111,6 @@ export class Client extends AbstractClient {
|
|
|
140
111
|
return this.request("ChannelCreateFlowSignReview", req, cb)
|
|
141
112
|
}
|
|
142
113
|
|
|
143
|
-
/**
|
|
144
|
-
* 通过此接口(DescribeTemplates)查询该企业在电子签渠道版中配置的有效模板列表
|
|
145
|
-
*/
|
|
146
|
-
async DescribeTemplates(
|
|
147
|
-
req: DescribeTemplatesRequest,
|
|
148
|
-
cb?: (error: string, rep: DescribeTemplatesResponse) => void
|
|
149
|
-
): Promise<DescribeTemplatesResponse> {
|
|
150
|
-
return this.request("DescribeTemplates", req, cb)
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
/**
|
|
154
|
-
* 此接口(OperateChannelTemplate)用于渠道侧将模板库中的模板对合作企业进行查询和设置, 其中包括可见性的修改以及对合作企业的设置.
|
|
155
|
-
1、同步标识=select时:
|
|
156
|
-
返回渠道侧模板库当前模板的属性.
|
|
157
|
-
2、同步标识=update或者delete时:
|
|
158
|
-
对渠道子客进行模板库中模板授权,修改操作
|
|
159
|
-
*/
|
|
160
|
-
async OperateChannelTemplate(
|
|
161
|
-
req: OperateChannelTemplateRequest,
|
|
162
|
-
cb?: (error: string, rep: OperateChannelTemplateResponse) => void
|
|
163
|
-
): Promise<OperateChannelTemplateResponse> {
|
|
164
|
-
return this.request("OperateChannelTemplate", req, cb)
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
/**
|
|
168
|
-
* 此接口(SyncProxyOrganizationOperators)用于同步渠道合作企业经办人列表
|
|
169
|
-
*/
|
|
170
|
-
async SyncProxyOrganizationOperators(
|
|
171
|
-
req: SyncProxyOrganizationOperatorsRequest,
|
|
172
|
-
cb?: (error: string, rep: SyncProxyOrganizationOperatorsResponse) => void
|
|
173
|
-
): Promise<SyncProxyOrganizationOperatorsResponse> {
|
|
174
|
-
return this.request("SyncProxyOrganizationOperators", req, cb)
|
|
175
|
-
}
|
|
176
|
-
|
|
177
114
|
/**
|
|
178
115
|
* 此接口(ChannelCreateMultiFlowSignQRCode)用于创建一码多扫签署流程二维码。
|
|
179
116
|
适用的模版仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模版,且模版中发起方没有填写控件。
|
|
@@ -195,28 +132,6 @@ export class Client extends AbstractClient {
|
|
|
195
132
|
return this.request("ChannelCreateFlowByFiles", req, cb)
|
|
196
133
|
}
|
|
197
134
|
|
|
198
|
-
/**
|
|
199
|
-
* 该接口 (PrepareFlows) 用于创建待发起文件
|
|
200
|
-
用户通过该接口进入签署流程发起的确认页面,进行发起信息二次确认, 如果确认则进行正常发起。
|
|
201
|
-
目前该接口只支持B2C,不建议使用。
|
|
202
|
-
*/
|
|
203
|
-
async PrepareFlows(
|
|
204
|
-
req: PrepareFlowsRequest,
|
|
205
|
-
cb?: (error: string, rep: PrepareFlowsResponse) => void
|
|
206
|
-
): Promise<PrepareFlowsResponse> {
|
|
207
|
-
return this.request("PrepareFlows", req, cb)
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
/**
|
|
211
|
-
* 创建跳转小程序查看或签署的链接;自动签署的签署方不创建签署链接;
|
|
212
|
-
*/
|
|
213
|
-
async CreateSignUrls(
|
|
214
|
-
req: CreateSignUrlsRequest,
|
|
215
|
-
cb?: (error: string, rep: CreateSignUrlsResponse) => void
|
|
216
|
-
): Promise<CreateSignUrlsResponse> {
|
|
217
|
-
return this.request("CreateSignUrls", req, cb)
|
|
218
|
-
}
|
|
219
|
-
|
|
220
135
|
/**
|
|
221
136
|
* 渠道通过图片为子客代创建印章,图片最大5m;此接口不可直接使用,需要运营申请
|
|
222
137
|
*/
|
|
@@ -237,6 +152,48 @@ export class Client extends AbstractClient {
|
|
|
237
152
|
return this.request("ChannelCancelMultiFlowSignQRCode", req, cb)
|
|
238
153
|
}
|
|
239
154
|
|
|
155
|
+
/**
|
|
156
|
+
* 渠道创建文件转换任务
|
|
157
|
+
*/
|
|
158
|
+
async ChannelCreateConvertTaskApi(
|
|
159
|
+
req: ChannelCreateConvertTaskApiRequest,
|
|
160
|
+
cb?: (error: string, rep: ChannelCreateConvertTaskApiResponse) => void
|
|
161
|
+
): Promise<ChannelCreateConvertTaskApiResponse> {
|
|
162
|
+
return this.request("ChannelCreateConvertTaskApi", req, cb)
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* 此接口(DescribeUsage)用于获取渠道所有合作企业流量消耗情况。
|
|
167
|
+
注: 此接口每日限频2次,若要扩大限制次数,请提前与客服经理或邮件至e-contract@tencent.com进行联系。
|
|
168
|
+
*/
|
|
169
|
+
async DescribeUsage(
|
|
170
|
+
req: DescribeUsageRequest,
|
|
171
|
+
cb?: (error: string, rep: DescribeUsageResponse) => void
|
|
172
|
+
): Promise<DescribeUsageResponse> {
|
|
173
|
+
return this.request("DescribeUsage", req, cb)
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* 接口(CreateFlowsByTemplates)用于使用多个模板批量创建签署流程。当前可批量发起合同(签署流程)数量最大为20个。
|
|
178
|
+
|
|
179
|
+
*/
|
|
180
|
+
async CreateFlowsByTemplates(
|
|
181
|
+
req: CreateFlowsByTemplatesRequest,
|
|
182
|
+
cb?: (error: string, rep: CreateFlowsByTemplatesResponse) => void
|
|
183
|
+
): Promise<CreateFlowsByTemplatesResponse> {
|
|
184
|
+
return this.request("CreateFlowsByTemplates", req, cb)
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* 创建跳转小程序查看或签署的链接;自动签署的签署方不创建签署链接;
|
|
189
|
+
*/
|
|
190
|
+
async CreateSignUrls(
|
|
191
|
+
req: CreateSignUrlsRequest,
|
|
192
|
+
cb?: (error: string, rep: CreateSignUrlsResponse) => void
|
|
193
|
+
): Promise<CreateSignUrlsResponse> {
|
|
194
|
+
return this.request("CreateSignUrls", req, cb)
|
|
195
|
+
}
|
|
196
|
+
|
|
240
197
|
/**
|
|
241
198
|
* 此接口(CreateConsoleLoginUrl)用于创建电子签控制台登录链接。若企业未激活,调用同步企业信息、同步经办人信息
|
|
242
199
|
|
|
@@ -259,27 +216,6 @@ export class Client extends AbstractClient {
|
|
|
259
216
|
return this.request("ChannelCreateBatchCancelFlowUrl", req, cb)
|
|
260
217
|
}
|
|
261
218
|
|
|
262
|
-
/**
|
|
263
|
-
* 渠道创建文件转换任务
|
|
264
|
-
*/
|
|
265
|
-
async ChannelCreateConvertTaskApi(
|
|
266
|
-
req: ChannelCreateConvertTaskApiRequest,
|
|
267
|
-
cb?: (error: string, rep: ChannelCreateConvertTaskApiResponse) => void
|
|
268
|
-
): Promise<ChannelCreateConvertTaskApiResponse> {
|
|
269
|
-
return this.request("ChannelCreateConvertTaskApi", req, cb)
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
/**
|
|
273
|
-
* 此接口(DescribeUsage)用于获取渠道所有合作企业流量消耗情况。
|
|
274
|
-
注: 此接口每日限频2次,若要扩大限制次数,请提前与客服经理或邮件至e-contract@tencent.com进行联系。
|
|
275
|
-
*/
|
|
276
|
-
async DescribeUsage(
|
|
277
|
-
req: DescribeUsageRequest,
|
|
278
|
-
cb?: (error: string, rep: DescribeUsageResponse) => void
|
|
279
|
-
): Promise<DescribeUsageResponse> {
|
|
280
|
-
return this.request("DescribeUsage", req, cb)
|
|
281
|
-
}
|
|
282
|
-
|
|
283
219
|
/**
|
|
284
220
|
* 渠道版查询转换任务状态
|
|
285
221
|
*/
|
|
@@ -300,16 +236,6 @@ export class Client extends AbstractClient {
|
|
|
300
236
|
return this.request("SyncProxyOrganization", req, cb)
|
|
301
237
|
}
|
|
302
238
|
|
|
303
|
-
/**
|
|
304
|
-
* 此接口(DescribeFlowDetailInfo)用于查询合同(签署流程)的详细信息。
|
|
305
|
-
*/
|
|
306
|
-
async DescribeFlowDetailInfo(
|
|
307
|
-
req: DescribeFlowDetailInfoRequest,
|
|
308
|
-
cb?: (error: string, rep: DescribeFlowDetailInfoResponse) => void
|
|
309
|
-
): Promise<DescribeFlowDetailInfoResponse> {
|
|
310
|
-
return this.request("DescribeFlowDetailInfo", req, cb)
|
|
311
|
-
}
|
|
312
|
-
|
|
313
239
|
/**
|
|
314
240
|
* 此接口(GetDownloadFlowUrl)用于创建电子签批量下载地址,让合作企业进入控制台直接下载,支持客户合同(流程)按照自定义文件夹形式 分类下载。
|
|
315
241
|
当前接口限制最多合同(流程)50个.
|
|
@@ -321,4 +247,91 @@ export class Client extends AbstractClient {
|
|
|
321
247
|
): Promise<GetDownloadFlowUrlResponse> {
|
|
322
248
|
return this.request("GetDownloadFlowUrl", req, cb)
|
|
323
249
|
}
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* 该接口 (PrepareFlows) 用于创建待发起文件
|
|
253
|
+
用户通过该接口进入签署流程发起的确认页面,进行发起信息二次确认, 如果确认则进行正常发起。
|
|
254
|
+
目前该接口只支持B2C,不建议使用。
|
|
255
|
+
*/
|
|
256
|
+
async PrepareFlows(
|
|
257
|
+
req: PrepareFlowsRequest,
|
|
258
|
+
cb?: (error: string, rep: PrepareFlowsResponse) => void
|
|
259
|
+
): Promise<PrepareFlowsResponse> {
|
|
260
|
+
return this.request("PrepareFlows", req, cb)
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* 根据签署流程信息批量获取资源下载链接,需合作企业先进行授权
|
|
265
|
+
*/
|
|
266
|
+
async DescribeResourceUrlsByFlows(
|
|
267
|
+
req: DescribeResourceUrlsByFlowsRequest,
|
|
268
|
+
cb?: (error: string, rep: DescribeResourceUrlsByFlowsResponse) => void
|
|
269
|
+
): Promise<DescribeResourceUrlsByFlowsResponse> {
|
|
270
|
+
return this.request("DescribeResourceUrlsByFlows", req, cb)
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* 通过此接口(DescribeTemplates)查询该企业在电子签渠道版中配置的有效模板列表
|
|
275
|
+
*/
|
|
276
|
+
async DescribeTemplates(
|
|
277
|
+
req: DescribeTemplatesRequest,
|
|
278
|
+
cb?: (error: string, rep: DescribeTemplatesResponse) => void
|
|
279
|
+
): Promise<DescribeTemplatesResponse> {
|
|
280
|
+
return this.request("DescribeTemplates", req, cb)
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* 此接口(UploadFiles)用于文件上传。
|
|
285
|
+
调用时需要设置Domain 为 file.ess.tencent.cn
|
|
286
|
+
*/
|
|
287
|
+
async UploadFiles(
|
|
288
|
+
req: UploadFilesRequest,
|
|
289
|
+
cb?: (error: string, rep: UploadFilesResponse) => void
|
|
290
|
+
): Promise<UploadFilesResponse> {
|
|
291
|
+
return this.request("UploadFiles", req, cb)
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* 创建出证报告,返回报告 URL
|
|
296
|
+
*/
|
|
297
|
+
async CreateChannelFlowEvidenceReport(
|
|
298
|
+
req: CreateChannelFlowEvidenceReportRequest,
|
|
299
|
+
cb?: (error: string, rep: CreateChannelFlowEvidenceReportResponse) => void
|
|
300
|
+
): Promise<CreateChannelFlowEvidenceReportResponse> {
|
|
301
|
+
return this.request("CreateChannelFlowEvidenceReport", req, cb)
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
/**
|
|
305
|
+
* 此接口(OperateChannelTemplate)用于渠道侧将模板库中的模板对合作企业进行查询和设置, 其中包括可见性的修改以及对合作企业的设置.
|
|
306
|
+
1、同步标识=select时:
|
|
307
|
+
返回渠道侧模板库当前模板的属性.
|
|
308
|
+
2、同步标识=update或者delete时:
|
|
309
|
+
对渠道子客进行模板库中模板授权,修改操作
|
|
310
|
+
*/
|
|
311
|
+
async OperateChannelTemplate(
|
|
312
|
+
req: OperateChannelTemplateRequest,
|
|
313
|
+
cb?: (error: string, rep: OperateChannelTemplateResponse) => void
|
|
314
|
+
): Promise<OperateChannelTemplateResponse> {
|
|
315
|
+
return this.request("OperateChannelTemplate", req, cb)
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
/**
|
|
319
|
+
* 此接口(SyncProxyOrganizationOperators)用于同步渠道合作企业经办人列表
|
|
320
|
+
*/
|
|
321
|
+
async SyncProxyOrganizationOperators(
|
|
322
|
+
req: SyncProxyOrganizationOperatorsRequest,
|
|
323
|
+
cb?: (error: string, rep: SyncProxyOrganizationOperatorsResponse) => void
|
|
324
|
+
): Promise<SyncProxyOrganizationOperatorsResponse> {
|
|
325
|
+
return this.request("SyncProxyOrganizationOperators", req, cb)
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* 此接口(DescribeFlowDetailInfo)用于查询合同(签署流程)的详细信息。
|
|
330
|
+
*/
|
|
331
|
+
async DescribeFlowDetailInfo(
|
|
332
|
+
req: DescribeFlowDetailInfoRequest,
|
|
333
|
+
cb?: (error: string, rep: DescribeFlowDetailInfoResponse) => void
|
|
334
|
+
): Promise<DescribeFlowDetailInfoResponse> {
|
|
335
|
+
return this.request("DescribeFlowDetailInfo", req, cb)
|
|
336
|
+
}
|
|
324
337
|
}
|
|
@@ -614,6 +614,26 @@ export interface AuthFailMessage {
|
|
|
614
614
|
Message: string
|
|
615
615
|
}
|
|
616
616
|
|
|
617
|
+
/**
|
|
618
|
+
* CreateChannelFlowEvidenceReport请求参数结构体
|
|
619
|
+
*/
|
|
620
|
+
export interface CreateChannelFlowEvidenceReportRequest {
|
|
621
|
+
/**
|
|
622
|
+
* 签署流程编号
|
|
623
|
+
*/
|
|
624
|
+
FlowId: string
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
|
|
628
|
+
*/
|
|
629
|
+
Agent: Agent
|
|
630
|
+
|
|
631
|
+
/**
|
|
632
|
+
* 操作者的信息
|
|
633
|
+
*/
|
|
634
|
+
Operator?: UserInfo
|
|
635
|
+
}
|
|
636
|
+
|
|
617
637
|
/**
|
|
618
638
|
* DescribeFlowDetailInfo请求参数结构体
|
|
619
639
|
*/
|
|
@@ -670,6 +690,12 @@ ProcessTimeout - 转换文件超时
|
|
|
670
690
|
*/
|
|
671
691
|
ResourceId: string
|
|
672
692
|
|
|
693
|
+
/**
|
|
694
|
+
* 预览文件Url,有效期30分钟
|
|
695
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
696
|
+
*/
|
|
697
|
+
PreviewUrl: string
|
|
698
|
+
|
|
673
699
|
/**
|
|
674
700
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
675
701
|
*/
|
|
@@ -1056,6 +1082,11 @@ export interface CreateFlowsByTemplatesResponse {
|
|
|
1056
1082
|
*/
|
|
1057
1083
|
PreviewUrls: Array<string>
|
|
1058
1084
|
|
|
1085
|
+
/**
|
|
1086
|
+
* 复杂文档合成任务的任务信息数组
|
|
1087
|
+
*/
|
|
1088
|
+
TaskInfos: Array<TaskInfo>
|
|
1089
|
+
|
|
1059
1090
|
/**
|
|
1060
1091
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1061
1092
|
*/
|
|
@@ -1509,6 +1540,21 @@ export interface ChannelCancelMultiFlowSignQRCodeRequest {
|
|
|
1509
1540
|
Operator?: UserInfo
|
|
1510
1541
|
}
|
|
1511
1542
|
|
|
1543
|
+
/**
|
|
1544
|
+
* CreateChannelFlowEvidenceReport返回参数结构体
|
|
1545
|
+
*/
|
|
1546
|
+
export interface CreateChannelFlowEvidenceReportResponse {
|
|
1547
|
+
/**
|
|
1548
|
+
* 出证报告 URL(有效五分钟)
|
|
1549
|
+
*/
|
|
1550
|
+
ReportUrl: string
|
|
1551
|
+
|
|
1552
|
+
/**
|
|
1553
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1554
|
+
*/
|
|
1555
|
+
RequestId?: string
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1512
1558
|
/**
|
|
1513
1559
|
* 同步经办人失败原因
|
|
1514
1560
|
*/
|
|
@@ -2152,6 +2198,23 @@ PERSON 自然人
|
|
|
2152
2198
|
OpenId: string
|
|
2153
2199
|
}
|
|
2154
2200
|
|
|
2201
|
+
/**
|
|
2202
|
+
* 复杂文档合成任务的任务信息
|
|
2203
|
+
*/
|
|
2204
|
+
export interface TaskInfo {
|
|
2205
|
+
/**
|
|
2206
|
+
* 合成任务Id,可以通过 ChannelGetTaskResultApi 接口获取任务信息
|
|
2207
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2208
|
+
*/
|
|
2209
|
+
TaskId: string
|
|
2210
|
+
|
|
2211
|
+
/**
|
|
2212
|
+
* 任务状态:READY - 任务已完成;NOTREADY - 任务未完成;
|
|
2213
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2214
|
+
*/
|
|
2215
|
+
TaskStatus: string
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2155
2218
|
/**
|
|
2156
2219
|
* 抄送信息
|
|
2157
2220
|
*/
|
|
@@ -1122,6 +1122,11 @@ export interface VatInvoiceItem {
|
|
|
1122
1122
|
* 税额
|
|
1123
1123
|
*/
|
|
1124
1124
|
TaxAmount: string
|
|
1125
|
+
|
|
1126
|
+
/**
|
|
1127
|
+
* 税收分类编码
|
|
1128
|
+
*/
|
|
1129
|
+
TaxClassifyCode: string
|
|
1125
1130
|
}
|
|
1126
1131
|
|
|
1127
1132
|
/**
|
|
@@ -1401,6 +1406,11 @@ export interface VehicleInvoiceInfo {
|
|
|
1401
1406
|
* 销售电话
|
|
1402
1407
|
*/
|
|
1403
1408
|
SellerTel: string
|
|
1409
|
+
|
|
1410
|
+
/**
|
|
1411
|
+
* 购方身份证
|
|
1412
|
+
*/
|
|
1413
|
+
BuyerNo: string
|
|
1404
1414
|
}
|
|
1405
1415
|
|
|
1406
1416
|
/**
|
|
@@ -6152,6 +6162,16 @@ Y: 有清单 N:无清单
|
|
|
6152
6162
|
* 项目明细
|
|
6153
6163
|
*/
|
|
6154
6164
|
Items: Array<VatInvoiceItem>
|
|
6165
|
+
|
|
6166
|
+
/**
|
|
6167
|
+
* 所属税局
|
|
6168
|
+
*/
|
|
6169
|
+
TaxBureau: string
|
|
6170
|
+
|
|
6171
|
+
/**
|
|
6172
|
+
* 通行费标志:Y、是;N、否
|
|
6173
|
+
*/
|
|
6174
|
+
TrafficFreeFlag: string
|
|
6155
6175
|
}
|
|
6156
6176
|
|
|
6157
6177
|
/**
|
|
@@ -345,6 +345,8 @@ export interface DescribeNetworkInterfacesRequest {
|
|
|
345
345
|
<li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3。</li>
|
|
346
346
|
<li>is-primary - Boolean - 是否必填:否 - (过滤条件)按照是否主网卡进行过滤。值为true时,仅过滤主网卡;值为false时,仅过滤辅助网卡;此过滤参数未提供时,同时过滤主网卡和辅助网卡。</li>
|
|
347
347
|
<li>eni-type - String -是否必填:否- (过滤条件)按照网卡类型进行过滤。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡</li>
|
|
348
|
+
<li>eni-qos - String -是否必填:否- (过滤条件)按照网卡服务质量进行过滤。“AG”-服务质量云铜,“AU”-服务质量为银</li>
|
|
349
|
+
<li>address-ipv6 - String - 是否必填:否 -(过滤条件)内网IPv6地址过滤,支持多ipv6地址查询,如果和address-ip一起使用取交集。</li>
|
|
348
350
|
*/
|
|
349
351
|
Filters?: Array<Filter>
|
|
350
352
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.428";
|