tencentcloud-sdk-nodejs 4.0.849 → 4.0.850
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 +147 -0
- package/SERVICE_CHANGELOG.md +217 -178
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/apm/v20210622/apm_models.ts +1 -1
- package/src/services/bma/index.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +40 -2
- package/src/services/cwp/v20180228/cwp_models.ts +10 -5
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -0
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/eis/index.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +24 -8
- package/src/services/ess/v20201111/ess_models.ts +86 -0
- package/src/services/faceid/v20180301/faceid_models.ts +5 -11
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/organization/index.ts +2 -2
- package/src/services/ssm/v20190923/ssm_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +9 -9
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/v20220901/teo_client.ts +1 -0
- package/src/services/teo/v20220901/teo_models.ts +21 -0
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +1 -1
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +40 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -0
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +13 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +15 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +84 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -11
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -9
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +20 -0
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/ess.v20201111.test.js +12 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 37 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-05-
|
|
7
|
+
发布时间:2024-05-10 01:27:43
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,79 +12,56 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeCVMAssets](https://cloud.tencent.com/document/api/664/90821)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增出参:PublicPrivateAttr
|
|
18
18
|
|
|
19
|
-
* [
|
|
19
|
+
* [DescribeDbAssets](https://cloud.tencent.com/document/api/664/90819)
|
|
20
20
|
|
|
21
|
-
* 新增入参:
|
|
21
|
+
* 新增入参:MemberId
|
|
22
22
|
|
|
23
|
-
*
|
|
23
|
+
* 新增出参:PublicPrivateAttr
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
* [DescribeOrganizationUserInfo](https://cloud.tencent.com/document/api/664/102512)
|
|
26
26
|
|
|
27
|
+
* 新增入参:MemberId
|
|
27
28
|
|
|
28
|
-
|
|
29
|
+
* 新增出参:JoinTypeLst, CloudTypeLst
|
|
29
30
|
|
|
30
|
-
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
修改数据结构:
|
|
33
33
|
|
|
34
|
-
* [
|
|
34
|
+
* [OrganizationUserInfo](https://cloud.tencent.com/document/api/664/90825#OrganizationUserInfo)
|
|
35
35
|
|
|
36
|
-
* 新增成员:
|
|
36
|
+
* 新增成员:SubUserCount, JoinTypeInfo
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
##
|
|
41
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
42
42
|
|
|
43
|
-
### 第
|
|
43
|
+
### 第 113 次发布
|
|
44
44
|
|
|
45
|
-
发布时间:2024-05-
|
|
45
|
+
发布时间:2024-05-10 01:29:26
|
|
46
46
|
|
|
47
47
|
本次发布包含了以下内容:
|
|
48
48
|
|
|
49
49
|
改善已有的文档。
|
|
50
50
|
|
|
51
|
-
新增接口:
|
|
52
|
-
|
|
53
|
-
* [CreateTRTCSignaturesWithRoomId](https://cloud.tencent.com/document/api/1081/105920)
|
|
54
|
-
* [DescribeCloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/105917)
|
|
55
|
-
* [DismissRoomByStrRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105919)
|
|
56
|
-
* [GenerateCloudStorageAIServiceTaskFileURL](https://cloud.tencent.com/document/api/1081/105916)
|
|
57
|
-
* [RemoveUserByRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105918)
|
|
58
|
-
|
|
59
|
-
修改接口:
|
|
60
|
-
|
|
61
|
-
* [DescribeCloudStorageAIServiceTasks](https://cloud.tencent.com/document/api/1081/105301)
|
|
62
|
-
|
|
63
|
-
* 新增入参:UserId, ChannelId
|
|
64
|
-
|
|
65
|
-
* [ModifyCloudStorageAIService](https://cloud.tencent.com/document/api/1081/105299)
|
|
66
|
-
|
|
67
|
-
* 新增入参:Config
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
新增数据结构:
|
|
71
|
-
|
|
72
|
-
* [TRTCParams](https://cloud.tencent.com/document/api/1081/34988#TRTCParams)
|
|
73
|
-
|
|
74
51
|
修改数据结构:
|
|
75
52
|
|
|
76
|
-
* [
|
|
53
|
+
* [Item](https://cloud.tencent.com/document/api/296/19867#Item)
|
|
77
54
|
|
|
78
|
-
* 新增成员:
|
|
55
|
+
* 新增成员:CategoryId
|
|
79
56
|
|
|
80
57
|
|
|
81
58
|
|
|
82
59
|
|
|
83
|
-
##
|
|
60
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
84
61
|
|
|
85
|
-
### 第
|
|
62
|
+
### 第 87 次发布
|
|
86
63
|
|
|
87
|
-
发布时间:2024-05-
|
|
64
|
+
发布时间:2024-05-10 01:33:56
|
|
88
65
|
|
|
89
66
|
本次发布包含了以下内容:
|
|
90
67
|
|
|
@@ -92,18 +69,18 @@
|
|
|
92
69
|
|
|
93
70
|
修改数据结构:
|
|
94
71
|
|
|
95
|
-
* [
|
|
72
|
+
* [ResourcePackage](https://cloud.tencent.com/document/api/1003/48097#ResourcePackage)
|
|
96
73
|
|
|
97
|
-
* 新增成员:
|
|
74
|
+
* 新增成员:DeductionPriority
|
|
98
75
|
|
|
99
76
|
|
|
100
77
|
|
|
101
78
|
|
|
102
|
-
##
|
|
79
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
103
80
|
|
|
104
|
-
### 第
|
|
81
|
+
### 第 168 次发布
|
|
105
82
|
|
|
106
|
-
发布时间:2024-05-
|
|
83
|
+
发布时间:2024-05-10 01:46:37
|
|
107
84
|
|
|
108
85
|
本次发布包含了以下内容:
|
|
109
86
|
|
|
@@ -111,81 +88,34 @@
|
|
|
111
88
|
|
|
112
89
|
新增接口:
|
|
113
90
|
|
|
114
|
-
* [
|
|
115
|
-
|
|
116
|
-
新增数据结构:
|
|
117
|
-
|
|
118
|
-
* [BiologicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfo)
|
|
119
|
-
* [BiologicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoAdverseReaction)
|
|
120
|
-
* [BiologicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoApproval)
|
|
121
|
-
* [BiologicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoBrochure)
|
|
122
|
-
* [BiologicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoContraindications)
|
|
123
|
-
* [BiologicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoDosage)
|
|
124
|
-
* [BiologicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoExecutiveStandards)
|
|
125
|
-
* [BiologicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIndications)
|
|
126
|
-
* [BiologicalProductInfoIngredientAndAppearance](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIngredientAndAppearance)
|
|
127
|
-
* [BiologicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoManufacturer)
|
|
128
|
-
* [BiologicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoName)
|
|
129
|
-
* [BiologicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPackaging)
|
|
130
|
-
* [BiologicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPrecautions)
|
|
131
|
-
* [BiologicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoStorage)
|
|
132
|
-
* [BiologicalProductInfoVaccinationTarget](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoVaccinationTarget)
|
|
133
|
-
* [BiologicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoValidityPeriod)
|
|
134
|
-
* [ChemicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfo)
|
|
135
|
-
* [ChemicalProductInfoActiveIngredient](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoActiveIngredient)
|
|
136
|
-
* [ChemicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAdverseReaction)
|
|
137
|
-
* [ChemicalProductInfoAppearance](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAppearance)
|
|
138
|
-
* [ChemicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoApproval)
|
|
139
|
-
* [ChemicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoBrochure)
|
|
140
|
-
* [ChemicalProductInfoClinicalTrial](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoClinicalTrial)
|
|
141
|
-
* [ChemicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoContraindications)
|
|
142
|
-
* [ChemicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoDosage)
|
|
143
|
-
* [ChemicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoExecutiveStandards)
|
|
144
|
-
* [ChemicalProductInfoGeriatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoGeriatricUse)
|
|
145
|
-
* [ChemicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoIndications)
|
|
146
|
-
* [ChemicalProductInfoInteractions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoInteractions)
|
|
147
|
-
* [ChemicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoManufacturer)
|
|
148
|
-
* [ChemicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoName)
|
|
149
|
-
* [ChemicalProductInfoOverdose](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoOverdose)
|
|
150
|
-
* [ChemicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPackaging)
|
|
151
|
-
* [ChemicalProductInfoPediatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPediatricUse)
|
|
152
|
-
* [ChemicalProductInfoPharmacokinetics](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacokinetics)
|
|
153
|
-
* [ChemicalProductInfoPharmacologyToxicology](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacologyToxicology)
|
|
154
|
-
* [ChemicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPrecautions)
|
|
155
|
-
* [ChemicalProductInfoPregnancyLactationUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPregnancyLactationUse)
|
|
156
|
-
* [ChemicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoStorage)
|
|
157
|
-
* [ChemicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoValidityPeriod)
|
|
91
|
+
* [CreateUserVerifyUrl](https://cloud.tencent.com/document/api/1323/105961)
|
|
158
92
|
|
|
159
93
|
|
|
160
94
|
|
|
161
|
-
##
|
|
95
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
162
96
|
|
|
163
|
-
### 第
|
|
97
|
+
### 第 110 次发布
|
|
164
98
|
|
|
165
|
-
发布时间:2024-05-
|
|
99
|
+
发布时间:2024-05-10 02:29:12
|
|
166
100
|
|
|
167
101
|
本次发布包含了以下内容:
|
|
168
102
|
|
|
169
103
|
改善已有的文档。
|
|
170
104
|
|
|
171
|
-
|
|
105
|
+
修改数据结构:
|
|
172
106
|
|
|
173
|
-
*
|
|
107
|
+
* [Environment](https://cloud.tencent.com/document/api/1179/46089#Environment)
|
|
174
108
|
|
|
175
|
-
<font color="#dd0000"
|
|
109
|
+
* <font color="#dd0000">**修改成员**:</font>AutoSubscriptionCreation
|
|
176
110
|
|
|
177
|
-
* InputFrontRisk
|
|
178
|
-
* OutputFrontRisk
|
|
179
|
-
* OutputFrontRiskData
|
|
180
|
-
* OutputFrontRiskValue
|
|
181
111
|
|
|
182
112
|
|
|
183
113
|
|
|
184
|
-
##
|
|
114
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
185
115
|
|
|
186
|
-
### 第
|
|
116
|
+
### 第 80 次发布
|
|
187
117
|
|
|
188
|
-
发布时间:2024-05-
|
|
118
|
+
发布时间:2024-05-10 02:31:21
|
|
189
119
|
|
|
190
120
|
本次发布包含了以下内容:
|
|
191
121
|
|
|
@@ -193,33 +123,25 @@
|
|
|
193
123
|
|
|
194
124
|
修改接口:
|
|
195
125
|
|
|
196
|
-
* [
|
|
197
|
-
|
|
198
|
-
* 新增出参:Exclusive, Policy, Arguments
|
|
199
|
-
|
|
126
|
+
* [CreatePurgeTask](https://cloud.tencent.com/document/api/1552/80703)
|
|
200
127
|
|
|
128
|
+
* 新增入参:CacheTag
|
|
201
129
|
|
|
202
130
|
|
|
203
|
-
|
|
131
|
+
新增数据结构:
|
|
204
132
|
|
|
205
|
-
|
|
133
|
+
* [CacheTag](https://cloud.tencent.com/document/api/1552/80721#CacheTag)
|
|
206
134
|
|
|
207
|
-
|
|
135
|
+
修改数据结构:
|
|
208
136
|
|
|
209
|
-
|
|
137
|
+
* [Task](https://cloud.tencent.com/document/api/1552/80721#Task)
|
|
210
138
|
|
|
211
|
-
|
|
139
|
+
* 新增成员:Method
|
|
212
140
|
|
|
213
|
-
新增接口:
|
|
214
141
|
|
|
215
|
-
* [CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)
|
|
216
|
-
* [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
|
|
217
|
-
* [ImportIpAccessControl](https://cloud.tencent.com/document/api/627/105913)
|
|
218
|
-
* [ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)
|
|
219
142
|
|
|
220
|
-
新增数据结构:
|
|
221
143
|
|
|
222
|
-
|
|
144
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
223
145
|
|
|
224
146
|
|
|
225
147
|
|
|
@@ -37407,6 +37329,40 @@
|
|
|
37407
37329
|
|
|
37408
37330
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
37409
37331
|
|
|
37332
|
+
### 第 37 次发布
|
|
37333
|
+
|
|
37334
|
+
发布时间:2024-05-10 01:27:43
|
|
37335
|
+
|
|
37336
|
+
本次发布包含了以下内容:
|
|
37337
|
+
|
|
37338
|
+
改善已有的文档。
|
|
37339
|
+
|
|
37340
|
+
修改接口:
|
|
37341
|
+
|
|
37342
|
+
* [DescribeCVMAssets](https://cloud.tencent.com/document/api/664/90821)
|
|
37343
|
+
|
|
37344
|
+
* 新增出参:PublicPrivateAttr
|
|
37345
|
+
|
|
37346
|
+
* [DescribeDbAssets](https://cloud.tencent.com/document/api/664/90819)
|
|
37347
|
+
|
|
37348
|
+
* 新增入参:MemberId
|
|
37349
|
+
|
|
37350
|
+
* 新增出参:PublicPrivateAttr
|
|
37351
|
+
|
|
37352
|
+
* [DescribeOrganizationUserInfo](https://cloud.tencent.com/document/api/664/102512)
|
|
37353
|
+
|
|
37354
|
+
* 新增入参:MemberId
|
|
37355
|
+
|
|
37356
|
+
* 新增出参:JoinTypeLst, CloudTypeLst
|
|
37357
|
+
|
|
37358
|
+
|
|
37359
|
+
修改数据结构:
|
|
37360
|
+
|
|
37361
|
+
* [OrganizationUserInfo](https://cloud.tencent.com/document/api/664/90825#OrganizationUserInfo)
|
|
37362
|
+
|
|
37363
|
+
* 新增成员:SubUserCount, JoinTypeInfo
|
|
37364
|
+
|
|
37365
|
+
|
|
37410
37366
|
### 第 36 次发布
|
|
37411
37367
|
|
|
37412
37368
|
发布时间:2024-05-07 01:12:54
|
|
@@ -40663,6 +40619,21 @@
|
|
|
40663
40619
|
|
|
40664
40620
|
## 主机安全(cwp) 版本:2018-02-28
|
|
40665
40621
|
|
|
40622
|
+
### 第 113 次发布
|
|
40623
|
+
|
|
40624
|
+
发布时间:2024-05-10 01:29:26
|
|
40625
|
+
|
|
40626
|
+
本次发布包含了以下内容:
|
|
40627
|
+
|
|
40628
|
+
改善已有的文档。
|
|
40629
|
+
|
|
40630
|
+
修改数据结构:
|
|
40631
|
+
|
|
40632
|
+
* [Item](https://cloud.tencent.com/document/api/296/19867#Item)
|
|
40633
|
+
|
|
40634
|
+
* 新增成员:CategoryId
|
|
40635
|
+
|
|
40636
|
+
|
|
40666
40637
|
### 第 112 次发布
|
|
40667
40638
|
|
|
40668
40639
|
发布时间:2024-05-07 01:13:25
|
|
@@ -44207,6 +44178,21 @@
|
|
|
44207
44178
|
|
|
44208
44179
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
44209
44180
|
|
|
44181
|
+
### 第 87 次发布
|
|
44182
|
+
|
|
44183
|
+
发布时间:2024-05-10 01:33:56
|
|
44184
|
+
|
|
44185
|
+
本次发布包含了以下内容:
|
|
44186
|
+
|
|
44187
|
+
改善已有的文档。
|
|
44188
|
+
|
|
44189
|
+
修改数据结构:
|
|
44190
|
+
|
|
44191
|
+
* [ResourcePackage](https://cloud.tencent.com/document/api/1003/48097#ResourcePackage)
|
|
44192
|
+
|
|
44193
|
+
* 新增成员:DeductionPriority
|
|
44194
|
+
|
|
44195
|
+
|
|
44210
44196
|
### 第 86 次发布
|
|
44211
44197
|
|
|
44212
44198
|
发布时间:2024-04-26 01:13:19
|
|
@@ -60609,6 +60595,18 @@
|
|
|
60609
60595
|
|
|
60610
60596
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
60611
60597
|
|
|
60598
|
+
### 第 168 次发布
|
|
60599
|
+
|
|
60600
|
+
发布时间:2024-05-10 01:46:37
|
|
60601
|
+
|
|
60602
|
+
本次发布包含了以下内容:
|
|
60603
|
+
|
|
60604
|
+
改善已有的文档。
|
|
60605
|
+
|
|
60606
|
+
新增接口:
|
|
60607
|
+
|
|
60608
|
+
* [[CreateUserVerifyUrl](https://cloud.tencent.com/document/api/1323/105961)](https://cloud.tencent.com/document/api/#/#)
|
|
60609
|
+
|
|
60612
60610
|
### 第 167 次发布
|
|
60613
60611
|
|
|
60614
60612
|
发布时间:2024-05-08 01:17:34
|
|
@@ -75367,11 +75365,11 @@
|
|
|
75367
75365
|
|
|
75368
75366
|
新增接口:
|
|
75369
75367
|
|
|
75370
|
-
* [
|
|
75371
|
-
* [
|
|
75372
|
-
* [
|
|
75373
|
-
* [
|
|
75374
|
-
* [
|
|
75368
|
+
* [CreateTRTCSignaturesWithRoomId](https://cloud.tencent.com/document/api/1081/105920)
|
|
75369
|
+
* [DescribeCloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/105917)
|
|
75370
|
+
* [DismissRoomByStrRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105919)
|
|
75371
|
+
* [GenerateCloudStorageAIServiceTaskFileURL](https://cloud.tencent.com/document/api/1081/105916)
|
|
75372
|
+
* [RemoveUserByRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105918)
|
|
75375
75373
|
|
|
75376
75374
|
修改接口:
|
|
75377
75375
|
|
|
@@ -75386,7 +75384,7 @@
|
|
|
75386
75384
|
|
|
75387
75385
|
新增数据结构:
|
|
75388
75386
|
|
|
75389
|
-
* [
|
|
75387
|
+
* [TRTCParams](https://cloud.tencent.com/document/api/1081/34988#TRTCParams)
|
|
75390
75388
|
|
|
75391
75389
|
修改数据结构:
|
|
75392
75390
|
|
|
@@ -93157,50 +93155,50 @@
|
|
|
93157
93155
|
|
|
93158
93156
|
新增接口:
|
|
93159
93157
|
|
|
93160
|
-
* [
|
|
93161
|
-
|
|
93162
|
-
新增数据结构:
|
|
93163
|
-
|
|
93164
|
-
* [
|
|
93165
|
-
* [
|
|
93166
|
-
* [
|
|
93167
|
-
* [
|
|
93168
|
-
* [
|
|
93169
|
-
* [
|
|
93170
|
-
* [
|
|
93171
|
-
* [
|
|
93172
|
-
* [
|
|
93173
|
-
* [
|
|
93174
|
-
* [
|
|
93175
|
-
* [
|
|
93176
|
-
* [
|
|
93177
|
-
* [
|
|
93178
|
-
* [
|
|
93179
|
-
* [
|
|
93180
|
-
* [
|
|
93181
|
-
* [
|
|
93182
|
-
* [
|
|
93183
|
-
* [
|
|
93184
|
-
* [
|
|
93185
|
-
* [
|
|
93186
|
-
* [
|
|
93187
|
-
* [
|
|
93188
|
-
* [
|
|
93189
|
-
* [
|
|
93190
|
-
* [
|
|
93191
|
-
* [
|
|
93192
|
-
* [
|
|
93193
|
-
* [
|
|
93194
|
-
* [
|
|
93195
|
-
* [
|
|
93196
|
-
* [
|
|
93197
|
-
* [
|
|
93198
|
-
* [
|
|
93199
|
-
* [
|
|
93200
|
-
* [
|
|
93201
|
-
* [
|
|
93202
|
-
* [
|
|
93203
|
-
* [
|
|
93158
|
+
* [DrugInstructionObject](https://cloud.tencent.com/document/api/1314/105921)
|
|
93159
|
+
|
|
93160
|
+
新增数据结构:
|
|
93161
|
+
|
|
93162
|
+
* [BiologicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfo)
|
|
93163
|
+
* [BiologicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoAdverseReaction)
|
|
93164
|
+
* [BiologicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoApproval)
|
|
93165
|
+
* [BiologicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoBrochure)
|
|
93166
|
+
* [BiologicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoContraindications)
|
|
93167
|
+
* [BiologicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoDosage)
|
|
93168
|
+
* [BiologicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoExecutiveStandards)
|
|
93169
|
+
* [BiologicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIndications)
|
|
93170
|
+
* [BiologicalProductInfoIngredientAndAppearance](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIngredientAndAppearance)
|
|
93171
|
+
* [BiologicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoManufacturer)
|
|
93172
|
+
* [BiologicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoName)
|
|
93173
|
+
* [BiologicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPackaging)
|
|
93174
|
+
* [BiologicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPrecautions)
|
|
93175
|
+
* [BiologicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoStorage)
|
|
93176
|
+
* [BiologicalProductInfoVaccinationTarget](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoVaccinationTarget)
|
|
93177
|
+
* [BiologicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoValidityPeriod)
|
|
93178
|
+
* [ChemicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfo)
|
|
93179
|
+
* [ChemicalProductInfoActiveIngredient](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoActiveIngredient)
|
|
93180
|
+
* [ChemicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAdverseReaction)
|
|
93181
|
+
* [ChemicalProductInfoAppearance](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAppearance)
|
|
93182
|
+
* [ChemicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoApproval)
|
|
93183
|
+
* [ChemicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoBrochure)
|
|
93184
|
+
* [ChemicalProductInfoClinicalTrial](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoClinicalTrial)
|
|
93185
|
+
* [ChemicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoContraindications)
|
|
93186
|
+
* [ChemicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoDosage)
|
|
93187
|
+
* [ChemicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoExecutiveStandards)
|
|
93188
|
+
* [ChemicalProductInfoGeriatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoGeriatricUse)
|
|
93189
|
+
* [ChemicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoIndications)
|
|
93190
|
+
* [ChemicalProductInfoInteractions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoInteractions)
|
|
93191
|
+
* [ChemicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoManufacturer)
|
|
93192
|
+
* [ChemicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoName)
|
|
93193
|
+
* [ChemicalProductInfoOverdose](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoOverdose)
|
|
93194
|
+
* [ChemicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPackaging)
|
|
93195
|
+
* [ChemicalProductInfoPediatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPediatricUse)
|
|
93196
|
+
* [ChemicalProductInfoPharmacokinetics](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacokinetics)
|
|
93197
|
+
* [ChemicalProductInfoPharmacologyToxicology](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacologyToxicology)
|
|
93198
|
+
* [ChemicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPrecautions)
|
|
93199
|
+
* [ChemicalProductInfoPregnancyLactationUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPregnancyLactationUse)
|
|
93200
|
+
* [ChemicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoStorage)
|
|
93201
|
+
* [ChemicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoValidityPeriod)
|
|
93204
93202
|
|
|
93205
93203
|
### 第 24 次发布
|
|
93206
93204
|
|
|
@@ -119198,6 +119196,21 @@
|
|
|
119198
119196
|
|
|
119199
119197
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
119200
119198
|
|
|
119199
|
+
### 第 110 次发布
|
|
119200
|
+
|
|
119201
|
+
发布时间:2024-05-10 02:29:12
|
|
119202
|
+
|
|
119203
|
+
本次发布包含了以下内容:
|
|
119204
|
+
|
|
119205
|
+
改善已有的文档。
|
|
119206
|
+
|
|
119207
|
+
修改数据结构:
|
|
119208
|
+
|
|
119209
|
+
* [Environment](https://cloud.tencent.com/document/api/1179/46089#Environment)
|
|
119210
|
+
|
|
119211
|
+
* <font color="#dd0000">**修改成员**:</font>AutoSubscriptionCreation
|
|
119212
|
+
|
|
119213
|
+
|
|
119201
119214
|
### 第 109 次发布
|
|
119202
119215
|
|
|
119203
119216
|
发布时间:2024-05-09 01:24:25
|
|
@@ -123844,6 +123857,32 @@
|
|
|
123844
123857
|
|
|
123845
123858
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
123846
123859
|
|
|
123860
|
+
### 第 80 次发布
|
|
123861
|
+
|
|
123862
|
+
发布时间:2024-05-10 02:31:21
|
|
123863
|
+
|
|
123864
|
+
本次发布包含了以下内容:
|
|
123865
|
+
|
|
123866
|
+
改善已有的文档。
|
|
123867
|
+
|
|
123868
|
+
修改接口:
|
|
123869
|
+
|
|
123870
|
+
* [CreatePurgeTask](https://cloud.tencent.com/document/api/1552/80703)
|
|
123871
|
+
|
|
123872
|
+
* 新增入参:CacheTag
|
|
123873
|
+
|
|
123874
|
+
|
|
123875
|
+
新增数据结构:
|
|
123876
|
+
|
|
123877
|
+
* [[CacheTag](https://cloud.tencent.com/document/api/1552/80721#CacheTag)](https://cloud.tencent.com/document/api/1552/80721#[CacheTag](https://cloud.tencent.com/document/api/1552/80721#CacheTag))
|
|
123878
|
+
|
|
123879
|
+
修改数据结构:
|
|
123880
|
+
|
|
123881
|
+
* [Task](https://cloud.tencent.com/document/api/1552/80721#Task)
|
|
123882
|
+
|
|
123883
|
+
* 新增成员:Method
|
|
123884
|
+
|
|
123885
|
+
|
|
123847
123886
|
### 第 79 次发布
|
|
123848
123887
|
|
|
123849
123888
|
发布时间:2024-05-07 17:48:36
|
|
@@ -150881,14 +150920,14 @@
|
|
|
150881
150920
|
|
|
150882
150921
|
新增接口:
|
|
150883
150922
|
|
|
150884
|
-
* [
|
|
150885
|
-
* [
|
|
150886
|
-
* [
|
|
150887
|
-
* [
|
|
150923
|
+
* [CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)
|
|
150924
|
+
* [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
|
|
150925
|
+
* [ImportIpAccessControl](https://cloud.tencent.com/document/api/627/105913)
|
|
150926
|
+
* [ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)
|
|
150888
150927
|
|
|
150889
150928
|
新增数据结构:
|
|
150890
150929
|
|
|
150891
|
-
* [
|
|
150930
|
+
* [IpAccessControlParam](https://cloud.tencent.com/document/api/627/53609#IpAccessControlParam)
|
|
150892
150931
|
|
|
150893
150932
|
### 第 82 次发布
|
|
150894
150933
|
|