tencentcloud-sdk-nodejs 4.0.912 → 4.0.913
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 +200 -0
- package/SERVICE_CHANGELOG.md +245 -121
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +38 -20
- package/src/services/dlc/v20210125/dlc_models.ts +8 -0
- package/src/services/es/v20180416/es_models.ts +13 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +15 -0
- package/src/services/sms/v20210111/sms_models.ts +1 -2
- package/src/services/ssl/v20191205/ssl_models.ts +36 -26
- package/src/services/tcbr/v20220217/tcbr_models.ts +7 -0
- package/src/services/trtc/v20190722/trtc_client.ts +4 -2
- package/src/services/trtc/v20190722/trtc_models.ts +62 -27
- package/src/services/wedata/v20210820/wedata_models.ts +6 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +38 -20
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +13 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +15 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +36 -26
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +7 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +61 -26
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +6 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,48 +1,40 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 72 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-08-
|
|
7
|
+
发布时间:2024-08-08 01:09:56
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [ActivateService](https://cloud.tencent.com/document/api/1729/109752)
|
|
16
|
-
* [SetPayMode](https://cloud.tencent.com/document/api/1729/109751)
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
修改接口:
|
|
19
14
|
|
|
20
|
-
|
|
15
|
+
* [ClearLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/54255)
|
|
21
16
|
|
|
22
|
-
|
|
17
|
+
* 新增入参:ClearInstanceTags
|
|
23
18
|
|
|
24
|
-
|
|
19
|
+
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
25
20
|
|
|
26
|
-
|
|
21
|
+
* 新增入参:InstanceTags
|
|
27
22
|
|
|
28
|
-
改善已有的文档。
|
|
29
23
|
|
|
30
24
|
修改数据结构:
|
|
31
25
|
|
|
32
|
-
* [
|
|
26
|
+
* [HostNameSettings](https://cloud.tencent.com/document/api/377/20453#HostNameSettings)
|
|
33
27
|
|
|
34
|
-
* 新增成员:
|
|
28
|
+
* 新增成员:HostNameSuffix
|
|
35
29
|
|
|
36
|
-
* <font color="#dd0000">**修改成员**:</font>Title, Number, Date, PretaxAmount, Tax, Total, TotalCn, Seller, SellerTaxID, Buyer, BuyerTaxID, Issuer, Remark, SubTotal, SubTax, VatElectronicItems
|
|
37
30
|
|
|
38
31
|
|
|
39
32
|
|
|
33
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
40
34
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### 第 103 次发布
|
|
35
|
+
### 第 99 次发布
|
|
44
36
|
|
|
45
|
-
发布时间:2024-08-
|
|
37
|
+
发布时间:2024-08-08 01:33:40
|
|
46
38
|
|
|
47
39
|
本次发布包含了以下内容:
|
|
48
40
|
|
|
@@ -50,18 +42,18 @@
|
|
|
50
42
|
|
|
51
43
|
修改接口:
|
|
52
44
|
|
|
53
|
-
* [
|
|
45
|
+
* [UpdateDataEngineConfig](https://cloud.tencent.com/document/api/1342/99265)
|
|
54
46
|
|
|
55
|
-
*
|
|
47
|
+
* 新增入参:UseLakeFs, CustomResultPath
|
|
56
48
|
|
|
57
49
|
|
|
58
50
|
|
|
59
51
|
|
|
60
|
-
##
|
|
52
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
61
53
|
|
|
62
|
-
### 第
|
|
54
|
+
### 第 64 次发布
|
|
63
55
|
|
|
64
|
-
发布时间:2024-08-
|
|
56
|
+
发布时间:2024-08-08 01:41:08
|
|
65
57
|
|
|
66
58
|
本次发布包含了以下内容:
|
|
67
59
|
|
|
@@ -69,41 +61,29 @@
|
|
|
69
61
|
|
|
70
62
|
修改接口:
|
|
71
63
|
|
|
72
|
-
* [
|
|
73
|
-
|
|
74
|
-
* 新增入参:DataAuthorization
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
新增数据结构:
|
|
78
|
-
|
|
79
|
-
* [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1628/81020#DataAuthorizationInfo)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
64
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
84
65
|
|
|
85
|
-
|
|
66
|
+
* 新增入参:SubProductCode
|
|
86
67
|
|
|
87
|
-
|
|
68
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/845/30631)
|
|
88
69
|
|
|
89
|
-
|
|
70
|
+
* 新增入参:CdcId
|
|
90
71
|
|
|
91
|
-
改善已有的文档。
|
|
92
72
|
|
|
93
|
-
|
|
73
|
+
修改数据结构:
|
|
94
74
|
|
|
95
|
-
* [
|
|
75
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
96
76
|
|
|
97
|
-
*
|
|
77
|
+
* 新增成员:SubProductCode
|
|
98
78
|
|
|
99
79
|
|
|
100
80
|
|
|
101
81
|
|
|
102
|
-
##
|
|
82
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
103
83
|
|
|
104
|
-
### 第
|
|
84
|
+
### 第 76 次发布
|
|
105
85
|
|
|
106
|
-
发布时间:2024-08-
|
|
86
|
+
发布时间:2024-08-08 01:47:56
|
|
107
87
|
|
|
108
88
|
本次发布包含了以下内容:
|
|
109
89
|
|
|
@@ -111,131 +91,109 @@
|
|
|
111
91
|
|
|
112
92
|
修改接口:
|
|
113
93
|
|
|
114
|
-
* [
|
|
115
|
-
|
|
116
|
-
* 新增入参:TaskType
|
|
117
|
-
|
|
118
|
-
* [GetTrainingText](https://cloud.tencent.com/document/api/1283/90061)
|
|
119
|
-
|
|
120
|
-
* 新增入参:TaskType, Domain, TextLanguage
|
|
121
|
-
|
|
122
|
-
* [GetVRSVoiceTypes](https://cloud.tencent.com/document/api/1283/101623)
|
|
94
|
+
* [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
|
|
123
95
|
|
|
124
|
-
*
|
|
96
|
+
* 新增出参:FailureList, SuccessList
|
|
125
97
|
|
|
126
98
|
|
|
127
99
|
修改数据结构:
|
|
128
100
|
|
|
129
|
-
* [
|
|
130
|
-
|
|
131
|
-
* 新增成员:ExpireTime, FastVoiceType
|
|
132
|
-
|
|
133
|
-
* [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
|
|
101
|
+
* [DeviceActiveResult](https://cloud.tencent.com/document/api/1081/34988#DeviceActiveResult)
|
|
134
102
|
|
|
135
|
-
* 新增成员:ExpireTime
|
|
103
|
+
* 新增成员:ExpireTime
|
|
136
104
|
|
|
137
105
|
|
|
138
106
|
|
|
139
107
|
|
|
140
|
-
##
|
|
108
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
141
109
|
|
|
142
|
-
### 第
|
|
110
|
+
### 第 64 次发布
|
|
143
111
|
|
|
144
|
-
发布时间:2024-08-
|
|
112
|
+
发布时间:2024-08-08 02:09:39
|
|
145
113
|
|
|
146
114
|
本次发布包含了以下内容:
|
|
147
115
|
|
|
148
116
|
改善已有的文档。
|
|
149
117
|
|
|
150
|
-
|
|
118
|
+
修改数据结构:
|
|
151
119
|
|
|
152
|
-
* [
|
|
120
|
+
* [CompanyInfo](https://cloud.tencent.com/document/api/400/41679#CompanyInfo)
|
|
153
121
|
|
|
154
|
-
|
|
122
|
+
* 新增成员:Tags
|
|
155
123
|
|
|
156
|
-
*
|
|
124
|
+
* <font color="#dd0000">**修改成员**:</font>IdType, IdNumber
|
|
157
125
|
|
|
158
|
-
|
|
126
|
+
* [ManagerInfo](https://cloud.tencent.com/document/api/400/41679#ManagerInfo)
|
|
159
127
|
|
|
160
|
-
*
|
|
128
|
+
* 新增成员:Tags
|
|
161
129
|
|
|
162
|
-
* 新增入参:PageSize, PageNumber
|
|
163
130
|
|
|
164
|
-
* [DescribeOpsMakePlanInstances](https://cloud.tencent.com/document/api/1267/95203)
|
|
165
131
|
|
|
166
|
-
* 新增入参:StateList
|
|
167
132
|
|
|
168
|
-
|
|
133
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
169
134
|
|
|
170
|
-
|
|
135
|
+
### 第 10 次发布
|
|
171
136
|
|
|
172
|
-
|
|
137
|
+
发布时间:2024-08-08 02:12:50
|
|
173
138
|
|
|
174
|
-
|
|
139
|
+
本次发布包含了以下内容:
|
|
175
140
|
|
|
176
|
-
|
|
141
|
+
改善已有的文档。
|
|
177
142
|
|
|
178
|
-
|
|
143
|
+
修改数据结构:
|
|
179
144
|
|
|
180
|
-
|
|
145
|
+
* [ServerBaseConfig](https://cloud.tencent.com/document/api/1243/75713#ServerBaseConfig)
|
|
181
146
|
|
|
147
|
+
* 新增成员:Tag
|
|
182
148
|
|
|
183
|
-
新增数据结构:
|
|
184
149
|
|
|
185
|
-
* [LifecycleInfo](https://cloud.tencent.com/document/api/1267/76336#LifecycleInfo)
|
|
186
|
-
* [TagVoteSum](https://cloud.tencent.com/document/api/1267/76336#TagVoteSum)
|
|
187
|
-
* [TaskLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfo)
|
|
188
|
-
* [TaskLineageInfoPair](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfoPair)
|
|
189
150
|
|
|
190
|
-
修改数据结构:
|
|
191
151
|
|
|
192
|
-
|
|
152
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
193
153
|
|
|
194
|
-
|
|
154
|
+
### 第 85 次发布
|
|
195
155
|
|
|
196
|
-
|
|
156
|
+
发布时间:2024-08-08 02:24:11
|
|
197
157
|
|
|
198
|
-
|
|
158
|
+
本次发布包含了以下内容:
|
|
199
159
|
|
|
200
|
-
|
|
160
|
+
改善已有的文档。
|
|
201
161
|
|
|
202
|
-
|
|
162
|
+
修改接口:
|
|
203
163
|
|
|
204
|
-
* [
|
|
164
|
+
* [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
|
|
205
165
|
|
|
206
|
-
*
|
|
166
|
+
* 新增入参:AutoPush, RepeatNum, MaxDuration
|
|
207
167
|
|
|
208
|
-
* [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
|
|
209
168
|
|
|
210
|
-
|
|
169
|
+
修改数据结构:
|
|
211
170
|
|
|
212
|
-
* [
|
|
171
|
+
* [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
|
|
213
172
|
|
|
214
|
-
* 新增成员:
|
|
173
|
+
* 新增成员:WelcomeMessage
|
|
215
174
|
|
|
216
|
-
* [
|
|
175
|
+
* [ServerPushText](https://cloud.tencent.com/document/api/647/44055#ServerPushText)
|
|
217
176
|
|
|
218
|
-
* 新增成员:
|
|
177
|
+
* 新增成员:StopAfterPlay
|
|
219
178
|
|
|
220
|
-
* [RuleGroup](https://cloud.tencent.com/document/api/1267/76336#RuleGroup)
|
|
221
179
|
|
|
222
|
-
* 新增成员:SchemaName, ClusterDeployType
|
|
223
180
|
|
|
224
|
-
* [RuleGroupExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecResult)
|
|
225
181
|
|
|
226
|
-
|
|
182
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
227
183
|
|
|
228
|
-
|
|
184
|
+
### 第 103 次发布
|
|
229
185
|
|
|
230
|
-
|
|
186
|
+
发布时间:2024-08-08 02:34:16
|
|
231
187
|
|
|
232
|
-
|
|
188
|
+
本次发布包含了以下内容:
|
|
233
189
|
|
|
234
|
-
|
|
190
|
+
改善已有的文档。
|
|
235
191
|
|
|
236
|
-
|
|
192
|
+
修改接口:
|
|
237
193
|
|
|
238
|
-
|
|
194
|
+
* [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
|
|
195
|
+
|
|
196
|
+
* 新增入参:ProjectId
|
|
239
197
|
|
|
240
198
|
|
|
241
199
|
|
|
@@ -5289,6 +5247,32 @@
|
|
|
5289
5247
|
|
|
5290
5248
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
5291
5249
|
|
|
5250
|
+
### 第 72 次发布
|
|
5251
|
+
|
|
5252
|
+
发布时间:2024-08-08 01:09:56
|
|
5253
|
+
|
|
5254
|
+
本次发布包含了以下内容:
|
|
5255
|
+
|
|
5256
|
+
改善已有的文档。
|
|
5257
|
+
|
|
5258
|
+
修改接口:
|
|
5259
|
+
|
|
5260
|
+
* [ClearLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/54255)
|
|
5261
|
+
|
|
5262
|
+
* 新增入参:ClearInstanceTags
|
|
5263
|
+
|
|
5264
|
+
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
5265
|
+
|
|
5266
|
+
* 新增入参:InstanceTags
|
|
5267
|
+
|
|
5268
|
+
|
|
5269
|
+
修改数据结构:
|
|
5270
|
+
|
|
5271
|
+
* [HostNameSettings](https://cloud.tencent.com/document/api/377/20453#HostNameSettings)
|
|
5272
|
+
|
|
5273
|
+
* 新增成员:HostNameSuffix
|
|
5274
|
+
|
|
5275
|
+
|
|
5292
5276
|
### 第 71 次发布
|
|
5293
5277
|
|
|
5294
5278
|
发布时间:2024-07-23 01:04:47
|
|
@@ -52102,6 +52086,21 @@
|
|
|
52102
52086
|
|
|
52103
52087
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
52104
52088
|
|
|
52089
|
+
### 第 99 次发布
|
|
52090
|
+
|
|
52091
|
+
发布时间:2024-08-08 01:33:40
|
|
52092
|
+
|
|
52093
|
+
本次发布包含了以下内容:
|
|
52094
|
+
|
|
52095
|
+
改善已有的文档。
|
|
52096
|
+
|
|
52097
|
+
修改接口:
|
|
52098
|
+
|
|
52099
|
+
* [UpdateDataEngineConfig](https://cloud.tencent.com/document/api/1342/99265)
|
|
52100
|
+
|
|
52101
|
+
* 新增入参:UseLakeFs, CustomResultPath
|
|
52102
|
+
|
|
52103
|
+
|
|
52105
52104
|
### 第 98 次发布
|
|
52106
52105
|
|
|
52107
52106
|
发布时间:2024-07-31 01:28:29
|
|
@@ -62340,6 +62339,32 @@
|
|
|
62340
62339
|
|
|
62341
62340
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
62342
62341
|
|
|
62342
|
+
### 第 64 次发布
|
|
62343
|
+
|
|
62344
|
+
发布时间:2024-08-08 01:41:08
|
|
62345
|
+
|
|
62346
|
+
本次发布包含了以下内容:
|
|
62347
|
+
|
|
62348
|
+
改善已有的文档。
|
|
62349
|
+
|
|
62350
|
+
修改接口:
|
|
62351
|
+
|
|
62352
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
62353
|
+
|
|
62354
|
+
* 新增入参:SubProductCode
|
|
62355
|
+
|
|
62356
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/845/30631)
|
|
62357
|
+
|
|
62358
|
+
* 新增入参:CdcId
|
|
62359
|
+
|
|
62360
|
+
|
|
62361
|
+
修改数据结构:
|
|
62362
|
+
|
|
62363
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
62364
|
+
|
|
62365
|
+
* 新增成员:SubProductCode
|
|
62366
|
+
|
|
62367
|
+
|
|
62343
62368
|
### 第 63 次发布
|
|
62344
62369
|
|
|
62345
62370
|
发布时间:2024-07-22 01:39:08
|
|
@@ -75812,8 +75837,8 @@
|
|
|
75812
75837
|
|
|
75813
75838
|
新增接口:
|
|
75814
75839
|
|
|
75815
|
-
* [
|
|
75816
|
-
* [
|
|
75840
|
+
* [ActivateService](https://cloud.tencent.com/document/api/1729/109752)
|
|
75841
|
+
* [SetPayMode](https://cloud.tencent.com/document/api/1729/109751)
|
|
75817
75842
|
|
|
75818
75843
|
### 第 15 次发布
|
|
75819
75844
|
|
|
@@ -79254,6 +79279,28 @@
|
|
|
79254
79279
|
|
|
79255
79280
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
79256
79281
|
|
|
79282
|
+
### 第 76 次发布
|
|
79283
|
+
|
|
79284
|
+
发布时间:2024-08-08 01:47:56
|
|
79285
|
+
|
|
79286
|
+
本次发布包含了以下内容:
|
|
79287
|
+
|
|
79288
|
+
改善已有的文档。
|
|
79289
|
+
|
|
79290
|
+
修改接口:
|
|
79291
|
+
|
|
79292
|
+
* [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
|
|
79293
|
+
|
|
79294
|
+
* 新增出参:FailureList, SuccessList
|
|
79295
|
+
|
|
79296
|
+
|
|
79297
|
+
修改数据结构:
|
|
79298
|
+
|
|
79299
|
+
* [DeviceActiveResult](https://cloud.tencent.com/document/api/1081/34988#DeviceActiveResult)
|
|
79300
|
+
|
|
79301
|
+
* 新增成员:ExpireTime
|
|
79302
|
+
|
|
79303
|
+
|
|
79257
79304
|
### 第 75 次发布
|
|
79258
79305
|
|
|
79259
79306
|
发布时间:2024-08-02 01:42:30
|
|
@@ -114620,6 +114667,27 @@
|
|
|
114620
114667
|
|
|
114621
114668
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
114622
114669
|
|
|
114670
|
+
### 第 64 次发布
|
|
114671
|
+
|
|
114672
|
+
发布时间:2024-08-08 02:09:39
|
|
114673
|
+
|
|
114674
|
+
本次发布包含了以下内容:
|
|
114675
|
+
|
|
114676
|
+
改善已有的文档。
|
|
114677
|
+
|
|
114678
|
+
修改数据结构:
|
|
114679
|
+
|
|
114680
|
+
* [CompanyInfo](https://cloud.tencent.com/document/api/400/41679#CompanyInfo)
|
|
114681
|
+
|
|
114682
|
+
* 新增成员:Tags
|
|
114683
|
+
|
|
114684
|
+
* <font color="#dd0000">**修改成员**:</font>IdType, IdNumber
|
|
114685
|
+
|
|
114686
|
+
* [ManagerInfo](https://cloud.tencent.com/document/api/400/41679#ManagerInfo)
|
|
114687
|
+
|
|
114688
|
+
* 新增成员:Tags
|
|
114689
|
+
|
|
114690
|
+
|
|
114623
114691
|
### 第 63 次发布
|
|
114624
114692
|
|
|
114625
114693
|
发布时间:2024-07-05 01:16:31
|
|
@@ -120682,6 +120750,21 @@
|
|
|
120682
120750
|
|
|
120683
120751
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
120684
120752
|
|
|
120753
|
+
### 第 10 次发布
|
|
120754
|
+
|
|
120755
|
+
发布时间:2024-08-08 02:12:50
|
|
120756
|
+
|
|
120757
|
+
本次发布包含了以下内容:
|
|
120758
|
+
|
|
120759
|
+
改善已有的文档。
|
|
120760
|
+
|
|
120761
|
+
修改数据结构:
|
|
120762
|
+
|
|
120763
|
+
* [ServerBaseConfig](https://cloud.tencent.com/document/api/1243/75713#ServerBaseConfig)
|
|
120764
|
+
|
|
120765
|
+
* 新增成员:Tag
|
|
120766
|
+
|
|
120767
|
+
|
|
120685
120768
|
### 第 9 次发布
|
|
120686
120769
|
|
|
120687
120770
|
发布时间:2023-03-08 01:54:20
|
|
@@ -128118,7 +128201,7 @@
|
|
|
128118
128201
|
|
|
128119
128202
|
新增数据结构:
|
|
128120
128203
|
|
|
128121
|
-
* [
|
|
128204
|
+
* [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1628/81020#DataAuthorizationInfo)
|
|
128122
128205
|
|
|
128123
128206
|
### 第 3 次发布
|
|
128124
128207
|
|
|
@@ -142761,6 +142844,32 @@
|
|
|
142761
142844
|
|
|
142762
142845
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
142763
142846
|
|
|
142847
|
+
### 第 85 次发布
|
|
142848
|
+
|
|
142849
|
+
发布时间:2024-08-08 02:24:11
|
|
142850
|
+
|
|
142851
|
+
本次发布包含了以下内容:
|
|
142852
|
+
|
|
142853
|
+
改善已有的文档。
|
|
142854
|
+
|
|
142855
|
+
修改接口:
|
|
142856
|
+
|
|
142857
|
+
* [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
|
|
142858
|
+
|
|
142859
|
+
* 新增入参:AutoPush, RepeatNum, MaxDuration
|
|
142860
|
+
|
|
142861
|
+
|
|
142862
|
+
修改数据结构:
|
|
142863
|
+
|
|
142864
|
+
* [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
|
|
142865
|
+
|
|
142866
|
+
* 新增成员:WelcomeMessage
|
|
142867
|
+
|
|
142868
|
+
* [ServerPushText](https://cloud.tencent.com/document/api/647/44055#ServerPushText)
|
|
142869
|
+
|
|
142870
|
+
* 新增成员:StopAfterPlay
|
|
142871
|
+
|
|
142872
|
+
|
|
142764
142873
|
### 第 84 次发布
|
|
142765
142874
|
|
|
142766
142875
|
发布时间:2024-08-02 02:18:56
|
|
@@ -161760,6 +161869,21 @@
|
|
|
161760
161869
|
|
|
161761
161870
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
161762
161871
|
|
|
161872
|
+
### 第 103 次发布
|
|
161873
|
+
|
|
161874
|
+
发布时间:2024-08-08 02:34:16
|
|
161875
|
+
|
|
161876
|
+
本次发布包含了以下内容:
|
|
161877
|
+
|
|
161878
|
+
改善已有的文档。
|
|
161879
|
+
|
|
161880
|
+
修改接口:
|
|
161881
|
+
|
|
161882
|
+
* [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
|
|
161883
|
+
|
|
161884
|
+
* 新增入参:ProjectId
|
|
161885
|
+
|
|
161886
|
+
|
|
161763
161887
|
### 第 102 次发布
|
|
161764
161888
|
|
|
161765
161889
|
发布时间:2024-08-07 02:40:50
|
|
@@ -161770,7 +161894,7 @@
|
|
|
161770
161894
|
|
|
161771
161895
|
新增接口:
|
|
161772
161896
|
|
|
161773
|
-
* [
|
|
161897
|
+
* [DescribeTaskLineage](https://cloud.tencent.com/document/api/1267/109754)
|
|
161774
161898
|
|
|
161775
161899
|
修改接口:
|
|
161776
161900
|
|
|
@@ -161803,10 +161927,10 @@
|
|
|
161803
161927
|
|
|
161804
161928
|
新增数据结构:
|
|
161805
161929
|
|
|
161806
|
-
* [
|
|
161807
|
-
* [
|
|
161808
|
-
* [
|
|
161809
|
-
* [
|
|
161930
|
+
* [LifecycleInfo](https://cloud.tencent.com/document/api/1267/76336#LifecycleInfo)
|
|
161931
|
+
* [TagVoteSum](https://cloud.tencent.com/document/api/1267/76336#TagVoteSum)
|
|
161932
|
+
* [TaskLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfo)
|
|
161933
|
+
* [TaskLineageInfoPair](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfoPair)
|
|
161810
161934
|
|
|
161811
161935
|
修改数据结构:
|
|
161812
161936
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-07-31 01:04:59 |
|
|
19
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-
|
|
19
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-08-08 01:09:56 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-07-16 01:08:08 |
|
|
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) | 2024-04-22 01:08:02 |
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
83
83
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-07-15 01:09:18 |
|
|
84
84
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-11 01:14:04 |
|
|
85
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-08-
|
|
85
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-08-08 01:33:40 |
|
|
86
86
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-07-29 01:33:59 |
|
|
87
87
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
88
88
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
98
98
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
99
99
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-08-01 01:40:41 |
|
|
100
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-
|
|
100
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-08-08 01:41:08 |
|
|
101
101
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-07 01:41:05 |
|
|
102
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-
|
|
102
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-08 01:42:39 |
|
|
103
103
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-07-16 01:16:45 |
|
|
104
104
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-07-31 01:37:45 |
|
|
105
105
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-28 01:12:56 |
|
|
126
126
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
127
127
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
128
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-08-
|
|
128
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-08-08 01:47:56 |
|
|
129
129
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
130
130
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
131
131
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -176,12 +176,12 @@
|
|
|
176
176
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
|
|
177
177
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
178
178
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
|
|
179
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-
|
|
179
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-08-08 02:08:10 |
|
|
180
180
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
181
181
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
182
182
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-05 02:02:14 |
|
|
183
183
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
184
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-
|
|
184
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-08-08 02:09:39 |
|
|
185
185
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
186
186
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
187
187
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2024-03-20 01:24:24 |
|
|
197
197
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2024-08-05 02:05:20 |
|
|
198
198
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-08-07 02:15:35 |
|
|
199
|
-
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2024-
|
|
199
|
+
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2024-08-08 02:12:50 |
|
|
200
200
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
201
201
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
|
|
202
202
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
@@ -227,8 +227,8 @@
|
|
|
227
227
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-07-05 01:19:38 |
|
|
228
228
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
229
229
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
230
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-
|
|
231
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-08-
|
|
230
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-08 02:24:11 |
|
|
231
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-08-08 02:24:45 |
|
|
232
232
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-30 11:37:37 |
|
|
233
233
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
234
234
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-07-31 02:26:05 |
|
|
246
246
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-29 02:30:48 |
|
|
247
247
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
248
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-08-
|
|
248
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-08-08 02:34:16 |
|
|
249
249
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
250
250
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
251
251
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.913"
|