tencentcloud-sdk-nodejs-ess 4.0.358 → 4.0.359
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 +137 -0
- package/SERVICE_CHANGELOG.md +167 -66
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/services/ess/v20201111/ess_client.ts +27 -1
- package/src/services/ess/v20201111/ess_models.ts +161 -51
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +139 -46
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,140 @@
|
|
|
1
|
+
# Release 4.0.359
|
|
2
|
+
|
|
3
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
4
|
+
|
|
5
|
+
### 第 104 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-06-13 06:07:47
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
|
|
16
|
+
|
|
17
|
+
* 新增成员:TrueEnableTime, TrueExpireTime
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
23
|
+
|
|
24
|
+
### 第 8 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-06-13 06:11:55
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [CancelMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75451)
|
|
35
|
+
* [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
|
|
36
|
+
|
|
37
|
+
新增数据结构:
|
|
38
|
+
|
|
39
|
+
* [SignQrCode](https://cloud.tencent.com/document/api/1323/70369#SignQrCode)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
44
|
+
|
|
45
|
+
### 第 17 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2022-06-13 06:12:00
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
新增接口:
|
|
54
|
+
|
|
55
|
+
* [ChannelCancelMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75453)
|
|
56
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
57
|
+
|
|
58
|
+
新增数据结构:
|
|
59
|
+
|
|
60
|
+
* [SignQrCode](https://cloud.tencent.com/document/api/1420/61525#SignQrCode)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 证书(ssl) 版本:2019-12-05
|
|
69
|
+
|
|
70
|
+
### 第 14 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2022-06-13 06:16:49
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
修改数据结构:
|
|
79
|
+
|
|
80
|
+
* [RootCertificates](https://cloud.tencent.com/document/api/400/41679#RootCertificates)
|
|
81
|
+
|
|
82
|
+
* 新增成员:Sign, Encrypt, Standard
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
88
|
+
|
|
89
|
+
### 第 40 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2022-06-13 06:17:36
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
修改接口:
|
|
98
|
+
|
|
99
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/1141/41572)
|
|
100
|
+
|
|
101
|
+
* 新增入参:SyncTag
|
|
102
|
+
|
|
103
|
+
* [CreateReplicationInstance](https://cloud.tencent.com/document/api/1141/54178)
|
|
104
|
+
|
|
105
|
+
* 新增入参:SyncTag
|
|
106
|
+
|
|
107
|
+
* [DeleteInstance](https://cloud.tencent.com/document/api/1141/49983)
|
|
108
|
+
|
|
109
|
+
* 新增入参:DryRun
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
115
|
+
|
|
116
|
+
### 第 31 次发布
|
|
117
|
+
|
|
118
|
+
发布时间:2022-06-13 06:19:26
|
|
119
|
+
|
|
120
|
+
本次发布包含了以下内容:
|
|
121
|
+
|
|
122
|
+
改善已有的文档。
|
|
123
|
+
|
|
124
|
+
修改接口:
|
|
125
|
+
|
|
126
|
+
* [MeasureTrtcMcuExternal](https://cloud.tencent.com/document/api/647/74977)
|
|
127
|
+
|
|
128
|
+
* 新增出参:Usages, Type
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
新增数据结构:
|
|
132
|
+
|
|
133
|
+
* [OneSdkAppIdTranscodeTimeUsagesNewInfo](https://cloud.tencent.com/document/api/647/44055#OneSdkAppIdTranscodeTimeUsagesNewInfo)
|
|
134
|
+
* [SdkAppIdTrtcMcuTranscodeTimeNewUsage](https://cloud.tencent.com/document/api/647/44055#SdkAppIdTrtcMcuTranscodeTimeNewUsage)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
1
138
|
# Release 4.0.358
|
|
2
139
|
|
|
3
140
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,143 +1,137 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 104 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-06-
|
|
7
|
+
发布时间:2022-06-13 06:07:47
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
新增数据结构:
|
|
14
|
-
|
|
15
|
-
* [StreamConnectInputInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#StreamConnectInputInterruptInfo)
|
|
16
|
-
* [StreamConnectOutputInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#StreamConnectOutputInterruptInfo)
|
|
17
|
-
|
|
18
13
|
修改数据结构:
|
|
19
14
|
|
|
20
|
-
* [
|
|
15
|
+
* [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
|
|
21
16
|
|
|
22
|
-
* 新增成员:
|
|
17
|
+
* 新增成员:TrueEnableTime, TrueExpireTime
|
|
23
18
|
|
|
24
19
|
|
|
25
20
|
|
|
26
21
|
|
|
27
|
-
##
|
|
22
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
28
23
|
|
|
29
|
-
### 第
|
|
24
|
+
### 第 8 次发布
|
|
30
25
|
|
|
31
|
-
发布时间:2022-06-
|
|
26
|
+
发布时间:2022-06-13 06:11:55
|
|
32
27
|
|
|
33
28
|
本次发布包含了以下内容:
|
|
34
29
|
|
|
35
30
|
改善已有的文档。
|
|
36
31
|
|
|
37
|
-
|
|
32
|
+
新增接口:
|
|
38
33
|
|
|
39
|
-
* [
|
|
34
|
+
* [CancelMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75451)
|
|
35
|
+
* [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
|
|
40
36
|
|
|
41
|
-
|
|
37
|
+
新增数据结构:
|
|
42
38
|
|
|
43
|
-
* [
|
|
39
|
+
* [SignQrCode](https://cloud.tencent.com/document/api/1323/70369#SignQrCode)
|
|
44
40
|
|
|
45
|
-
* 新增入参:Order, By
|
|
46
41
|
|
|
47
|
-
* [DescribeHostLoginList](https://cloud.tencent.com/document/api/296/60938)
|
|
48
42
|
|
|
49
|
-
|
|
43
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
50
44
|
|
|
51
|
-
|
|
45
|
+
### 第 17 次发布
|
|
52
46
|
|
|
53
|
-
|
|
47
|
+
发布时间:2022-06-13 06:12:00
|
|
54
48
|
|
|
55
|
-
|
|
49
|
+
本次发布包含了以下内容:
|
|
56
50
|
|
|
57
|
-
|
|
51
|
+
改善已有的文档。
|
|
58
52
|
|
|
53
|
+
新增接口:
|
|
59
54
|
|
|
55
|
+
* [ChannelCancelMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75453)
|
|
56
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
60
57
|
|
|
58
|
+
新增数据结构:
|
|
61
59
|
|
|
62
|
-
|
|
60
|
+
* [SignQrCode](https://cloud.tencent.com/document/api/1420/61525#SignQrCode)
|
|
63
61
|
|
|
64
|
-
### 第 9 次发布
|
|
65
62
|
|
|
66
|
-
发布时间:2022-06-10 06:11:43
|
|
67
63
|
|
|
68
|
-
|
|
64
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
69
65
|
|
|
70
|
-
改善已有的文档。
|
|
71
66
|
|
|
72
|
-
修改接口:
|
|
73
67
|
|
|
74
|
-
|
|
68
|
+
## 证书(ssl) 版本:2019-12-05
|
|
75
69
|
|
|
76
|
-
|
|
70
|
+
### 第 14 次发布
|
|
77
71
|
|
|
78
|
-
|
|
72
|
+
发布时间:2022-06-13 06:16:49
|
|
79
73
|
|
|
80
|
-
|
|
74
|
+
本次发布包含了以下内容:
|
|
81
75
|
|
|
82
|
-
|
|
76
|
+
改善已有的文档。
|
|
83
77
|
|
|
78
|
+
修改数据结构:
|
|
84
79
|
|
|
80
|
+
* [RootCertificates](https://cloud.tencent.com/document/api/400/41679#RootCertificates)
|
|
85
81
|
|
|
82
|
+
* 新增成员:Sign, Encrypt, Standard
|
|
86
83
|
|
|
87
|
-
## 企业组织(organization) 版本:2018-12-25
|
|
88
84
|
|
|
89
85
|
|
|
90
86
|
|
|
91
|
-
##
|
|
87
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
92
88
|
|
|
93
|
-
### 第
|
|
89
|
+
### 第 40 次发布
|
|
94
90
|
|
|
95
|
-
发布时间:2022-06-
|
|
91
|
+
发布时间:2022-06-13 06:17:36
|
|
96
92
|
|
|
97
93
|
本次发布包含了以下内容:
|
|
98
94
|
|
|
99
95
|
改善已有的文档。
|
|
100
96
|
|
|
101
|
-
|
|
97
|
+
修改接口:
|
|
102
98
|
|
|
103
|
-
* [
|
|
104
|
-
* [DeleteEngine](https://cloud.tencent.com/document/api/1364/75217)
|
|
99
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/1141/41572)
|
|
105
100
|
|
|
106
|
-
|
|
101
|
+
* 新增入参:SyncTag
|
|
107
102
|
|
|
108
|
-
* [
|
|
109
|
-
* [EngineAdmin](https://cloud.tencent.com/document/api/1364/54942#EngineAdmin)
|
|
110
|
-
* [InstanceTagInfo](https://cloud.tencent.com/document/api/1364/54942#InstanceTagInfo)
|
|
103
|
+
* [CreateReplicationInstance](https://cloud.tencent.com/document/api/1141/54178)
|
|
111
104
|
|
|
105
|
+
* 新增入参:SyncTag
|
|
112
106
|
|
|
107
|
+
* [DeleteInstance](https://cloud.tencent.com/document/api/1141/49983)
|
|
113
108
|
|
|
114
|
-
|
|
109
|
+
* 新增入参:DryRun
|
|
115
110
|
|
|
116
|
-
### 第 114 次发布
|
|
117
111
|
|
|
118
|
-
发布时间:2022-06-10 06:16:31
|
|
119
112
|
|
|
120
|
-
本次发布包含了以下内容:
|
|
121
113
|
|
|
122
|
-
|
|
114
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
123
115
|
|
|
124
|
-
|
|
116
|
+
### 第 31 次发布
|
|
125
117
|
|
|
126
|
-
|
|
118
|
+
发布时间:2022-06-13 06:19:26
|
|
127
119
|
|
|
128
|
-
|
|
120
|
+
本次发布包含了以下内容:
|
|
129
121
|
|
|
130
|
-
|
|
122
|
+
改善已有的文档。
|
|
131
123
|
|
|
132
|
-
|
|
124
|
+
修改接口:
|
|
133
125
|
|
|
126
|
+
* [MeasureTrtcMcuExternal](https://cloud.tencent.com/document/api/647/74977)
|
|
134
127
|
|
|
135
|
-
|
|
128
|
+
* 新增出参:Usages, Type
|
|
136
129
|
|
|
137
|
-
* [FlowLog](https://cloud.tencent.com/document/api/215/15824#FlowLog)
|
|
138
130
|
|
|
139
|
-
|
|
131
|
+
新增数据结构:
|
|
140
132
|
|
|
133
|
+
* [OneSdkAppIdTranscodeTimeUsagesNewInfo](https://cloud.tencent.com/document/api/647/44055#OneSdkAppIdTranscodeTimeUsagesNewInfo)
|
|
134
|
+
* [SdkAppIdTrtcMcuTranscodeTimeNewUsage](https://cloud.tencent.com/document/api/647/44055#SdkAppIdTrtcMcuTranscodeTimeNewUsage)
|
|
141
135
|
|
|
142
136
|
|
|
143
137
|
|
|
@@ -12570,6 +12564,21 @@
|
|
|
12570
12564
|
|
|
12571
12565
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
12572
12566
|
|
|
12567
|
+
### 第 104 次发布
|
|
12568
|
+
|
|
12569
|
+
发布时间:2022-06-13 06:07:47
|
|
12570
|
+
|
|
12571
|
+
本次发布包含了以下内容:
|
|
12572
|
+
|
|
12573
|
+
改善已有的文档。
|
|
12574
|
+
|
|
12575
|
+
修改数据结构:
|
|
12576
|
+
|
|
12577
|
+
* [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
|
|
12578
|
+
|
|
12579
|
+
* 新增成员:TrueEnableTime, TrueExpireTime
|
|
12580
|
+
|
|
12581
|
+
|
|
12573
12582
|
### 第 103 次发布
|
|
12574
12583
|
|
|
12575
12584
|
发布时间:2022-06-07 06:02:40
|
|
@@ -19335,8 +19344,8 @@
|
|
|
19335
19344
|
|
|
19336
19345
|
新增数据结构:
|
|
19337
19346
|
|
|
19338
|
-
* [
|
|
19339
|
-
* [
|
|
19347
|
+
* [StreamConnectInputInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#StreamConnectInputInterruptInfo)
|
|
19348
|
+
* [StreamConnectOutputInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#StreamConnectOutputInterruptInfo)
|
|
19340
19349
|
|
|
19341
19350
|
修改数据结构:
|
|
19342
19351
|
|
|
@@ -34019,6 +34028,23 @@
|
|
|
34019
34028
|
|
|
34020
34029
|
## 电子签服务(ess) 版本:2020-11-11
|
|
34021
34030
|
|
|
34031
|
+
### 第 8 次发布
|
|
34032
|
+
|
|
34033
|
+
发布时间:2022-06-13 06:11:55
|
|
34034
|
+
|
|
34035
|
+
本次发布包含了以下内容:
|
|
34036
|
+
|
|
34037
|
+
改善已有的文档。
|
|
34038
|
+
|
|
34039
|
+
新增接口:
|
|
34040
|
+
|
|
34041
|
+
* [[CancelMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75451)](https://cloud.tencent.com/document/api/#/#)
|
|
34042
|
+
* [[CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)](https://cloud.tencent.com/document/api/#/#)
|
|
34043
|
+
|
|
34044
|
+
新增数据结构:
|
|
34045
|
+
|
|
34046
|
+
* [[SignQrCode](https://cloud.tencent.com/document/api/1323/70369#SignQrCode)](https://cloud.tencent.com/document/api/1323/70369#[SignQrCode](https://cloud.tencent.com/document/api/1323/70369#SignQrCode))
|
|
34047
|
+
|
|
34022
34048
|
### 第 7 次发布
|
|
34023
34049
|
|
|
34024
34050
|
发布时间:2022-06-02 06:08:09
|
|
@@ -34258,6 +34284,23 @@
|
|
|
34258
34284
|
|
|
34259
34285
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
34260
34286
|
|
|
34287
|
+
### 第 17 次发布
|
|
34288
|
+
|
|
34289
|
+
发布时间:2022-06-13 06:12:00
|
|
34290
|
+
|
|
34291
|
+
本次发布包含了以下内容:
|
|
34292
|
+
|
|
34293
|
+
改善已有的文档。
|
|
34294
|
+
|
|
34295
|
+
新增接口:
|
|
34296
|
+
|
|
34297
|
+
* [[ChannelCancelMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75453)](https://cloud.tencent.com/document/api/#/#)
|
|
34298
|
+
* [[ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)](https://cloud.tencent.com/document/api/#/#)
|
|
34299
|
+
|
|
34300
|
+
新增数据结构:
|
|
34301
|
+
|
|
34302
|
+
* [[SignQrCode](https://cloud.tencent.com/document/api/1420/61525#SignQrCode)](https://cloud.tencent.com/document/api/1420/61525#[SignQrCode](https://cloud.tencent.com/document/api/1420/61525#SignQrCode))
|
|
34303
|
+
|
|
34261
34304
|
### 第 16 次发布
|
|
34262
34305
|
|
|
34263
34306
|
发布时间:2022-06-02 06:08:13
|
|
@@ -58153,6 +58196,21 @@
|
|
|
58153
58196
|
|
|
58154
58197
|
## 证书(ssl) 版本:2019-12-05
|
|
58155
58198
|
|
|
58199
|
+
### 第 14 次发布
|
|
58200
|
+
|
|
58201
|
+
发布时间:2022-06-13 06:16:49
|
|
58202
|
+
|
|
58203
|
+
本次发布包含了以下内容:
|
|
58204
|
+
|
|
58205
|
+
改善已有的文档。
|
|
58206
|
+
|
|
58207
|
+
修改数据结构:
|
|
58208
|
+
|
|
58209
|
+
* [RootCertificates](https://cloud.tencent.com/document/api/400/41679#RootCertificates)
|
|
58210
|
+
|
|
58211
|
+
* 新增成员:Sign, Encrypt, Standard
|
|
58212
|
+
|
|
58213
|
+
|
|
58156
58214
|
### 第 13 次发布
|
|
58157
58215
|
|
|
58158
58216
|
发布时间:2022-06-01 06:15:43
|
|
@@ -62622,6 +62680,29 @@
|
|
|
62622
62680
|
|
|
62623
62681
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
62624
62682
|
|
|
62683
|
+
### 第 40 次发布
|
|
62684
|
+
|
|
62685
|
+
发布时间:2022-06-13 06:17:36
|
|
62686
|
+
|
|
62687
|
+
本次发布包含了以下内容:
|
|
62688
|
+
|
|
62689
|
+
改善已有的文档。
|
|
62690
|
+
|
|
62691
|
+
修改接口:
|
|
62692
|
+
|
|
62693
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/1141/41572)
|
|
62694
|
+
|
|
62695
|
+
* 新增入参:SyncTag
|
|
62696
|
+
|
|
62697
|
+
* [CreateReplicationInstance](https://cloud.tencent.com/document/api/1141/54178)
|
|
62698
|
+
|
|
62699
|
+
* 新增入参:SyncTag
|
|
62700
|
+
|
|
62701
|
+
* [DeleteInstance](https://cloud.tencent.com/document/api/1141/49983)
|
|
62702
|
+
|
|
62703
|
+
* 新增入参:DryRun
|
|
62704
|
+
|
|
62705
|
+
|
|
62625
62706
|
### 第 39 次发布
|
|
62626
62707
|
|
|
62627
62708
|
发布时间:2021-10-21 11:37:27
|
|
@@ -70476,6 +70557,26 @@
|
|
|
70476
70557
|
|
|
70477
70558
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
70478
70559
|
|
|
70560
|
+
### 第 31 次发布
|
|
70561
|
+
|
|
70562
|
+
发布时间:2022-06-13 06:19:26
|
|
70563
|
+
|
|
70564
|
+
本次发布包含了以下内容:
|
|
70565
|
+
|
|
70566
|
+
改善已有的文档。
|
|
70567
|
+
|
|
70568
|
+
修改接口:
|
|
70569
|
+
|
|
70570
|
+
* [MeasureTrtcMcuExternal](https://cloud.tencent.com/document/api/647/74977)
|
|
70571
|
+
|
|
70572
|
+
* 新增出参:Usages, Type
|
|
70573
|
+
|
|
70574
|
+
|
|
70575
|
+
新增数据结构:
|
|
70576
|
+
|
|
70577
|
+
* [[OneSdkAppIdTranscodeTimeUsagesNewInfo](https://cloud.tencent.com/document/api/647/44055#OneSdkAppIdTranscodeTimeUsagesNewInfo)](https://cloud.tencent.com/document/api/647/44055#[OneSdkAppIdTranscodeTimeUsagesNewInfo](https://cloud.tencent.com/document/api/647/44055#OneSdkAppIdTranscodeTimeUsagesNewInfo))
|
|
70578
|
+
* [[SdkAppIdTrtcMcuTranscodeTimeNewUsage](https://cloud.tencent.com/document/api/647/44055#SdkAppIdTrtcMcuTranscodeTimeNewUsage)](https://cloud.tencent.com/document/api/647/44055#[SdkAppIdTrtcMcuTranscodeTimeNewUsage](https://cloud.tencent.com/document/api/647/44055#SdkAppIdTrtcMcuTranscodeTimeNewUsage))
|
|
70579
|
+
|
|
70479
70580
|
### 第 30 次发布
|
|
70480
70581
|
|
|
70481
70582
|
发布时间:2022-06-07 06:15:13
|
|
@@ -71015,14 +71116,14 @@
|
|
|
71015
71116
|
|
|
71016
71117
|
新增接口:
|
|
71017
71118
|
|
|
71018
|
-
* [
|
|
71019
|
-
* [
|
|
71119
|
+
* [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
|
|
71120
|
+
* [DeleteEngine](https://cloud.tencent.com/document/api/1364/75217)
|
|
71020
71121
|
|
|
71021
71122
|
新增数据结构:
|
|
71022
71123
|
|
|
71023
|
-
* [
|
|
71024
|
-
* [
|
|
71025
|
-
* [
|
|
71124
|
+
* [ApolloEnvParam](https://cloud.tencent.com/document/api/1364/54942#ApolloEnvParam)
|
|
71125
|
+
* [EngineAdmin](https://cloud.tencent.com/document/api/1364/54942#EngineAdmin)
|
|
71126
|
+
* [InstanceTagInfo](https://cloud.tencent.com/document/api/1364/54942#InstanceTagInfo)
|
|
71026
71127
|
|
|
71027
71128
|
### 第 19 次发布
|
|
71028
71129
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-31 06:05:55 |
|
|
40
40
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-08 06:05:02 |
|
|
41
41
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
42
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-
|
|
42
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-13 06:07:47 |
|
|
43
43
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
44
44
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
|
|
45
45
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
84
84
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-09 06:11:36 |
|
|
85
85
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-08 06:09:29 |
|
|
86
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-
|
|
87
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-
|
|
88
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-
|
|
86
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-13 06:11:55 |
|
|
87
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-13 06:12:00 |
|
|
88
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-13 06:12:05 |
|
|
89
89
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-06-02 06:08:18 |
|
|
90
90
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
91
91
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
110
110
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
|
|
111
111
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
112
|
-
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-
|
|
112
|
+
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
|
|
113
113
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-01 06:12:55 |
|
|
114
114
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
|
|
115
115
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-09 06:14:00 |
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-08 06:13:07 |
|
|
134
134
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-09 06:15:14 |
|
|
135
135
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
|
|
136
|
-
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-
|
|
136
|
+
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
|
|
137
137
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
138
138
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-05-09 06:11:56 |
|
|
139
139
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
144
144
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
|
|
145
145
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-19 06:16:44 |
|
|
146
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-
|
|
146
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-06-13 06:16:20 |
|
|
147
147
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
148
148
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
149
149
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
152
152
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-06-07 06:12:09 |
|
|
153
153
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
|
|
154
|
-
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-06-
|
|
154
|
+
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-06-13 06:16:49 |
|
|
155
155
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
156
156
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-04-04 07:08:00 |
|
|
157
157
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-05-18 06:16:35 |
|
|
@@ -168,11 +168,11 @@
|
|
|
168
168
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
|
|
169
169
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
170
170
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-06-08 06:15:21 |
|
|
171
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-06-
|
|
171
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-06-13 06:17:36 |
|
|
172
172
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-06-08 06:15:35 |
|
|
173
173
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|
|
174
174
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
175
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-
|
|
175
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-13 06:18:15 |
|
|
176
176
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-09 06:18:14 |
|
|
177
177
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-08 06:16:20 |
|
|
178
178
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
190
190
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
191
191
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
|
|
192
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-
|
|
192
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-13 06:19:26 |
|
|
193
193
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-10 06:15:33 |
|
|
194
194
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-20 06:20:03 |
|
|
195
195
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
198
198
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-09 06:19:53 |
|
|
199
199
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
200
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-
|
|
200
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-13 06:20:05 |
|
|
201
201
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-10 06:16:31 |
|
|
202
202
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
|
|
203
203
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common"
|
|
19
19
|
import {
|
|
20
20
|
UploadFile,
|
|
21
|
+
CancelMultiFlowSignQRCodeRequest,
|
|
21
22
|
DescribeFileUrlsResponse,
|
|
22
23
|
TemplateInfo,
|
|
23
24
|
CreateDocumentResponse,
|
|
@@ -28,10 +29,13 @@ import {
|
|
|
28
29
|
CreateSchemeUrlRequest,
|
|
29
30
|
FileUrl,
|
|
30
31
|
DescribeThirdPartyAuthCodeRequest,
|
|
32
|
+
SignQrCode,
|
|
31
33
|
UploadFilesRequest,
|
|
32
34
|
CancelFlowRequest,
|
|
33
35
|
DescribeFlowBriefsResponse,
|
|
34
36
|
Component,
|
|
37
|
+
CreateMultiFlowSignQRCodeResponse,
|
|
38
|
+
FlowCreateApprover,
|
|
35
39
|
UploadFilesResponse,
|
|
36
40
|
DescribeThirdPartyAuthCodeResponse,
|
|
37
41
|
CreateFlowByFilesResponse,
|
|
@@ -43,10 +47,11 @@ import {
|
|
|
43
47
|
DescribeFlowTemplatesResponse,
|
|
44
48
|
Filter,
|
|
45
49
|
FileInfo,
|
|
46
|
-
|
|
50
|
+
CreateMultiFlowSignQRCodeRequest,
|
|
47
51
|
StartFlowResponse,
|
|
48
52
|
CreateSchemeUrlResponse,
|
|
49
53
|
CreateFlowByFilesRequest,
|
|
54
|
+
CancelMultiFlowSignQRCodeResponse,
|
|
50
55
|
CreateFlowResponse,
|
|
51
56
|
Agent,
|
|
52
57
|
FormField,
|
|
@@ -75,6 +80,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
75
80
|
return this.request("StartFlow", req, cb)
|
|
76
81
|
}
|
|
77
82
|
|
|
83
|
+
/**
|
|
84
|
+
* 此接口(CreateMultiFlowSignQRCode)用于创建一码多扫流程签署二维码。
|
|
85
|
+
适用的模版仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模版,且模版中发起方没有填写控件。
|
|
86
|
+
*/
|
|
87
|
+
async CreateMultiFlowSignQRCode(
|
|
88
|
+
req: CreateMultiFlowSignQRCodeRequest,
|
|
89
|
+
cb?: (error: string, rep: CreateMultiFlowSignQRCodeResponse) => void
|
|
90
|
+
): Promise<CreateMultiFlowSignQRCodeResponse> {
|
|
91
|
+
return this.request("CreateMultiFlowSignQRCode", req, cb)
|
|
92
|
+
}
|
|
93
|
+
|
|
78
94
|
/**
|
|
79
95
|
* 用于撤销流程
|
|
80
96
|
*/
|
|
@@ -125,6 +141,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
125
141
|
return this.request("CreateFlow", req, cb)
|
|
126
142
|
}
|
|
127
143
|
|
|
144
|
+
/**
|
|
145
|
+
* 此接口(CancelMultiFlowSignQRCode)用于取消一码多扫二维码。该接口对传入的二维码ID,若还在有效期内,可以提前失效。
|
|
146
|
+
*/
|
|
147
|
+
async CancelMultiFlowSignQRCode(
|
|
148
|
+
req: CancelMultiFlowSignQRCodeRequest,
|
|
149
|
+
cb?: (error: string, rep: CancelMultiFlowSignQRCodeResponse) => void
|
|
150
|
+
): Promise<CancelMultiFlowSignQRCodeResponse> {
|
|
151
|
+
return this.request("CancelMultiFlowSignQRCode", req, cb)
|
|
152
|
+
}
|
|
153
|
+
|
|
128
154
|
/**
|
|
129
155
|
* 获取小程序跳转链接
|
|
130
156
|
|
|
@@ -30,6 +30,26 @@ export interface UploadFile {
|
|
|
30
30
|
FileName?: string
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
/**
|
|
34
|
+
* CancelMultiFlowSignQRCode请求参数结构体
|
|
35
|
+
*/
|
|
36
|
+
export interface CancelMultiFlowSignQRCodeRequest {
|
|
37
|
+
/**
|
|
38
|
+
* 用户信息
|
|
39
|
+
*/
|
|
40
|
+
Operator: UserInfo
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* 二维码id
|
|
44
|
+
*/
|
|
45
|
+
QrCodeId: string
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* 应用信息
|
|
49
|
+
*/
|
|
50
|
+
Agent?: Agent
|
|
51
|
+
}
|
|
52
|
+
|
|
33
53
|
/**
|
|
34
54
|
* DescribeFileUrls返回参数结构体
|
|
35
55
|
*/
|
|
@@ -366,6 +386,26 @@ export interface DescribeThirdPartyAuthCodeRequest {
|
|
|
366
386
|
AuthCode: string
|
|
367
387
|
}
|
|
368
388
|
|
|
389
|
+
/**
|
|
390
|
+
* 一码多扫签署二维码对象
|
|
391
|
+
*/
|
|
392
|
+
export interface SignQrCode {
|
|
393
|
+
/**
|
|
394
|
+
* 二维码id
|
|
395
|
+
*/
|
|
396
|
+
QrCodeId: string
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* 二维码url
|
|
400
|
+
*/
|
|
401
|
+
QrCodeUrl: string
|
|
402
|
+
|
|
403
|
+
/**
|
|
404
|
+
* 二维码过期时间
|
|
405
|
+
*/
|
|
406
|
+
ExpiredTime: number
|
|
407
|
+
}
|
|
408
|
+
|
|
369
409
|
/**
|
|
370
410
|
* UploadFiles请求参数结构体
|
|
371
411
|
*/
|
|
@@ -567,6 +607,99 @@ KEYWORD 关键字,使用ComponentId指定关键字
|
|
|
567
607
|
OffsetY?: number
|
|
568
608
|
}
|
|
569
609
|
|
|
610
|
+
/**
|
|
611
|
+
* CreateMultiFlowSignQRCode返回参数结构体
|
|
612
|
+
*/
|
|
613
|
+
export interface CreateMultiFlowSignQRCodeResponse {
|
|
614
|
+
/**
|
|
615
|
+
* 签署二维码对象
|
|
616
|
+
*/
|
|
617
|
+
QrCode: SignQrCode
|
|
618
|
+
|
|
619
|
+
/**
|
|
620
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
621
|
+
*/
|
|
622
|
+
RequestId?: string
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
/**
|
|
626
|
+
* 创建流程的签署方信息
|
|
627
|
+
*/
|
|
628
|
+
export interface FlowCreateApprover {
|
|
629
|
+
/**
|
|
630
|
+
* 参与者类型:
|
|
631
|
+
0:企业
|
|
632
|
+
1:个人
|
|
633
|
+
3:企业静默签署
|
|
634
|
+
注:类型为3(企业静默签署)时,此接口会默认完成该签署方的签署。
|
|
635
|
+
*/
|
|
636
|
+
ApproverType: number
|
|
637
|
+
|
|
638
|
+
/**
|
|
639
|
+
* 如果签署方为企业,需要填入企业全称
|
|
640
|
+
*/
|
|
641
|
+
OrganizationName?: string
|
|
642
|
+
|
|
643
|
+
/**
|
|
644
|
+
* 是否需要签署
|
|
645
|
+
- `false`: 不需要签署
|
|
646
|
+
- `true`: 需要签署
|
|
647
|
+
*/
|
|
648
|
+
Required?: boolean
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* 签署方经办人姓名
|
|
652
|
+
*/
|
|
653
|
+
ApproverName?: string
|
|
654
|
+
|
|
655
|
+
/**
|
|
656
|
+
* 签署方经办人手机号码
|
|
657
|
+
*/
|
|
658
|
+
ApproverMobile?: string
|
|
659
|
+
|
|
660
|
+
/**
|
|
661
|
+
* 签署方经办人证件号码
|
|
662
|
+
*/
|
|
663
|
+
ApproverIdCardNumber?: string
|
|
664
|
+
|
|
665
|
+
/**
|
|
666
|
+
* 签署方经办人证件类型ID_CARD 身份证
|
|
667
|
+
HONGKONG_AND_MACAO 港澳居民来往内地通行证
|
|
668
|
+
HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
669
|
+
*/
|
|
670
|
+
ApproverIdCardType?: string
|
|
671
|
+
|
|
672
|
+
/**
|
|
673
|
+
* 签署方经办人在模板中的角色ID
|
|
674
|
+
*/
|
|
675
|
+
RecipientId?: string
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* 签署方经办人的用户ID,和签署方经办人姓名+手机号+证件必须有一个
|
|
679
|
+
*/
|
|
680
|
+
UserId?: string
|
|
681
|
+
|
|
682
|
+
/**
|
|
683
|
+
* 签署前置条件:是否需要阅读全文,默认为不需要
|
|
684
|
+
*/
|
|
685
|
+
IsFullText?: boolean
|
|
686
|
+
|
|
687
|
+
/**
|
|
688
|
+
* 签署前置条件:阅读时长限制,默认为不需要
|
|
689
|
+
*/
|
|
690
|
+
PreReadTime?: number
|
|
691
|
+
|
|
692
|
+
/**
|
|
693
|
+
* 是否发送短信,sms--短信通知,none--不通知,默认为sms
|
|
694
|
+
*/
|
|
695
|
+
NotifyType?: string
|
|
696
|
+
|
|
697
|
+
/**
|
|
698
|
+
* 签署意愿确认渠道,WEIXINAPP:人脸识别
|
|
699
|
+
*/
|
|
700
|
+
VerifyChannel?: Array<string>
|
|
701
|
+
}
|
|
702
|
+
|
|
570
703
|
/**
|
|
571
704
|
* UploadFiles返回参数结构体
|
|
572
705
|
*/
|
|
@@ -930,81 +1063,48 @@ export interface FileInfo {
|
|
|
930
1063
|
}
|
|
931
1064
|
|
|
932
1065
|
/**
|
|
933
|
-
*
|
|
1066
|
+
* CreateMultiFlowSignQRCode请求参数结构体
|
|
934
1067
|
*/
|
|
935
|
-
export interface
|
|
936
|
-
/**
|
|
937
|
-
* 参与者类型:
|
|
938
|
-
0:企业
|
|
939
|
-
1:个人
|
|
940
|
-
3:企业静默签署
|
|
941
|
-
注:类型为3(企业静默签署)时,此接口会默认完成该签署方的签署。
|
|
942
|
-
*/
|
|
943
|
-
ApproverType: number
|
|
944
|
-
|
|
945
|
-
/**
|
|
946
|
-
* 如果签署方为企业,需要填入企业全称
|
|
947
|
-
*/
|
|
948
|
-
OrganizationName?: string
|
|
949
|
-
|
|
950
|
-
/**
|
|
951
|
-
* 是否需要签署
|
|
952
|
-
- `false`: 不需要签署
|
|
953
|
-
- `true`: 需要签署
|
|
954
|
-
*/
|
|
955
|
-
Required?: boolean
|
|
956
|
-
|
|
957
|
-
/**
|
|
958
|
-
* 签署方经办人姓名
|
|
959
|
-
*/
|
|
960
|
-
ApproverName?: string
|
|
961
|
-
|
|
1068
|
+
export interface CreateMultiFlowSignQRCodeRequest {
|
|
962
1069
|
/**
|
|
963
|
-
*
|
|
1070
|
+
* 模版ID
|
|
964
1071
|
*/
|
|
965
|
-
|
|
1072
|
+
TemplateId: string
|
|
966
1073
|
|
|
967
1074
|
/**
|
|
968
|
-
*
|
|
1075
|
+
* 用户信息
|
|
969
1076
|
*/
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
/**
|
|
973
|
-
* 签署方经办人证件类型ID_CARD 身份证
|
|
974
|
-
HONGKONG_AND_MACAO 港澳居民来往内地通行证
|
|
975
|
-
HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
976
|
-
*/
|
|
977
|
-
ApproverIdCardType?: string
|
|
1077
|
+
Operator: UserInfo
|
|
978
1078
|
|
|
979
1079
|
/**
|
|
980
|
-
*
|
|
1080
|
+
* 合同名称
|
|
981
1081
|
*/
|
|
982
|
-
|
|
1082
|
+
FlowName: string
|
|
983
1083
|
|
|
984
1084
|
/**
|
|
985
|
-
*
|
|
1085
|
+
* 应用信息
|
|
986
1086
|
*/
|
|
987
|
-
|
|
1087
|
+
Agent?: Agent
|
|
988
1088
|
|
|
989
1089
|
/**
|
|
990
|
-
*
|
|
1090
|
+
* 合同有效天数 默认7天 最高设置不超过30天
|
|
991
1091
|
*/
|
|
992
|
-
|
|
1092
|
+
FlowEffectiveDay?: number
|
|
993
1093
|
|
|
994
1094
|
/**
|
|
995
|
-
*
|
|
1095
|
+
* 二维码有效天数 默认7天 最高设置不超过90天
|
|
996
1096
|
*/
|
|
997
|
-
|
|
1097
|
+
QrEffectiveDay?: number
|
|
998
1098
|
|
|
999
1099
|
/**
|
|
1000
|
-
*
|
|
1100
|
+
* 最大合同份数,默认5份 超过此上限 二维码自动失效
|
|
1001
1101
|
*/
|
|
1002
|
-
|
|
1102
|
+
MaxFlowNum?: number
|
|
1003
1103
|
|
|
1004
1104
|
/**
|
|
1005
|
-
*
|
|
1105
|
+
* 回调地址
|
|
1006
1106
|
*/
|
|
1007
|
-
|
|
1107
|
+
CallbackUrl?: string
|
|
1008
1108
|
}
|
|
1009
1109
|
|
|
1010
1110
|
/**
|
|
@@ -1108,6 +1208,16 @@ MULTI_LINE_TEXT - 多行文本控件
|
|
|
1108
1208
|
NeedPreview?: boolean
|
|
1109
1209
|
}
|
|
1110
1210
|
|
|
1211
|
+
/**
|
|
1212
|
+
* CancelMultiFlowSignQRCode返回参数结构体
|
|
1213
|
+
*/
|
|
1214
|
+
export interface CancelMultiFlowSignQRCodeResponse {
|
|
1215
|
+
/**
|
|
1216
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1217
|
+
*/
|
|
1218
|
+
RequestId?: string
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1111
1221
|
/**
|
|
1112
1222
|
* CreateFlow返回参数结构体
|
|
1113
1223
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { DescribeFileUrlsResponse, CreateDocumentResponse, StartFlowRequest, CancelFlowResponse, CreateDocumentRequest, CreateFlowRequest, CreateSchemeUrlRequest, DescribeThirdPartyAuthCodeRequest, UploadFilesRequest, CancelFlowRequest, DescribeFlowBriefsResponse, UploadFilesResponse, DescribeThirdPartyAuthCodeResponse, CreateFlowByFilesResponse, DescribeFlowBriefsRequest, DescribeFileUrlsRequest, DescribeFlowTemplatesResponse, StartFlowResponse, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowResponse, DescribeFlowTemplatesRequest } from "./ess_models";
|
|
2
|
+
import { CancelMultiFlowSignQRCodeRequest, DescribeFileUrlsResponse, CreateDocumentResponse, StartFlowRequest, CancelFlowResponse, CreateDocumentRequest, CreateFlowRequest, CreateSchemeUrlRequest, DescribeThirdPartyAuthCodeRequest, UploadFilesRequest, CancelFlowRequest, DescribeFlowBriefsResponse, CreateMultiFlowSignQRCodeResponse, UploadFilesResponse, DescribeThirdPartyAuthCodeResponse, CreateFlowByFilesResponse, DescribeFlowBriefsRequest, DescribeFileUrlsRequest, DescribeFlowTemplatesResponse, CreateMultiFlowSignQRCodeRequest, StartFlowResponse, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeFlowTemplatesRequest } from "./ess_models";
|
|
3
3
|
/**
|
|
4
4
|
* ess client
|
|
5
5
|
* @class
|
|
@@ -10,6 +10,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
10
10
|
* 此接口用于发起流程
|
|
11
11
|
*/
|
|
12
12
|
StartFlow(req: StartFlowRequest, cb?: (error: string, rep: StartFlowResponse) => void): Promise<StartFlowResponse>;
|
|
13
|
+
/**
|
|
14
|
+
* 此接口(CreateMultiFlowSignQRCode)用于创建一码多扫流程签署二维码。
|
|
15
|
+
适用的模版仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模版,且模版中发起方没有填写控件。
|
|
16
|
+
*/
|
|
17
|
+
CreateMultiFlowSignQRCode(req: CreateMultiFlowSignQRCodeRequest, cb?: (error: string, rep: CreateMultiFlowSignQRCodeResponse) => void): Promise<CreateMultiFlowSignQRCodeResponse>;
|
|
13
18
|
/**
|
|
14
19
|
* 用于撤销流程
|
|
15
20
|
*/
|
|
@@ -30,6 +35,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
30
35
|
* 创建签署流程
|
|
31
36
|
*/
|
|
32
37
|
CreateFlow(req: CreateFlowRequest, cb?: (error: string, rep: CreateFlowResponse) => void): Promise<CreateFlowResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* 此接口(CancelMultiFlowSignQRCode)用于取消一码多扫二维码。该接口对传入的二维码ID,若还在有效期内,可以提前失效。
|
|
40
|
+
*/
|
|
41
|
+
CancelMultiFlowSignQRCode(req: CancelMultiFlowSignQRCodeRequest, cb?: (error: string, rep: CancelMultiFlowSignQRCodeResponse) => void): Promise<CancelMultiFlowSignQRCodeResponse>;
|
|
33
42
|
/**
|
|
34
43
|
* 获取小程序跳转链接
|
|
35
44
|
|
|
@@ -33,6 +33,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
33
33
|
async StartFlow(req, cb) {
|
|
34
34
|
return this.request("StartFlow", req, cb);
|
|
35
35
|
}
|
|
36
|
+
/**
|
|
37
|
+
* 此接口(CreateMultiFlowSignQRCode)用于创建一码多扫流程签署二维码。
|
|
38
|
+
适用的模版仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模版,且模版中发起方没有填写控件。
|
|
39
|
+
*/
|
|
40
|
+
async CreateMultiFlowSignQRCode(req, cb) {
|
|
41
|
+
return this.request("CreateMultiFlowSignQRCode", req, cb);
|
|
42
|
+
}
|
|
36
43
|
/**
|
|
37
44
|
* 用于撤销流程
|
|
38
45
|
*/
|
|
@@ -63,6 +70,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
63
70
|
async CreateFlow(req, cb) {
|
|
64
71
|
return this.request("CreateFlow", req, cb);
|
|
65
72
|
}
|
|
73
|
+
/**
|
|
74
|
+
* 此接口(CancelMultiFlowSignQRCode)用于取消一码多扫二维码。该接口对传入的二维码ID,若还在有效期内,可以提前失效。
|
|
75
|
+
*/
|
|
76
|
+
async CancelMultiFlowSignQRCode(req, cb) {
|
|
77
|
+
return this.request("CancelMultiFlowSignQRCode", req, cb);
|
|
78
|
+
}
|
|
66
79
|
/**
|
|
67
80
|
* 获取小程序跳转链接
|
|
68
81
|
|
|
@@ -11,6 +11,23 @@ export interface UploadFile {
|
|
|
11
11
|
*/
|
|
12
12
|
FileName?: string;
|
|
13
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* CancelMultiFlowSignQRCode请求参数结构体
|
|
16
|
+
*/
|
|
17
|
+
export interface CancelMultiFlowSignQRCodeRequest {
|
|
18
|
+
/**
|
|
19
|
+
* 用户信息
|
|
20
|
+
*/
|
|
21
|
+
Operator: UserInfo;
|
|
22
|
+
/**
|
|
23
|
+
* 二维码id
|
|
24
|
+
*/
|
|
25
|
+
QrCodeId: string;
|
|
26
|
+
/**
|
|
27
|
+
* 应用信息
|
|
28
|
+
*/
|
|
29
|
+
Agent?: Agent;
|
|
30
|
+
}
|
|
14
31
|
/**
|
|
15
32
|
* DescribeFileUrls返回参数结构体
|
|
16
33
|
*/
|
|
@@ -291,6 +308,23 @@ export interface DescribeThirdPartyAuthCodeRequest {
|
|
|
291
308
|
*/
|
|
292
309
|
AuthCode: string;
|
|
293
310
|
}
|
|
311
|
+
/**
|
|
312
|
+
* 一码多扫签署二维码对象
|
|
313
|
+
*/
|
|
314
|
+
export interface SignQrCode {
|
|
315
|
+
/**
|
|
316
|
+
* 二维码id
|
|
317
|
+
*/
|
|
318
|
+
QrCodeId: string;
|
|
319
|
+
/**
|
|
320
|
+
* 二维码url
|
|
321
|
+
*/
|
|
322
|
+
QrCodeUrl: string;
|
|
323
|
+
/**
|
|
324
|
+
* 二维码过期时间
|
|
325
|
+
*/
|
|
326
|
+
ExpiredTime: number;
|
|
327
|
+
}
|
|
294
328
|
/**
|
|
295
329
|
* UploadFiles请求参数结构体
|
|
296
330
|
*/
|
|
@@ -461,6 +495,84 @@ export interface Component {
|
|
|
461
495
|
*/
|
|
462
496
|
OffsetY?: number;
|
|
463
497
|
}
|
|
498
|
+
/**
|
|
499
|
+
* CreateMultiFlowSignQRCode返回参数结构体
|
|
500
|
+
*/
|
|
501
|
+
export interface CreateMultiFlowSignQRCodeResponse {
|
|
502
|
+
/**
|
|
503
|
+
* 签署二维码对象
|
|
504
|
+
*/
|
|
505
|
+
QrCode: SignQrCode;
|
|
506
|
+
/**
|
|
507
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
508
|
+
*/
|
|
509
|
+
RequestId?: string;
|
|
510
|
+
}
|
|
511
|
+
/**
|
|
512
|
+
* 创建流程的签署方信息
|
|
513
|
+
*/
|
|
514
|
+
export interface FlowCreateApprover {
|
|
515
|
+
/**
|
|
516
|
+
* 参与者类型:
|
|
517
|
+
0:企业
|
|
518
|
+
1:个人
|
|
519
|
+
3:企业静默签署
|
|
520
|
+
注:类型为3(企业静默签署)时,此接口会默认完成该签署方的签署。
|
|
521
|
+
*/
|
|
522
|
+
ApproverType: number;
|
|
523
|
+
/**
|
|
524
|
+
* 如果签署方为企业,需要填入企业全称
|
|
525
|
+
*/
|
|
526
|
+
OrganizationName?: string;
|
|
527
|
+
/**
|
|
528
|
+
* 是否需要签署
|
|
529
|
+
- `false`: 不需要签署
|
|
530
|
+
- `true`: 需要签署
|
|
531
|
+
*/
|
|
532
|
+
Required?: boolean;
|
|
533
|
+
/**
|
|
534
|
+
* 签署方经办人姓名
|
|
535
|
+
*/
|
|
536
|
+
ApproverName?: string;
|
|
537
|
+
/**
|
|
538
|
+
* 签署方经办人手机号码
|
|
539
|
+
*/
|
|
540
|
+
ApproverMobile?: string;
|
|
541
|
+
/**
|
|
542
|
+
* 签署方经办人证件号码
|
|
543
|
+
*/
|
|
544
|
+
ApproverIdCardNumber?: string;
|
|
545
|
+
/**
|
|
546
|
+
* 签署方经办人证件类型ID_CARD 身份证
|
|
547
|
+
HONGKONG_AND_MACAO 港澳居民来往内地通行证
|
|
548
|
+
HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
549
|
+
*/
|
|
550
|
+
ApproverIdCardType?: string;
|
|
551
|
+
/**
|
|
552
|
+
* 签署方经办人在模板中的角色ID
|
|
553
|
+
*/
|
|
554
|
+
RecipientId?: string;
|
|
555
|
+
/**
|
|
556
|
+
* 签署方经办人的用户ID,和签署方经办人姓名+手机号+证件必须有一个
|
|
557
|
+
*/
|
|
558
|
+
UserId?: string;
|
|
559
|
+
/**
|
|
560
|
+
* 签署前置条件:是否需要阅读全文,默认为不需要
|
|
561
|
+
*/
|
|
562
|
+
IsFullText?: boolean;
|
|
563
|
+
/**
|
|
564
|
+
* 签署前置条件:阅读时长限制,默认为不需要
|
|
565
|
+
*/
|
|
566
|
+
PreReadTime?: number;
|
|
567
|
+
/**
|
|
568
|
+
* 是否发送短信,sms--短信通知,none--不通知,默认为sms
|
|
569
|
+
*/
|
|
570
|
+
NotifyType?: string;
|
|
571
|
+
/**
|
|
572
|
+
* 签署意愿确认渠道,WEIXINAPP:人脸识别
|
|
573
|
+
*/
|
|
574
|
+
VerifyChannel?: Array<string>;
|
|
575
|
+
}
|
|
464
576
|
/**
|
|
465
577
|
* UploadFiles返回参数结构体
|
|
466
578
|
*/
|
|
@@ -765,69 +877,41 @@ export interface FileInfo {
|
|
|
765
877
|
CreatedOn?: number;
|
|
766
878
|
}
|
|
767
879
|
/**
|
|
768
|
-
*
|
|
880
|
+
* CreateMultiFlowSignQRCode请求参数结构体
|
|
769
881
|
*/
|
|
770
|
-
export interface
|
|
882
|
+
export interface CreateMultiFlowSignQRCodeRequest {
|
|
771
883
|
/**
|
|
772
|
-
|
|
773
|
-
0:企业
|
|
774
|
-
1:个人
|
|
775
|
-
3:企业静默签署
|
|
776
|
-
注:类型为3(企业静默签署)时,此接口会默认完成该签署方的签署。
|
|
777
|
-
*/
|
|
778
|
-
ApproverType: number;
|
|
779
|
-
/**
|
|
780
|
-
* 如果签署方为企业,需要填入企业全称
|
|
781
|
-
*/
|
|
782
|
-
OrganizationName?: string;
|
|
783
|
-
/**
|
|
784
|
-
* 是否需要签署
|
|
785
|
-
- `false`: 不需要签署
|
|
786
|
-
- `true`: 需要签署
|
|
787
|
-
*/
|
|
788
|
-
Required?: boolean;
|
|
789
|
-
/**
|
|
790
|
-
* 签署方经办人姓名
|
|
884
|
+
* 模版ID
|
|
791
885
|
*/
|
|
792
|
-
|
|
793
|
-
/**
|
|
794
|
-
* 签署方经办人手机号码
|
|
795
|
-
*/
|
|
796
|
-
ApproverMobile?: string;
|
|
886
|
+
TemplateId: string;
|
|
797
887
|
/**
|
|
798
|
-
*
|
|
888
|
+
* 用户信息
|
|
799
889
|
*/
|
|
800
|
-
|
|
801
|
-
/**
|
|
802
|
-
* 签署方经办人证件类型ID_CARD 身份证
|
|
803
|
-
HONGKONG_AND_MACAO 港澳居民来往内地通行证
|
|
804
|
-
HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
805
|
-
*/
|
|
806
|
-
ApproverIdCardType?: string;
|
|
890
|
+
Operator: UserInfo;
|
|
807
891
|
/**
|
|
808
|
-
*
|
|
892
|
+
* 合同名称
|
|
809
893
|
*/
|
|
810
|
-
|
|
894
|
+
FlowName: string;
|
|
811
895
|
/**
|
|
812
|
-
*
|
|
896
|
+
* 应用信息
|
|
813
897
|
*/
|
|
814
|
-
|
|
898
|
+
Agent?: Agent;
|
|
815
899
|
/**
|
|
816
|
-
*
|
|
900
|
+
* 合同有效天数 默认7天 最高设置不超过30天
|
|
817
901
|
*/
|
|
818
|
-
|
|
902
|
+
FlowEffectiveDay?: number;
|
|
819
903
|
/**
|
|
820
|
-
*
|
|
904
|
+
* 二维码有效天数 默认7天 最高设置不超过90天
|
|
821
905
|
*/
|
|
822
|
-
|
|
906
|
+
QrEffectiveDay?: number;
|
|
823
907
|
/**
|
|
824
|
-
*
|
|
908
|
+
* 最大合同份数,默认5份 超过此上限 二维码自动失效
|
|
825
909
|
*/
|
|
826
|
-
|
|
910
|
+
MaxFlowNum?: number;
|
|
827
911
|
/**
|
|
828
|
-
*
|
|
912
|
+
* 回调地址
|
|
829
913
|
*/
|
|
830
|
-
|
|
914
|
+
CallbackUrl?: string;
|
|
831
915
|
}
|
|
832
916
|
/**
|
|
833
917
|
* StartFlow返回参数结构体
|
|
@@ -914,6 +998,15 @@ export interface CreateFlowByFilesRequest {
|
|
|
914
998
|
*/
|
|
915
999
|
NeedPreview?: boolean;
|
|
916
1000
|
}
|
|
1001
|
+
/**
|
|
1002
|
+
* CancelMultiFlowSignQRCode返回参数结构体
|
|
1003
|
+
*/
|
|
1004
|
+
export interface CancelMultiFlowSignQRCodeResponse {
|
|
1005
|
+
/**
|
|
1006
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1007
|
+
*/
|
|
1008
|
+
RequestId?: string;
|
|
1009
|
+
}
|
|
917
1010
|
/**
|
|
918
1011
|
* CreateFlow返回参数结构体
|
|
919
1012
|
*/
|