tencentcloud-sdk-nodejs 4.0.866 → 4.0.867
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 +55 -0
- package/SERVICE_CHANGELOG.md +69 -227
- package/package.json +1 -1
- package/products.md +6 -6
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +5 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
- package/src/services/redis/v20180412/redis_models.ts +13 -13
- package/src/services/trocket/v20230308/trocket_client.ts +27 -8
- package/src/services/trocket/v20230308/trocket_models.ts +241 -33
- package/src/services/trtc/v20190722/trtc_client.ts +48 -5
- package/src/services/trtc/v20190722/trtc_models.ts +112 -22
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +5 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +13 -13
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +12 -3
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +14 -3
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +237 -33
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +47 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +47 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +112 -22
- package/test/trocket.v20230308.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,58 @@
|
|
|
1
|
+
# Release 4.0.867
|
|
2
|
+
|
|
3
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
4
|
+
|
|
5
|
+
### 第 15 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-06-03 02:23:52
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [FusionInstanceItem](https://cloud.tencent.com/document/api/1493/96031#FusionInstanceItem)
|
|
20
|
+
* [InstanceItemExtraInfo](https://cloud.tencent.com/document/api/1493/96031#InstanceItemExtraInfo)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
25
|
+
|
|
26
|
+
### 第 76 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-06-03 02:25:00
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改接口:
|
|
35
|
+
|
|
36
|
+
* [DescribeAITranscription](https://cloud.tencent.com/document/api/647/106493)
|
|
37
|
+
|
|
38
|
+
* 新增入参:SdkAppId, SessionId
|
|
39
|
+
|
|
40
|
+
* 新增出参:TaskId, SessionId
|
|
41
|
+
|
|
42
|
+
* [StartAITranscription](https://cloud.tencent.com/document/api/647/106492)
|
|
43
|
+
|
|
44
|
+
* 新增入参:SessionId
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
修改数据结构:
|
|
48
|
+
|
|
49
|
+
* [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
|
|
50
|
+
|
|
51
|
+
* 新增成员:Model
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
1
56
|
# Release 4.0.866
|
|
2
57
|
|
|
3
58
|
## 商业智能分析 BI(bi) 版本:2022-01-05
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,158 +1,31 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 12 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-05-31 01:10:46
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [UserInfo](https://cloud.tencent.com/document/api/590/73726#UserInfo)
|
|
16
|
-
|
|
17
|
-
* 新增成员:AppUserId, AppUserName
|
|
18
|
-
|
|
19
|
-
* [UserRoleListDataUserRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataUserRoleInfo)
|
|
20
|
-
|
|
21
|
-
* 新增成员:AppOpenUserId
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
3
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
25
4
|
|
|
26
|
-
|
|
5
|
+
### 第 15 次发布
|
|
27
6
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
发布时间:2024-05-31 01:30:02
|
|
7
|
+
发布时间:2024-06-03 02:23:52
|
|
31
8
|
|
|
32
9
|
本次发布包含了以下内容:
|
|
33
10
|
|
|
34
11
|
改善已有的文档。
|
|
35
12
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
* [BindDeviceResource](https://cloud.tencent.com/document/api/1025/74792)
|
|
39
|
-
|
|
40
|
-
* 新增入参:DomainId
|
|
41
|
-
|
|
42
|
-
* [ModifyDevice](https://cloud.tencent.com/document/api/1025/86951)
|
|
43
|
-
|
|
44
|
-
* 新增入参:DomainId
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
修改数据结构:
|
|
48
|
-
|
|
49
|
-
* [Department](https://cloud.tencent.com/document/api/1025/74416#Department)
|
|
50
|
-
|
|
51
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Name, Managers, ManagerUsers
|
|
52
|
-
|
|
53
|
-
* [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
|
|
54
|
-
|
|
55
|
-
* 新增成员:DomainId, DomainName
|
|
56
|
-
|
|
57
|
-
* [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
|
|
58
|
-
|
|
59
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Name, Department, Count
|
|
60
|
-
|
|
61
|
-
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
62
|
-
|
|
63
|
-
* 新增成员:DomainCount, UsedDomainCount
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
69
|
-
|
|
70
|
-
### 第 91 次发布
|
|
71
|
-
|
|
72
|
-
发布时间:2024-05-31 01:32:25
|
|
73
|
-
|
|
74
|
-
本次发布包含了以下内容:
|
|
75
|
-
|
|
76
|
-
改善已有的文档。
|
|
77
|
-
|
|
78
|
-
修改接口:
|
|
79
|
-
|
|
80
|
-
* [DescribeLakeFsInfo](https://cloud.tencent.com/document/api/1342/87873)
|
|
81
|
-
|
|
82
|
-
* 新增出参:LakeFsInfos
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
新增数据结构:
|
|
86
|
-
|
|
87
|
-
* [LakeFsInfo](https://cloud.tencent.com/document/api/1342/53778#LakeFsInfo)
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
92
|
-
|
|
93
|
-
### 第 55 次发布
|
|
13
|
+
新增接口:
|
|
94
14
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
本次发布包含了以下内容:
|
|
98
|
-
|
|
99
|
-
改善已有的文档。
|
|
15
|
+
* [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745)
|
|
100
16
|
|
|
101
17
|
新增数据结构:
|
|
102
18
|
|
|
103
|
-
* [
|
|
104
|
-
|
|
105
|
-
修改数据结构:
|
|
106
|
-
|
|
107
|
-
* [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
|
|
108
|
-
|
|
109
|
-
* 新增成员:Type, SubEks, AgentSerialId
|
|
110
|
-
|
|
111
|
-
* [ClusterGroupSetItem](https://cloud.tencent.com/document/api/849/52010#ClusterGroupSetItem)
|
|
112
|
-
|
|
113
|
-
* 新增成员:SubEks
|
|
114
|
-
|
|
115
|
-
* <font color="#dd0000">**修改成员**:</font>RunningCu, PayMode
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
121
|
-
|
|
122
|
-
### 第 62 次发布
|
|
123
|
-
|
|
124
|
-
发布时间:2024-05-31 02:10:49
|
|
125
|
-
|
|
126
|
-
本次发布包含了以下内容:
|
|
127
|
-
|
|
128
|
-
改善已有的文档。
|
|
129
|
-
|
|
130
|
-
修改接口:
|
|
131
|
-
|
|
132
|
-
* [CreateAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65591)
|
|
133
|
-
|
|
134
|
-
* 新增入参:ExcludeImages
|
|
135
|
-
|
|
136
|
-
* [DescribeAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65487)
|
|
137
|
-
|
|
138
|
-
* 新增出参:ExcludeImages
|
|
139
|
-
|
|
140
|
-
* [DescribeImageRegistryTimingScanTask](https://cloud.tencent.com/document/api/1285/65472)
|
|
141
|
-
|
|
142
|
-
* 新增出参:ExcludeImageAssetIds
|
|
143
|
-
|
|
144
|
-
* [UpdateImageRegistryTimingScanTask](https://cloud.tencent.com/document/api/1285/65457)
|
|
145
|
-
|
|
146
|
-
* 新增入参:ExcludeImageAssetIds
|
|
147
|
-
|
|
19
|
+
* [FusionInstanceItem](https://cloud.tencent.com/document/api/1493/96031#FusionInstanceItem)
|
|
20
|
+
* [InstanceItemExtraInfo](https://cloud.tencent.com/document/api/1493/96031#InstanceItemExtraInfo)
|
|
148
21
|
|
|
149
22
|
|
|
150
23
|
|
|
151
|
-
##
|
|
24
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
152
25
|
|
|
153
|
-
### 第
|
|
26
|
+
### 第 76 次发布
|
|
154
27
|
|
|
155
|
-
发布时间:2024-
|
|
28
|
+
发布时间:2024-06-03 02:25:00
|
|
156
29
|
|
|
157
30
|
本次发布包含了以下内容:
|
|
158
31
|
|
|
@@ -160,98 +33,22 @@
|
|
|
160
33
|
|
|
161
34
|
修改接口:
|
|
162
35
|
|
|
163
|
-
* [
|
|
164
|
-
|
|
165
|
-
* 新增入参:JobType, JobDateTime, Source, Label, Status, PageId
|
|
166
|
-
|
|
167
|
-
* <font color="#dd0000">**修改入参**:</font>ExpireTime
|
|
168
|
-
|
|
169
|
-
* [AddCustomWhiteRule](https://cloud.tencent.com/document/api/627/90325)
|
|
170
|
-
|
|
171
|
-
* 新增入参:JobType, JobDateTime
|
|
172
|
-
|
|
173
|
-
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
174
|
-
|
|
175
|
-
* 新增入参:ProbeStatus
|
|
176
|
-
|
|
177
|
-
* [DeleteCustomRule](https://cloud.tencent.com/document/api/627/97444)
|
|
178
|
-
|
|
179
|
-
* 新增入参:DomainRuleIdList
|
|
180
|
-
|
|
181
|
-
* 新增出参:Success
|
|
182
|
-
|
|
183
|
-
* [DescribeCustomRuleList](https://cloud.tencent.com/document/api/627/97443)
|
|
184
|
-
|
|
185
|
-
* 新增入参:DomainList
|
|
186
|
-
|
|
187
|
-
* [ModifyCustomRule](https://cloud.tencent.com/document/api/627/97442)
|
|
188
|
-
|
|
189
|
-
* 新增入参:JobType, JobDateTime, Source, Status, PageId
|
|
190
|
-
|
|
191
|
-
* 新增出参:Success
|
|
192
|
-
|
|
193
|
-
* [ModifyCustomRuleStatus](https://cloud.tencent.com/document/api/627/53599)
|
|
194
|
-
|
|
195
|
-
* 新增入参:DomainRuleIdList
|
|
196
|
-
|
|
197
|
-
* [ModifyCustomWhiteRule](https://cloud.tencent.com/document/api/627/90323)
|
|
198
|
-
|
|
199
|
-
* 新增入参:JobType, JobDateTime
|
|
200
|
-
|
|
201
|
-
* [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
|
|
202
|
-
|
|
203
|
-
* 新增入参:ProbeStatus
|
|
36
|
+
* [DescribeAITranscription](https://cloud.tencent.com/document/api/647/106493)
|
|
204
37
|
|
|
205
|
-
*
|
|
38
|
+
* 新增入参:SdkAppId, SessionId
|
|
206
39
|
|
|
207
|
-
*
|
|
40
|
+
* 新增出参:TaskId, SessionId
|
|
208
41
|
|
|
42
|
+
* [StartAITranscription](https://cloud.tencent.com/document/api/647/106492)
|
|
209
43
|
|
|
210
|
-
|
|
44
|
+
* 新增入参:SessionId
|
|
211
45
|
|
|
212
|
-
* [CronJob](https://cloud.tencent.com/document/api/627/53609#CronJob)
|
|
213
|
-
* [DomainRuleId](https://cloud.tencent.com/document/api/627/53609#DomainRuleId)
|
|
214
|
-
* [JobDateTime](https://cloud.tencent.com/document/api/627/53609#JobDateTime)
|
|
215
|
-
* [MiniExtendPkg](https://cloud.tencent.com/document/api/627/53609#MiniExtendPkg)
|
|
216
|
-
* [TimedJob](https://cloud.tencent.com/document/api/627/53609#TimedJob)
|
|
217
46
|
|
|
218
47
|
修改数据结构:
|
|
219
48
|
|
|
220
|
-
* [
|
|
221
|
-
|
|
222
|
-
* 新增成员:CreateTime
|
|
223
|
-
|
|
224
|
-
* [CCRuleItems](https://cloud.tencent.com/document/api/627/53609#CCRuleItems)
|
|
225
|
-
|
|
226
|
-
* 新增成员:CreateTime
|
|
227
|
-
|
|
228
|
-
* [CacheUrlItems](https://cloud.tencent.com/document/api/627/53609#CacheUrlItems)
|
|
229
|
-
|
|
230
|
-
* 新增成员:ModifyTime, CreateTime
|
|
231
|
-
|
|
232
|
-
* [DescribeAntiLeakageItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiLeakageItem)
|
|
233
|
-
|
|
234
|
-
* 新增成员:ModifyTime
|
|
235
|
-
|
|
236
|
-
* [DescribeCustomRulesRspRuleListItem](https://cloud.tencent.com/document/api/627/53609#DescribeCustomRulesRspRuleListItem)
|
|
237
|
-
|
|
238
|
-
* 新增成员:JobType, JobDateTime, CronType, Label, PageId, Domain
|
|
239
|
-
|
|
240
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
241
|
-
|
|
242
|
-
* 新增成员:MiniExtendPkg, BillingItem
|
|
243
|
-
|
|
244
|
-
* [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
|
|
245
|
-
|
|
246
|
-
* 新增成员:CreateTime
|
|
247
|
-
|
|
248
|
-
* [RuleList](https://cloud.tencent.com/document/api/627/53609#RuleList)
|
|
249
|
-
|
|
250
|
-
* 新增成员:CreateTime
|
|
251
|
-
|
|
252
|
-
* [UserDomainInfo](https://cloud.tencent.com/document/api/627/53609#UserDomainInfo)
|
|
49
|
+
* [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
|
|
253
50
|
|
|
254
|
-
* 新增成员:
|
|
51
|
+
* 新增成员:Model
|
|
255
52
|
|
|
256
53
|
|
|
257
54
|
|
|
@@ -50534,7 +50331,7 @@
|
|
|
50534
50331
|
|
|
50535
50332
|
新增数据结构:
|
|
50536
50333
|
|
|
50537
|
-
* [
|
|
50334
|
+
* [LakeFsInfo](https://cloud.tencent.com/document/api/1342/53778#LakeFsInfo)
|
|
50538
50335
|
|
|
50539
50336
|
### 第 90 次发布
|
|
50540
50337
|
|
|
@@ -96231,7 +96028,7 @@
|
|
|
96231
96028
|
|
|
96232
96029
|
新增数据结构:
|
|
96233
96030
|
|
|
96234
|
-
* [
|
|
96031
|
+
* [SubEks](https://cloud.tencent.com/document/api/849/52010#SubEks)
|
|
96235
96032
|
|
|
96236
96033
|
修改数据结构:
|
|
96237
96034
|
|
|
@@ -135937,6 +135734,23 @@
|
|
|
135937
135734
|
|
|
135938
135735
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
135939
135736
|
|
|
135737
|
+
### 第 15 次发布
|
|
135738
|
+
|
|
135739
|
+
发布时间:2024-06-03 02:23:52
|
|
135740
|
+
|
|
135741
|
+
本次发布包含了以下内容:
|
|
135742
|
+
|
|
135743
|
+
改善已有的文档。
|
|
135744
|
+
|
|
135745
|
+
新增接口:
|
|
135746
|
+
|
|
135747
|
+
* [[DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745)](https://cloud.tencent.com/document/api/#/#)
|
|
135748
|
+
|
|
135749
|
+
新增数据结构:
|
|
135750
|
+
|
|
135751
|
+
* [[FusionInstanceItem](https://cloud.tencent.com/document/api/1493/96031#FusionInstanceItem)](https://cloud.tencent.com/document/api/1493/96031#[FusionInstanceItem](https://cloud.tencent.com/document/api/1493/96031#FusionInstanceItem))
|
|
135752
|
+
* [[InstanceItemExtraInfo](https://cloud.tencent.com/document/api/1493/96031#InstanceItemExtraInfo)](https://cloud.tencent.com/document/api/1493/96031#[InstanceItemExtraInfo](https://cloud.tencent.com/document/api/1493/96031#InstanceItemExtraInfo))
|
|
135753
|
+
|
|
135940
135754
|
### 第 14 次发布
|
|
135941
135755
|
|
|
135942
135756
|
发布时间:2024-04-22 01:28:17
|
|
@@ -137175,6 +136989,34 @@
|
|
|
137175
136989
|
|
|
137176
136990
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
137177
136991
|
|
|
136992
|
+
### 第 76 次发布
|
|
136993
|
+
|
|
136994
|
+
发布时间:2024-06-03 02:25:00
|
|
136995
|
+
|
|
136996
|
+
本次发布包含了以下内容:
|
|
136997
|
+
|
|
136998
|
+
改善已有的文档。
|
|
136999
|
+
|
|
137000
|
+
修改接口:
|
|
137001
|
+
|
|
137002
|
+
* [DescribeAITranscription](https://cloud.tencent.com/document/api/647/106493)
|
|
137003
|
+
|
|
137004
|
+
* 新增入参:SdkAppId, SessionId
|
|
137005
|
+
|
|
137006
|
+
* 新增出参:TaskId, SessionId
|
|
137007
|
+
|
|
137008
|
+
* [StartAITranscription](https://cloud.tencent.com/document/api/647/106492)
|
|
137009
|
+
|
|
137010
|
+
* 新增入参:SessionId
|
|
137011
|
+
|
|
137012
|
+
|
|
137013
|
+
修改数据结构:
|
|
137014
|
+
|
|
137015
|
+
* [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
|
|
137016
|
+
|
|
137017
|
+
* 新增成员:Model
|
|
137018
|
+
|
|
137019
|
+
|
|
137178
137020
|
### 第 75 次发布
|
|
137179
137021
|
|
|
137180
137022
|
发布时间:2024-05-21 02:21:25
|
|
@@ -152836,11 +152678,11 @@
|
|
|
152836
152678
|
|
|
152837
152679
|
新增数据结构:
|
|
152838
152680
|
|
|
152839
|
-
* [
|
|
152840
|
-
* [
|
|
152841
|
-
* [
|
|
152842
|
-
* [
|
|
152843
|
-
* [
|
|
152681
|
+
* [CronJob](https://cloud.tencent.com/document/api/627/53609#CronJob)
|
|
152682
|
+
* [DomainRuleId](https://cloud.tencent.com/document/api/627/53609#DomainRuleId)
|
|
152683
|
+
* [JobDateTime](https://cloud.tencent.com/document/api/627/53609#JobDateTime)
|
|
152684
|
+
* [MiniExtendPkg](https://cloud.tencent.com/document/api/627/53609#MiniExtendPkg)
|
|
152685
|
+
* [TimedJob](https://cloud.tencent.com/document/api/627/53609#TimedJob)
|
|
152844
152686
|
|
|
152845
152687
|
修改数据结构:
|
|
152846
152688
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-05-17 01:39:38 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-05-14 01:51:30 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-03 01:41:26 |
|
|
100
100
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-31 01:40:33 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-05-31 01:41:22 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-05-30 01:41:19 |
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-03-20 01:18:04 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-03 01:47:39 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-05-14 02:02:07 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
|
|
165
165
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-04-19 01:24:07 |
|
|
166
166
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-05-20 02:02:25 |
|
|
167
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-
|
|
167
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-03 02:05:36 |
|
|
168
168
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
169
169
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
170
170
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -222,10 +222,10 @@
|
|
|
222
222
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-05-28 02:20:13 |
|
|
223
223
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
224
224
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
225
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-
|
|
225
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-06-03 02:23:52 |
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-05-30 02:20:31 |
|
|
227
|
-
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-
|
|
228
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-
|
|
227
|
+
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-03 02:24:47 |
|
|
228
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-03 02:25:00 |
|
|
229
229
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-05-15 01:35:13 |
|
|
230
230
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-05-23 02:22:11 |
|
|
231
231
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.867"
|
|
@@ -1103,6 +1103,11 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1103
1103
|
注:
|
|
1104
1104
|
- 合同**发起后就会扣减合同的额度**, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(**过期,拒签,签署完成,解除完成等状态不会返还额度**)
|
|
1105
1105
|
- **静默(自动)签署不支持合同签署方存在填写**功能
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
<font color="red">相关视频指引</font> <br>
|
|
1109
|
+
1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/ess_uploadfiles.mp4" target="_blank">上传用于合同发起的PDF文件代码编写示例</a><br>
|
|
1110
|
+
2. <a href="https://dyn.ess.tencent.cn/guide/apivideo/ess-CreateFlowByFiles.mp4" target="_blank">用PDF文件创建签署流程编写示例</a><br>
|
|
1106
1111
|
*/
|
|
1107
1112
|
async CreateFlowByFiles(
|
|
1108
1113
|
req: CreateFlowByFilesRequest,
|
|
@@ -4141,7 +4141,7 @@ export interface TWeCallInfo {
|
|
|
4141
4141
|
*/
|
|
4142
4142
|
ModelId: string
|
|
4143
4143
|
/**
|
|
4144
|
-
* Sn
|
|
4144
|
+
* Sn信息,SN格式:产品ID_设备名
|
|
4145
4145
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4146
4146
|
*/
|
|
4147
4147
|
Sn: string
|
|
@@ -5951,7 +5951,7 @@ export interface UpdateDeviceTWeCallAuthorizeStatusResponse {
|
|
|
5951
5951
|
*/
|
|
5952
5952
|
export interface ActivateTWeCallLicenseRequest {
|
|
5953
5953
|
/**
|
|
5954
|
-
*
|
|
5954
|
+
* TWecall类型: 1-家庭安防场景; 2-穿戴类场景; 3-生活娱乐场景; 4-对讲及其它场景
|
|
5955
5955
|
*/
|
|
5956
5956
|
PkgType: number
|
|
5957
5957
|
/**
|
|
@@ -5057,62 +5057,62 @@ export interface InstanceClusterNode {
|
|
|
5057
5057
|
/**
|
|
5058
5058
|
* 节点名称。
|
|
5059
5059
|
*/
|
|
5060
|
-
Name
|
|
5060
|
+
Name?: string
|
|
5061
5061
|
/**
|
|
5062
5062
|
* 实例运行时节点 ID。
|
|
5063
5063
|
*/
|
|
5064
|
-
RunId
|
|
5064
|
+
RunId?: string
|
|
5065
5065
|
/**
|
|
5066
5066
|
* 集群角色。
|
|
5067
5067
|
- 0:master。
|
|
5068
5068
|
- 1:slave。
|
|
5069
5069
|
*/
|
|
5070
|
-
Role
|
|
5070
|
+
Role?: number
|
|
5071
5071
|
/**
|
|
5072
5072
|
* 节点状态。
|
|
5073
5073
|
- 0:readwrite,。
|
|
5074
5074
|
- 1:read。
|
|
5075
5075
|
- 2:backup。
|
|
5076
5076
|
*/
|
|
5077
|
-
Status
|
|
5077
|
+
Status?: number
|
|
5078
5078
|
/**
|
|
5079
5079
|
* 服务状态。
|
|
5080
5080
|
0-down。
|
|
5081
5081
|
1-on
|
|
5082
5082
|
*/
|
|
5083
|
-
Connected
|
|
5083
|
+
Connected?: number
|
|
5084
5084
|
/**
|
|
5085
5085
|
* 节点创建时间。
|
|
5086
5086
|
*/
|
|
5087
|
-
CreateTime
|
|
5087
|
+
CreateTime?: string
|
|
5088
5088
|
/**
|
|
5089
5089
|
* 节点下线时间。
|
|
5090
5090
|
*/
|
|
5091
|
-
DownTime
|
|
5091
|
+
DownTime?: string
|
|
5092
5092
|
/**
|
|
5093
5093
|
* 节点 Slot 分布区间。
|
|
5094
5094
|
*/
|
|
5095
|
-
Slots
|
|
5095
|
+
Slots?: string
|
|
5096
5096
|
/**
|
|
5097
5097
|
* 节点 Key分布。
|
|
5098
5098
|
*/
|
|
5099
|
-
Keys
|
|
5099
|
+
Keys?: number
|
|
5100
5100
|
/**
|
|
5101
5101
|
* 节点 QPS。分片节点每秒执行次数。单位:次/秒。
|
|
5102
5102
|
*/
|
|
5103
|
-
Qps
|
|
5103
|
+
Qps?: number
|
|
5104
5104
|
/**
|
|
5105
5105
|
* 节点 QPS 倾斜度。
|
|
5106
5106
|
*/
|
|
5107
|
-
QpsSlope
|
|
5107
|
+
QpsSlope?: number
|
|
5108
5108
|
/**
|
|
5109
5109
|
* 节点存储。
|
|
5110
5110
|
*/
|
|
5111
|
-
Storage
|
|
5111
|
+
Storage?: number
|
|
5112
5112
|
/**
|
|
5113
5113
|
* 节点存储倾斜度。
|
|
5114
5114
|
*/
|
|
5115
|
-
StorageSlope
|
|
5115
|
+
StorageSlope?: number
|
|
5116
5116
|
}
|
|
5117
5117
|
|
|
5118
5118
|
/**
|
|
@@ -26,7 +26,8 @@ import {
|
|
|
26
26
|
ModifyRoleResponse,
|
|
27
27
|
DeleteMQTTInsPublicEndpointRequest,
|
|
28
28
|
ModifyInstanceRequest,
|
|
29
|
-
|
|
29
|
+
FusionInstanceItem,
|
|
30
|
+
InstanceItemExtraInfo,
|
|
30
31
|
CreateMQTTInsPublicEndpointResponse,
|
|
31
32
|
ImportSourceClusterConsumerGroupsResponse,
|
|
32
33
|
DeleteTopicRequest,
|
|
@@ -64,6 +65,7 @@ import {
|
|
|
64
65
|
DeleteInstanceRequest,
|
|
65
66
|
ModifyRoleRequest,
|
|
66
67
|
DescribeMQTTInsVPCEndpointsRequest,
|
|
68
|
+
DescribeFusionInstanceListResponse,
|
|
67
69
|
CreateTopicRequest,
|
|
68
70
|
DeleteRoleRequest,
|
|
69
71
|
MQTTProductSkuItem,
|
|
@@ -92,6 +94,7 @@ import {
|
|
|
92
94
|
DescribeConsumerGroupRequest,
|
|
93
95
|
DescribeConsumerGroupListRequest,
|
|
94
96
|
TopicItem,
|
|
97
|
+
SubscriptionData,
|
|
95
98
|
CreateInstanceRequest,
|
|
96
99
|
DescribeConsumerGroupResponse,
|
|
97
100
|
ModifyTopicResponse,
|
|
@@ -109,6 +112,7 @@ import {
|
|
|
109
112
|
DescribeMQTTInstanceCertRequest,
|
|
110
113
|
ModifyMQTTInsPublicEndpointResponse,
|
|
111
114
|
CreateMQTTUserRequest,
|
|
115
|
+
DescribeFusionInstanceListRequest,
|
|
112
116
|
DescribeMQTTMessageRequest,
|
|
113
117
|
CreateRoleResponse,
|
|
114
118
|
DescribeMQTTTopicListResponse,
|
|
@@ -476,6 +480,16 @@ export class Client extends AbstractClient {
|
|
|
476
480
|
return this.request("DescribeTopicList", req, cb)
|
|
477
481
|
}
|
|
478
482
|
|
|
483
|
+
/**
|
|
484
|
+
* 查询MQTT实例公网接入点
|
|
485
|
+
*/
|
|
486
|
+
async DescribeMQTTInsPublicEndpoints(
|
|
487
|
+
req: DescribeMQTTInsPublicEndpointsRequest,
|
|
488
|
+
cb?: (error: string, rep: DescribeMQTTInsPublicEndpointsResponse) => void
|
|
489
|
+
): Promise<DescribeMQTTInsPublicEndpointsResponse> {
|
|
490
|
+
return this.request("DescribeMQTTInsPublicEndpoints", req, cb)
|
|
491
|
+
}
|
|
492
|
+
|
|
479
493
|
/**
|
|
480
494
|
* 查询MQTT集群证书列表
|
|
481
495
|
*/
|
|
@@ -552,13 +566,18 @@ export class Client extends AbstractClient {
|
|
|
552
566
|
}
|
|
553
567
|
|
|
554
568
|
/**
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
569
|
+
* 获取实例列表,Filters参数使用说明如下:
|
|
570
|
+
1. InstanceName, 名称模糊查询
|
|
571
|
+
2. InstanceId,实例ID查询
|
|
572
|
+
3. InstanceType, 实例类型查询,支持多选
|
|
573
|
+
4. Version,实例版本查询
|
|
574
|
+
当使用TagFilters查询时,Filters参数失效。
|
|
575
|
+
*/
|
|
576
|
+
async DescribeFusionInstanceList(
|
|
577
|
+
req: DescribeFusionInstanceListRequest,
|
|
578
|
+
cb?: (error: string, rep: DescribeFusionInstanceListResponse) => void
|
|
579
|
+
): Promise<DescribeFusionInstanceListResponse> {
|
|
580
|
+
return this.request("DescribeFusionInstanceList", req, cb)
|
|
562
581
|
}
|
|
563
582
|
|
|
564
583
|
/**
|