tencentcloud-sdk-nodejs 4.0.840 → 4.0.842
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 +315 -0
- package/README.md +7 -0
- package/SERVICE_CHANGELOG.md +330 -91
- package/examples/common/common_client.js +47 -0
- package/examples/common/common_client.ts +47 -0
- package/package.json +6 -1
- package/products.md +26 -26
- package/src/common/index.ts +3 -0
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +99 -13
- package/src/services/aiart/v20221229/aiart_models.ts +359 -76
- package/src/services/apm/v20210622/apm_client.ts +46 -8
- package/src/services/apm/v20210622/apm_models.ts +233 -24
- package/src/services/billing/v20180709/billing_models.ts +15 -0
- package/src/services/ccc/v20200210/ccc_models.ts +2 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +1 -1
- package/src/services/dcdb/v20180411/dcdb_client.ts +1 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +25 -3
- package/src/services/ess/v20201111/ess_client.ts +2 -0
- package/src/services/ess/v20201111/ess_models.ts +30 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +30 -2
- package/src/services/ims/v20201229/ims_client.ts +2 -3
- package/src/services/ims/v20201229/ims_models.ts +54 -54
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
- package/src/services/iss/v20230517/iss_models.ts +16 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +6 -6
- package/src/services/lke/v20231130/lke_client.ts +0 -24
- package/src/services/lke/v20231130/lke_models.ts +0 -81
- package/src/services/mariadb/v20170312/mariadb_client.ts +1 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +24 -2
- package/src/services/ocr/v20181119/ocr_models.ts +1 -0
- package/src/services/tdid/v20210519/tdid_client.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +44 -25
- package/src/services/teo/v20220901/teo_models.ts +8 -9
- package/src/services/tione/v20211111/tione_client.ts +1 -0
- package/src/services/tione/v20211111/tione_models.ts +16 -0
- package/tencentcloud/common/index.d.ts +3 -0
- package/tencentcloud/common/index.js +6 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +48 -3
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +59 -4
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +346 -74
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +15 -3
- package/tencentcloud/services/apm/v20210622/apm_client.js +21 -3
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +225 -24
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +24 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +28 -2
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -3
- package/tencentcloud/services/ims/v20201229/ims_client.js +2 -3
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +54 -54
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +44 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +16 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -9
- package/tencentcloud/services/lke/v20231130/lke_client.js +0 -12
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +0 -77
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +23 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +1 -1
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +44 -25
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +8 -9
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -0
- package/test/aiart.v20221229.test.js +52 -2
- package/test/apm.v20210622.test.js +32 -2
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/lke.v20231130.test.js +0 -20
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 应用性能监控(apm) 版本:2021-06-22
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 23 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-25 01:09:12
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,15 +12,22 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)
|
|
16
|
+
* [DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)
|
|
17
|
+
* [ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)
|
|
16
18
|
|
|
19
|
+
新增数据结构:
|
|
17
20
|
|
|
21
|
+
* [ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)
|
|
22
|
+
* [Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)
|
|
18
23
|
|
|
19
|
-
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
20
24
|
|
|
21
|
-
### 第 156 次发布
|
|
22
25
|
|
|
23
|
-
|
|
26
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
27
|
+
|
|
28
|
+
### 第 165 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2024-04-25 01:16:34
|
|
24
31
|
|
|
25
32
|
本次发布包含了以下内容:
|
|
26
33
|
|
|
@@ -28,77 +35,75 @@
|
|
|
28
35
|
|
|
29
36
|
修改接口:
|
|
30
37
|
|
|
31
|
-
* [
|
|
38
|
+
* [CreateBatchSignUrl](https://cloud.tencent.com/document/api/1323/98670)
|
|
32
39
|
|
|
33
|
-
* 新增入参:
|
|
40
|
+
* 新增入参:FlowBatchUrlInfo
|
|
34
41
|
|
|
42
|
+
* <font color="#dd0000">**修改入参**:</font>Name, Mobile
|
|
35
43
|
|
|
36
44
|
|
|
45
|
+
新增数据结构:
|
|
37
46
|
|
|
38
|
-
|
|
47
|
+
* [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)
|
|
48
|
+
* [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)
|
|
39
49
|
|
|
40
|
-
### 第 35 次发布
|
|
41
50
|
|
|
42
|
-
发布时间:2024-04-23 01:12:12
|
|
43
51
|
|
|
44
|
-
|
|
52
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
45
53
|
|
|
46
|
-
|
|
54
|
+
### 第 166 次发布
|
|
47
55
|
|
|
48
|
-
|
|
56
|
+
发布时间:2024-04-25 01:16:48
|
|
49
57
|
|
|
50
|
-
|
|
58
|
+
本次发布包含了以下内容:
|
|
51
59
|
|
|
52
|
-
|
|
60
|
+
改善已有的文档。
|
|
53
61
|
|
|
54
|
-
|
|
55
|
-
* [AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)
|
|
56
|
-
* [KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)
|
|
57
|
-
* [RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)
|
|
58
|
-
* [RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)
|
|
62
|
+
修改接口:
|
|
59
63
|
|
|
64
|
+
* [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
|
|
60
65
|
|
|
66
|
+
* 新增入参:FlowBatchUrlInfo
|
|
61
67
|
|
|
62
|
-
|
|
68
|
+
* <font color="#dd0000">**修改入参**:</font>Name, Mobile
|
|
63
69
|
|
|
64
|
-
### 第 85 次发布
|
|
65
70
|
|
|
66
|
-
|
|
71
|
+
新增数据结构:
|
|
67
72
|
|
|
68
|
-
|
|
73
|
+
* [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)
|
|
74
|
+
* [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)
|
|
69
75
|
|
|
70
|
-
改善已有的文档。
|
|
71
76
|
|
|
72
|
-
新增接口:
|
|
73
77
|
|
|
74
|
-
|
|
78
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
75
79
|
|
|
76
80
|
|
|
77
81
|
|
|
78
|
-
##
|
|
82
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
79
83
|
|
|
80
|
-
### 第
|
|
84
|
+
### 第 60 次发布
|
|
81
85
|
|
|
82
|
-
发布时间:2024-04-
|
|
86
|
+
发布时间:2024-04-25 01:18:05
|
|
83
87
|
|
|
84
88
|
本次发布包含了以下内容:
|
|
85
89
|
|
|
86
90
|
改善已有的文档。
|
|
87
91
|
|
|
88
|
-
|
|
92
|
+
新增接口:
|
|
89
93
|
|
|
90
|
-
* [
|
|
94
|
+
* [DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)
|
|
91
95
|
|
|
92
|
-
|
|
96
|
+
新增数据结构:
|
|
93
97
|
|
|
98
|
+
* [DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)
|
|
94
99
|
|
|
95
100
|
|
|
96
101
|
|
|
97
|
-
##
|
|
102
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
98
103
|
|
|
99
|
-
### 第
|
|
104
|
+
### 第 14 次发布
|
|
100
105
|
|
|
101
|
-
发布时间:2024-04-
|
|
106
|
+
发布时间:2024-04-24 15:03:09
|
|
102
107
|
|
|
103
108
|
本次发布包含了以下内容:
|
|
104
109
|
|
|
@@ -106,83 +111,66 @@
|
|
|
106
111
|
|
|
107
112
|
修改接口:
|
|
108
113
|
|
|
109
|
-
* [
|
|
110
|
-
|
|
111
|
-
* 新增出参:Usage
|
|
114
|
+
* [ControlDeviceStream](https://cloud.tencent.com/document/api/1344/95943)
|
|
112
115
|
|
|
113
|
-
*
|
|
116
|
+
* 新增入参:IsInternal
|
|
114
117
|
|
|
115
|
-
* [
|
|
118
|
+
* [DescribeRecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95933)
|
|
116
119
|
|
|
117
|
-
*
|
|
120
|
+
* 新增入参:IsInternal
|
|
118
121
|
|
|
119
|
-
* [
|
|
122
|
+
* [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
|
|
120
123
|
|
|
121
|
-
*
|
|
124
|
+
* 新增入参:IsInternal
|
|
122
125
|
|
|
126
|
+
* [PlayRecord](https://cloud.tencent.com/document/api/1344/95931)
|
|
123
127
|
|
|
124
|
-
|
|
128
|
+
* 新增入参:IsInternal
|
|
125
129
|
|
|
126
|
-
* [Usage](https://cloud.tencent.com/document/api/1759/105104#Usage)
|
|
127
130
|
|
|
128
131
|
|
|
129
132
|
|
|
130
|
-
##
|
|
133
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
131
134
|
|
|
132
|
-
### 第
|
|
135
|
+
### 第 4 次发布
|
|
133
136
|
|
|
134
|
-
发布时间:2024-04-
|
|
137
|
+
发布时间:2024-04-25 01:19:55
|
|
135
138
|
|
|
136
139
|
本次发布包含了以下内容:
|
|
137
140
|
|
|
138
141
|
改善已有的文档。
|
|
139
142
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
* [DescribeHostCosInstanceList](https://cloud.tencent.com/document/api/400/91661)
|
|
143
|
-
|
|
144
|
-
* 新增入参:OldCertificateId, Offset, Limit, AsyncCache
|
|
145
|
-
|
|
146
|
-
* <font color="#dd0000">**修改入参**:</font>CertificateId, ResourceType
|
|
143
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
147
144
|
|
|
145
|
+
* ParseDoc
|
|
146
|
+
* QueryParseDocResult
|
|
148
147
|
|
|
149
148
|
|
|
150
149
|
|
|
151
|
-
##
|
|
150
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
152
151
|
|
|
153
|
-
### 第
|
|
152
|
+
### 第 58 次发布
|
|
154
153
|
|
|
155
|
-
发布时间:2024-04-
|
|
154
|
+
发布时间:2024-04-25 01:25:56
|
|
156
155
|
|
|
157
156
|
本次发布包含了以下内容:
|
|
158
157
|
|
|
159
158
|
改善已有的文档。
|
|
160
159
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
* [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
|
|
164
|
-
|
|
165
|
-
* 新增出参:TaskId, RecordId
|
|
166
|
-
|
|
167
|
-
|
|
160
|
+
新增数据结构:
|
|
168
161
|
|
|
162
|
+
* [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
|
|
169
163
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
### 第 188 次发布
|
|
173
|
-
|
|
174
|
-
发布时间:2024-04-23 01:29:22
|
|
164
|
+
修改数据结构:
|
|
175
165
|
|
|
176
|
-
|
|
166
|
+
* [DataConfig](https://cloud.tencent.com/document/api/851/75051#DataConfig)
|
|
177
167
|
|
|
178
|
-
|
|
168
|
+
* 新增成员:LocalDiskSource
|
|
179
169
|
|
|
180
|
-
修改接口:
|
|
181
170
|
|
|
182
|
-
* [DescribeGatewayFlowMonitorDetail](https://cloud.tencent.com/document/api/215/33424)
|
|
183
171
|
|
|
184
|
-
* 新增入参:PrivateIpAddress
|
|
185
172
|
|
|
173
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
186
174
|
|
|
187
175
|
|
|
188
176
|
|
|
@@ -830,6 +818,26 @@
|
|
|
830
818
|
|
|
831
819
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
832
820
|
|
|
821
|
+
### 第 5 次发布
|
|
822
|
+
|
|
823
|
+
发布时间:2024-04-23 15:48:38
|
|
824
|
+
|
|
825
|
+
本次发布包含了以下内容:
|
|
826
|
+
|
|
827
|
+
改善已有的文档。
|
|
828
|
+
|
|
829
|
+
新增接口:
|
|
830
|
+
|
|
831
|
+
* [QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)
|
|
832
|
+
* [QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)
|
|
833
|
+
* [SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)
|
|
834
|
+
* [SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)
|
|
835
|
+
* [UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)
|
|
836
|
+
|
|
837
|
+
新增数据结构:
|
|
838
|
+
|
|
839
|
+
* [Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)
|
|
840
|
+
|
|
833
841
|
### 第 4 次发布
|
|
834
842
|
|
|
835
843
|
发布时间:2024-04-16 01:03:52
|
|
@@ -4703,6 +4711,25 @@
|
|
|
4703
4711
|
|
|
4704
4712
|
## 应用性能监控(apm) 版本:2021-06-22
|
|
4705
4713
|
|
|
4714
|
+
### 第 23 次发布
|
|
4715
|
+
|
|
4716
|
+
发布时间:2024-04-25 01:09:12
|
|
4717
|
+
|
|
4718
|
+
本次发布包含了以下内容:
|
|
4719
|
+
|
|
4720
|
+
改善已有的文档。
|
|
4721
|
+
|
|
4722
|
+
新增接口:
|
|
4723
|
+
|
|
4724
|
+
* [[DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)](https://cloud.tencent.com/document/api/#/#)
|
|
4725
|
+
* [[DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)](https://cloud.tencent.com/document/api/#/#)
|
|
4726
|
+
* [[ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)](https://cloud.tencent.com/document/api/#/#)
|
|
4727
|
+
|
|
4728
|
+
新增数据结构:
|
|
4729
|
+
|
|
4730
|
+
* [[ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)](https://cloud.tencent.com/document/api/1463/64927#[ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView))
|
|
4731
|
+
* [[Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)](https://cloud.tencent.com/document/api/1463/64927#[Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument))
|
|
4732
|
+
|
|
4706
4733
|
### 第 22 次发布
|
|
4707
4734
|
|
|
4708
4735
|
发布时间:2023-12-08 01:08:53
|
|
@@ -9010,6 +9037,21 @@
|
|
|
9010
9037
|
|
|
9011
9038
|
## 费用中心(billing) 版本:2018-07-09
|
|
9012
9039
|
|
|
9040
|
+
### 第 59 次发布
|
|
9041
|
+
|
|
9042
|
+
发布时间:2024-04-24 01:05:02
|
|
9043
|
+
|
|
9044
|
+
本次发布包含了以下内容:
|
|
9045
|
+
|
|
9046
|
+
改善已有的文档。
|
|
9047
|
+
|
|
9048
|
+
修改数据结构:
|
|
9049
|
+
|
|
9050
|
+
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
9051
|
+
|
|
9052
|
+
* 新增成员:RegionType, RegionTypeName, ReserveDetail
|
|
9053
|
+
|
|
9054
|
+
|
|
9013
9055
|
### 第 58 次发布
|
|
9014
9056
|
|
|
9015
9057
|
发布时间:2024-03-29 01:08:47
|
|
@@ -15109,6 +15151,19 @@
|
|
|
15109
15151
|
|
|
15110
15152
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15111
15153
|
|
|
15154
|
+
### 第 67 次发布
|
|
15155
|
+
|
|
15156
|
+
发布时间:2024-04-24 01:06:08
|
|
15157
|
+
|
|
15158
|
+
本次发布包含了以下内容:
|
|
15159
|
+
|
|
15160
|
+
改善已有的文档。
|
|
15161
|
+
|
|
15162
|
+
修改接口:
|
|
15163
|
+
|
|
15164
|
+
* [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
|
|
15165
|
+
|
|
15166
|
+
|
|
15112
15167
|
### 第 66 次发布
|
|
15113
15168
|
|
|
15114
15169
|
发布时间:2024-04-23 01:09:39
|
|
@@ -15119,7 +15174,7 @@
|
|
|
15119
15174
|
|
|
15120
15175
|
新增接口:
|
|
15121
15176
|
|
|
15122
|
-
* [
|
|
15177
|
+
* [ModifyStaffPassword](https://cloud.tencent.com/document/api/679/105562)
|
|
15123
15178
|
|
|
15124
15179
|
### 第 65 次发布
|
|
15125
15180
|
|
|
@@ -37175,15 +37230,15 @@
|
|
|
37175
37230
|
|
|
37176
37231
|
新增接口:
|
|
37177
37232
|
|
|
37178
|
-
* [
|
|
37233
|
+
* [DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)
|
|
37179
37234
|
|
|
37180
37235
|
新增数据结构:
|
|
37181
37236
|
|
|
37182
|
-
* [
|
|
37183
|
-
* [
|
|
37184
|
-
* [
|
|
37185
|
-
* [
|
|
37186
|
-
* [
|
|
37237
|
+
* [AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)
|
|
37238
|
+
* [AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)
|
|
37239
|
+
* [KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)
|
|
37240
|
+
* [RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)
|
|
37241
|
+
* [RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)
|
|
37187
37242
|
|
|
37188
37243
|
### 第 34 次发布
|
|
37189
37244
|
|
|
@@ -43869,7 +43924,7 @@
|
|
|
43869
43924
|
|
|
43870
43925
|
新增接口:
|
|
43871
43926
|
|
|
43872
|
-
* [
|
|
43927
|
+
* [ModifyInstanceUpgradeLimitDays](https://cloud.tencent.com/document/api/1003/105564)
|
|
43873
43928
|
|
|
43874
43929
|
### 第 84 次发布
|
|
43875
43930
|
|
|
@@ -48276,6 +48331,29 @@
|
|
|
48276
48331
|
|
|
48277
48332
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
48278
48333
|
|
|
48334
|
+
### 第 68 次发布
|
|
48335
|
+
|
|
48336
|
+
发布时间:2024-04-24 01:10:19
|
|
48337
|
+
|
|
48338
|
+
本次发布包含了以下内容:
|
|
48339
|
+
|
|
48340
|
+
改善已有的文档。
|
|
48341
|
+
|
|
48342
|
+
修改接口:
|
|
48343
|
+
|
|
48344
|
+
* [DescribeDCDBInstances](https://cloud.tencent.com/document/api/557/16140)
|
|
48345
|
+
|
|
48346
|
+
* 新增入参:Tags
|
|
48347
|
+
|
|
48348
|
+
* [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
|
|
48349
|
+
|
|
48350
|
+
* 新增入参:ShardInstanceIds
|
|
48351
|
+
|
|
48352
|
+
|
|
48353
|
+
新增数据结构:
|
|
48354
|
+
|
|
48355
|
+
* [Tag](https://cloud.tencent.com/document/api/557/16142#Tag)
|
|
48356
|
+
|
|
48279
48357
|
### 第 67 次发布
|
|
48280
48358
|
|
|
48281
48359
|
发布时间:2023-10-30 00:33:47
|
|
@@ -60161,6 +60239,28 @@
|
|
|
60161
60239
|
|
|
60162
60240
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
60163
60241
|
|
|
60242
|
+
### 第 165 次发布
|
|
60243
|
+
|
|
60244
|
+
发布时间:2024-04-25 01:16:34
|
|
60245
|
+
|
|
60246
|
+
本次发布包含了以下内容:
|
|
60247
|
+
|
|
60248
|
+
改善已有的文档。
|
|
60249
|
+
|
|
60250
|
+
修改接口:
|
|
60251
|
+
|
|
60252
|
+
* [CreateBatchSignUrl](https://cloud.tencent.com/document/api/1323/98670)
|
|
60253
|
+
|
|
60254
|
+
* 新增入参:FlowBatchUrlInfo
|
|
60255
|
+
|
|
60256
|
+
* <font color="#dd0000">**修改入参**:</font>Name, Mobile
|
|
60257
|
+
|
|
60258
|
+
|
|
60259
|
+
新增数据结构:
|
|
60260
|
+
|
|
60261
|
+
* [[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)](https://cloud.tencent.com/document/api/1323/70369#[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo))
|
|
60262
|
+
* [[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)](https://cloud.tencent.com/document/api/1323/70369#[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo))
|
|
60263
|
+
|
|
60164
60264
|
### 第 164 次发布
|
|
60165
60265
|
|
|
60166
60266
|
发布时间:2024-04-17 01:14:00
|
|
@@ -63370,6 +63470,28 @@
|
|
|
63370
63470
|
|
|
63371
63471
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
63372
63472
|
|
|
63473
|
+
### 第 166 次发布
|
|
63474
|
+
|
|
63475
|
+
发布时间:2024-04-25 01:16:48
|
|
63476
|
+
|
|
63477
|
+
本次发布包含了以下内容:
|
|
63478
|
+
|
|
63479
|
+
改善已有的文档。
|
|
63480
|
+
|
|
63481
|
+
修改接口:
|
|
63482
|
+
|
|
63483
|
+
* [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
|
|
63484
|
+
|
|
63485
|
+
* 新增入参:FlowBatchUrlInfo
|
|
63486
|
+
|
|
63487
|
+
* <font color="#dd0000">**修改入参**:</font>Name, Mobile
|
|
63488
|
+
|
|
63489
|
+
|
|
63490
|
+
新增数据结构:
|
|
63491
|
+
|
|
63492
|
+
* [[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo))
|
|
63493
|
+
* [[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo))
|
|
63494
|
+
|
|
63373
63495
|
### 第 165 次发布
|
|
63374
63496
|
|
|
63375
63497
|
发布时间:2024-04-22 01:16:52
|
|
@@ -74777,6 +74899,22 @@
|
|
|
74777
74899
|
|
|
74778
74900
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
74779
74901
|
|
|
74902
|
+
### 第 60 次发布
|
|
74903
|
+
|
|
74904
|
+
发布时间:2024-04-25 01:18:05
|
|
74905
|
+
|
|
74906
|
+
本次发布包含了以下内容:
|
|
74907
|
+
|
|
74908
|
+
改善已有的文档。
|
|
74909
|
+
|
|
74910
|
+
新增接口:
|
|
74911
|
+
|
|
74912
|
+
* [[DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)](https://cloud.tencent.com/document/api/#/#)
|
|
74913
|
+
|
|
74914
|
+
新增数据结构:
|
|
74915
|
+
|
|
74916
|
+
* [[DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)](https://cloud.tencent.com/document/api/1081/34988#[DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo))
|
|
74917
|
+
|
|
74780
74918
|
### 第 59 次发布
|
|
74781
74919
|
|
|
74782
74920
|
发布时间:2024-04-17 01:15:33
|
|
@@ -78069,6 +78207,33 @@
|
|
|
78069
78207
|
|
|
78070
78208
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
78071
78209
|
|
|
78210
|
+
### 第 14 次发布
|
|
78211
|
+
|
|
78212
|
+
发布时间:2024-04-24 15:03:09
|
|
78213
|
+
|
|
78214
|
+
本次发布包含了以下内容:
|
|
78215
|
+
|
|
78216
|
+
改善已有的文档。
|
|
78217
|
+
|
|
78218
|
+
修改接口:
|
|
78219
|
+
|
|
78220
|
+
* [ControlDeviceStream](https://cloud.tencent.com/document/api/1344/95943)
|
|
78221
|
+
|
|
78222
|
+
* 新增入参:IsInternal
|
|
78223
|
+
|
|
78224
|
+
* [DescribeRecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95933)
|
|
78225
|
+
|
|
78226
|
+
* 新增入参:IsInternal
|
|
78227
|
+
|
|
78228
|
+
* [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
|
|
78229
|
+
|
|
78230
|
+
* 新增入参:IsInternal
|
|
78231
|
+
|
|
78232
|
+
* [PlayRecord](https://cloud.tencent.com/document/api/1344/95931)
|
|
78233
|
+
|
|
78234
|
+
* 新增入参:IsInternal
|
|
78235
|
+
|
|
78236
|
+
|
|
78072
78237
|
### 第 13 次发布
|
|
78073
78238
|
|
|
78074
78239
|
发布时间:2024-04-11 01:17:04
|
|
@@ -84497,6 +84662,19 @@
|
|
|
84497
84662
|
|
|
84498
84663
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
84499
84664
|
|
|
84665
|
+
### 第 4 次发布
|
|
84666
|
+
|
|
84667
|
+
发布时间:2024-04-25 01:19:55
|
|
84668
|
+
|
|
84669
|
+
本次发布包含了以下内容:
|
|
84670
|
+
|
|
84671
|
+
改善已有的文档。
|
|
84672
|
+
|
|
84673
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
84674
|
+
|
|
84675
|
+
* ParseDoc
|
|
84676
|
+
* QueryParseDocResult
|
|
84677
|
+
|
|
84500
84678
|
### 第 3 次发布
|
|
84501
84679
|
|
|
84502
84680
|
发布时间:2024-04-23 01:19:53
|
|
@@ -84511,9 +84689,9 @@
|
|
|
84511
84689
|
|
|
84512
84690
|
* 新增出参:Usage
|
|
84513
84691
|
|
|
84514
|
-
* [ParseDoc](https://cloud.tencent.com/document/api
|
|
84692
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/#/#)
|
|
84515
84693
|
|
|
84516
|
-
* [QueryParseDocResult](https://cloud.tencent.com/document/api
|
|
84694
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/#/#)
|
|
84517
84695
|
|
|
84518
84696
|
* 新增出参:Usage
|
|
84519
84697
|
|
|
@@ -84524,7 +84702,7 @@
|
|
|
84524
84702
|
|
|
84525
84703
|
新增数据结构:
|
|
84526
84704
|
|
|
84527
|
-
* [
|
|
84705
|
+
* [Usage](https://cloud.tencent.com/document/api/1759/105104#Usage)
|
|
84528
84706
|
|
|
84529
84707
|
### 第 2 次发布
|
|
84530
84708
|
|
|
@@ -84614,8 +84792,8 @@
|
|
|
84614
84792
|
* [ModifyQAAttrRange](https://cloud.tencent.com/document/api/1759/105024)
|
|
84615
84793
|
* [ModifyQACate](https://cloud.tencent.com/document/api/1759/105023)
|
|
84616
84794
|
* [ModifyRejectedQuestion](https://cloud.tencent.com/document/api/1759/105093)
|
|
84617
|
-
* [ParseDoc](https://cloud.tencent.com/document/api
|
|
84618
|
-
* [QueryParseDocResult](https://cloud.tencent.com/document/api
|
|
84795
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/#/#)
|
|
84796
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/#/#)
|
|
84619
84797
|
* [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
|
|
84620
84798
|
* [RateMsgRecord](https://cloud.tencent.com/document/api/1759/105087)
|
|
84621
84799
|
* [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
|
|
@@ -84741,6 +84919,29 @@
|
|
|
84741
84919
|
|
|
84742
84920
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
84743
84921
|
|
|
84922
|
+
### 第 61 次发布
|
|
84923
|
+
|
|
84924
|
+
发布时间:2024-04-24 01:16:00
|
|
84925
|
+
|
|
84926
|
+
本次发布包含了以下内容:
|
|
84927
|
+
|
|
84928
|
+
改善已有的文档。
|
|
84929
|
+
|
|
84930
|
+
修改接口:
|
|
84931
|
+
|
|
84932
|
+
* [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
|
|
84933
|
+
|
|
84934
|
+
* 新增出参:ProxyVersion
|
|
84935
|
+
|
|
84936
|
+
* [DescribeDBInstances](https://cloud.tencent.com/document/api/237/16184)
|
|
84937
|
+
|
|
84938
|
+
* 新增入参:Tags
|
|
84939
|
+
|
|
84940
|
+
|
|
84941
|
+
新增数据结构:
|
|
84942
|
+
|
|
84943
|
+
* [Tag](https://cloud.tencent.com/document/api/237/16191#Tag)
|
|
84944
|
+
|
|
84744
84945
|
### 第 60 次发布
|
|
84745
84946
|
|
|
84746
84947
|
发布时间:2024-03-08 01:19:33
|
|
@@ -118287,6 +118488,25 @@
|
|
|
118287
118488
|
|
|
118288
118489
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
118289
118490
|
|
|
118491
|
+
### 第 107 次发布
|
|
118492
|
+
|
|
118493
|
+
发布时间:2024-04-24 01:21:13
|
|
118494
|
+
|
|
118495
|
+
本次发布包含了以下内容:
|
|
118496
|
+
|
|
118497
|
+
改善已有的文档。
|
|
118498
|
+
|
|
118499
|
+
修改接口:
|
|
118500
|
+
|
|
118501
|
+
* [CreateRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/90854)
|
|
118502
|
+
|
|
118503
|
+
* 新增入参:MirrorQueuePolicyFlag
|
|
118504
|
+
|
|
118505
|
+
* [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
|
|
118506
|
+
|
|
118507
|
+
* 新增出参:DeadLetterStrategy, QueueLeaderLocator, QuorumInitialGroupSize
|
|
118508
|
+
|
|
118509
|
+
|
|
118290
118510
|
### 第 106 次发布
|
|
118291
118511
|
|
|
118292
118512
|
发布时间:2024-04-02 01:23:41
|
|
@@ -127050,6 +127270,25 @@
|
|
|
127050
127270
|
|
|
127051
127271
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
127052
127272
|
|
|
127273
|
+
### 第 58 次发布
|
|
127274
|
+
|
|
127275
|
+
发布时间:2024-04-25 01:25:56
|
|
127276
|
+
|
|
127277
|
+
本次发布包含了以下内容:
|
|
127278
|
+
|
|
127279
|
+
改善已有的文档。
|
|
127280
|
+
|
|
127281
|
+
新增数据结构:
|
|
127282
|
+
|
|
127283
|
+
* [[LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)](https://cloud.tencent.com/document/api/851/75051#[LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk))
|
|
127284
|
+
|
|
127285
|
+
修改数据结构:
|
|
127286
|
+
|
|
127287
|
+
* [DataConfig](https://cloud.tencent.com/document/api/851/75051#DataConfig)
|
|
127288
|
+
|
|
127289
|
+
* 新增成员:LocalDiskSource
|
|
127290
|
+
|
|
127291
|
+
|
|
127053
127292
|
### 第 57 次发布
|
|
127054
127293
|
|
|
127055
127294
|
发布时间:2024-04-12 01:25:11
|