tencentcloud-sdk-nodejs 4.0.826 → 4.0.828
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 +361 -0
- package/SERVICE_CHANGELOG.md +408 -5
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +8 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +2 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +80 -16
- package/src/services/domain/v20180808/domain_client.ts +12 -0
- package/src/services/domain/v20180808/domain_models.ts +19 -0
- package/src/services/ess/v20201111/ess_models.ts +3 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +12 -4
- package/src/services/ioa/v20220601/ioa_models.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +9 -0
- package/src/services/mps/v20190612/mps_client.ts +5 -2
- package/src/services/mps/v20190612/mps_models.ts +91 -33
- package/src/services/mrs/v20200910/mrs_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +5 -0
- package/src/services/omics/v20221128/omics_models.ts +14 -4
- package/src/services/redis/v20180412/redis_client.ts +26 -1
- package/src/services/redis/v20180412/redis_models.ts +213 -24
- package/src/services/tdmq/v20200217/tdmq_models.ts +20 -0
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tse/v20201207/tse_client.ts +3 -0
- package/src/services/tse/v20201207/tse_models.ts +136 -23
- package/src/services/tts/v20190823/tts_models.ts +4 -4
- package/src/services/vrs/v20200824/vrs_models.ts +17 -18
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +103 -13
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +403 -75
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +8 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +79 -16
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +17 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -4
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +88 -33
- package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +2 -0
- package/tencentcloud/services/mrs/v20200910/mrs_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +14 -4
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +12 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +208 -24
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +20 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +133 -23
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -4
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +17 -18
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +31 -3
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.js +45 -3
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +383 -75
- package/test/domain.v20180808.test.js +10 -0
- package/test/redis.v20180412.test.js +20 -0
- package/test/weilingwith.v20230427.test.js +72 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,49 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 33 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-03 11:17:24
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeTldList](https://cloud.tencent.com/document/api/242/104832)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
20
|
+
|
|
21
|
+
### 第 163 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-04-03 11:19:08
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
修改数据结构:
|
|
30
|
+
|
|
31
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
32
|
+
|
|
33
|
+
* 新增成员:PowerOfAttorneys
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
43
|
+
|
|
44
|
+
### 第 123 次发布
|
|
45
|
+
|
|
46
|
+
发布时间:2024-04-03 11:22:46
|
|
8
47
|
|
|
9
48
|
本次发布包含了以下内容:
|
|
10
49
|
|
|
@@ -12,11 +51,82 @@
|
|
|
12
51
|
|
|
13
52
|
修改接口:
|
|
14
53
|
|
|
15
|
-
* [
|
|
54
|
+
* [CreateLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32614)
|
|
55
|
+
|
|
56
|
+
* 新增入参:CosStore
|
|
57
|
+
|
|
16
58
|
|
|
17
|
-
* 新增入参:FileMd5
|
|
18
59
|
|
|
19
60
|
|
|
61
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
62
|
+
|
|
63
|
+
### 第 133 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2024-04-03 11:24:26
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
修改数据结构:
|
|
72
|
+
|
|
73
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/866/33527#DocumentElement)
|
|
74
|
+
|
|
75
|
+
* 新增成员:InsetImageName
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
81
|
+
|
|
82
|
+
### 第 14 次发布
|
|
83
|
+
|
|
84
|
+
发布时间:2024-04-03 11:24:43
|
|
85
|
+
|
|
86
|
+
本次发布包含了以下内容:
|
|
87
|
+
|
|
88
|
+
改善已有的文档。
|
|
89
|
+
|
|
90
|
+
修改接口:
|
|
91
|
+
|
|
92
|
+
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
93
|
+
|
|
94
|
+
* 新增入参:InputCosUri, AccessMode
|
|
95
|
+
|
|
96
|
+
* <font color="#dd0000">**修改入参**:</font>InputBase64
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
102
|
+
|
|
103
|
+
### 第 8 次发布
|
|
104
|
+
|
|
105
|
+
发布时间:2024-04-03 11:34:07
|
|
106
|
+
|
|
107
|
+
本次发布包含了以下内容:
|
|
108
|
+
|
|
109
|
+
改善已有的文档。
|
|
110
|
+
|
|
111
|
+
新增接口:
|
|
112
|
+
|
|
113
|
+
* [BatchDeleteDevice](https://cloud.tencent.com/document/api/1693/104841)
|
|
114
|
+
* [DeleteDeviceGroup](https://cloud.tencent.com/document/api/1693/104840)
|
|
115
|
+
* [DescribeDeviceGroupList](https://cloud.tencent.com/document/api/1693/104839)
|
|
116
|
+
* [ModifyDeviceField](https://cloud.tencent.com/document/api/1693/104838)
|
|
117
|
+
* [ModifyDeviceGroup](https://cloud.tencent.com/document/api/1693/104837)
|
|
118
|
+
* [ModifyDeviceTag](https://cloud.tencent.com/document/api/1693/104836)
|
|
119
|
+
* [SaveDeviceGroup](https://cloud.tencent.com/document/api/1693/104835)
|
|
120
|
+
|
|
121
|
+
新增数据结构:
|
|
122
|
+
|
|
123
|
+
* [DescribeDeviceGroupListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceGroupListRes)
|
|
124
|
+
* [DescribeGroupInfo](https://cloud.tencent.com/document/api/1693/97961#DescribeGroupInfo)
|
|
125
|
+
* [ModifyDeviceFieldInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceFieldInfo)
|
|
126
|
+
* [ModifyDeviceGroupInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceGroupInfo)
|
|
127
|
+
* [ModifyDeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceTagInfo)
|
|
128
|
+
* [SaveDeviceGroupRes](https://cloud.tencent.com/document/api/1693/97961#SaveDeviceGroupRes)
|
|
129
|
+
|
|
20
130
|
|
|
21
131
|
|
|
22
132
|
# 历次版本更新如下:
|
|
@@ -22088,6 +22198,21 @@
|
|
|
22088
22198
|
|
|
22089
22199
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
22090
22200
|
|
|
22201
|
+
### 第 20 次发布
|
|
22202
|
+
|
|
22203
|
+
发布时间:2024-04-02 01:09:49
|
|
22204
|
+
|
|
22205
|
+
本次发布包含了以下内容:
|
|
22206
|
+
|
|
22207
|
+
改善已有的文档。
|
|
22208
|
+
|
|
22209
|
+
修改接口:
|
|
22210
|
+
|
|
22211
|
+
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1299/84353)
|
|
22212
|
+
|
|
22213
|
+
* 新增入参:TagItems
|
|
22214
|
+
|
|
22215
|
+
|
|
22091
22216
|
### 第 19 次发布
|
|
22092
22217
|
|
|
22093
22218
|
发布时间:2024-01-04 01:08:58
|
|
@@ -22458,6 +22583,36 @@
|
|
|
22458
22583
|
|
|
22459
22584
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
22460
22585
|
|
|
22586
|
+
### 第 9 次发布
|
|
22587
|
+
|
|
22588
|
+
发布时间:2024-04-02 01:09:54
|
|
22589
|
+
|
|
22590
|
+
本次发布包含了以下内容:
|
|
22591
|
+
|
|
22592
|
+
改善已有的文档。
|
|
22593
|
+
|
|
22594
|
+
修改接口:
|
|
22595
|
+
|
|
22596
|
+
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1387/102611)
|
|
22597
|
+
|
|
22598
|
+
* 新增入参:EnableMultiZones, UserMultiZoneInfos
|
|
22599
|
+
|
|
22600
|
+
|
|
22601
|
+
新增数据结构:
|
|
22602
|
+
|
|
22603
|
+
* [NetworkInfo](https://cloud.tencent.com/document/api/1387/102385#NetworkInfo)
|
|
22604
|
+
|
|
22605
|
+
修改数据结构:
|
|
22606
|
+
|
|
22607
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
22608
|
+
|
|
22609
|
+
* 新增成员:EnableMultiZones, UserNetworkInfos
|
|
22610
|
+
|
|
22611
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
|
|
22612
|
+
|
|
22613
|
+
* 新增成员:NodeName, ComponentName, NodeRole, LastRestartTime, Zone
|
|
22614
|
+
|
|
22615
|
+
|
|
22461
22616
|
### 第 8 次发布
|
|
22462
22617
|
|
|
22463
22618
|
发布时间:2024-03-08 01:10:20
|
|
@@ -51461,6 +51616,18 @@
|
|
|
51461
51616
|
|
|
51462
51617
|
## 域名注册(domain) 版本:2018-08-08
|
|
51463
51618
|
|
|
51619
|
+
### 第 33 次发布
|
|
51620
|
+
|
|
51621
|
+
发布时间:2024-04-03 11:17:24
|
|
51622
|
+
|
|
51623
|
+
本次发布包含了以下内容:
|
|
51624
|
+
|
|
51625
|
+
改善已有的文档。
|
|
51626
|
+
|
|
51627
|
+
新增接口:
|
|
51628
|
+
|
|
51629
|
+
* [[DescribeTldList](https://cloud.tencent.com/document/api/242/104832)](https://cloud.tencent.com/document/api/#/#)
|
|
51630
|
+
|
|
51464
51631
|
### 第 32 次发布
|
|
51465
51632
|
|
|
51466
51633
|
发布时间:2024-03-13 01:14:31
|
|
@@ -62600,6 +62767,21 @@
|
|
|
62600
62767
|
|
|
62601
62768
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
62602
62769
|
|
|
62770
|
+
### 第 163 次发布
|
|
62771
|
+
|
|
62772
|
+
发布时间:2024-04-03 11:19:08
|
|
62773
|
+
|
|
62774
|
+
本次发布包含了以下内容:
|
|
62775
|
+
|
|
62776
|
+
改善已有的文档。
|
|
62777
|
+
|
|
62778
|
+
修改数据结构:
|
|
62779
|
+
|
|
62780
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
62781
|
+
|
|
62782
|
+
* 新增成员:PowerOfAttorneys
|
|
62783
|
+
|
|
62784
|
+
|
|
62603
62785
|
### 第 162 次发布
|
|
62604
62786
|
|
|
62605
62787
|
发布时间:2024-03-29 01:17:41
|
|
@@ -80934,6 +81116,36 @@
|
|
|
80934
81116
|
|
|
80935
81117
|
## 云直播CSS(live) 版本:2018-08-01
|
|
80936
81118
|
|
|
81119
|
+
### 第 123 次发布
|
|
81120
|
+
|
|
81121
|
+
发布时间:2024-04-03 11:22:46
|
|
81122
|
+
|
|
81123
|
+
本次发布包含了以下内容:
|
|
81124
|
+
|
|
81125
|
+
改善已有的文档。
|
|
81126
|
+
|
|
81127
|
+
修改接口:
|
|
81128
|
+
|
|
81129
|
+
* [CreateLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32614)
|
|
81130
|
+
|
|
81131
|
+
* 新增入参:CosStore
|
|
81132
|
+
|
|
81133
|
+
|
|
81134
|
+
### 第 122 次发布
|
|
81135
|
+
|
|
81136
|
+
发布时间:2024-04-02 01:18:22
|
|
81137
|
+
|
|
81138
|
+
本次发布包含了以下内容:
|
|
81139
|
+
|
|
81140
|
+
改善已有的文档。
|
|
81141
|
+
|
|
81142
|
+
修改数据结构:
|
|
81143
|
+
|
|
81144
|
+
* [RecordTemplateInfo](https://cloud.tencent.com/document/api/267/20474#RecordTemplateInfo)
|
|
81145
|
+
|
|
81146
|
+
* 新增成员:CosStore
|
|
81147
|
+
|
|
81148
|
+
|
|
80937
81149
|
### 第 121 次发布
|
|
80938
81150
|
|
|
80939
81151
|
发布时间:2024-03-21 01:19:47
|
|
@@ -88386,6 +88598,27 @@
|
|
|
88386
88598
|
|
|
88387
88599
|
## 媒体处理(mps) 版本:2019-06-12
|
|
88388
88600
|
|
|
88601
|
+
### 第 80 次发布
|
|
88602
|
+
|
|
88603
|
+
发布时间:2024-04-02 01:19:24
|
|
88604
|
+
|
|
88605
|
+
本次发布包含了以下内容:
|
|
88606
|
+
|
|
88607
|
+
改善已有的文档。
|
|
88608
|
+
|
|
88609
|
+
新增数据结构:
|
|
88610
|
+
|
|
88611
|
+
* [AiAnalysisTaskHeadTailInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailInput)
|
|
88612
|
+
* [AiAnalysisTaskHeadTailOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailOutput)
|
|
88613
|
+
* [AiAnalysisTaskHeadTailResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailResult)
|
|
88614
|
+
|
|
88615
|
+
修改数据结构:
|
|
88616
|
+
|
|
88617
|
+
* [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
|
|
88618
|
+
|
|
88619
|
+
* 新增成员:HeadTailTask
|
|
88620
|
+
|
|
88621
|
+
|
|
88389
88622
|
### 第 79 次发布
|
|
88390
88623
|
|
|
88391
88624
|
发布时间:2024-01-26 01:17:35
|
|
@@ -93821,6 +94054,21 @@
|
|
|
93821
94054
|
|
|
93822
94055
|
## 文字识别(ocr) 版本:2018-11-19
|
|
93823
94056
|
|
|
94057
|
+
### 第 133 次发布
|
|
94058
|
+
|
|
94059
|
+
发布时间:2024-04-03 11:24:26
|
|
94060
|
+
|
|
94061
|
+
本次发布包含了以下内容:
|
|
94062
|
+
|
|
94063
|
+
改善已有的文档。
|
|
94064
|
+
|
|
94065
|
+
修改数据结构:
|
|
94066
|
+
|
|
94067
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/866/33527#DocumentElement)
|
|
94068
|
+
|
|
94069
|
+
* 新增成员:InsetImageName
|
|
94070
|
+
|
|
94071
|
+
|
|
93824
94072
|
### 第 132 次发布
|
|
93825
94073
|
|
|
93826
94074
|
发布时间:2024-03-27 16:33:01
|
|
@@ -96373,6 +96621,23 @@
|
|
|
96373
96621
|
|
|
96374
96622
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
96375
96623
|
|
|
96624
|
+
### 第 14 次发布
|
|
96625
|
+
|
|
96626
|
+
发布时间:2024-04-03 11:24:43
|
|
96627
|
+
|
|
96628
|
+
本次发布包含了以下内容:
|
|
96629
|
+
|
|
96630
|
+
改善已有的文档。
|
|
96631
|
+
|
|
96632
|
+
修改接口:
|
|
96633
|
+
|
|
96634
|
+
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
96635
|
+
|
|
96636
|
+
* 新增入参:InputCosUri, AccessMode
|
|
96637
|
+
|
|
96638
|
+
* <font color="#dd0000">**修改入参**:</font>InputBase64
|
|
96639
|
+
|
|
96640
|
+
|
|
96376
96641
|
### 第 13 次发布
|
|
96377
96642
|
|
|
96378
96643
|
发布时间:2024-03-04 01:21:08
|
|
@@ -99644,6 +99909,23 @@
|
|
|
99644
99909
|
|
|
99645
99910
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
99646
99911
|
|
|
99912
|
+
### 第 73 次发布
|
|
99913
|
+
|
|
99914
|
+
发布时间:2024-04-02 01:20:49
|
|
99915
|
+
|
|
99916
|
+
本次发布包含了以下内容:
|
|
99917
|
+
|
|
99918
|
+
改善已有的文档。
|
|
99919
|
+
|
|
99920
|
+
新增接口:
|
|
99921
|
+
|
|
99922
|
+
* [DescribeInstanceEvents](https://cloud.tencent.com/document/api/239/104779)
|
|
99923
|
+
* [ModifyInstanceEvent](https://cloud.tencent.com/document/api/239/104778)
|
|
99924
|
+
|
|
99925
|
+
新增数据结构:
|
|
99926
|
+
|
|
99927
|
+
* [RedisInstanceEvent](https://cloud.tencent.com/document/api/239/20022#RedisInstanceEvent)
|
|
99928
|
+
|
|
99647
99929
|
### 第 72 次发布
|
|
99648
99930
|
|
|
99649
99931
|
发布时间:2024-03-12 01:45:03
|
|
@@ -116602,6 +116884,21 @@
|
|
|
116602
116884
|
|
|
116603
116885
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
116604
116886
|
|
|
116887
|
+
### 第 106 次发布
|
|
116888
|
+
|
|
116889
|
+
发布时间:2024-04-02 01:23:41
|
|
116890
|
+
|
|
116891
|
+
本次发布包含了以下内容:
|
|
116892
|
+
|
|
116893
|
+
改善已有的文档。
|
|
116894
|
+
|
|
116895
|
+
修改接口:
|
|
116896
|
+
|
|
116897
|
+
* [CreateRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95721)
|
|
116898
|
+
|
|
116899
|
+
* 新增入参:SupportsMigrateToCloud, EnablePublic, Bandwidth, IpRules, Tags
|
|
116900
|
+
|
|
116901
|
+
|
|
116605
116902
|
### 第 105 次发布
|
|
116606
116903
|
|
|
116607
116904
|
发布时间:2024-03-11 01:24:01
|
|
@@ -133781,6 +134078,44 @@
|
|
|
133781
134078
|
|
|
133782
134079
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
133783
134080
|
|
|
134081
|
+
### 第 63 次发布
|
|
134082
|
+
|
|
134083
|
+
发布时间:2024-04-02 01:25:46
|
|
134084
|
+
|
|
134085
|
+
本次发布包含了以下内容:
|
|
134086
|
+
|
|
134087
|
+
改善已有的文档。
|
|
134088
|
+
|
|
134089
|
+
修改接口:
|
|
134090
|
+
|
|
134091
|
+
* [DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)
|
|
134092
|
+
|
|
134093
|
+
* 新增入参:RuleType
|
|
134094
|
+
|
|
134095
|
+
|
|
134096
|
+
新增数据结构:
|
|
134097
|
+
|
|
134098
|
+
* [KeyValue](https://cloud.tencent.com/document/api/1364/54942#KeyValue)
|
|
134099
|
+
* [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
|
|
134100
|
+
* [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
|
|
134101
|
+
|
|
134102
|
+
修改数据结构:
|
|
134103
|
+
|
|
134104
|
+
* [CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule)
|
|
134105
|
+
|
|
134106
|
+
* 新增成员:RuleType, MatchType, GroupId, GroupName, LaneId, LaneName, MatchMode, LaneTag
|
|
134107
|
+
|
|
134108
|
+
* [CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail)
|
|
134109
|
+
|
|
134110
|
+
* 新增成员:BasicLimitQpsThresholds, LimitRules
|
|
134111
|
+
|
|
134112
|
+
* <font color="#dd0000">**修改成员**:</font>Enabled, QpsThresholds, LimitBy, ResponseType, HideClientHeaders, IsDelay
|
|
134113
|
+
|
|
134114
|
+
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
134115
|
+
|
|
134116
|
+
* 新增成员:Tags
|
|
134117
|
+
|
|
134118
|
+
|
|
133784
134119
|
### 第 62 次发布
|
|
133785
134120
|
|
|
133786
134121
|
发布时间:2024-03-21 01:28:04
|
|
@@ -137809,6 +138144,21 @@
|
|
|
137809
138144
|
|
|
137810
138145
|
## 语音合成(tts) 版本:2019-08-23
|
|
137811
138146
|
|
|
138147
|
+
### 第 15 次发布
|
|
138148
|
+
|
|
138149
|
+
发布时间:2024-04-02 01:26:37
|
|
138150
|
+
|
|
138151
|
+
本次发布包含了以下内容:
|
|
138152
|
+
|
|
138153
|
+
改善已有的文档。
|
|
138154
|
+
|
|
138155
|
+
修改接口:
|
|
138156
|
+
|
|
138157
|
+
* [CreateTtsTask](https://cloud.tencent.com/document/api/1073/57373)
|
|
138158
|
+
|
|
138159
|
+
* <font color="#dd0000">**修改入参**:</font>ModelType
|
|
138160
|
+
|
|
138161
|
+
|
|
137812
138162
|
### 第 14 次发布
|
|
137813
138163
|
|
|
137814
138164
|
发布时间:2024-03-28 01:30:03
|
|
@@ -147582,6 +147932,32 @@
|
|
|
147582
147932
|
|
|
147583
147933
|
## 声音复刻(vrs) 版本:2020-08-24
|
|
147584
147934
|
|
|
147935
|
+
### 第 6 次发布
|
|
147936
|
+
|
|
147937
|
+
发布时间:2024-04-02 01:27:45
|
|
147938
|
+
|
|
147939
|
+
本次发布包含了以下内容:
|
|
147940
|
+
|
|
147941
|
+
改善已有的文档。
|
|
147942
|
+
|
|
147943
|
+
修改接口:
|
|
147944
|
+
|
|
147945
|
+
* [CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)
|
|
147946
|
+
|
|
147947
|
+
* <font color="#dd0000">**修改入参**:</font>SampleRate, Codec
|
|
147948
|
+
|
|
147949
|
+
* [DetectEnvAndSoundQuality](https://cloud.tencent.com/document/api/1283/90062)
|
|
147950
|
+
|
|
147951
|
+
* <font color="#dd0000">**修改入参**:</font>Codec
|
|
147952
|
+
|
|
147953
|
+
|
|
147954
|
+
修改数据结构:
|
|
147955
|
+
|
|
147956
|
+
* [DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData)
|
|
147957
|
+
|
|
147958
|
+
* <font color="#dd0000">**修改成员**:</font>TaskId, Status, StatusStr, VoiceType, ErrorMsg
|
|
147959
|
+
|
|
147960
|
+
|
|
147585
147961
|
### 第 5 次发布
|
|
147586
147962
|
|
|
147587
147963
|
发布时间:2023-11-21 01:41:45
|
|
@@ -153126,6 +153502,33 @@
|
|
|
153126
153502
|
|
|
153127
153503
|
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
153128
153504
|
|
|
153505
|
+
### 第 8 次发布
|
|
153506
|
+
|
|
153507
|
+
发布时间:2024-04-03 11:34:07
|
|
153508
|
+
|
|
153509
|
+
本次发布包含了以下内容:
|
|
153510
|
+
|
|
153511
|
+
改善已有的文档。
|
|
153512
|
+
|
|
153513
|
+
新增接口:
|
|
153514
|
+
|
|
153515
|
+
* [[BatchDeleteDevice](https://cloud.tencent.com/document/api/1693/104841)](https://cloud.tencent.com/document/api/#/#)
|
|
153516
|
+
* [[DeleteDeviceGroup](https://cloud.tencent.com/document/api/1693/104840)](https://cloud.tencent.com/document/api/#/#)
|
|
153517
|
+
* [[DescribeDeviceGroupList](https://cloud.tencent.com/document/api/1693/104839)](https://cloud.tencent.com/document/api/#/#)
|
|
153518
|
+
* [[ModifyDeviceField](https://cloud.tencent.com/document/api/1693/104838)](https://cloud.tencent.com/document/api/#/#)
|
|
153519
|
+
* [[ModifyDeviceGroup](https://cloud.tencent.com/document/api/1693/104837)](https://cloud.tencent.com/document/api/#/#)
|
|
153520
|
+
* [[ModifyDeviceTag](https://cloud.tencent.com/document/api/1693/104836)](https://cloud.tencent.com/document/api/#/#)
|
|
153521
|
+
* [[SaveDeviceGroup](https://cloud.tencent.com/document/api/1693/104835)](https://cloud.tencent.com/document/api/#/#)
|
|
153522
|
+
|
|
153523
|
+
新增数据结构:
|
|
153524
|
+
|
|
153525
|
+
* [[DescribeDeviceGroupListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceGroupListRes)](https://cloud.tencent.com/document/api/1693/97961#[DescribeDeviceGroupListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceGroupListRes))
|
|
153526
|
+
* [[DescribeGroupInfo](https://cloud.tencent.com/document/api/1693/97961#DescribeGroupInfo)](https://cloud.tencent.com/document/api/1693/97961#[DescribeGroupInfo](https://cloud.tencent.com/document/api/1693/97961#DescribeGroupInfo))
|
|
153527
|
+
* [[ModifyDeviceFieldInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceFieldInfo)](https://cloud.tencent.com/document/api/1693/97961#[ModifyDeviceFieldInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceFieldInfo))
|
|
153528
|
+
* [[ModifyDeviceGroupInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceGroupInfo)](https://cloud.tencent.com/document/api/1693/97961#[ModifyDeviceGroupInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceGroupInfo))
|
|
153529
|
+
* [[ModifyDeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceTagInfo)](https://cloud.tencent.com/document/api/1693/97961#[ModifyDeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceTagInfo))
|
|
153530
|
+
* [[SaveDeviceGroupRes](https://cloud.tencent.com/document/api/1693/97961#SaveDeviceGroupRes)](https://cloud.tencent.com/document/api/1693/97961#[SaveDeviceGroupRes](https://cloud.tencent.com/document/api/1693/97961#SaveDeviceGroupRes))
|
|
153531
|
+
|
|
153129
153532
|
### 第 7 次发布
|
|
153130
153533
|
|
|
153131
153534
|
发布时间:2024-01-31 01:28:56
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -44,8 +44,8 @@
|
|
|
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-03-21 01:09:58 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-03-20 01:10:22 |
|
|
47
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-
|
|
47
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-02 01:09:49 |
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-02 01:09:54 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-03-20 01:10:31 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-03-20 01:10:34 |
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-03-20 01:14:30 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-03-28 01:14:58 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-20 01:14:57 |
|
|
85
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-03
|
|
85
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-03 11:17:24 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-03-20 01:15:11 |
|
|
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-03-28 01:15:37 |
|
|
@@ -96,8 +96,8 @@
|
|
|
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-03-27 01:16:55 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-28 10:47:55 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-03 11:18:44 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-03 11:19:08 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-20 01:17:05 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-01 01:17:27 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-03-20 01:17:49 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
122
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-03-20 01:18:02 |
|
|
123
|
-
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-03
|
|
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
126
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-03-28 01:18:46 |
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-20 01:19:25 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-29 01:20:28 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-03-20 01:19:40 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-03 11:22:46 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -146,16 +146,16 @@
|
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-03-20 01:20:25 |
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-03-20 01:20:31 |
|
|
148
148
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-03-20 01:20:37 |
|
|
149
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-
|
|
150
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-03
|
|
149
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-04-02 01:19:24 |
|
|
150
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-04-03 11:24:07 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-04-01 01:22:02 |
|
|
152
152
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-03-20 01:21:32 |
|
|
153
153
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-03-20 01:21:33 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
156
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-03-26 01:21:37 |
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-03
|
|
158
|
-
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-03
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-04-03 11:24:26 |
|
|
158
|
+
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-04-03 11:24:43 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-03-20 01:22:17 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
|
|
161
161
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
|
|
164
164
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-03-27 01:23:10 |
|
|
165
165
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-03-20 01:22:53 |
|
|
166
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-
|
|
166
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-04-02 01:20:49 |
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-03-20 01:23:06 |
|
|
168
168
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
169
169
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-03-20 01:25:06 |
|
|
203
203
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
204
204
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-03-20 01:25:51 |
|
|
205
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-
|
|
205
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-04-02 01:23:41 |
|
|
206
206
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-03-20 01:26:12 |
|
|
207
207
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
|
|
208
208
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-22 01:23:38 |
|
|
@@ -218,27 +218,27 @@
|
|
|
218
218
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-20 01:28:56 |
|
|
219
219
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
220
220
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-03-29 01:28:56 |
|
|
221
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-
|
|
221
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-04-02 01:25:21 |
|
|
222
222
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
223
223
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
224
224
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-03-20 01:29:00 |
|
|
225
225
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-26 01:27:42 |
|
|
226
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
|
|
227
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-
|
|
228
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-
|
|
227
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-03 11:30:33 |
|
|
228
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-02 01:25:46 |
|
|
229
229
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-20 01:29:39 |
|
|
230
230
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
231
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-
|
|
231
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-02 01:26:37 |
|
|
232
232
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
233
233
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-03-20 01:30:12 |
|
|
234
234
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
235
235
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-03-29 01:30:16 |
|
|
236
236
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-03-20 01:30:47 |
|
|
237
|
-
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-
|
|
237
|
+
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
238
238
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-20 01:31:28 |
|
|
239
239
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
240
240
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-04-01 01:31:06 |
|
|
241
|
-
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-03
|
|
241
|
+
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-04-03 11:34:07 |
|
|
242
242
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
243
243
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-20 01:33:11 |
|
|
244
244
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.828"
|