tencentcloud-sdk-nodejs 4.0.867 → 4.0.869
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 +323 -0
- package/SERVICE_CHANGELOG.md +339 -22
- package/package.json +1 -1
- package/products.md +23 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
- package/src/services/cdb/v20170320/cdb_models.ts +72 -24
- package/src/services/domain/v20180808/domain_models.ts +9 -1
- package/src/services/ess/v20201111/ess_client.ts +13 -0
- package/src/services/ess/v20201111/ess_models.ts +109 -0
- package/src/services/faceid/v20180301/faceid_models.ts +2 -2
- package/src/services/index.ts +1 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +27 -17
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +15 -10
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +5 -5
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +62 -60
- package/src/services/oceanus/v20190422/oceanus_models.ts +5 -0
- package/src/services/redis/v20180412/redis_models.ts +24 -13
- package/src/services/rum/v20210622/rum_models.ts +6 -6
- package/src/services/tcb/v20180608/tcb_models.ts +4 -4
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/tsf/v20180326/tsf_models.ts +34 -5
- package/src/services/vdb/index.ts +5 -0
- package/src/services/vdb/v20230616/index.ts +6 -0
- package/src/services/vdb/v20230616/vdb_client.ts +46 -0
- package/src/services/vdb/v20230616/vdb_models.ts +266 -0
- package/src/services/waf/v20180125/waf_client.ts +13 -0
- package/src/services/waf/v20180125/waf_models.ts +62 -0
- package/src/services/wedata/v20210820/wedata_models.ts +4 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +61 -55
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +72 -24
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +9 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +107 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +27 -17
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +15 -10
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +5 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +5 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +62 -60
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +5 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +24 -13
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -6
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +4 -4
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +34 -5
- package/tencentcloud/services/vdb/index.d.ts +6 -0
- package/tencentcloud/services/vdb/index.js +7 -0
- package/tencentcloud/services/vdb/v20230616/index.d.ts +6 -0
- package/tencentcloud/services/vdb/v20230616/index.js +9 -0
- package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +14 -0
- package/tencentcloud/services/vdb/v20230616/vdb_client.js +37 -0
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +245 -0
- package/tencentcloud/services/vdb/v20230616/vdb_models.js +18 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +59 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +4 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +61 -55
- package/test/ess.v20201111.test.js +10 -0
- package/test/vdb.v20230616.test.js +31 -0
- package/test/waf.v20180125.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,54 +1,103 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 11 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-06-
|
|
7
|
+
发布时间:2024-06-05 01:47:50
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeFirmware](https://cloud.tencent.com/document/api/634/73630)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增出参:UserDefined
|
|
18
18
|
|
|
19
|
-
* [FusionInstanceItem](https://cloud.tencent.com/document/api/1493/96031#FusionInstanceItem)
|
|
20
|
-
* [InstanceItemExtraInfo](https://cloud.tencent.com/document/api/1493/96031#InstanceItemExtraInfo)
|
|
21
19
|
|
|
20
|
+
修改数据结构:
|
|
22
21
|
|
|
22
|
+
* [FirmwareInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareInfo)
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
* 新增成员:UserDefined
|
|
25
25
|
|
|
26
|
-
### 第 76 次发布
|
|
27
26
|
|
|
28
|
-
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
34
|
+
|
|
35
|
+
### 第 65 次发布
|
|
36
|
+
|
|
37
|
+
发布时间:2024-06-05 01:48:26
|
|
29
38
|
|
|
30
39
|
本次发布包含了以下内容:
|
|
31
40
|
|
|
32
41
|
改善已有的文档。
|
|
33
42
|
|
|
34
|
-
|
|
43
|
+
修改数据结构:
|
|
35
44
|
|
|
36
|
-
* [
|
|
45
|
+
* [FirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#FirmwareInfo)
|
|
37
46
|
|
|
38
|
-
*
|
|
47
|
+
* 新增成员:UserDefined
|
|
39
48
|
|
|
40
|
-
* 新增出参:TaskId, SessionId
|
|
41
49
|
|
|
42
|
-
* [StartAITranscription](https://cloud.tencent.com/document/api/647/106492)
|
|
43
50
|
|
|
44
|
-
* 新增入参:SessionId
|
|
45
51
|
|
|
52
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
53
|
+
|
|
54
|
+
### 第 56 次发布
|
|
55
|
+
|
|
56
|
+
发布时间:2024-06-05 02:02:33
|
|
57
|
+
|
|
58
|
+
本次发布包含了以下内容:
|
|
59
|
+
|
|
60
|
+
改善已有的文档。
|
|
46
61
|
|
|
47
62
|
修改数据结构:
|
|
48
63
|
|
|
49
|
-
* [
|
|
64
|
+
* [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
|
|
50
65
|
|
|
51
|
-
* 新增成员:
|
|
66
|
+
* 新增成员:ResourceType
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
72
|
+
|
|
73
|
+
### 第 19 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2024-06-05 02:38:46
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
81
|
+
修改接口:
|
|
82
|
+
|
|
83
|
+
* [DescribeKTVMusicAccompanySegmentUrlVip](https://cloud.tencent.com/document/api/1592/102622)
|
|
84
|
+
|
|
85
|
+
* 新增入参:RoomId
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
修改数据结构:
|
|
89
|
+
|
|
90
|
+
* [LiveVipTradeInfo](https://cloud.tencent.com/document/api/1592/76191#LiveVipTradeInfo)
|
|
91
|
+
|
|
92
|
+
* <font color="#dd0000">**修改成员**:</font>TradeSerialNo, AppName, UserId, RoomId, VipDays, Status, CreateTime
|
|
93
|
+
|
|
94
|
+
* [LiveVipUserInfo](https://cloud.tencent.com/document/api/1592/76191#LiveVipUserInfo)
|
|
95
|
+
|
|
96
|
+
* <font color="#dd0000">**修改成员**:</font>RoomId, LiveVipEndTime, LiveVipStatus
|
|
97
|
+
|
|
98
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1592/76191#UserInfo)
|
|
99
|
+
|
|
100
|
+
* <font color="#dd0000">**修改成员**:</font>AppName, UserId, LiveVipUserInfo, UserType
|
|
52
101
|
|
|
53
102
|
|
|
54
103
|
|
|
@@ -1867,6 +1916,28 @@
|
|
|
1867
1916
|
|
|
1868
1917
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1869
1918
|
|
|
1919
|
+
### 第 67 次发布
|
|
1920
|
+
|
|
1921
|
+
发布时间:2024-06-04 01:07:52
|
|
1922
|
+
|
|
1923
|
+
本次发布包含了以下内容:
|
|
1924
|
+
|
|
1925
|
+
改善已有的文档。
|
|
1926
|
+
|
|
1927
|
+
修改接口:
|
|
1928
|
+
|
|
1929
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
|
|
1930
|
+
|
|
1931
|
+
* 新增入参:FilterZoneIdList
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
修改数据结构:
|
|
1935
|
+
|
|
1936
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
|
|
1937
|
+
|
|
1938
|
+
* 新增成员:ZoneId
|
|
1939
|
+
|
|
1940
|
+
|
|
1870
1941
|
### 第 66 次发布
|
|
1871
1942
|
|
|
1872
1943
|
发布时间:2024-04-19 01:07:51
|
|
@@ -16314,6 +16385,40 @@
|
|
|
16314
16385
|
|
|
16315
16386
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
16316
16387
|
|
|
16388
|
+
### 第 158 次发布
|
|
16389
|
+
|
|
16390
|
+
发布时间:2024-06-04 01:16:12
|
|
16391
|
+
|
|
16392
|
+
本次发布包含了以下内容:
|
|
16393
|
+
|
|
16394
|
+
改善已有的文档。
|
|
16395
|
+
|
|
16396
|
+
修改接口:
|
|
16397
|
+
|
|
16398
|
+
* [AdjustCdbProxyAddress](https://cloud.tencent.com/document/api/236/90589)
|
|
16399
|
+
|
|
16400
|
+
* 新增入参:AutoLoadBalance, AccessMode
|
|
16401
|
+
|
|
16402
|
+
* [CreateCdbProxyAddress](https://cloud.tencent.com/document/api/236/90586)
|
|
16403
|
+
|
|
16404
|
+
* 新增入参:AutoLoadBalance, AccessMode
|
|
16405
|
+
|
|
16406
|
+
* [DescribeProxySupportParam](https://cloud.tencent.com/document/api/236/90584)
|
|
16407
|
+
|
|
16408
|
+
* 新增出参:SupportAutoLoadBalance, SupportAccessMode
|
|
16409
|
+
|
|
16410
|
+
|
|
16411
|
+
修改数据结构:
|
|
16412
|
+
|
|
16413
|
+
* [ProxyAddress](https://cloud.tencent.com/document/api/236/15878#ProxyAddress)
|
|
16414
|
+
|
|
16415
|
+
* 新增成员:AccessMode, AutoLoadBalance
|
|
16416
|
+
|
|
16417
|
+
* [ProxyInst](https://cloud.tencent.com/document/api/236/15878#ProxyInst)
|
|
16418
|
+
|
|
16419
|
+
* 新增成员:InstNodeId, InstNodeRole
|
|
16420
|
+
|
|
16421
|
+
|
|
16317
16422
|
### 第 157 次发布
|
|
16318
16423
|
|
|
16319
16424
|
发布时间:2024-05-07 01:10:17
|
|
@@ -52906,6 +53011,21 @@
|
|
|
52906
53011
|
|
|
52907
53012
|
## 域名注册(domain) 版本:2018-08-08
|
|
52908
53013
|
|
|
53014
|
+
### 第 38 次发布
|
|
53015
|
+
|
|
53016
|
+
发布时间:2024-06-04 01:35:42
|
|
53017
|
+
|
|
53018
|
+
本次发布包含了以下内容:
|
|
53019
|
+
|
|
53020
|
+
改善已有的文档。
|
|
53021
|
+
|
|
53022
|
+
修改接口:
|
|
53023
|
+
|
|
53024
|
+
* [ReservedPreDomains](https://cloud.tencent.com/document/api/242/103887)
|
|
53025
|
+
|
|
53026
|
+
* 新增入参:IsAutoPay, IsBidAutoPay
|
|
53027
|
+
|
|
53028
|
+
|
|
52909
53029
|
### 第 37 次发布
|
|
52910
53030
|
|
|
52911
53031
|
发布时间:2024-05-28 01:34:04
|
|
@@ -61249,6 +61369,18 @@
|
|
|
61249
61369
|
|
|
61250
61370
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
61251
61371
|
|
|
61372
|
+
### 第 174 次发布
|
|
61373
|
+
|
|
61374
|
+
发布时间:2024-06-04 01:41:39
|
|
61375
|
+
|
|
61376
|
+
本次发布包含了以下内容:
|
|
61377
|
+
|
|
61378
|
+
改善已有的文档。
|
|
61379
|
+
|
|
61380
|
+
新增接口:
|
|
61381
|
+
|
|
61382
|
+
* [CreateUserMobileChangeUrl](https://cloud.tencent.com/document/api/1323/106775)
|
|
61383
|
+
|
|
61252
61384
|
### 第 173 次发布
|
|
61253
61385
|
|
|
61254
61386
|
发布时间:2024-05-27 01:39:33
|
|
@@ -75837,6 +75969,28 @@
|
|
|
75837
75969
|
|
|
75838
75970
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
75839
75971
|
|
|
75972
|
+
### 第 11 次发布
|
|
75973
|
+
|
|
75974
|
+
发布时间:2024-06-05 01:47:50
|
|
75975
|
+
|
|
75976
|
+
本次发布包含了以下内容:
|
|
75977
|
+
|
|
75978
|
+
改善已有的文档。
|
|
75979
|
+
|
|
75980
|
+
修改接口:
|
|
75981
|
+
|
|
75982
|
+
* [DescribeFirmware](https://cloud.tencent.com/document/api/634/73630)
|
|
75983
|
+
|
|
75984
|
+
* 新增出参:UserDefined
|
|
75985
|
+
|
|
75986
|
+
|
|
75987
|
+
修改数据结构:
|
|
75988
|
+
|
|
75989
|
+
* [FirmwareInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareInfo)
|
|
75990
|
+
|
|
75991
|
+
* 新增成员:UserDefined
|
|
75992
|
+
|
|
75993
|
+
|
|
75840
75994
|
### 第 10 次发布
|
|
75841
75995
|
|
|
75842
75996
|
发布时间:2024-01-31 01:16:26
|
|
@@ -76122,6 +76276,21 @@
|
|
|
76122
76276
|
|
|
76123
76277
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
76124
76278
|
|
|
76279
|
+
### 第 65 次发布
|
|
76280
|
+
|
|
76281
|
+
发布时间:2024-06-05 01:48:26
|
|
76282
|
+
|
|
76283
|
+
本次发布包含了以下内容:
|
|
76284
|
+
|
|
76285
|
+
改善已有的文档。
|
|
76286
|
+
|
|
76287
|
+
修改数据结构:
|
|
76288
|
+
|
|
76289
|
+
* [FirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#FirmwareInfo)
|
|
76290
|
+
|
|
76291
|
+
* 新增成员:UserDefined
|
|
76292
|
+
|
|
76293
|
+
|
|
76125
76294
|
### 第 64 次发布
|
|
76126
76295
|
|
|
76127
76296
|
发布时间:2024-05-27 01:45:34
|
|
@@ -96018,6 +96187,21 @@
|
|
|
96018
96187
|
|
|
96019
96188
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
96020
96189
|
|
|
96190
|
+
### 第 56 次发布
|
|
96191
|
+
|
|
96192
|
+
发布时间:2024-06-05 02:02:33
|
|
96193
|
+
|
|
96194
|
+
本次发布包含了以下内容:
|
|
96195
|
+
|
|
96196
|
+
改善已有的文档。
|
|
96197
|
+
|
|
96198
|
+
修改数据结构:
|
|
96199
|
+
|
|
96200
|
+
* [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
|
|
96201
|
+
|
|
96202
|
+
* 新增成员:ResourceType
|
|
96203
|
+
|
|
96204
|
+
|
|
96021
96205
|
### 第 55 次发布
|
|
96022
96206
|
|
|
96023
96207
|
发布时间:2024-05-31 01:58:53
|
|
@@ -135744,12 +135928,12 @@
|
|
|
135744
135928
|
|
|
135745
135929
|
新增接口:
|
|
135746
135930
|
|
|
135747
|
-
* [
|
|
135931
|
+
* [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745)
|
|
135748
135932
|
|
|
135749
135933
|
新增数据结构:
|
|
135750
135934
|
|
|
135751
|
-
* [
|
|
135752
|
-
* [
|
|
135935
|
+
* [FusionInstanceItem](https://cloud.tencent.com/document/api/1493/96031#FusionInstanceItem)
|
|
135936
|
+
* [InstanceItemExtraInfo](https://cloud.tencent.com/document/api/1493/96031#InstanceItemExtraInfo)
|
|
135753
135937
|
|
|
135754
135938
|
### 第 14 次发布
|
|
135755
135939
|
|
|
@@ -138404,6 +138588,21 @@
|
|
|
138404
138588
|
|
|
138405
138589
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
138406
138590
|
|
|
138591
|
+
### 第 68 次发布
|
|
138592
|
+
|
|
138593
|
+
发布时间:2024-06-04 02:26:13
|
|
138594
|
+
|
|
138595
|
+
本次发布包含了以下内容:
|
|
138596
|
+
|
|
138597
|
+
改善已有的文档。
|
|
138598
|
+
|
|
138599
|
+
修改数据结构:
|
|
138600
|
+
|
|
138601
|
+
* [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
|
|
138602
|
+
|
|
138603
|
+
* 新增成员:ScfIsBase64Encoded, ScfIsIntegratedResponse
|
|
138604
|
+
|
|
138605
|
+
|
|
138407
138606
|
### 第 67 次发布
|
|
138408
138607
|
|
|
138409
138608
|
发布时间:2024-05-15 01:35:13
|
|
@@ -139828,6 +140027,40 @@
|
|
|
139828
140027
|
|
|
139829
140028
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
139830
140029
|
|
|
140030
|
+
### 第 107 次发布
|
|
140031
|
+
|
|
140032
|
+
发布时间:2024-06-04 02:27:15
|
|
140033
|
+
|
|
140034
|
+
本次发布包含了以下内容:
|
|
140035
|
+
|
|
140036
|
+
改善已有的文档。
|
|
140037
|
+
|
|
140038
|
+
修改接口:
|
|
140039
|
+
|
|
140040
|
+
* [DeleteApplication](https://cloud.tencent.com/document/api/649/36093)
|
|
140041
|
+
|
|
140042
|
+
* 新增入参:SyncDeleteImageRepository
|
|
140043
|
+
|
|
140044
|
+
* [DescribeMicroservices](https://cloud.tencent.com/document/api/649/36084)
|
|
140045
|
+
|
|
140046
|
+
* 新增入参:ConfigCenterInstanceId
|
|
140047
|
+
|
|
140048
|
+
* [DescribeStatistics](https://cloud.tencent.com/document/api/649/70427)
|
|
140049
|
+
|
|
140050
|
+
* 新增入参:ConfigCenterInstanceId
|
|
140051
|
+
|
|
140052
|
+
|
|
140053
|
+
修改数据结构:
|
|
140054
|
+
|
|
140055
|
+
* [ConfigRelease](https://cloud.tencent.com/document/api/649/36099#ConfigRelease)
|
|
140056
|
+
|
|
140057
|
+
* 新增成员:DaulStatus
|
|
140058
|
+
|
|
140059
|
+
* [TsfConfigCenter](https://cloud.tencent.com/document/api/649/36099#TsfConfigCenter)
|
|
140060
|
+
|
|
140061
|
+
* 新增成员:CurrentVersion, TargetVersion
|
|
140062
|
+
|
|
140063
|
+
|
|
139831
140064
|
### 第 106 次发布
|
|
139832
140065
|
|
|
139833
140066
|
发布时间:2024-05-22 02:22:39
|
|
@@ -142980,6 +143213,29 @@
|
|
|
142980
143213
|
|
|
142981
143214
|
|
|
142982
143215
|
|
|
143216
|
+
## 向量数据库(vdb) 版本:2023-06-16
|
|
143217
|
+
|
|
143218
|
+
### 第 1 次发布
|
|
143219
|
+
|
|
143220
|
+
发布时间:2024-06-03 15:48:04
|
|
143221
|
+
|
|
143222
|
+
本次发布包含了以下内容:
|
|
143223
|
+
|
|
143224
|
+
改善已有的文档。
|
|
143225
|
+
|
|
143226
|
+
新增接口:
|
|
143227
|
+
|
|
143228
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/1709/106756)
|
|
143229
|
+
|
|
143230
|
+
新增数据结构:
|
|
143231
|
+
|
|
143232
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
|
|
143233
|
+
* [Network](https://cloud.tencent.com/document/api/1709/106757#Network)
|
|
143234
|
+
* [Tag](https://cloud.tencent.com/document/api/1709/106757#Tag)
|
|
143235
|
+
|
|
143236
|
+
|
|
143237
|
+
|
|
143238
|
+
|
|
142983
143239
|
## 视频内容安全(vm) 版本:2020-07-09
|
|
142984
143240
|
|
|
142985
143241
|
### 第 1 次发布
|
|
@@ -152619,6 +152875,22 @@
|
|
|
152619
152875
|
|
|
152620
152876
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
152621
152877
|
|
|
152878
|
+
### 第 85 次发布
|
|
152879
|
+
|
|
152880
|
+
发布时间:2024-06-04 02:34:05
|
|
152881
|
+
|
|
152882
|
+
本次发布包含了以下内容:
|
|
152883
|
+
|
|
152884
|
+
改善已有的文档。
|
|
152885
|
+
|
|
152886
|
+
新增接口:
|
|
152887
|
+
|
|
152888
|
+
* [ModifyApiSecEventChange](https://cloud.tencent.com/document/api/627/106776)
|
|
152889
|
+
|
|
152890
|
+
新增数据结构:
|
|
152891
|
+
|
|
152892
|
+
* [ApiSecKey](https://cloud.tencent.com/document/api/627/53609#ApiSecKey)
|
|
152893
|
+
|
|
152622
152894
|
### 第 84 次发布
|
|
152623
152895
|
|
|
152624
152896
|
发布时间:2024-05-31 02:29:01
|
|
@@ -154933,6 +155205,21 @@
|
|
|
154933
155205
|
|
|
154934
155206
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
154935
155207
|
|
|
155208
|
+
### 第 91 次发布
|
|
155209
|
+
|
|
155210
|
+
发布时间:2024-06-04 02:35:39
|
|
155211
|
+
|
|
155212
|
+
本次发布包含了以下内容:
|
|
155213
|
+
|
|
155214
|
+
改善已有的文档。
|
|
155215
|
+
|
|
155216
|
+
修改接口:
|
|
155217
|
+
|
|
155218
|
+
* [UploadContent](https://cloud.tencent.com/document/api/1267/93282)
|
|
155219
|
+
|
|
155220
|
+
* 新增入参:ProjectId
|
|
155221
|
+
|
|
155222
|
+
|
|
154936
155223
|
### 第 90 次发布
|
|
154937
155224
|
|
|
154938
155225
|
发布时间:2024-05-29 02:30:31
|
|
@@ -159281,6 +159568,36 @@
|
|
|
159281
159568
|
|
|
159282
159569
|
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
159283
159570
|
|
|
159571
|
+
### 第 19 次发布
|
|
159572
|
+
|
|
159573
|
+
发布时间:2024-06-05 02:38:46
|
|
159574
|
+
|
|
159575
|
+
本次发布包含了以下内容:
|
|
159576
|
+
|
|
159577
|
+
改善已有的文档。
|
|
159578
|
+
|
|
159579
|
+
修改接口:
|
|
159580
|
+
|
|
159581
|
+
* [DescribeKTVMusicAccompanySegmentUrlVip](https://cloud.tencent.com/document/api/1592/102622)
|
|
159582
|
+
|
|
159583
|
+
* 新增入参:RoomId
|
|
159584
|
+
|
|
159585
|
+
|
|
159586
|
+
修改数据结构:
|
|
159587
|
+
|
|
159588
|
+
* [LiveVipTradeInfo](https://cloud.tencent.com/document/api/1592/76191#LiveVipTradeInfo)
|
|
159589
|
+
|
|
159590
|
+
* <font color="#dd0000">**修改成员**:</font>TradeSerialNo, AppName, UserId, RoomId, VipDays, Status, CreateTime
|
|
159591
|
+
|
|
159592
|
+
* [LiveVipUserInfo](https://cloud.tencent.com/document/api/1592/76191#LiveVipUserInfo)
|
|
159593
|
+
|
|
159594
|
+
* <font color="#dd0000">**修改成员**:</font>RoomId, LiveVipEndTime, LiveVipStatus
|
|
159595
|
+
|
|
159596
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1592/76191#UserInfo)
|
|
159597
|
+
|
|
159598
|
+
* <font color="#dd0000">**修改成员**:</font>AppName, UserId, LiveVipUserInfo, UserType
|
|
159599
|
+
|
|
159600
|
+
|
|
159284
159601
|
### 第 18 次发布
|
|
159285
159602
|
|
|
159286
159603
|
发布时间:2023-12-26 02:06:57
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-04-22 01:07:21 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
13
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-06-04 01:07:52 |
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-05-28 01:14:36 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-05-28 01:15:06 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-04 01:16:12 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-04-22 01:10:25 |
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-05
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-05 01:34:19 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
|
|
85
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-05
|
|
85
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-05 01:36:05 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-05-27 01:34:38 |
|
|
@@ -96,10 +96,10 @@
|
|
|
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-06-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-04 01:41:39 |
|
|
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
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-04 01:43:35 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-04-17 01:14:36 |
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-05-29 01:44:48 |
|
|
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
|
-
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-
|
|
125
|
+
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-05 01:48:26 |
|
|
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 |
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-26 01:18:49 |
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-05
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-06-05 01:54:32 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-05-29 01:52:02 |
|
|
138
138
|
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-05-31 01:53:17 |
|
|
139
139
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -149,12 +149,12 @@
|
|
|
149
149
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-31 01:55:32 |
|
|
150
150
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-31 01:56:55 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-13 01:23:45 |
|
|
152
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-05
|
|
152
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
|
|
153
153
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
154
154
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
156
156
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
157
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-05
|
|
157
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-06-05 02:02:33 |
|
|
158
158
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-05-28 01:59:27 |
|
|
159
159
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-04-22 01:22:30 |
|
|
160
160
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-05-08 01:23:38 |
|
|
@@ -164,11 +164,11 @@
|
|
|
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-06-
|
|
167
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-05 02:06:41 |
|
|
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 |
|
|
171
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-05
|
|
171
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-05 02:07:34 |
|
|
172
172
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
|
|
173
173
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-20 01:23:23 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-04-16 01:18:21 |
|
|
@@ -187,22 +187,22 @@
|
|
|
187
187
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-03-21 01:24:01 |
|
|
188
188
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-22 01:21:43 |
|
|
189
189
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
|
|
190
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-
|
|
190
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-06-05 02:12:06 |
|
|
191
191
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
192
192
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2024-05-14 02:28:40 |
|
|
193
193
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
194
194
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2024-03-20 01:24:24 |
|
|
195
195
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2024-03-20 01:24:25 |
|
|
196
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-
|
|
196
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-06-04 02:12:41 |
|
|
197
197
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2024-04-22 01:25:05 |
|
|
198
198
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
199
199
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
|
|
200
200
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
201
201
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-03-20 01:24:49 |
|
|
202
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-
|
|
202
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-06-04 02:13:52 |
|
|
203
203
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-05-31 02:10:49 |
|
|
204
204
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
205
|
-
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-04
|
|
205
|
+
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
206
206
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-29 02:13:49 |
|
|
207
207
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
|
|
208
208
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
|
|
@@ -226,24 +226,25 @@
|
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-05-30 02:20:31 |
|
|
227
227
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-03 02:24:47 |
|
|
228
228
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-03 02:25:00 |
|
|
229
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-
|
|
230
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-
|
|
229
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-04 02:26:13 |
|
|
230
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-04 02:27:15 |
|
|
231
231
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
232
232
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-24 01:23:54 |
|
|
233
233
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
234
234
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-05-16 16:26:14 |
|
|
235
|
+
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-05 02:29:39 |
|
|
235
236
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-03-20 01:30:12 |
|
|
236
237
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
237
238
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-17 02:33:00 |
|
|
238
239
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-05-10 02:45:29 |
|
|
239
240
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
240
241
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-05-16 16:17:26 |
|
|
241
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-
|
|
242
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-04 02:34:05 |
|
|
242
243
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
243
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-
|
|
244
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-04 02:35:39 |
|
|
244
245
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
245
246
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
246
|
-
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-
|
|
247
|
+
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
|
|
247
248
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
248
249
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
249
250
|
| yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2024-03-20 01:33:14 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.869"
|