tencentcloud-sdk-nodejs-ess 4.0.705 → 4.0.706
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 +93 -0
- package/SERVICE_CHANGELOG.md +174 -143
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/services/ess/v20201111/ess_models.ts +16 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,96 @@
|
|
|
1
|
+
# Release 4.0.706
|
|
2
|
+
|
|
3
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
4
|
+
|
|
5
|
+
### 第 16 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-10-16 01:11:35
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
16
|
+
|
|
17
|
+
* 新增入参:ScanFrom
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
23
|
+
|
|
24
|
+
### 第 53 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-10-16 01:15:50
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [DescribeAutoScaleRecords](https://cloud.tencent.com/document/api/589/100248)
|
|
35
|
+
|
|
36
|
+
新增数据结构:
|
|
37
|
+
|
|
38
|
+
* [AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord)
|
|
39
|
+
* [KeyValue](https://cloud.tencent.com/document/api/589/33981#KeyValue)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
44
|
+
|
|
45
|
+
### 第 54 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2023-10-16 01:17:51
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
新增接口:
|
|
54
|
+
|
|
55
|
+
* [GetDeviceSumStatistics](https://cloud.tencent.com/document/api/1081/100249)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
## 智聆口语评测(soe) 版本:2018-07-24
|
|
60
|
+
|
|
61
|
+
### 第 15 次发布
|
|
62
|
+
|
|
63
|
+
发布时间:2023-10-16 01:23:02
|
|
64
|
+
|
|
65
|
+
本次发布包含了以下内容:
|
|
66
|
+
|
|
67
|
+
改善已有的文档。
|
|
68
|
+
|
|
69
|
+
修改接口:
|
|
70
|
+
|
|
71
|
+
* [TransmitOralProcessWithInit](https://cloud.tencent.com/document/api/884/32605)
|
|
72
|
+
|
|
73
|
+
* 新增入参:COSBucketURL
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
79
|
+
|
|
80
|
+
### 第 48 次发布
|
|
81
|
+
|
|
82
|
+
发布时间:2023-10-16 01:29:53
|
|
83
|
+
|
|
84
|
+
本次发布包含了以下内容:
|
|
85
|
+
|
|
86
|
+
改善已有的文档。
|
|
87
|
+
|
|
88
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
89
|
+
|
|
90
|
+
* DescribeKafkaTopicInfo
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
1
94
|
# Release 4.0.705
|
|
2
95
|
|
|
3
96
|
## 云联络中心(ccc) 版本:2020-02-10
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,35 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 16 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-10-
|
|
7
|
+
发布时间:2023-10-16 01:11:35
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeIMCdrList](https://cloud.tencent.com/document/api/679/89012)
|
|
16
|
-
|
|
17
13
|
修改接口:
|
|
18
14
|
|
|
19
|
-
* [
|
|
20
|
-
|
|
21
|
-
* [DescribeIMCdrs](https://cloud.tencent.com/document/api/679/49675)
|
|
15
|
+
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
22
16
|
|
|
23
|
-
*
|
|
17
|
+
* 新增入参:ScanFrom
|
|
24
18
|
|
|
25
19
|
|
|
26
20
|
|
|
27
21
|
|
|
28
|
-
##
|
|
22
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
29
23
|
|
|
30
|
-
### 第
|
|
24
|
+
### 第 53 次发布
|
|
31
25
|
|
|
32
|
-
发布时间:2023-10-
|
|
26
|
+
发布时间:2023-10-16 01:15:50
|
|
33
27
|
|
|
34
28
|
本次发布包含了以下内容:
|
|
35
29
|
|
|
@@ -37,21 +31,20 @@
|
|
|
37
31
|
|
|
38
32
|
新增接口:
|
|
39
33
|
|
|
40
|
-
* [
|
|
34
|
+
* [DescribeAutoScaleRecords](https://cloud.tencent.com/document/api/589/100248)
|
|
41
35
|
|
|
42
36
|
新增数据结构:
|
|
43
37
|
|
|
44
|
-
* [
|
|
45
|
-
* [
|
|
46
|
-
* [InstanceStateInfo](https://cloud.tencent.com/document/api/878/98895#InstanceStateInfo)
|
|
38
|
+
* [AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord)
|
|
39
|
+
* [KeyValue](https://cloud.tencent.com/document/api/589/33981#KeyValue)
|
|
47
40
|
|
|
48
41
|
|
|
49
42
|
|
|
50
|
-
##
|
|
43
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
51
44
|
|
|
52
|
-
### 第
|
|
45
|
+
### 第 54 次发布
|
|
53
46
|
|
|
54
|
-
发布时间:2023-10-
|
|
47
|
+
发布时间:2023-10-16 01:17:51
|
|
55
48
|
|
|
56
49
|
本次发布包含了以下内容:
|
|
57
50
|
|
|
@@ -59,84 +52,15 @@
|
|
|
59
52
|
|
|
60
53
|
新增接口:
|
|
61
54
|
|
|
62
|
-
* [
|
|
63
|
-
* [DescribeRiskCenterVULViewVULRiskList](https://cloud.tencent.com/document/api/664/100197)
|
|
64
|
-
* [ModifyRiskCenterRiskStatus](https://cloud.tencent.com/document/api/664/100196)
|
|
55
|
+
* [GetDeviceSumStatistics](https://cloud.tencent.com/document/api/1081/100249)
|
|
65
56
|
|
|
66
|
-
新增数据结构:
|
|
67
57
|
|
|
68
|
-
* [PortViewPortRisk](https://cloud.tencent.com/document/api/664/90825#PortViewPortRisk)
|
|
69
|
-
* [RiskCenterStatusKey](https://cloud.tencent.com/document/api/664/90825#RiskCenterStatusKey)
|
|
70
|
-
* [VULViewVULRisk](https://cloud.tencent.com/document/api/664/90825#VULViewVULRisk)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
75
|
-
|
|
76
|
-
### 第 72 次发布
|
|
77
|
-
|
|
78
|
-
发布时间:2023-10-13 01:13:55
|
|
79
|
-
|
|
80
|
-
本次发布包含了以下内容:
|
|
81
|
-
|
|
82
|
-
改善已有的文档。
|
|
83
|
-
|
|
84
|
-
修改数据结构:
|
|
85
58
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
* <font color="#dd0000">**修改成员**:</font>InstanceGroupType, InstanceGroupId, VpcId, SubnetId, NetType, Vip, Vport, WanDomain, WanIP, WanPort, WanStatus
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
## 云直播CSS(live) 版本:2018-08-01
|
|
94
|
-
|
|
95
|
-
### 第 113 次发布
|
|
96
|
-
|
|
97
|
-
发布时间:2023-10-13 01:19:37
|
|
98
|
-
|
|
99
|
-
本次发布包含了以下内容:
|
|
100
|
-
|
|
101
|
-
改善已有的文档。
|
|
102
|
-
|
|
103
|
-
修改接口:
|
|
104
|
-
|
|
105
|
-
* [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
|
|
106
|
-
|
|
107
|
-
* 新增入参:SpecifyTaskId
|
|
108
|
-
|
|
109
|
-
* [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
|
|
110
|
-
|
|
111
|
-
* 新增入参:SpecifyTaskId
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
## 前端性能监控(rum) 版本:2021-06-22
|
|
117
|
-
|
|
118
|
-
### 第 29 次发布
|
|
119
|
-
|
|
120
|
-
发布时间:2023-10-13 01:22:31
|
|
121
|
-
|
|
122
|
-
本次发布包含了以下内容:
|
|
123
|
-
|
|
124
|
-
改善已有的文档。
|
|
125
|
-
|
|
126
|
-
修改接口:
|
|
127
|
-
|
|
128
|
-
* [DescribeDataPvUrlStatistics](https://cloud.tencent.com/document/api/1464/65768)
|
|
129
|
-
|
|
130
|
-
* 新增入参:IsNewData
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
59
|
+
## 智聆口语评测(soe) 版本:2018-07-24
|
|
136
60
|
|
|
137
|
-
### 第
|
|
61
|
+
### 第 15 次发布
|
|
138
62
|
|
|
139
|
-
发布时间:2023-10-
|
|
63
|
+
发布时间:2023-10-16 01:23:02
|
|
140
64
|
|
|
141
65
|
本次发布包含了以下内容:
|
|
142
66
|
|
|
@@ -144,50 +68,26 @@
|
|
|
144
68
|
|
|
145
69
|
修改接口:
|
|
146
70
|
|
|
147
|
-
* [
|
|
148
|
-
|
|
149
|
-
* <font color="#dd0000">**修改入参**:</font>ClusterId
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
155
|
-
|
|
156
|
-
### 第 47 次发布
|
|
157
|
-
|
|
158
|
-
发布时间:2023-10-13 01:27:15
|
|
159
|
-
|
|
160
|
-
本次发布包含了以下内容:
|
|
161
|
-
|
|
162
|
-
改善已有的文档。
|
|
71
|
+
* [TransmitOralProcessWithInit](https://cloud.tencent.com/document/api/884/32605)
|
|
163
72
|
|
|
164
|
-
|
|
73
|
+
* 新增入参:COSBucketURL
|
|
165
74
|
|
|
166
|
-
* [ModifyCloudNativeAPIGatewayCertificate](https://cloud.tencent.com/document/api/1364/100199)
|
|
167
75
|
|
|
168
76
|
|
|
169
77
|
|
|
170
|
-
##
|
|
78
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
171
79
|
|
|
172
|
-
### 第
|
|
80
|
+
### 第 48 次发布
|
|
173
81
|
|
|
174
|
-
发布时间:2023-10-
|
|
82
|
+
发布时间:2023-10-16 01:29:53
|
|
175
83
|
|
|
176
84
|
本次发布包含了以下内容:
|
|
177
85
|
|
|
178
86
|
改善已有的文档。
|
|
179
87
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
* [AddAttackWhiteRule](https://cloud.tencent.com/document/api/627/100203)
|
|
183
|
-
* [DeleteAttackWhiteRule](https://cloud.tencent.com/document/api/627/100202)
|
|
184
|
-
* [DescribeAttackWhiteRule](https://cloud.tencent.com/document/api/627/100201)
|
|
185
|
-
* [ModifyAttackWhiteRule](https://cloud.tencent.com/document/api/627/100200)
|
|
186
|
-
|
|
187
|
-
新增数据结构:
|
|
88
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
188
89
|
|
|
189
|
-
*
|
|
190
|
-
* [UserWhiteRuleItem](https://cloud.tencent.com/document/api/627/53609#UserWhiteRuleItem)
|
|
90
|
+
* DescribeKafkaTopicInfo
|
|
191
91
|
|
|
192
92
|
|
|
193
93
|
|
|
@@ -14032,7 +13932,7 @@
|
|
|
14032
13932
|
|
|
14033
13933
|
新增接口:
|
|
14034
13934
|
|
|
14035
|
-
* [
|
|
13935
|
+
* [DescribeIMCdrList](https://cloud.tencent.com/document/api/679/89012)
|
|
14036
13936
|
|
|
14037
13937
|
修改接口:
|
|
14038
13938
|
|
|
@@ -21258,13 +21158,13 @@
|
|
|
21258
21158
|
|
|
21259
21159
|
新增接口:
|
|
21260
21160
|
|
|
21261
|
-
* [
|
|
21161
|
+
* [DescribeInstance](https://cloud.tencent.com/document/api/878/100195)
|
|
21262
21162
|
|
|
21263
21163
|
新增数据结构:
|
|
21264
21164
|
|
|
21265
|
-
* [
|
|
21266
|
-
* [
|
|
21267
|
-
* [
|
|
21165
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/878/98895#InstanceInfo)
|
|
21166
|
+
* [InstanceNodeGroup](https://cloud.tencent.com/document/api/878/98895#InstanceNodeGroup)
|
|
21167
|
+
* [InstanceStateInfo](https://cloud.tencent.com/document/api/878/98895#InstanceStateInfo)
|
|
21268
21168
|
|
|
21269
21169
|
### 第 3 次发布
|
|
21270
21170
|
|
|
@@ -34500,6 +34400,21 @@
|
|
|
34500
34400
|
|
|
34501
34401
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
34502
34402
|
|
|
34403
|
+
### 第 16 次发布
|
|
34404
|
+
|
|
34405
|
+
发布时间:2023-10-16 01:11:35
|
|
34406
|
+
|
|
34407
|
+
本次发布包含了以下内容:
|
|
34408
|
+
|
|
34409
|
+
改善已有的文档。
|
|
34410
|
+
|
|
34411
|
+
修改接口:
|
|
34412
|
+
|
|
34413
|
+
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
34414
|
+
|
|
34415
|
+
* 新增入参:ScanFrom
|
|
34416
|
+
|
|
34417
|
+
|
|
34503
34418
|
### 第 15 次发布
|
|
34504
34419
|
|
|
34505
34420
|
发布时间:2023-10-13 01:12:24
|
|
@@ -34510,15 +34425,15 @@
|
|
|
34510
34425
|
|
|
34511
34426
|
新增接口:
|
|
34512
34427
|
|
|
34513
|
-
* [
|
|
34514
|
-
* [
|
|
34515
|
-
* [
|
|
34428
|
+
* [DescribeRiskCenterPortViewPortRiskList](https://cloud.tencent.com/document/api/664/100198)
|
|
34429
|
+
* [DescribeRiskCenterVULViewVULRiskList](https://cloud.tencent.com/document/api/664/100197)
|
|
34430
|
+
* [ModifyRiskCenterRiskStatus](https://cloud.tencent.com/document/api/664/100196)
|
|
34516
34431
|
|
|
34517
34432
|
新增数据结构:
|
|
34518
34433
|
|
|
34519
|
-
* [
|
|
34520
|
-
* [
|
|
34521
|
-
* [
|
|
34434
|
+
* [PortViewPortRisk](https://cloud.tencent.com/document/api/664/90825#PortViewPortRisk)
|
|
34435
|
+
* [RiskCenterStatusKey](https://cloud.tencent.com/document/api/664/90825#RiskCenterStatusKey)
|
|
34436
|
+
* [VULViewVULRisk](https://cloud.tencent.com/document/api/664/90825#VULViewVULRisk)
|
|
34522
34437
|
|
|
34523
34438
|
### 第 14 次发布
|
|
34524
34439
|
|
|
@@ -52268,6 +52183,23 @@
|
|
|
52268
52183
|
|
|
52269
52184
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
52270
52185
|
|
|
52186
|
+
### 第 53 次发布
|
|
52187
|
+
|
|
52188
|
+
发布时间:2023-10-16 01:15:50
|
|
52189
|
+
|
|
52190
|
+
本次发布包含了以下内容:
|
|
52191
|
+
|
|
52192
|
+
改善已有的文档。
|
|
52193
|
+
|
|
52194
|
+
新增接口:
|
|
52195
|
+
|
|
52196
|
+
* [[DescribeAutoScaleRecords](https://cloud.tencent.com/document/api/589/100248)](https://cloud.tencent.com/document/api/#/#)
|
|
52197
|
+
|
|
52198
|
+
新增数据结构:
|
|
52199
|
+
|
|
52200
|
+
* [[AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord)](https://cloud.tencent.com/document/api/589/33981#[AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord))
|
|
52201
|
+
* [[KeyValue](https://cloud.tencent.com/document/api/589/33981#KeyValue)](https://cloud.tencent.com/document/api/589/33981#[KeyValue](https://cloud.tencent.com/document/api/589/33981#KeyValue))
|
|
52202
|
+
|
|
52271
52203
|
### 第 52 次发布
|
|
52272
52204
|
|
|
52273
52205
|
发布时间:2023-10-10 01:37:17
|
|
@@ -67118,6 +67050,18 @@
|
|
|
67118
67050
|
|
|
67119
67051
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
67120
67052
|
|
|
67053
|
+
### 第 54 次发布
|
|
67054
|
+
|
|
67055
|
+
发布时间:2023-10-16 01:17:51
|
|
67056
|
+
|
|
67057
|
+
本次发布包含了以下内容:
|
|
67058
|
+
|
|
67059
|
+
改善已有的文档。
|
|
67060
|
+
|
|
67061
|
+
新增接口:
|
|
67062
|
+
|
|
67063
|
+
* [[GetDeviceSumStatistics](https://cloud.tencent.com/document/api/1081/100249)](https://cloud.tencent.com/document/api/#/#)
|
|
67064
|
+
|
|
67121
67065
|
### 第 53 次发布
|
|
67122
67066
|
|
|
67123
67067
|
发布时间:2023-08-22 01:14:25
|
|
@@ -94060,6 +94004,21 @@
|
|
|
94060
94004
|
|
|
94061
94005
|
## 智聆口语评测(soe) 版本:2018-07-24
|
|
94062
94006
|
|
|
94007
|
+
### 第 15 次发布
|
|
94008
|
+
|
|
94009
|
+
发布时间:2023-10-16 01:23:02
|
|
94010
|
+
|
|
94011
|
+
本次发布包含了以下内容:
|
|
94012
|
+
|
|
94013
|
+
改善已有的文档。
|
|
94014
|
+
|
|
94015
|
+
修改接口:
|
|
94016
|
+
|
|
94017
|
+
* [TransmitOralProcessWithInit](https://cloud.tencent.com/document/api/884/32605)
|
|
94018
|
+
|
|
94019
|
+
* 新增入参:COSBucketURL
|
|
94020
|
+
|
|
94021
|
+
|
|
94063
94022
|
### 第 14 次发布
|
|
94064
94023
|
|
|
94065
94024
|
发布时间:2023-07-10 01:39:48
|
|
@@ -121081,7 +121040,7 @@
|
|
|
121081
121040
|
|
|
121082
121041
|
新增接口:
|
|
121083
121042
|
|
|
121084
|
-
* [
|
|
121043
|
+
* [ModifyCloudNativeAPIGatewayCertificate](https://cloud.tencent.com/document/api/1364/100199)
|
|
121085
121044
|
|
|
121086
121045
|
### 第 46 次发布
|
|
121087
121046
|
|
|
@@ -133929,15 +133888,15 @@
|
|
|
133929
133888
|
|
|
133930
133889
|
新增接口:
|
|
133931
133890
|
|
|
133932
|
-
* [
|
|
133933
|
-
* [
|
|
133934
|
-
* [
|
|
133935
|
-
* [
|
|
133891
|
+
* [AddAttackWhiteRule](https://cloud.tencent.com/document/api/627/100203)
|
|
133892
|
+
* [DeleteAttackWhiteRule](https://cloud.tencent.com/document/api/627/100202)
|
|
133893
|
+
* [DescribeAttackWhiteRule](https://cloud.tencent.com/document/api/627/100201)
|
|
133894
|
+
* [ModifyAttackWhiteRule](https://cloud.tencent.com/document/api/627/100200)
|
|
133936
133895
|
|
|
133937
133896
|
新增数据结构:
|
|
133938
133897
|
|
|
133939
|
-
* [
|
|
133940
|
-
* [
|
|
133898
|
+
* [UserWhiteRule](https://cloud.tencent.com/document/api/627/53609#UserWhiteRule)
|
|
133899
|
+
* [UserWhiteRuleItem](https://cloud.tencent.com/document/api/627/53609#UserWhiteRuleItem)
|
|
133941
133900
|
|
|
133942
133901
|
### 第 62 次发布
|
|
133943
133902
|
|
|
@@ -135619,6 +135578,78 @@
|
|
|
135619
135578
|
|
|
135620
135579
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
135621
135580
|
|
|
135581
|
+
### 第 48 次发布
|
|
135582
|
+
|
|
135583
|
+
发布时间:2023-10-16 01:29:53
|
|
135584
|
+
|
|
135585
|
+
本次发布包含了以下内容:
|
|
135586
|
+
|
|
135587
|
+
改善已有的文档。
|
|
135588
|
+
|
|
135589
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
135590
|
+
|
|
135591
|
+
* DescribeKafkaTopicInfo
|
|
135592
|
+
|
|
135593
|
+
### 第 47 次发布
|
|
135594
|
+
|
|
135595
|
+
发布时间:2023-10-13 11:16:14
|
|
135596
|
+
|
|
135597
|
+
本次发布包含了以下内容:
|
|
135598
|
+
|
|
135599
|
+
改善已有的文档。
|
|
135600
|
+
|
|
135601
|
+
新增接口:
|
|
135602
|
+
|
|
135603
|
+
* [CreateDsFolder](https://cloud.tencent.com/document/api/1267/100214)
|
|
135604
|
+
* [DeleteDsFolder](https://cloud.tencent.com/document/api/1267/100213)
|
|
135605
|
+
* [DescribeDsFolderTree](https://cloud.tencent.com/document/api/1267/100212)
|
|
135606
|
+
* [DescribeDsParentFolderTree](https://cloud.tencent.com/document/api/1267/100211)
|
|
135607
|
+
* [FindAllFolder](https://cloud.tencent.com/document/api/1267/100209)
|
|
135608
|
+
* [ModifyDsFolder](https://cloud.tencent.com/document/api/1267/100210)
|
|
135609
|
+
* [RunForceSucScheduleInstances](https://cloud.tencent.com/document/api/1267/100208)
|
|
135610
|
+
* [RunRerunScheduleInstances](https://cloud.tencent.com/document/api/1267/100207)
|
|
135611
|
+
|
|
135612
|
+
修改接口:
|
|
135613
|
+
|
|
135614
|
+
* [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
|
|
135615
|
+
|
|
135616
|
+
* 新增入参:ExecutorGroupIdList
|
|
135617
|
+
|
|
135618
|
+
* [DescribeStreamTaskLogList](https://cloud.tencent.com/document/api/1267/82487)
|
|
135619
|
+
|
|
135620
|
+
* 新增入参:Keyword
|
|
135621
|
+
|
|
135622
|
+
|
|
135623
|
+
新增数据结构:
|
|
135624
|
+
|
|
135625
|
+
* [FolderDsDto](https://cloud.tencent.com/document/api/1267/76336#FolderDsDto)
|
|
135626
|
+
* [PathNodeDsVO](https://cloud.tencent.com/document/api/1267/76336#PathNodeDsVO)
|
|
135627
|
+
|
|
135628
|
+
修改数据结构:
|
|
135629
|
+
|
|
135630
|
+
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
135631
|
+
|
|
135632
|
+
* 新增成员:AlarmRecipientName, TaskType, SendResult
|
|
135633
|
+
|
|
135634
|
+
* [InLongAgentDetail](https://cloud.tencent.com/document/api/1267/76336#InLongAgentDetail)
|
|
135635
|
+
|
|
135636
|
+
* 新增成员:ClusterId, AgentRegion
|
|
135637
|
+
|
|
135638
|
+
* <font color="#dd0000">**修改成员**:</font>LifeDays
|
|
135639
|
+
|
|
135640
|
+
* [InstanceApiOpsRequest](https://cloud.tencent.com/document/api/1267/76336#InstanceApiOpsRequest)
|
|
135641
|
+
|
|
135642
|
+
* 新增成员:ExecutorGroupIdList
|
|
135643
|
+
|
|
135644
|
+
* [InstanceOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceOpsDto)
|
|
135645
|
+
|
|
135646
|
+
* 新增成员:ExecutorGroupId, ExecutorGroupName
|
|
135647
|
+
|
|
135648
|
+
* [TaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#TaskOpsDto)
|
|
135649
|
+
|
|
135650
|
+
* 新增成员:ExecutorGroupId, ExecutorGroupName
|
|
135651
|
+
|
|
135652
|
+
|
|
135622
135653
|
### 第 46 次发布
|
|
135623
135654
|
|
|
135624
135655
|
发布时间:2023-08-31 01:29:16
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-27 01:07:00 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-16 01:07:03 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-13 01:07:25 |
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-09-20 01:08:08 |
|
|
43
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-
|
|
43
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-16 01:08:23 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-09-21 01:31:18 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-09 01:08:48 |
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
67
67
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
68
68
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
69
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-
|
|
69
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-16 01:11:35 |
|
|
70
70
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
71
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-
|
|
71
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-16 01:11:44 |
|
|
72
72
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-12 01:38:16 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
74
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-13 01:13:55 |
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
80
80
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
81
81
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
|
|
82
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-
|
|
82
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-16 01:14:08 |
|
|
83
83
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
|
|
85
85
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
|
|
@@ -87,16 +87,16 @@
|
|
|
87
87
|
| dsgc | [数据安全中心](https://cloud.tencent.com/document/product/1087) | 2023-09-19 01:13:28 |
|
|
88
88
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
89
89
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-10-10 01:36:36 |
|
|
90
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-
|
|
90
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-16 01:15:14 |
|
|
91
91
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
92
92
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
93
93
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-09-05 10:56:15 |
|
|
94
94
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-
|
|
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-12 01:57:01 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-16 01:16:11 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-16 01:16:28 |
|
|
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-09-19 01:15:41 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-09-14 01:52:37 |
|
|
120
120
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
121
121
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-08-09 01:29:39 |
|
|
122
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-
|
|
122
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
|
|
123
123
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
124
124
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
|
|
125
125
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
@@ -164,13 +164,13 @@
|
|
|
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 |
|
|
166
166
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
|
|
167
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-
|
|
167
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-16 01:22:37 |
|
|
168
168
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-13 01:22:51 |
|
|
169
169
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
170
170
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
171
171
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
|
|
172
172
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-09-26 17:20:53 |
|
|
173
|
-
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-
|
|
173
|
+
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-10-16 01:23:02 |
|
|
174
174
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
175
175
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-10-10 01:45:34 |
|
|
176
176
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-09-15 02:24:19 |
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-22 02:29:25 |
|
|
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-10-
|
|
200
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-16 01:25:24 |
|
|
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
203
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-11 02:31:17 |
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
211
211
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-09-22 02:38:16 |
|
|
212
212
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-22 02:39:13 |
|
|
213
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-
|
|
213
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-16 01:26:43 |
|
|
214
214
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
215
215
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
216
216
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
|
|
@@ -232,7 +232,7 @@
|
|
|
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-10-13 01:29:06 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
235
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-
|
|
235
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-16 01:29:53 |
|
|
236
236
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
237
237
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
238
238
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
@@ -5662,6 +5662,20 @@ SIGN_LEGAL_PERSON_SEAL - 企业法定代表人控件。
|
|
|
5662
5662
|
/**
|
|
5663
5663
|
* 扩展参数:
|
|
5664
5664
|
为JSON格式。
|
|
5665
|
+
不同类型的控件会有部分非通用参数
|
|
5666
|
+
|
|
5667
|
+
ComponentType为TEXT、MULTI_LINE_TEXT时,支持以下参数:
|
|
5668
|
+
1 Font:目前只支持黑体、宋体
|
|
5669
|
+
2 FontSize: 范围12-72
|
|
5670
|
+
3 FontAlign: Left/Right/Center,左对齐/居中/右对齐
|
|
5671
|
+
4 FontColor:字符串类型,格式为RGB颜色数字
|
|
5672
|
+
参数样例: "ComponentExtra": "{\"FontColor\":\"255,0,0\",\"FontSize\":12}"
|
|
5673
|
+
|
|
5674
|
+
TEXT/MULTI_LINE_TEXT控件可以指定
|
|
5675
|
+
1 Font:目前只支持黑体、宋体
|
|
5676
|
+
2 FontSize: 范围12-72
|
|
5677
|
+
3 FontAlign: Left/Right/Center,左对齐/居中/右对齐
|
|
5678
|
+
例如:{"FontSize":12}
|
|
5665
5679
|
|
|
5666
5680
|
ComponentType为FILL_IMAGE时,支持以下参数:
|
|
5667
5681
|
NotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中
|
|
@@ -5684,11 +5698,11 @@ ComponentType为SIGN_DATE时,支持以下参数:
|
|
|
5684
5698
|
5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数
|
|
5685
5699
|
如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期
|
|
5686
5700
|
特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)
|
|
5687
|
-
参数样例:
|
|
5701
|
+
参数样例: "ComponentExtra": "{"Format":“yyyy m d”,"FontSize":12,"Gaps":"2,2", "FontAlign":"Right"}"
|
|
5688
5702
|
|
|
5689
5703
|
ComponentType为SIGN_SEAL类型时,支持以下参数:
|
|
5690
5704
|
1.PageRanges:PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)
|
|
5691
|
-
参数样例:"ComponentExtra":"{
|
|
5705
|
+
参数样例: "ComponentExtra":"{"PageRange":[{"BeginPage":1,"EndPage":-1}]}"
|
|
5692
5706
|
*/
|
|
5693
5707
|
ComponentExtra?: string
|
|
5694
5708
|
/**
|
|
@@ -5484,6 +5484,20 @@ export interface Component {
|
|
|
5484
5484
|
/**
|
|
5485
5485
|
* 扩展参数:
|
|
5486
5486
|
为JSON格式。
|
|
5487
|
+
不同类型的控件会有部分非通用参数
|
|
5488
|
+
|
|
5489
|
+
ComponentType为TEXT、MULTI_LINE_TEXT时,支持以下参数:
|
|
5490
|
+
1 Font:目前只支持黑体、宋体
|
|
5491
|
+
2 FontSize: 范围12-72
|
|
5492
|
+
3 FontAlign: Left/Right/Center,左对齐/居中/右对齐
|
|
5493
|
+
4 FontColor:字符串类型,格式为RGB颜色数字
|
|
5494
|
+
参数样例: "ComponentExtra": "{\"FontColor\":\"255,0,0\",\"FontSize\":12}"
|
|
5495
|
+
|
|
5496
|
+
TEXT/MULTI_LINE_TEXT控件可以指定
|
|
5497
|
+
1 Font:目前只支持黑体、宋体
|
|
5498
|
+
2 FontSize: 范围12-72
|
|
5499
|
+
3 FontAlign: Left/Right/Center,左对齐/居中/右对齐
|
|
5500
|
+
例如:{"FontSize":12}
|
|
5487
5501
|
|
|
5488
5502
|
ComponentType为FILL_IMAGE时,支持以下参数:
|
|
5489
5503
|
NotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中
|
|
@@ -5506,11 +5520,11 @@ export interface Component {
|
|
|
5506
5520
|
5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数
|
|
5507
5521
|
如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期
|
|
5508
5522
|
特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)
|
|
5509
|
-
参数样例:
|
|
5523
|
+
参数样例: "ComponentExtra": "{"Format":“yyyy m d”,"FontSize":12,"Gaps":"2,2", "FontAlign":"Right"}"
|
|
5510
5524
|
|
|
5511
5525
|
ComponentType为SIGN_SEAL类型时,支持以下参数:
|
|
5512
5526
|
1.PageRanges:PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)
|
|
5513
|
-
参数样例:"ComponentExtra":"{
|
|
5527
|
+
参数样例: "ComponentExtra":"{"PageRange":[{"BeginPage":1,"EndPage":-1}]}"
|
|
5514
5528
|
*/
|
|
5515
5529
|
ComponentExtra?: string;
|
|
5516
5530
|
/**
|