tencentcloud-sdk-nodejs-ess 4.0.718 → 4.0.720
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 +133 -0
- package/SERVICE_CHANGELOG.md +134 -110
- package/package.json +1 -1
- package/products.md +8 -8
- package/src/services/ess/v20201111/ess_client.ts +32 -13
- package/src/services/ess/v20201111/ess_models.ts +70 -3
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +21 -10
- package/tencentcloud/services/ess/v20201111/ess_client.js +23 -10
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +68 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,136 @@
|
|
|
1
|
+
# Release 4.0.720
|
|
2
|
+
|
|
3
|
+
## 数字版权管理(drm) 版本:2018-11-15
|
|
4
|
+
|
|
5
|
+
### 第 5 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-11-02 01:38:44
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeDRMLicense](https://cloud.tencent.com/document/api/1000/101057)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
20
|
+
|
|
21
|
+
### 第 132 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2023-11-02 01:44:45
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
36
|
+
|
|
37
|
+
### 第 124 次发布
|
|
38
|
+
|
|
39
|
+
发布时间:2023-11-02 01:45:47
|
|
40
|
+
|
|
41
|
+
本次发布包含了以下内容:
|
|
42
|
+
|
|
43
|
+
改善已有的文档。
|
|
44
|
+
|
|
45
|
+
新增接口:
|
|
46
|
+
|
|
47
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
48
|
+
|
|
49
|
+
修改接口:
|
|
50
|
+
|
|
51
|
+
* [DescribeTemplates](https://cloud.tencent.com/document/api/1420/61521)
|
|
52
|
+
|
|
53
|
+
* 新增入参:TemplateIds
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
修改数据结构:
|
|
57
|
+
|
|
58
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
|
|
59
|
+
|
|
60
|
+
* 新增成员:NoRefuse
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
70
|
+
|
|
71
|
+
### 第 85 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2023-11-02 02:24:43
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
新增接口:
|
|
80
|
+
|
|
81
|
+
* [DescribeRocketMQConsumeStats](https://cloud.tencent.com/document/api/1179/101060)
|
|
82
|
+
* [VerifyRocketMQConsume](https://cloud.tencent.com/document/api/1179/101061)
|
|
83
|
+
|
|
84
|
+
新增数据结构:
|
|
85
|
+
|
|
86
|
+
* [ConsumerStats](https://cloud.tencent.com/document/api/1179/46089#ConsumerStats)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
91
|
+
|
|
92
|
+
### 第 178 次发布
|
|
93
|
+
|
|
94
|
+
发布时间:2023-11-02 02:40:08
|
|
95
|
+
|
|
96
|
+
本次发布包含了以下内容:
|
|
97
|
+
|
|
98
|
+
改善已有的文档。
|
|
99
|
+
|
|
100
|
+
修改数据结构:
|
|
101
|
+
|
|
102
|
+
* [BandwidthPackage](https://cloud.tencent.com/document/api/215/15824#BandwidthPackage)
|
|
103
|
+
|
|
104
|
+
* 新增成员:Deadline
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
# Release 4.0.719
|
|
110
|
+
|
|
111
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
112
|
+
|
|
113
|
+
### 第 62 次发布
|
|
114
|
+
|
|
115
|
+
发布时间:2023-11-01 11:21:19
|
|
116
|
+
|
|
117
|
+
本次发布包含了以下内容:
|
|
118
|
+
|
|
119
|
+
改善已有的文档。
|
|
120
|
+
|
|
121
|
+
修改数据结构:
|
|
122
|
+
|
|
123
|
+
* [OriginGroup](https://cloud.tencent.com/document/api/1552/80721#OriginGroup)
|
|
124
|
+
|
|
125
|
+
* 新增成员:HostHeader
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
1
134
|
# Release 4.0.718
|
|
2
135
|
|
|
3
136
|
## 云硬盘(cbs) 版本:2017-03-12
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,48 +1,42 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 数字版权管理(drm) 版本:2018-11-15
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 5 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-11-
|
|
7
|
+
发布时间:2023-11-02 01:38:44
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [DescribeDiskConfigQuota](https://cloud.tencent.com/document/api/362/16318)
|
|
16
|
-
|
|
17
|
-
* 新增入参:DedicatedClusterId
|
|
13
|
+
新增接口:
|
|
18
14
|
|
|
15
|
+
* [DescribeDRMLicense](https://cloud.tencent.com/document/api/1000/101057)
|
|
19
16
|
|
|
20
17
|
|
|
21
18
|
|
|
22
|
-
##
|
|
19
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
23
20
|
|
|
24
|
-
### 第
|
|
21
|
+
### 第 132 次发布
|
|
25
22
|
|
|
26
|
-
发布时间:2023-11-
|
|
23
|
+
发布时间:2023-11-02 01:44:45
|
|
27
24
|
|
|
28
25
|
本次发布包含了以下内容:
|
|
29
26
|
|
|
30
27
|
改善已有的文档。
|
|
31
28
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
* [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
|
|
35
|
-
|
|
36
|
-
* 新增入参:ClusterIds
|
|
29
|
+
新增接口:
|
|
37
30
|
|
|
31
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
38
32
|
|
|
39
33
|
|
|
40
34
|
|
|
41
|
-
##
|
|
35
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
42
36
|
|
|
43
|
-
### 第
|
|
37
|
+
### 第 124 次发布
|
|
44
38
|
|
|
45
|
-
发布时间:2023-11-
|
|
39
|
+
发布时间:2023-11-02 01:45:47
|
|
46
40
|
|
|
47
41
|
本次发布包含了以下内容:
|
|
48
42
|
|
|
@@ -50,54 +44,33 @@
|
|
|
50
44
|
|
|
51
45
|
新增接口:
|
|
52
46
|
|
|
53
|
-
* [
|
|
54
|
-
* [TurnPDFToObjectAsyncGetResult](https://cloud.tencent.com/document/api/1314/101006)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
59
|
-
|
|
60
|
-
### 第 54 次发布
|
|
61
|
-
|
|
62
|
-
发布时间:2023-11-01 01:21:35
|
|
63
|
-
|
|
64
|
-
本次发布包含了以下内容:
|
|
65
|
-
|
|
66
|
-
改善已有的文档。
|
|
47
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
67
48
|
|
|
68
49
|
修改接口:
|
|
69
50
|
|
|
70
|
-
* [
|
|
71
|
-
|
|
72
|
-
* 新增出参:Id
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
51
|
+
* [DescribeTemplates](https://cloud.tencent.com/document/api/1420/61521)
|
|
76
52
|
|
|
77
|
-
|
|
53
|
+
* 新增入参:TemplateIds
|
|
78
54
|
|
|
79
|
-
### 第 84 次发布
|
|
80
55
|
|
|
81
|
-
|
|
56
|
+
修改数据结构:
|
|
82
57
|
|
|
83
|
-
|
|
58
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
|
|
84
59
|
|
|
85
|
-
|
|
60
|
+
* 新增成员:NoRefuse
|
|
86
61
|
|
|
87
|
-
修改数据结构:
|
|
88
62
|
|
|
89
|
-
* [RabbitMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterInfo)
|
|
90
63
|
|
|
91
|
-
* 新增成员:AutoRenewFlag, MirrorQueuePolicyFlag
|
|
92
64
|
|
|
65
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
93
66
|
|
|
94
67
|
|
|
95
68
|
|
|
96
|
-
##
|
|
69
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
97
70
|
|
|
98
|
-
### 第
|
|
71
|
+
### 第 85 次发布
|
|
99
72
|
|
|
100
|
-
发布时间:2023-11-
|
|
73
|
+
发布时间:2023-11-02 02:24:43
|
|
101
74
|
|
|
102
75
|
本次发布包含了以下内容:
|
|
103
76
|
|
|
@@ -105,77 +78,31 @@
|
|
|
105
78
|
|
|
106
79
|
新增接口:
|
|
107
80
|
|
|
108
|
-
* [
|
|
81
|
+
* [DescribeRocketMQConsumeStats](https://cloud.tencent.com/document/api/1179/101060)
|
|
82
|
+
* [VerifyRocketMQConsume](https://cloud.tencent.com/document/api/1179/101061)
|
|
109
83
|
|
|
110
84
|
新增数据结构:
|
|
111
85
|
|
|
112
|
-
* [
|
|
113
|
-
|
|
86
|
+
* [ConsumerStats](https://cloud.tencent.com/document/api/1179/46089#ConsumerStats)
|
|
114
87
|
|
|
115
88
|
|
|
116
|
-
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
117
89
|
|
|
90
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
118
91
|
|
|
92
|
+
### 第 178 次发布
|
|
119
93
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### 第 36 次发布
|
|
123
|
-
|
|
124
|
-
发布时间:2023-11-01 01:23:35
|
|
94
|
+
发布时间:2023-11-02 02:40:08
|
|
125
95
|
|
|
126
96
|
本次发布包含了以下内容:
|
|
127
97
|
|
|
128
98
|
改善已有的文档。
|
|
129
99
|
|
|
130
|
-
修改接口:
|
|
131
|
-
|
|
132
|
-
* [DescribePPTCheck](https://cloud.tencent.com/document/api/1137/90053)
|
|
133
|
-
|
|
134
|
-
* 新增出参:Errs
|
|
135
|
-
|
|
136
|
-
|
|
137
100
|
修改数据结构:
|
|
138
101
|
|
|
139
|
-
* [
|
|
140
|
-
|
|
141
|
-
* <font color="#dd0000">**修改成员**:</font>Name, Type, Detail
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
147
|
-
|
|
148
|
-
### 第 68 次发布
|
|
149
|
-
|
|
150
|
-
发布时间:2023-11-01 01:26:18
|
|
151
|
-
|
|
152
|
-
本次发布包含了以下内容:
|
|
153
|
-
|
|
154
|
-
改善已有的文档。
|
|
155
|
-
|
|
156
|
-
<font color="#dd0000">**预下线接口**:</font>
|
|
157
|
-
|
|
158
|
-
* DeleteDownloadRecord
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
163
|
-
|
|
164
|
-
### 第 54 次发布
|
|
165
|
-
|
|
166
|
-
发布时间:2023-11-01 01:26:43
|
|
167
|
-
|
|
168
|
-
本次发布包含了以下内容:
|
|
169
|
-
|
|
170
|
-
改善已有的文档。
|
|
171
|
-
|
|
172
|
-
新增接口:
|
|
173
|
-
|
|
174
|
-
* [DescribeDatabaseMetas](https://cloud.tencent.com/document/api/1267/101009)
|
|
102
|
+
* [BandwidthPackage](https://cloud.tencent.com/document/api/215/15824#BandwidthPackage)
|
|
175
103
|
|
|
176
|
-
|
|
104
|
+
* 新增成员:Deadline
|
|
177
105
|
|
|
178
|
-
* [DatabaseMeta](https://cloud.tencent.com/document/api/1267/76336#DatabaseMeta)
|
|
179
106
|
|
|
180
107
|
|
|
181
108
|
|
|
@@ -48852,6 +48779,18 @@
|
|
|
48852
48779
|
|
|
48853
48780
|
## 数字版权管理(drm) 版本:2018-11-15
|
|
48854
48781
|
|
|
48782
|
+
### 第 5 次发布
|
|
48783
|
+
|
|
48784
|
+
发布时间:2023-11-02 01:38:44
|
|
48785
|
+
|
|
48786
|
+
本次发布包含了以下内容:
|
|
48787
|
+
|
|
48788
|
+
改善已有的文档。
|
|
48789
|
+
|
|
48790
|
+
新增接口:
|
|
48791
|
+
|
|
48792
|
+
* [[DescribeDRMLicense](https://cloud.tencent.com/document/api/1000/101057)](https://cloud.tencent.com/document/api/#/#)
|
|
48793
|
+
|
|
48855
48794
|
### 第 4 次发布
|
|
48856
48795
|
|
|
48857
48796
|
发布时间:2020-01-09 17:18:24
|
|
@@ -55552,6 +55491,18 @@
|
|
|
55552
55491
|
|
|
55553
55492
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
55554
55493
|
|
|
55494
|
+
### 第 132 次发布
|
|
55495
|
+
|
|
55496
|
+
发布时间:2023-11-02 01:44:45
|
|
55497
|
+
|
|
55498
|
+
本次发布包含了以下内容:
|
|
55499
|
+
|
|
55500
|
+
改善已有的文档。
|
|
55501
|
+
|
|
55502
|
+
新增接口:
|
|
55503
|
+
|
|
55504
|
+
* [[CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)](https://cloud.tencent.com/document/api/#/#)
|
|
55505
|
+
|
|
55555
55506
|
### 第 131 次发布
|
|
55556
55507
|
|
|
55557
55508
|
发布时间:2023-10-25 01:16:49
|
|
@@ -58121,6 +58072,32 @@
|
|
|
58121
58072
|
|
|
58122
58073
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
58123
58074
|
|
|
58075
|
+
### 第 124 次发布
|
|
58076
|
+
|
|
58077
|
+
发布时间:2023-11-02 01:45:47
|
|
58078
|
+
|
|
58079
|
+
本次发布包含了以下内容:
|
|
58080
|
+
|
|
58081
|
+
改善已有的文档。
|
|
58082
|
+
|
|
58083
|
+
新增接口:
|
|
58084
|
+
|
|
58085
|
+
* [[ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)](https://cloud.tencent.com/document/api/#/#)
|
|
58086
|
+
|
|
58087
|
+
修改接口:
|
|
58088
|
+
|
|
58089
|
+
* [DescribeTemplates](https://cloud.tencent.com/document/api/1420/61521)
|
|
58090
|
+
|
|
58091
|
+
* 新增入参:TemplateIds
|
|
58092
|
+
|
|
58093
|
+
|
|
58094
|
+
修改数据结构:
|
|
58095
|
+
|
|
58096
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
|
|
58097
|
+
|
|
58098
|
+
* 新增成员:NoRefuse
|
|
58099
|
+
|
|
58100
|
+
|
|
58124
58101
|
### 第 123 次发布
|
|
58125
58102
|
|
|
58126
58103
|
发布时间:2023-10-20 01:15:49
|
|
@@ -83862,8 +83839,8 @@
|
|
|
83862
83839
|
|
|
83863
83840
|
新增接口:
|
|
83864
83841
|
|
|
83865
|
-
* [
|
|
83866
|
-
* [
|
|
83842
|
+
* [TurnPDFToObjectAsync](https://cloud.tencent.com/document/api/1314/101007)
|
|
83843
|
+
* [TurnPDFToObjectAsyncGetResult](https://cloud.tencent.com/document/api/1314/101006)
|
|
83867
83844
|
|
|
83868
83845
|
### 第 18 次发布
|
|
83869
83846
|
|
|
@@ -107637,6 +107614,23 @@
|
|
|
107637
107614
|
|
|
107638
107615
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
107639
107616
|
|
|
107617
|
+
### 第 85 次发布
|
|
107618
|
+
|
|
107619
|
+
发布时间:2023-11-02 02:24:43
|
|
107620
|
+
|
|
107621
|
+
本次发布包含了以下内容:
|
|
107622
|
+
|
|
107623
|
+
改善已有的文档。
|
|
107624
|
+
|
|
107625
|
+
新增接口:
|
|
107626
|
+
|
|
107627
|
+
* [[DescribeRocketMQConsumeStats](https://cloud.tencent.com/document/api/1179/101060)](https://cloud.tencent.com/document/api/#/#)
|
|
107628
|
+
* [[VerifyRocketMQConsume](https://cloud.tencent.com/document/api/1179/101061)](https://cloud.tencent.com/document/api/#/#)
|
|
107629
|
+
|
|
107630
|
+
新增数据结构:
|
|
107631
|
+
|
|
107632
|
+
* [[ConsumerStats](https://cloud.tencent.com/document/api/1179/46089#ConsumerStats)](https://cloud.tencent.com/document/api/1179/46089#[ConsumerStats](https://cloud.tencent.com/document/api/1179/46089#ConsumerStats))
|
|
107633
|
+
|
|
107640
107634
|
### 第 84 次发布
|
|
107641
107635
|
|
|
107642
107636
|
发布时间:2023-11-01 01:22:25
|
|
@@ -111807,6 +111801,21 @@
|
|
|
111807
111801
|
|
|
111808
111802
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
111809
111803
|
|
|
111804
|
+
### 第 62 次发布
|
|
111805
|
+
|
|
111806
|
+
发布时间:2023-11-01 11:21:19
|
|
111807
|
+
|
|
111808
|
+
本次发布包含了以下内容:
|
|
111809
|
+
|
|
111810
|
+
改善已有的文档。
|
|
111811
|
+
|
|
111812
|
+
修改数据结构:
|
|
111813
|
+
|
|
111814
|
+
* [OriginGroup](https://cloud.tencent.com/document/api/1552/80721#OriginGroup)
|
|
111815
|
+
|
|
111816
|
+
* 新增成员:HostHeader
|
|
111817
|
+
|
|
111818
|
+
|
|
111810
111819
|
### 第 61 次发布
|
|
111811
111820
|
|
|
111812
111821
|
发布时间:2023-10-27 10:26:11
|
|
@@ -115709,11 +115718,11 @@
|
|
|
115709
115718
|
|
|
115710
115719
|
新增接口:
|
|
115711
115720
|
|
|
115712
|
-
* [
|
|
115721
|
+
* [DescribeBillingResourceInstanceRunningJobs](https://cloud.tencent.com/document/api/851/101008)
|
|
115713
115722
|
|
|
115714
115723
|
新增数据结构:
|
|
115715
115724
|
|
|
115716
|
-
* [
|
|
115725
|
+
* [ResourceInstanceRunningJobInfo](https://cloud.tencent.com/document/api/851/75051#ResourceInstanceRunningJobInfo)
|
|
115717
115726
|
|
|
115718
115727
|
### 第 38 次发布
|
|
115719
115728
|
|
|
@@ -132054,6 +132063,21 @@
|
|
|
132054
132063
|
|
|
132055
132064
|
## 私有网络(vpc) 版本:2017-03-12
|
|
132056
132065
|
|
|
132066
|
+
### 第 178 次发布
|
|
132067
|
+
|
|
132068
|
+
发布时间:2023-11-02 02:40:08
|
|
132069
|
+
|
|
132070
|
+
本次发布包含了以下内容:
|
|
132071
|
+
|
|
132072
|
+
改善已有的文档。
|
|
132073
|
+
|
|
132074
|
+
修改数据结构:
|
|
132075
|
+
|
|
132076
|
+
* [BandwidthPackage](https://cloud.tencent.com/document/api/215/15824#BandwidthPackage)
|
|
132077
|
+
|
|
132078
|
+
* 新增成员:Deadline
|
|
132079
|
+
|
|
132080
|
+
|
|
132057
132081
|
### 第 177 次发布
|
|
132058
132082
|
|
|
132059
132083
|
发布时间:2023-10-31 02:45:47
|
|
@@ -137902,11 +137926,11 @@
|
|
|
137902
137926
|
|
|
137903
137927
|
新增接口:
|
|
137904
137928
|
|
|
137905
|
-
* [
|
|
137929
|
+
* [DescribeDatabaseMetas](https://cloud.tencent.com/document/api/1267/101009)
|
|
137906
137930
|
|
|
137907
137931
|
新增数据结构:
|
|
137908
137932
|
|
|
137909
|
-
* [
|
|
137933
|
+
* [DatabaseMeta](https://cloud.tencent.com/document/api/1267/76336#DatabaseMeta)
|
|
137910
137934
|
|
|
137911
137935
|
### 第 53 次发布
|
|
137912
137936
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-27 01:38:16 |
|
|
83
83
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-10-26 01:13:41 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
|
|
85
|
-
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-
|
|
85
|
+
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-02 01:38:44 |
|
|
86
86
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
87
87
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
|
|
88
88
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
|
|
97
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-30 00:42:05 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-02 01:44:45 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-02 01:45:47 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-10-20 01:16:02 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
142
142
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-10-18 02:23:34 |
|
|
143
143
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
144
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-
|
|
144
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-11-02 02:02:38 |
|
|
145
145
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
|
|
146
146
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-11-01 01:18:18 |
|
|
147
147
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
|
|
160
160
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
|
|
161
161
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-31 02:15:24 |
|
|
162
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-
|
|
162
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-11-02 02:10:56 |
|
|
163
163
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
164
164
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
|
|
165
165
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -197,10 +197,10 @@
|
|
|
197
197
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-01 01:21:35 |
|
|
198
198
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
199
199
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
200
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-
|
|
200
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-02 02:24:43 |
|
|
201
201
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
202
202
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
203
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-
|
|
203
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-01 11:21:19 |
|
|
204
204
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-09-21 06:17:00 |
|
|
205
205
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
206
206
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
229
229
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
230
230
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-30 01:34:07 |
|
|
231
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-
|
|
231
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-02 02:40:08 |
|
|
232
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
233
233
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-01 01:26:18 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
@@ -48,6 +48,7 @@ import {
|
|
|
48
48
|
StartFlowResponse,
|
|
49
49
|
SealInfo,
|
|
50
50
|
StaffRole,
|
|
51
|
+
CreateBatchQuickSignUrlResponse,
|
|
51
52
|
CreateIntegrationRoleRequest,
|
|
52
53
|
DeleteIntegrationRoleUsersResponse,
|
|
53
54
|
CreateConvertTaskApiRequest,
|
|
@@ -211,6 +212,7 @@ import {
|
|
|
211
212
|
CreateFlowResponse,
|
|
212
213
|
DescribeUserAutoSignStatusRequest,
|
|
213
214
|
FilledComponent,
|
|
215
|
+
CreateBatchQuickSignUrlRequest,
|
|
214
216
|
FileUrl,
|
|
215
217
|
CreateOrganizationInfoChangeUrlRequest,
|
|
216
218
|
DescribeOrganizationGroupOrganizationsResponse,
|
|
@@ -228,20 +230,20 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
228
230
|
}
|
|
229
231
|
|
|
230
232
|
/**
|
|
231
|
-
*
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
<
|
|
235
|
-
<
|
|
236
|
-
<
|
|
237
|
-
|
|
238
|
-
<
|
|
233
|
+
* 该接口用于发起合同后,生成个人用户的批量签署链接, 暂时不支持企业端签署 <br/>
|
|
234
|
+
`注意:`<br/>
|
|
235
|
+
`1. 该接口目前仅支持签署人类型是个人签署方的批量签署场景(ApproverType=1)。` <br/>
|
|
236
|
+
`2. 该接口可生成批量签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件 。` <br/>
|
|
237
|
+
`3. 请确保C端签署人在批量签署合同中为待签署状态,如需顺序签署请待前一位参与人签署完成后,再创建该C端用户的签署链接。` <br/>
|
|
238
|
+
`4. 该签署链接有效期为30分钟,过期后将失效,如需签署可重新创建批量签署链接 。` <br/>
|
|
239
|
+
`5. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,不支持微信小程序嵌入。`<br/>
|
|
240
|
+
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
|
239
241
|
*/
|
|
240
|
-
async
|
|
241
|
-
req:
|
|
242
|
-
cb?: (error: string, rep:
|
|
243
|
-
): Promise<
|
|
244
|
-
return this.request("
|
|
242
|
+
async CreateBatchQuickSignUrl(
|
|
243
|
+
req: CreateBatchQuickSignUrlRequest,
|
|
244
|
+
cb?: (error: string, rep: CreateBatchQuickSignUrlResponse) => void
|
|
245
|
+
): Promise<CreateBatchQuickSignUrlResponse> {
|
|
246
|
+
return this.request("CreateBatchQuickSignUrl", req, cb)
|
|
245
247
|
}
|
|
246
248
|
|
|
247
249
|
/**
|
|
@@ -339,6 +341,23 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
339
341
|
return this.request("DescribeFileUrls", req, cb)
|
|
340
342
|
}
|
|
341
343
|
|
|
344
|
+
/**
|
|
345
|
+
* 获取设置自动签印章小程序链接。
|
|
346
|
+
|
|
347
|
+
注意:
|
|
348
|
+
<ul><li>需要<code>企业开通自动签</code>后使用。</li>
|
|
349
|
+
<li>仅支持<code>已经开通了自动签的个人</code>更换自动签印章。</li>
|
|
350
|
+
<li>链接有效期默认7天,<code>最多30天</code>。</li>
|
|
351
|
+
<li>该接口的链接适用于<code>小程序</code>端。</li>
|
|
352
|
+
<li>该接口不会扣除您的合同套餐,暂不参与计费。</li></ul>
|
|
353
|
+
*/
|
|
354
|
+
async CreateUserAutoSignSealUrl(
|
|
355
|
+
req: CreateUserAutoSignSealUrlRequest,
|
|
356
|
+
cb?: (error: string, rep: CreateUserAutoSignSealUrlResponse) => void
|
|
357
|
+
): Promise<CreateUserAutoSignSealUrlResponse> {
|
|
358
|
+
return this.request("CreateUserAutoSignSealUrl", req, cb)
|
|
359
|
+
}
|
|
360
|
+
|
|
342
361
|
/**
|
|
343
362
|
* 获取个人用户自动签的开通链接。
|
|
344
363
|
|
|
@@ -831,6 +831,20 @@ export interface StaffRole {
|
|
|
831
831
|
RoleName?: string
|
|
832
832
|
}
|
|
833
833
|
|
|
834
|
+
/**
|
|
835
|
+
* CreateBatchQuickSignUrl返回参数结构体
|
|
836
|
+
*/
|
|
837
|
+
export interface CreateBatchQuickSignUrlResponse {
|
|
838
|
+
/**
|
|
839
|
+
* 签署人签署链接信息
|
|
840
|
+
*/
|
|
841
|
+
FlowApproverUrlInfo?: FlowApproverUrlInfo
|
|
842
|
+
/**
|
|
843
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
844
|
+
*/
|
|
845
|
+
RequestId?: string
|
|
846
|
+
}
|
|
847
|
+
|
|
834
848
|
/**
|
|
835
849
|
* CreateIntegrationRole请求参数结构体
|
|
836
850
|
*/
|
|
@@ -3447,7 +3461,7 @@ export interface FlowCreateApprover {
|
|
|
3447
3461
|
</li></ul>
|
|
3448
3462
|
注:
|
|
3449
3463
|
<ul><li>如果合同流程设置ApproverVerifyType查看合同的校验方式, 则忽略此签署人的查看合同的校验方式</li>
|
|
3450
|
-
<li
|
|
3464
|
+
<li>此字段可传多个校验方式</li></ul>
|
|
3451
3465
|
|
|
3452
3466
|
`此参数仅针对文件发起设置生效,模板发起合同签署流程, 请以模板配置为主`
|
|
3453
3467
|
|
|
@@ -4680,7 +4694,9 @@ export interface ApproverInfo {
|
|
|
4680
4694
|
*/
|
|
4681
4695
|
ApproverRole?: number
|
|
4682
4696
|
/**
|
|
4683
|
-
*
|
|
4697
|
+
* 可以自定义签署人角色名:收款人、开具人、见证人等,长度不能超过20,只能由中文、字母、数字和下划线组成。
|
|
4698
|
+
|
|
4699
|
+
注: `如果是用模板发起, 优先使用此处上传的, 如果不传则用模板的配置的`
|
|
4684
4700
|
*/
|
|
4685
4701
|
ApproverRoleName?: string
|
|
4686
4702
|
/**
|
|
@@ -4727,7 +4743,7 @@ export interface ApproverInfo {
|
|
|
4727
4743
|
</li></ul>
|
|
4728
4744
|
注:
|
|
4729
4745
|
<ul><li>如果合同流程设置ApproverVerifyType查看合同的校验方式, 则忽略此签署人的查看合同的校验方式</li>
|
|
4730
|
-
<li
|
|
4746
|
+
<li>此字段可传多个校验方式</li></ul>
|
|
4731
4747
|
*/
|
|
4732
4748
|
ApproverVerifyTypes?: Array<number | bigint>
|
|
4733
4749
|
/**
|
|
@@ -6774,6 +6790,57 @@ export interface FilledComponent {
|
|
|
6774
6790
|
ImageUrl?: string
|
|
6775
6791
|
}
|
|
6776
6792
|
|
|
6793
|
+
/**
|
|
6794
|
+
* CreateBatchQuickSignUrl请求参数结构体
|
|
6795
|
+
*/
|
|
6796
|
+
export interface CreateBatchQuickSignUrlRequest {
|
|
6797
|
+
/**
|
|
6798
|
+
* 批量签署的合同流程ID数组。
|
|
6799
|
+
注: `在调用此接口时,请确保合同流程均为本企业发起,且合同数量不超过100个。`
|
|
6800
|
+
*/
|
|
6801
|
+
FlowIds: Array<string>
|
|
6802
|
+
/**
|
|
6803
|
+
* 批量签署的流程签署人,其中姓名(ApproverName)、参与人类型(ApproverType)必传,手机号(ApproverMobile)和证件信息(ApproverIdCardType、ApproverIdCardNumber)可任选一种或全部传入。
|
|
6804
|
+
注:
|
|
6805
|
+
`1. ApproverType目前只支持个人类型的签署人。`
|
|
6806
|
+
`2. 签署人只能有手写签名和时间类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。`
|
|
6807
|
+
`3. 当需要通过短信验证码签署时,手机号ApproverMobile需要与发起合同时填写的用户手机号一致。`
|
|
6808
|
+
*/
|
|
6809
|
+
FlowApproverInfo: FlowCreateApprover
|
|
6810
|
+
/**
|
|
6811
|
+
* 代理企业和员工的信息。
|
|
6812
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
6813
|
+
*/
|
|
6814
|
+
Agent?: Agent
|
|
6815
|
+
/**
|
|
6816
|
+
* 执行本接口操作的员工信息。
|
|
6817
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
6818
|
+
*/
|
|
6819
|
+
Operator?: UserInfo
|
|
6820
|
+
/**
|
|
6821
|
+
* 签署完之后的H5页面的跳转链接,此链接及支持http://和https://,最大长度1000个字符。(建议https协议)
|
|
6822
|
+
*/
|
|
6823
|
+
JumpUrl?: string
|
|
6824
|
+
/**
|
|
6825
|
+
* 指定批量签署合同的签名类型,可传递以下值:
|
|
6826
|
+
<ul><li>**0**:手写签名(默认)</li>
|
|
6827
|
+
<li>**1**:OCR楷体</li></ul>
|
|
6828
|
+
注:
|
|
6829
|
+
<ul><li>默认情况下,签名类型为手写签名</li>
|
|
6830
|
+
<li>您可以传递多种值,表示可用多种签名类型。</li></ul>
|
|
6831
|
+
*/
|
|
6832
|
+
SignatureTypes?: Array<number | bigint>
|
|
6833
|
+
/**
|
|
6834
|
+
* 指定批量签署合同的认证校验方式,可传递以下值:
|
|
6835
|
+
<ul><li>**1**:人脸认证(默认),需进行人脸识别成功后才能签署合同</li>
|
|
6836
|
+
<li>**3**:运营商三要素,需到运营商处比对手机号实名信息(名字、手机号、证件号)校验一致才能成功进行合同签署。</li></ul>
|
|
6837
|
+
注:
|
|
6838
|
+
<ul><li>默认情况下,认证校验方式为人脸认证</li>
|
|
6839
|
+
<li>您可以传递多种值,表示可用多种认证校验方式。</li></ul>
|
|
6840
|
+
*/
|
|
6841
|
+
ApproverSignTypes?: Array<number | bigint>
|
|
6842
|
+
}
|
|
6843
|
+
|
|
6777
6844
|
/**
|
|
6778
6845
|
* 下载文件的URL信息
|
|
6779
6846
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { DescribePersonCertificateResponse, CreateSealRequest, ModifyIntegrationDepartmentResponse, CancelFlowResponse, DescribeFlowEvidenceReportRequest, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, DescribeIntegrationDepartmentsResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DisableUserAutoSignResponse, CancelUserAutoSignEnableUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateReleaseFlowResponse, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, DeleteSealPoliciesResponse, DescribeUserAutoSignStatusResponse, CreateUserAutoSignSealUrlResponse, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateUserAutoSignEnableUrlResponse, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateUserAutoSignSealUrlRequest, CreateFlowApproversRequest, ModifyIntegrationRoleResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateIntegrationEmployeesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowByFilesRequest, CreateFlowSignUrlRequest, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, VerifyPdfRequest, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, CancelUserAutoSignEnableUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, ModifyApplicationCallbackInfoRequest, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, CreateEmbedWebUrlResponse, CreateSealPolicyRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateFlowGroupByTemplatesRequest, VerifyPdfResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, UploadFilesRequest, DescribePersonCertificateRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeIntegrationDepartmentsRequest, DescribeFlowInfoResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeUserAutoSignStatusRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, DescribeExtendedServiceAuthInfosResponse } from "./ess_models";
|
|
2
|
+
import { DescribePersonCertificateResponse, CreateSealRequest, ModifyIntegrationDepartmentResponse, CancelFlowResponse, DescribeFlowEvidenceReportRequest, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, DescribeIntegrationDepartmentsResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DisableUserAutoSignResponse, CancelUserAutoSignEnableUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateReleaseFlowResponse, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, DeleteSealPoliciesResponse, DescribeUserAutoSignStatusResponse, CreateUserAutoSignSealUrlResponse, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateUserAutoSignEnableUrlResponse, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateUserAutoSignSealUrlRequest, CreateFlowApproversRequest, ModifyIntegrationRoleResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateIntegrationEmployeesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowByFilesRequest, CreateFlowSignUrlRequest, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, VerifyPdfRequest, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, CancelUserAutoSignEnableUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, ModifyApplicationCallbackInfoRequest, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, CreateEmbedWebUrlResponse, CreateSealPolicyRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateFlowGroupByTemplatesRequest, VerifyPdfResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, UploadFilesRequest, DescribePersonCertificateRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeIntegrationDepartmentsRequest, DescribeFlowInfoResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeUserAutoSignStatusRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, DescribeExtendedServiceAuthInfosResponse } from "./ess_models";
|
|
3
3
|
/**
|
|
4
4
|
* ess client
|
|
5
5
|
* @class
|
|
@@ -7,16 +7,16 @@ import { DescribePersonCertificateResponse, CreateSealRequest, ModifyIntegration
|
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<
|
|
14
|
-
<
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
<
|
|
10
|
+
* 该接口用于发起合同后,生成个人用户的批量签署链接, 暂时不支持企业端签署 <br/>
|
|
11
|
+
`注意:`<br/>
|
|
12
|
+
`1. 该接口目前仅支持签署人类型是个人签署方的批量签署场景(ApproverType=1)。` <br/>
|
|
13
|
+
`2. 该接口可生成批量签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件 。` <br/>
|
|
14
|
+
`3. 请确保C端签署人在批量签署合同中为待签署状态,如需顺序签署请待前一位参与人签署完成后,再创建该C端用户的签署链接。` <br/>
|
|
15
|
+
`4. 该签署链接有效期为30分钟,过期后将失效,如需签署可重新创建批量签署链接 。` <br/>
|
|
16
|
+
`5. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,不支持微信小程序嵌入。`<br/>
|
|
17
|
+
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
|
18
18
|
*/
|
|
19
|
-
|
|
19
|
+
CreateBatchQuickSignUrl(req: CreateBatchQuickSignUrlRequest, cb?: (error: string, rep: CreateBatchQuickSignUrlResponse) => void): Promise<CreateBatchQuickSignUrlResponse>;
|
|
20
20
|
/**
|
|
21
21
|
* 此接口用于查询合同流程的详情信息,支持查询多个(数量不能超过100)。
|
|
22
22
|
|
|
@@ -70,6 +70,17 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
70
70
|
适用场景:通过传参合同流程编号,下载对应的合同PDF文件流到本地。
|
|
71
71
|
*/
|
|
72
72
|
DescribeFileUrls(req: DescribeFileUrlsRequest, cb?: (error: string, rep: DescribeFileUrlsResponse) => void): Promise<DescribeFileUrlsResponse>;
|
|
73
|
+
/**
|
|
74
|
+
* 获取设置自动签印章小程序链接。
|
|
75
|
+
|
|
76
|
+
注意:
|
|
77
|
+
<ul><li>需要<code>企业开通自动签</code>后使用。</li>
|
|
78
|
+
<li>仅支持<code>已经开通了自动签的个人</code>更换自动签印章。</li>
|
|
79
|
+
<li>链接有效期默认7天,<code>最多30天</code>。</li>
|
|
80
|
+
<li>该接口的链接适用于<code>小程序</code>端。</li>
|
|
81
|
+
<li>该接口不会扣除您的合同套餐,暂不参与计费。</li></ul>
|
|
82
|
+
*/
|
|
83
|
+
CreateUserAutoSignSealUrl(req: CreateUserAutoSignSealUrlRequest, cb?: (error: string, rep: CreateUserAutoSignSealUrlResponse) => void): Promise<CreateUserAutoSignSealUrlResponse>;
|
|
73
84
|
/**
|
|
74
85
|
* 获取个人用户自动签的开通链接。
|
|
75
86
|
|
|
@@ -28,17 +28,17 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
28
28
|
super("ess.tencentcloudapi.com", "2020-11-11", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
<
|
|
35
|
-
<
|
|
36
|
-
<
|
|
37
|
-
|
|
38
|
-
<
|
|
31
|
+
* 该接口用于发起合同后,生成个人用户的批量签署链接, 暂时不支持企业端签署 <br/>
|
|
32
|
+
`注意:`<br/>
|
|
33
|
+
`1. 该接口目前仅支持签署人类型是个人签署方的批量签署场景(ApproverType=1)。` <br/>
|
|
34
|
+
`2. 该接口可生成批量签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件 。` <br/>
|
|
35
|
+
`3. 请确保C端签署人在批量签署合同中为待签署状态,如需顺序签署请待前一位参与人签署完成后,再创建该C端用户的签署链接。` <br/>
|
|
36
|
+
`4. 该签署链接有效期为30分钟,过期后将失效,如需签署可重新创建批量签署链接 。` <br/>
|
|
37
|
+
`5. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,不支持微信小程序嵌入。`<br/>
|
|
38
|
+
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
|
39
39
|
*/
|
|
40
|
-
async
|
|
41
|
-
return this.request("
|
|
40
|
+
async CreateBatchQuickSignUrl(req, cb) {
|
|
41
|
+
return this.request("CreateBatchQuickSignUrl", req, cb);
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
44
|
* 此接口用于查询合同流程的详情信息,支持查询多个(数量不能超过100)。
|
|
@@ -107,6 +107,19 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
107
107
|
async DescribeFileUrls(req, cb) {
|
|
108
108
|
return this.request("DescribeFileUrls", req, cb);
|
|
109
109
|
}
|
|
110
|
+
/**
|
|
111
|
+
* 获取设置自动签印章小程序链接。
|
|
112
|
+
|
|
113
|
+
注意:
|
|
114
|
+
<ul><li>需要<code>企业开通自动签</code>后使用。</li>
|
|
115
|
+
<li>仅支持<code>已经开通了自动签的个人</code>更换自动签印章。</li>
|
|
116
|
+
<li>链接有效期默认7天,<code>最多30天</code>。</li>
|
|
117
|
+
<li>该接口的链接适用于<code>小程序</code>端。</li>
|
|
118
|
+
<li>该接口不会扣除您的合同套餐,暂不参与计费。</li></ul>
|
|
119
|
+
*/
|
|
120
|
+
async CreateUserAutoSignSealUrl(req, cb) {
|
|
121
|
+
return this.request("CreateUserAutoSignSealUrl", req, cb);
|
|
122
|
+
}
|
|
110
123
|
/**
|
|
111
124
|
* 获取个人用户自动签的开通链接。
|
|
112
125
|
|
|
@@ -783,6 +783,19 @@ export interface StaffRole {
|
|
|
783
783
|
*/
|
|
784
784
|
RoleName?: string;
|
|
785
785
|
}
|
|
786
|
+
/**
|
|
787
|
+
* CreateBatchQuickSignUrl返回参数结构体
|
|
788
|
+
*/
|
|
789
|
+
export interface CreateBatchQuickSignUrlResponse {
|
|
790
|
+
/**
|
|
791
|
+
* 签署人签署链接信息
|
|
792
|
+
*/
|
|
793
|
+
FlowApproverUrlInfo?: FlowApproverUrlInfo;
|
|
794
|
+
/**
|
|
795
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
796
|
+
*/
|
|
797
|
+
RequestId?: string;
|
|
798
|
+
}
|
|
786
799
|
/**
|
|
787
800
|
* CreateIntegrationRole请求参数结构体
|
|
788
801
|
*/
|
|
@@ -3334,7 +3347,7 @@ export interface FlowCreateApprover {
|
|
|
3334
3347
|
</li></ul>
|
|
3335
3348
|
注:
|
|
3336
3349
|
<ul><li>如果合同流程设置ApproverVerifyType查看合同的校验方式, 则忽略此签署人的查看合同的校验方式</li>
|
|
3337
|
-
<li
|
|
3350
|
+
<li>此字段可传多个校验方式</li></ul>
|
|
3338
3351
|
|
|
3339
3352
|
`此参数仅针对文件发起设置生效,模板发起合同签署流程, 请以模板配置为主`
|
|
3340
3353
|
|
|
@@ -4531,7 +4544,9 @@ export interface ApproverInfo {
|
|
|
4531
4544
|
*/
|
|
4532
4545
|
ApproverRole?: number;
|
|
4533
4546
|
/**
|
|
4534
|
-
*
|
|
4547
|
+
* 可以自定义签署人角色名:收款人、开具人、见证人等,长度不能超过20,只能由中文、字母、数字和下划线组成。
|
|
4548
|
+
|
|
4549
|
+
注: `如果是用模板发起, 优先使用此处上传的, 如果不传则用模板的配置的`
|
|
4535
4550
|
*/
|
|
4536
4551
|
ApproverRoleName?: string;
|
|
4537
4552
|
/**
|
|
@@ -4578,7 +4593,7 @@ export interface ApproverInfo {
|
|
|
4578
4593
|
</li></ul>
|
|
4579
4594
|
注:
|
|
4580
4595
|
<ul><li>如果合同流程设置ApproverVerifyType查看合同的校验方式, 则忽略此签署人的查看合同的校验方式</li>
|
|
4581
|
-
<li
|
|
4596
|
+
<li>此字段可传多个校验方式</li></ul>
|
|
4582
4597
|
*/
|
|
4583
4598
|
ApproverVerifyTypes?: Array<number | bigint>;
|
|
4584
4599
|
/**
|
|
@@ -6563,6 +6578,56 @@ export interface FilledComponent {
|
|
|
6563
6578
|
*/
|
|
6564
6579
|
ImageUrl?: string;
|
|
6565
6580
|
}
|
|
6581
|
+
/**
|
|
6582
|
+
* CreateBatchQuickSignUrl请求参数结构体
|
|
6583
|
+
*/
|
|
6584
|
+
export interface CreateBatchQuickSignUrlRequest {
|
|
6585
|
+
/**
|
|
6586
|
+
* 批量签署的合同流程ID数组。
|
|
6587
|
+
注: `在调用此接口时,请确保合同流程均为本企业发起,且合同数量不超过100个。`
|
|
6588
|
+
*/
|
|
6589
|
+
FlowIds: Array<string>;
|
|
6590
|
+
/**
|
|
6591
|
+
* 批量签署的流程签署人,其中姓名(ApproverName)、参与人类型(ApproverType)必传,手机号(ApproverMobile)和证件信息(ApproverIdCardType、ApproverIdCardNumber)可任选一种或全部传入。
|
|
6592
|
+
注:
|
|
6593
|
+
`1. ApproverType目前只支持个人类型的签署人。`
|
|
6594
|
+
`2. 签署人只能有手写签名和时间类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。`
|
|
6595
|
+
`3. 当需要通过短信验证码签署时,手机号ApproverMobile需要与发起合同时填写的用户手机号一致。`
|
|
6596
|
+
*/
|
|
6597
|
+
FlowApproverInfo: FlowCreateApprover;
|
|
6598
|
+
/**
|
|
6599
|
+
* 代理企业和员工的信息。
|
|
6600
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
6601
|
+
*/
|
|
6602
|
+
Agent?: Agent;
|
|
6603
|
+
/**
|
|
6604
|
+
* 执行本接口操作的员工信息。
|
|
6605
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
6606
|
+
*/
|
|
6607
|
+
Operator?: UserInfo;
|
|
6608
|
+
/**
|
|
6609
|
+
* 签署完之后的H5页面的跳转链接,此链接及支持http://和https://,最大长度1000个字符。(建议https协议)
|
|
6610
|
+
*/
|
|
6611
|
+
JumpUrl?: string;
|
|
6612
|
+
/**
|
|
6613
|
+
* 指定批量签署合同的签名类型,可传递以下值:
|
|
6614
|
+
<ul><li>**0**:手写签名(默认)</li>
|
|
6615
|
+
<li>**1**:OCR楷体</li></ul>
|
|
6616
|
+
注:
|
|
6617
|
+
<ul><li>默认情况下,签名类型为手写签名</li>
|
|
6618
|
+
<li>您可以传递多种值,表示可用多种签名类型。</li></ul>
|
|
6619
|
+
*/
|
|
6620
|
+
SignatureTypes?: Array<number | bigint>;
|
|
6621
|
+
/**
|
|
6622
|
+
* 指定批量签署合同的认证校验方式,可传递以下值:
|
|
6623
|
+
<ul><li>**1**:人脸认证(默认),需进行人脸识别成功后才能签署合同</li>
|
|
6624
|
+
<li>**3**:运营商三要素,需到运营商处比对手机号实名信息(名字、手机号、证件号)校验一致才能成功进行合同签署。</li></ul>
|
|
6625
|
+
注:
|
|
6626
|
+
<ul><li>默认情况下,认证校验方式为人脸认证</li>
|
|
6627
|
+
<li>您可以传递多种值,表示可用多种认证校验方式。</li></ul>
|
|
6628
|
+
*/
|
|
6629
|
+
ApproverSignTypes?: Array<number | bigint>;
|
|
6630
|
+
}
|
|
6566
6631
|
/**
|
|
6567
6632
|
* 下载文件的URL信息
|
|
6568
6633
|
*/
|