tencentcloud-sdk-nodejs 4.0.383 → 4.0.384
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 +311 -0
- package/SERVICE_CHANGELOG.md +498 -40
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cfg/v20210820/cfg_models.ts +18 -0
- package/src/services/ciam/v20220331/ciam_client.ts +13 -0
- package/src/services/ciam/v20220331/ciam_models.ts +91 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +5 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -2
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +1099 -28
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +4769 -204
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/vpc/v20170312/vpc_models.ts +10 -0
- package/src/services/waf/v20180125/waf_client.ts +13 -0
- package/src/services/waf/v20180125/waf_models.ts +115 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +7 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +15 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +77 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +355 -7
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +531 -9
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4031 -161
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +95 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +6 -0
- package/test/ciam.v20220331.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +878 -8
- package/test/waf.v20180125.test.js +10 -0
|
@@ -1390,6 +1390,18 @@ export interface DescribeCertificateDetailResponse {
|
|
|
1390
1390
|
*/
|
|
1391
1391
|
EncryptPrivateKey: string
|
|
1392
1392
|
|
|
1393
|
+
/**
|
|
1394
|
+
* 签名证书 SHA1指纹
|
|
1395
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1396
|
+
*/
|
|
1397
|
+
CertFingerprint: string
|
|
1398
|
+
|
|
1399
|
+
/**
|
|
1400
|
+
* 加密证书 SHA1指纹 (国密证书特有)
|
|
1401
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1402
|
+
*/
|
|
1403
|
+
EncryptCertFingerprint: string
|
|
1404
|
+
|
|
1393
1405
|
/**
|
|
1394
1406
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1395
1407
|
*/
|
|
@@ -54,14 +54,17 @@ import {
|
|
|
54
54
|
DescribeAutoDenyIPRequest,
|
|
55
55
|
DescribeIpAccessControlRequest,
|
|
56
56
|
AddSpartaProtectionRequest,
|
|
57
|
+
PostAttackDownloadTaskRequest,
|
|
57
58
|
DescribeAccessFastAnalysisRequest,
|
|
58
59
|
DeleteIpAccessControlRequest,
|
|
59
60
|
DeleteDomainWhiteRulesResponse,
|
|
61
|
+
DownloadAttackRecordInfo,
|
|
60
62
|
CreateAttackDownloadTaskRequest,
|
|
61
63
|
DescribeWafAutoDenyStatusResponse,
|
|
62
64
|
DeleteDomainWhiteRulesRequest,
|
|
63
65
|
DomainPackageNew,
|
|
64
66
|
RuleList,
|
|
67
|
+
PostAttackDownloadTaskResponse,
|
|
65
68
|
ModifyCustomRuleStatusResponse,
|
|
66
69
|
AddSpartaProtectionResponse,
|
|
67
70
|
IpAccessControlData,
|
|
@@ -327,6 +330,16 @@ export class Client extends AbstractClient {
|
|
|
327
330
|
return this.request("DescribeIpAccessControl", req, cb)
|
|
328
331
|
}
|
|
329
332
|
|
|
333
|
+
/**
|
|
334
|
+
* 创建搜索下载攻击日志任务,使用CLS新版本的搜索下载getlog接口
|
|
335
|
+
*/
|
|
336
|
+
async PostAttackDownloadTask(
|
|
337
|
+
req: PostAttackDownloadTaskRequest,
|
|
338
|
+
cb?: (error: string, rep: PostAttackDownloadTaskResponse) => void
|
|
339
|
+
): Promise<PostAttackDownloadTaskResponse> {
|
|
340
|
+
return this.request("PostAttackDownloadTask", req, cb)
|
|
341
|
+
}
|
|
342
|
+
|
|
330
343
|
/**
|
|
331
344
|
* 配置WAF威胁情报封禁模块详情
|
|
332
345
|
*/
|
|
@@ -851,6 +851,41 @@ export interface AddSpartaProtectionRequest {
|
|
|
851
851
|
Weights?: Array<number>
|
|
852
852
|
}
|
|
853
853
|
|
|
854
|
+
/**
|
|
855
|
+
* PostAttackDownloadTask请求参数结构体
|
|
856
|
+
*/
|
|
857
|
+
export interface PostAttackDownloadTaskRequest {
|
|
858
|
+
/**
|
|
859
|
+
* 查询的域名,所有域名使用all
|
|
860
|
+
*/
|
|
861
|
+
Domain: string
|
|
862
|
+
|
|
863
|
+
/**
|
|
864
|
+
* 查询起始时间
|
|
865
|
+
*/
|
|
866
|
+
StartTime: string
|
|
867
|
+
|
|
868
|
+
/**
|
|
869
|
+
* 查询结束时间
|
|
870
|
+
*/
|
|
871
|
+
EndTime: string
|
|
872
|
+
|
|
873
|
+
/**
|
|
874
|
+
* Lucene语法
|
|
875
|
+
*/
|
|
876
|
+
QueryString: string
|
|
877
|
+
|
|
878
|
+
/**
|
|
879
|
+
* 任务名称
|
|
880
|
+
*/
|
|
881
|
+
TaskName: string
|
|
882
|
+
|
|
883
|
+
/**
|
|
884
|
+
* 默认为desc,可以取值desc和asc
|
|
885
|
+
*/
|
|
886
|
+
Sort?: string
|
|
887
|
+
}
|
|
888
|
+
|
|
854
889
|
/**
|
|
855
890
|
* DescribeAccessFastAnalysis请求参数结构体
|
|
856
891
|
*/
|
|
@@ -917,6 +952,66 @@ export interface DeleteDomainWhiteRulesResponse {
|
|
|
917
952
|
RequestId?: string
|
|
918
953
|
}
|
|
919
954
|
|
|
955
|
+
/**
|
|
956
|
+
* 下载攻击日志记录数据项
|
|
957
|
+
*/
|
|
958
|
+
export interface DownloadAttackRecordInfo {
|
|
959
|
+
/**
|
|
960
|
+
* 记录ID
|
|
961
|
+
*/
|
|
962
|
+
Id: number
|
|
963
|
+
|
|
964
|
+
/**
|
|
965
|
+
* 下载任务名
|
|
966
|
+
*/
|
|
967
|
+
TaskName: string
|
|
968
|
+
|
|
969
|
+
/**
|
|
970
|
+
* 任务ID
|
|
971
|
+
*/
|
|
972
|
+
TaskId: string
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* 域名
|
|
976
|
+
*/
|
|
977
|
+
Host: string
|
|
978
|
+
|
|
979
|
+
/**
|
|
980
|
+
* 当前下载任务的日志条数
|
|
981
|
+
*/
|
|
982
|
+
Count: number
|
|
983
|
+
|
|
984
|
+
/**
|
|
985
|
+
* 下载任务运行状态:-1-下载超时,0-下载等待,1-下载完成,2-下载失败,4-正在下载
|
|
986
|
+
*/
|
|
987
|
+
Status: number
|
|
988
|
+
|
|
989
|
+
/**
|
|
990
|
+
* 下载文件URL
|
|
991
|
+
*/
|
|
992
|
+
Url: string
|
|
993
|
+
|
|
994
|
+
/**
|
|
995
|
+
* 创建时间
|
|
996
|
+
*/
|
|
997
|
+
CreateTime: string
|
|
998
|
+
|
|
999
|
+
/**
|
|
1000
|
+
* 最后更新修改时间
|
|
1001
|
+
*/
|
|
1002
|
+
ModifyTime: string
|
|
1003
|
+
|
|
1004
|
+
/**
|
|
1005
|
+
* 过期时间
|
|
1006
|
+
*/
|
|
1007
|
+
ExpireTime: string
|
|
1008
|
+
|
|
1009
|
+
/**
|
|
1010
|
+
* 下载任务需下载的日志总条数
|
|
1011
|
+
*/
|
|
1012
|
+
TotalCount: number
|
|
1013
|
+
}
|
|
1014
|
+
|
|
920
1015
|
/**
|
|
921
1016
|
* CreateAttackDownloadTask请求参数结构体
|
|
922
1017
|
*/
|
|
@@ -1062,6 +1157,21 @@ export interface RuleList {
|
|
|
1062
1157
|
Status: number
|
|
1063
1158
|
}
|
|
1064
1159
|
|
|
1160
|
+
/**
|
|
1161
|
+
* PostAttackDownloadTask返回参数结构体
|
|
1162
|
+
*/
|
|
1163
|
+
export interface PostAttackDownloadTaskResponse {
|
|
1164
|
+
/**
|
|
1165
|
+
* 任务task id
|
|
1166
|
+
*/
|
|
1167
|
+
Flow?: string
|
|
1168
|
+
|
|
1169
|
+
/**
|
|
1170
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1171
|
+
*/
|
|
1172
|
+
RequestId?: string
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1065
1175
|
/**
|
|
1066
1176
|
* ModifyCustomRuleStatus返回参数结构体
|
|
1067
1177
|
*/
|
|
@@ -1972,6 +2082,11 @@ export interface AccessRuleInfo {
|
|
|
1972
2082
|
* GetAttackDownloadRecords返回参数结构体
|
|
1973
2083
|
*/
|
|
1974
2084
|
export interface GetAttackDownloadRecordsResponse {
|
|
2085
|
+
/**
|
|
2086
|
+
* 下载攻击日志记录数组
|
|
2087
|
+
*/
|
|
2088
|
+
Records: Array<DownloadAttackRecordInfo>
|
|
2089
|
+
|
|
1975
2090
|
/**
|
|
1976
2091
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1977
2092
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.384";
|
|
@@ -61,7 +61,7 @@ export declare class Client extends AbstractClient {
|
|
|
61
61
|
SetVocabState(req: SetVocabStateRequest, cb?: (error: string, rep: SetVocabStateResponse) => void): Promise<SetVocabStateResponse>;
|
|
62
62
|
/**
|
|
63
63
|
* 本接口用于对语音流进行准实时识别,通过异步回调来返回识别结果。适用于直播审核等场景。
|
|
64
|
-
<br>• 支持rtmp、
|
|
64
|
+
<br>• 支持rtmp、rtsp等流媒体协议,以及各类基于http协议的直播流(不支持hls)
|
|
65
65
|
<br>• 音频流时长无限制,服务会自动拉取音频流数据,若连续10分钟拉不到流数据时,服务会终止识别任务
|
|
66
66
|
<br>• 服务通过回调的方式来提供识别结果,用户需要提供CallbackUrl。回调时机为一小段话(最长15秒)回调一次。
|
|
67
67
|
<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
|
|
@@ -99,7 +99,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* 本接口用于对语音流进行准实时识别,通过异步回调来返回识别结果。适用于直播审核等场景。
|
|
102
|
-
<br>• 支持rtmp、
|
|
102
|
+
<br>• 支持rtmp、rtsp等流媒体协议,以及各类基于http协议的直播流(不支持hls)
|
|
103
103
|
<br>• 音频流时长无限制,服务会自动拉取音频流数据,若连续10分钟拉不到流数据时,服务会终止识别任务
|
|
104
104
|
<br>• 服务通过回调的方式来提供识别结果,用户需要提供CallbackUrl。回调时机为一小段话(最长15秒)回调一次。
|
|
105
105
|
<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
|
|
@@ -87,6 +87,16 @@ export interface TaskGroupAction {
|
|
|
87
87
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
88
88
|
*/
|
|
89
89
|
ActionType?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 是否可重试
|
|
92
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
93
|
+
*/
|
|
94
|
+
IsExecuteRedo?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* 动作风险级别
|
|
97
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
98
|
+
*/
|
|
99
|
+
ActionRisk?: string;
|
|
90
100
|
}
|
|
91
101
|
/**
|
|
92
102
|
* 监控指标
|
|
@@ -473,6 +483,11 @@ export interface TaskGroupInstance {
|
|
|
473
483
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
474
484
|
*/
|
|
475
485
|
TaskGroupInstanceEndTime: string;
|
|
486
|
+
/**
|
|
487
|
+
* 实例是否可重试
|
|
488
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
489
|
+
*/
|
|
490
|
+
TaskGroupInstanceIsRedo?: boolean;
|
|
476
491
|
}
|
|
477
492
|
/**
|
|
478
493
|
* ExecuteTask请求参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { UpdateUserRequest, DescribeUserByIdRequest, ListUserRequest, ResetPasswordRequest, DeleteUsersRequest, UpdateUserStatusResponse, ListUserByPropertyRequest, CreateUserResponse, SetPasswordResponse, ListUserByPropertyResponse, ListJobsRequest, DescribeUserByIdResponse, CreateFileExportUserJobRequest, ResetPasswordResponse, UpdateUserResponse, SetPasswordRequest, UpdateUserStatusRequest, ListJobsResponse, LinkAccountResponse, CreateUserRequest, DeleteUsersResponse, CreateApiImportUserJobRequest, CreateFileExportUserJobResponse, CreateApiImportUserJobResponse, LinkAccountRequest, ListLogMessageByConditionRequest, ListUserResponse, ListLogMessageByConditionResponse } from "./ciam_models";
|
|
3
|
+
import { UpdateUserRequest, DescribeUserByIdRequest, ListUserRequest, ResetPasswordRequest, DescribeUserRequest, DeleteUsersRequest, UpdateUserStatusResponse, ListUserByPropertyRequest, CreateUserResponse, SetPasswordResponse, ListUserByPropertyResponse, ListJobsRequest, DescribeUserByIdResponse, CreateFileExportUserJobRequest, ResetPasswordResponse, UpdateUserResponse, SetPasswordRequest, UpdateUserStatusRequest, ListJobsResponse, LinkAccountResponse, CreateUserRequest, DeleteUsersResponse, CreateApiImportUserJobRequest, CreateFileExportUserJobResponse, CreateApiImportUserJobResponse, LinkAccountRequest, ListLogMessageByConditionRequest, DescribeUserResponse, ListUserResponse, ListLogMessageByConditionResponse } from "./ciam_models";
|
|
4
4
|
/**
|
|
5
5
|
* ciam client
|
|
6
6
|
* @class
|
|
@@ -19,6 +19,10 @@ export declare class Client extends AbstractClient {
|
|
|
19
19
|
* 更新用户
|
|
20
20
|
*/
|
|
21
21
|
UpdateUser(req: UpdateUserRequest, cb?: (error: string, rep: UpdateUserResponse) => void): Promise<UpdateUserResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* 多条件查询用户信息
|
|
24
|
+
*/
|
|
25
|
+
DescribeUser(req: DescribeUserRequest, cb?: (error: string, rep: DescribeUserResponse) => void): Promise<DescribeUserResponse>;
|
|
22
26
|
/**
|
|
23
27
|
* 查询用户列表
|
|
24
28
|
*/
|
|
@@ -45,6 +45,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
45
45
|
async UpdateUser(req, cb) {
|
|
46
46
|
return this.request("UpdateUser", req, cb);
|
|
47
47
|
}
|
|
48
|
+
/**
|
|
49
|
+
* 多条件查询用户信息
|
|
50
|
+
*/
|
|
51
|
+
async DescribeUser(req, cb) {
|
|
52
|
+
return this.request("DescribeUser", req, cb);
|
|
53
|
+
}
|
|
48
54
|
/**
|
|
49
55
|
* 查询用户列表
|
|
50
56
|
*/
|
|
@@ -55,6 +55,13 @@ export interface DescribeUserByIdRequest {
|
|
|
55
55
|
* 用户ID
|
|
56
56
|
*/
|
|
57
57
|
UserId: string;
|
|
58
|
+
/**
|
|
59
|
+
* 返回信息是否为原文
|
|
60
|
+
|
|
61
|
+
<li> **false** </li> 默认,返回信息为脱敏信息
|
|
62
|
+
<li> **true** </li> 返回用户信息原文
|
|
63
|
+
*/
|
|
64
|
+
Original?: boolean;
|
|
58
65
|
}
|
|
59
66
|
/**
|
|
60
67
|
* ListUser请求参数结构体
|
|
@@ -75,6 +82,10 @@ export interface ListUserRequest {
|
|
|
75
82
|
<li> **userGroupId** </li> Values = 用户组ID
|
|
76
83
|
*/
|
|
77
84
|
Filters?: Array<Filter>;
|
|
85
|
+
/**
|
|
86
|
+
* 返回信息是否为原文
|
|
87
|
+
*/
|
|
88
|
+
Original?: boolean;
|
|
78
89
|
}
|
|
79
90
|
/**
|
|
80
91
|
* ResetPassword请求参数结构体
|
|
@@ -103,6 +114,27 @@ export interface ErrorDetails {
|
|
|
103
114
|
*/
|
|
104
115
|
Error: string;
|
|
105
116
|
}
|
|
117
|
+
/**
|
|
118
|
+
* DescribeUser请求参数结构体
|
|
119
|
+
*/
|
|
120
|
+
export interface DescribeUserRequest {
|
|
121
|
+
/**
|
|
122
|
+
* 用户目录ID
|
|
123
|
+
*/
|
|
124
|
+
UserStoreId: string;
|
|
125
|
+
/**
|
|
126
|
+
* 分页数据
|
|
127
|
+
*/
|
|
128
|
+
Pageable: Pageable;
|
|
129
|
+
/**
|
|
130
|
+
* 查询条件,根据propertycode和propertykey
|
|
131
|
+
*/
|
|
132
|
+
Filters?: Array<QueryUserFilter>;
|
|
133
|
+
/**
|
|
134
|
+
* 是否返回明文
|
|
135
|
+
*/
|
|
136
|
+
Original?: boolean;
|
|
137
|
+
}
|
|
106
138
|
/**
|
|
107
139
|
* DeleteUsers请求参数结构体
|
|
108
140
|
*/
|
|
@@ -274,6 +306,10 @@ export interface ListUserByPropertyRequest {
|
|
|
274
306
|
* 属性值
|
|
275
307
|
*/
|
|
276
308
|
PropertyValue: string;
|
|
309
|
+
/**
|
|
310
|
+
* 返回信息是否为原文
|
|
311
|
+
*/
|
|
312
|
+
Original?: boolean;
|
|
277
313
|
}
|
|
278
314
|
/**
|
|
279
315
|
* CreateUser返回参数结构体
|
|
@@ -925,6 +961,47 @@ export interface MemberMap {
|
|
|
925
961
|
*/
|
|
926
962
|
Type?: string;
|
|
927
963
|
}
|
|
964
|
+
/**
|
|
965
|
+
* 查询用户信息条件
|
|
966
|
+
*/
|
|
967
|
+
export interface QueryUserFilter {
|
|
968
|
+
/**
|
|
969
|
+
* 属性key
|
|
970
|
+
*/
|
|
971
|
+
PropertyKey?: string;
|
|
972
|
+
/**
|
|
973
|
+
* 属性value
|
|
974
|
+
*/
|
|
975
|
+
PropertyValue?: string;
|
|
976
|
+
/**
|
|
977
|
+
* 逻辑值,等于true,不等于false
|
|
978
|
+
*/
|
|
979
|
+
Logic?: boolean;
|
|
980
|
+
}
|
|
981
|
+
/**
|
|
982
|
+
* DescribeUser返回参数结构体
|
|
983
|
+
*/
|
|
984
|
+
export interface DescribeUserResponse {
|
|
985
|
+
/**
|
|
986
|
+
* 总条数
|
|
987
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
988
|
+
*/
|
|
989
|
+
Total: number;
|
|
990
|
+
/**
|
|
991
|
+
* 分页对象
|
|
992
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
993
|
+
*/
|
|
994
|
+
Pageable: Pageable;
|
|
995
|
+
/**
|
|
996
|
+
* 用户列表
|
|
997
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
998
|
+
*/
|
|
999
|
+
Content: Array<User>;
|
|
1000
|
+
/**
|
|
1001
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1002
|
+
*/
|
|
1003
|
+
RequestId?: string;
|
|
1004
|
+
}
|
|
928
1005
|
/**
|
|
929
1006
|
* ListUser返回参数结构体
|
|
930
1007
|
*/
|
|
@@ -45,7 +45,7 @@ export declare class Client extends AbstractClient {
|
|
|
45
45
|
*/
|
|
46
46
|
PrepareFlows(req: PrepareFlowsRequest, cb?: (error: string, rep: PrepareFlowsResponse) => void): Promise<PrepareFlowsResponse>;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* 创建跳转小程序查看或签署的链接;自动签署的签署方不创建签署链接;
|
|
49
49
|
*/
|
|
50
50
|
CreateSignUrls(req: CreateSignUrlsRequest, cb?: (error: string, rep: CreateSignUrlsResponse) => void): Promise<CreateSignUrlsResponse>;
|
|
51
51
|
/**
|
|
@@ -79,7 +79,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
79
79
|
return this.request("PrepareFlows", req, cb);
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
*
|
|
82
|
+
* 创建跳转小程序查看或签署的链接;自动签署的签署方不创建签署链接;
|
|
83
83
|
*/
|
|
84
84
|
async CreateSignUrls(req, cb) {
|
|
85
85
|
return this.request("CreateSignUrls", req, cb);
|
|
@@ -361,6 +361,7 @@ export interface CreateSignUrlsRequest {
|
|
|
361
361
|
"CHANNEL":渠道合作企业;
|
|
362
362
|
"NOT_CHANNEL":非渠道合作企业;
|
|
363
363
|
"PERSON":个人;
|
|
364
|
+
"FOLLOWER":关注方,目前是合同抄送方;
|
|
364
365
|
*/
|
|
365
366
|
GenerateType?: string;
|
|
366
367
|
/**
|
|
@@ -372,7 +373,8 @@ export interface CreateSignUrlsRequest {
|
|
|
372
373
|
*/
|
|
373
374
|
Name?: string;
|
|
374
375
|
/**
|
|
375
|
-
*
|
|
376
|
+
* 参与人手机号;
|
|
377
|
+
GenerateType为"PERSON"或"FOLLOWER"时必填
|
|
376
378
|
*/
|
|
377
379
|
Mobile?: string;
|
|
378
380
|
/**
|