tencentcloud-sdk-nodejs 4.0.909 → 4.0.911
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 +81 -0
- package/SERVICE_CHANGELOG.md +78 -177
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cfs/v20190719/cfs_models.ts +11 -1
- package/src/services/dsgc/v20190723/dsgc_models.ts +11 -11
- package/src/services/ess/v20201111/ess_client.ts +13 -4
- package/src/services/monitor/v20180724/monitor_models.ts +9 -8
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +14 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +38 -18
- package/src/services/trtc/v20190722/trtc_models.ts +5 -3
- package/src/services/vpc/v20170312/vpc_client.ts +5 -2
- package/src/services/vpc/v20170312/vpc_models.ts +46 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +11 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +11 -11
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +13 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -4
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -8
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +35 -17
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +45 -0
- package/test/sqlserver.v20180328.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,84 @@
|
|
|
1
|
+
# Release 4.0.911
|
|
2
|
+
|
|
3
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
4
|
+
|
|
5
|
+
### 第 17 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-08-06 01:35:34
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [ModifyDSPAAssessmentRiskLatest](https://cloud.tencent.com/document/api/1087/97199)
|
|
16
|
+
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>RiskLatestTableId
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
23
|
+
|
|
24
|
+
### 第 198 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-08-06 02:28:26
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增数据结构:
|
|
33
|
+
|
|
34
|
+
* [PrivateNatCrossDomainInfo](https://cloud.tencent.com/document/api/215/15824#PrivateNatCrossDomainInfo)
|
|
35
|
+
|
|
36
|
+
修改数据结构:
|
|
37
|
+
|
|
38
|
+
* [PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway)
|
|
39
|
+
|
|
40
|
+
* 新增成员:DirectConnectGatewayIds, NatType, CrossDomainInfo, VpcType, CcnId
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
# Release 4.0.910
|
|
46
|
+
|
|
47
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
48
|
+
|
|
49
|
+
### 第 30 次发布
|
|
50
|
+
|
|
51
|
+
发布时间:2024-08-05 01:14:34
|
|
52
|
+
|
|
53
|
+
本次发布包含了以下内容:
|
|
54
|
+
|
|
55
|
+
改善已有的文档。
|
|
56
|
+
|
|
57
|
+
修改数据结构:
|
|
58
|
+
|
|
59
|
+
* [UserQuota](https://cloud.tencent.com/document/api/582/38175#UserQuota)
|
|
60
|
+
|
|
61
|
+
* 新增成员:DirectoryPath, Status
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
67
|
+
|
|
68
|
+
### 第 63 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2024-08-05 02:02:14
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
新增接口:
|
|
77
|
+
|
|
78
|
+
* [CutXEvents](https://cloud.tencent.com/document/api/238/109684)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
1
82
|
# Release 4.0.909
|
|
2
83
|
|
|
3
84
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,203 +1,43 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 163 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-08-02 01:11:12
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
16
|
-
|
|
17
|
-
* 新增入参:DataProtectVolume, DiskType
|
|
18
|
-
|
|
19
|
-
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
20
|
-
|
|
21
|
-
* 新增入参:DataProtectVolume, DiskType
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## 文件存储(cfs) 版本:2019-07-19
|
|
27
|
-
|
|
28
|
-
### 第 29 次发布
|
|
29
|
-
|
|
30
|
-
发布时间:2024-08-02 01:14:53
|
|
31
|
-
|
|
32
|
-
本次发布包含了以下内容:
|
|
33
|
-
|
|
34
|
-
改善已有的文档。
|
|
35
|
-
|
|
36
|
-
修改接口:
|
|
37
|
-
|
|
38
|
-
* [DeleteUserQuota](https://cloud.tencent.com/document/api/582/82655)
|
|
39
|
-
|
|
40
|
-
* 新增入参:DirectoryPath
|
|
41
|
-
|
|
42
|
-
* <font color="#dd0000">**修改入参**:</font>UserId
|
|
43
|
-
|
|
44
|
-
* [SetUserQuota](https://cloud.tencent.com/document/api/582/82653)
|
|
45
|
-
|
|
46
|
-
* 新增入参:DirectoryPath
|
|
47
|
-
|
|
48
|
-
* <font color="#dd0000">**修改入参**:</font>UserId
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
54
|
-
|
|
55
|
-
### 第 43 次发布
|
|
56
|
-
|
|
57
|
-
发布时间:2024-08-02 01:20:09
|
|
58
|
-
|
|
59
|
-
本次发布包含了以下内容:
|
|
60
|
-
|
|
61
|
-
改善已有的文档。
|
|
62
|
-
|
|
63
|
-
修改接口:
|
|
64
|
-
|
|
65
|
-
* [DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)
|
|
66
|
-
|
|
67
|
-
* 新增出参:ReturnCode, ReturnMsg
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
73
|
-
|
|
74
|
-
### 第 15 次发布
|
|
75
|
-
|
|
76
|
-
发布时间:2024-08-02 01:40:08
|
|
77
|
-
|
|
78
|
-
本次发布包含了以下内容:
|
|
79
|
-
|
|
80
|
-
改善已有的文档。
|
|
81
|
-
|
|
82
|
-
修改接口:
|
|
83
|
-
|
|
84
|
-
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
85
|
-
|
|
86
|
-
* 新增入参:Citation
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
3
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
92
4
|
|
|
93
|
-
### 第
|
|
5
|
+
### 第 17 次发布
|
|
94
6
|
|
|
95
|
-
发布时间:2024-08-
|
|
7
|
+
发布时间:2024-08-06 01:35:34
|
|
96
8
|
|
|
97
9
|
本次发布包含了以下内容:
|
|
98
10
|
|
|
99
11
|
改善已有的文档。
|
|
100
12
|
|
|
101
|
-
新增接口:
|
|
102
|
-
|
|
103
|
-
* [CreateCloudStorageAIService](https://cloud.tencent.com/document/api/1081/109627)
|
|
104
|
-
* [ResetCloudStorageAIService](https://cloud.tencent.com/document/api/1081/109626)
|
|
105
|
-
|
|
106
13
|
修改接口:
|
|
107
14
|
|
|
108
|
-
* [
|
|
109
|
-
|
|
110
|
-
* 新增出参:Type, Status, ExpireTime, UserId
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
## 媒体处理(mps) 版本:2019-06-12
|
|
116
|
-
|
|
117
|
-
### 第 91 次发布
|
|
118
|
-
|
|
119
|
-
发布时间:2024-08-02 01:54:19
|
|
120
|
-
|
|
121
|
-
本次发布包含了以下内容:
|
|
122
|
-
|
|
123
|
-
改善已有的文档。
|
|
124
|
-
|
|
125
|
-
修改数据结构:
|
|
126
|
-
|
|
127
|
-
* [TranslateConfigureInfo](https://cloud.tencent.com/document/api/862/37615#TranslateConfigureInfo)
|
|
128
|
-
|
|
129
|
-
* 新增成员:SubtitleFormat
|
|
130
|
-
|
|
131
|
-
* [TranslateConfigureInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#TranslateConfigureInfoForUpdate)
|
|
15
|
+
* [ModifyDSPAAssessmentRiskLatest](https://cloud.tencent.com/document/api/1087/97199)
|
|
132
16
|
|
|
133
|
-
*
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>RiskLatestTableId
|
|
134
18
|
|
|
135
19
|
|
|
136
20
|
|
|
137
21
|
|
|
138
|
-
##
|
|
22
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
139
23
|
|
|
140
|
-
### 第
|
|
24
|
+
### 第 198 次发布
|
|
141
25
|
|
|
142
|
-
发布时间:2024-08-
|
|
26
|
+
发布时间:2024-08-06 02:28:26
|
|
143
27
|
|
|
144
28
|
本次发布包含了以下内容:
|
|
145
29
|
|
|
146
30
|
改善已有的文档。
|
|
147
31
|
|
|
148
|
-
新增接口:
|
|
149
|
-
|
|
150
|
-
* [DescribeRedisClusterOverview](https://cloud.tencent.com/document/api/239/109629)
|
|
151
|
-
* [DescribeRedisClusters](https://cloud.tencent.com/document/api/239/109628)
|
|
152
|
-
|
|
153
32
|
新增数据结构:
|
|
154
33
|
|
|
155
|
-
* [
|
|
156
|
-
* [ResourceBundle](https://cloud.tencent.com/document/api/239/20022#ResourceBundle)
|
|
157
|
-
|
|
158
|
-
修改数据结构:
|
|
159
|
-
|
|
160
|
-
* [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
|
|
161
|
-
|
|
162
|
-
* 新增成员:RedisClusterId, DedicatedClusterId, ProductVersion
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
168
|
-
|
|
169
|
-
### 第 84 次发布
|
|
170
|
-
|
|
171
|
-
发布时间:2024-08-02 02:18:56
|
|
172
|
-
|
|
173
|
-
本次发布包含了以下内容:
|
|
174
|
-
|
|
175
|
-
改善已有的文档。
|
|
34
|
+
* [PrivateNatCrossDomainInfo](https://cloud.tencent.com/document/api/215/15824#PrivateNatCrossDomainInfo)
|
|
176
35
|
|
|
177
36
|
修改数据结构:
|
|
178
37
|
|
|
179
|
-
* [
|
|
180
|
-
|
|
181
|
-
* 新增成员:SoundLevel
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
## 微服务引擎(tse) 版本:2020-12-07
|
|
187
|
-
|
|
188
|
-
### 第 74 次发布
|
|
189
|
-
|
|
190
|
-
发布时间:2024-08-02 02:19:29
|
|
191
|
-
|
|
192
|
-
本次发布包含了以下内容:
|
|
193
|
-
|
|
194
|
-
改善已有的文档。
|
|
195
|
-
|
|
196
|
-
修改数据结构:
|
|
197
|
-
|
|
198
|
-
* [KongActiveHealthCheck](https://cloud.tencent.com/document/api/1364/54942#KongActiveHealthCheck)
|
|
38
|
+
* [PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway)
|
|
199
39
|
|
|
200
|
-
* 新增成员:
|
|
40
|
+
* 新增成员:DirectConnectGatewayIds, NatType, CrossDomainInfo, VpcType, CcnId
|
|
201
41
|
|
|
202
42
|
|
|
203
43
|
|
|
@@ -24501,6 +24341,21 @@
|
|
|
24501
24341
|
|
|
24502
24342
|
## 文件存储(cfs) 版本:2019-07-19
|
|
24503
24343
|
|
|
24344
|
+
### 第 30 次发布
|
|
24345
|
+
|
|
24346
|
+
发布时间:2024-08-05 01:14:34
|
|
24347
|
+
|
|
24348
|
+
本次发布包含了以下内容:
|
|
24349
|
+
|
|
24350
|
+
改善已有的文档。
|
|
24351
|
+
|
|
24352
|
+
修改数据结构:
|
|
24353
|
+
|
|
24354
|
+
* [UserQuota](https://cloud.tencent.com/document/api/582/38175#UserQuota)
|
|
24355
|
+
|
|
24356
|
+
* 新增成员:DirectoryPath, Status
|
|
24357
|
+
|
|
24358
|
+
|
|
24504
24359
|
### 第 29 次发布
|
|
24505
24360
|
|
|
24506
24361
|
发布时间:2024-08-02 01:14:53
|
|
@@ -55783,6 +55638,21 @@
|
|
|
55783
55638
|
|
|
55784
55639
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
55785
55640
|
|
|
55641
|
+
### 第 17 次发布
|
|
55642
|
+
|
|
55643
|
+
发布时间:2024-08-06 01:35:34
|
|
55644
|
+
|
|
55645
|
+
本次发布包含了以下内容:
|
|
55646
|
+
|
|
55647
|
+
改善已有的文档。
|
|
55648
|
+
|
|
55649
|
+
修改接口:
|
|
55650
|
+
|
|
55651
|
+
* [ModifyDSPAAssessmentRiskLatest](https://cloud.tencent.com/document/api/1087/97199)
|
|
55652
|
+
|
|
55653
|
+
* <font color="#dd0000">**修改入参**:</font>RiskLatestTableId
|
|
55654
|
+
|
|
55655
|
+
|
|
55786
55656
|
### 第 16 次发布
|
|
55787
55657
|
|
|
55788
55658
|
发布时间:2024-07-18 01:10:11
|
|
@@ -79183,8 +79053,8 @@
|
|
|
79183
79053
|
|
|
79184
79054
|
新增接口:
|
|
79185
79055
|
|
|
79186
|
-
* [
|
|
79187
|
-
* [
|
|
79056
|
+
* [CreateCloudStorageAIService](https://cloud.tencent.com/document/api/1081/109627)
|
|
79057
|
+
* [ResetCloudStorageAIService](https://cloud.tencent.com/document/api/1081/109626)
|
|
79188
79058
|
|
|
79189
79059
|
修改接口:
|
|
79190
79060
|
|
|
@@ -107797,13 +107667,13 @@
|
|
|
107797
107667
|
|
|
107798
107668
|
新增接口:
|
|
107799
107669
|
|
|
107800
|
-
* [
|
|
107801
|
-
* [
|
|
107670
|
+
* [DescribeRedisClusterOverview](https://cloud.tencent.com/document/api/239/109629)
|
|
107671
|
+
* [DescribeRedisClusters](https://cloud.tencent.com/document/api/239/109628)
|
|
107802
107672
|
|
|
107803
107673
|
新增数据结构:
|
|
107804
107674
|
|
|
107805
|
-
* [
|
|
107806
|
-
* [
|
|
107675
|
+
* [CDCResource](https://cloud.tencent.com/document/api/239/20022#CDCResource)
|
|
107676
|
+
* [ResourceBundle](https://cloud.tencent.com/document/api/239/20022#ResourceBundle)
|
|
107807
107677
|
|
|
107808
107678
|
修改数据结构:
|
|
107809
107679
|
|
|
@@ -112589,6 +112459,18 @@
|
|
|
112589
112459
|
|
|
112590
112460
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
112591
112461
|
|
|
112462
|
+
### 第 63 次发布
|
|
112463
|
+
|
|
112464
|
+
发布时间:2024-08-05 02:02:14
|
|
112465
|
+
|
|
112466
|
+
本次发布包含了以下内容:
|
|
112467
|
+
|
|
112468
|
+
改善已有的文档。
|
|
112469
|
+
|
|
112470
|
+
新增接口:
|
|
112471
|
+
|
|
112472
|
+
* [CutXEvents](https://cloud.tencent.com/document/api/238/109684)
|
|
112473
|
+
|
|
112592
112474
|
### 第 62 次发布
|
|
112593
112475
|
|
|
112594
112476
|
发布时间:2024-06-06 02:22:45
|
|
@@ -154463,6 +154345,25 @@
|
|
|
154463
154345
|
|
|
154464
154346
|
## 私有网络(vpc) 版本:2017-03-12
|
|
154465
154347
|
|
|
154348
|
+
### 第 198 次发布
|
|
154349
|
+
|
|
154350
|
+
发布时间:2024-08-06 02:28:26
|
|
154351
|
+
|
|
154352
|
+
本次发布包含了以下内容:
|
|
154353
|
+
|
|
154354
|
+
改善已有的文档。
|
|
154355
|
+
|
|
154356
|
+
新增数据结构:
|
|
154357
|
+
|
|
154358
|
+
* [[PrivateNatCrossDomainInfo](https://cloud.tencent.com/document/api/215/15824#PrivateNatCrossDomainInfo)](https://cloud.tencent.com/document/api/215/15824#[PrivateNatCrossDomainInfo](https://cloud.tencent.com/document/api/215/15824#PrivateNatCrossDomainInfo))
|
|
154359
|
+
|
|
154360
|
+
修改数据结构:
|
|
154361
|
+
|
|
154362
|
+
* [PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway)
|
|
154363
|
+
|
|
154364
|
+
* 新增成员:DirectConnectGatewayIds, NatType, CrossDomainInfo, VpcType, CcnId
|
|
154365
|
+
|
|
154366
|
+
|
|
154466
154367
|
### 第 197 次发布
|
|
154467
154368
|
|
|
154468
154369
|
发布时间:2024-07-24 02:26:47
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-07-15 09:37:14 |
|
|
51
51
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-07-26 14:53:06 |
|
|
52
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-
|
|
52
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-05 01:14:34 |
|
|
53
53
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-07-30 01:19:22 |
|
|
54
54
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
|
|
55
55
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-06-17 01:21:02 |
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-07-22 01:24:41 |
|
|
75
75
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-07-30 01:25:44 |
|
|
76
76
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
77
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-08-
|
|
77
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-08-05 01:24:50 |
|
|
78
78
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-07-16 01:13:41 |
|
|
79
79
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
80
80
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
88
88
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
89
89
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
90
|
-
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-
|
|
90
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-08-06 01:35:34 |
|
|
91
91
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
92
92
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-24 01:36:02 |
|
|
93
93
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
99
99
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-08-01 01:40:41 |
|
|
100
100
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-22 01:39:08 |
|
|
101
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-
|
|
101
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-06 01:40:35 |
|
|
102
102
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-02 01:37:11 |
|
|
103
103
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-07-16 01:16:45 |
|
|
104
104
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-07-31 01:37:45 |
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
|
|
149
149
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-07-22 01:55:24 |
|
|
150
150
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-25 01:56:02 |
|
|
151
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-
|
|
151
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-05 01:52:14 |
|
|
152
152
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-08-02 01:54:19 |
|
|
153
153
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
|
|
154
154
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
|
|
167
167
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-20 02:06:03 |
|
|
168
168
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-08-01 02:05:51 |
|
|
169
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-08-
|
|
169
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-08-06 02:04:25 |
|
|
170
170
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
171
171
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
172
172
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-06-20 02:08:58 |
|
|
180
180
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
181
181
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
182
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-
|
|
182
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-05 02:02:14 |
|
|
183
183
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
184
184
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-07-05 01:16:31 |
|
|
185
185
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2024-05-14 02:28:40 |
|
|
195
195
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
196
196
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2024-03-20 01:24:24 |
|
|
197
|
-
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2024-
|
|
197
|
+
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2024-08-05 02:05:20 |
|
|
198
198
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-06-04 02:12:41 |
|
|
199
199
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2024-06-18 02:13:09 |
|
|
200
200
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-07-05 01:19:38 |
|
|
228
228
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
229
229
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
230
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-
|
|
230
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-06 02:22:34 |
|
|
231
231
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-08-02 02:19:29 |
|
|
232
232
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-30 11:37:37 |
|
|
233
233
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
241
241
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
242
242
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-23 11:34:10 |
|
|
243
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-
|
|
243
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-08-06 02:28:26 |
|
|
244
244
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
245
245
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-07-31 02:26:05 |
|
|
246
246
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-29 02:30:48 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.911"
|
|
@@ -1259,7 +1259,7 @@ export interface CreateCfsSnapshotResponse {
|
|
|
1259
1259
|
*/
|
|
1260
1260
|
export interface UserQuota {
|
|
1261
1261
|
/**
|
|
1262
|
-
* 指定配额类型,包括Uid、Gid
|
|
1262
|
+
* 指定配额类型,包括Uid、Gid、Dir
|
|
1263
1263
|
*/
|
|
1264
1264
|
UserType: string
|
|
1265
1265
|
/**
|
|
@@ -1288,6 +1288,16 @@ export interface UserQuota {
|
|
|
1288
1288
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1289
1289
|
*/
|
|
1290
1290
|
FileUsed?: number
|
|
1291
|
+
/**
|
|
1292
|
+
* 目录配额的目录绝对路径
|
|
1293
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1294
|
+
*/
|
|
1295
|
+
DirectoryPath?: string
|
|
1296
|
+
/**
|
|
1297
|
+
* 配置规则状态,inavailable---配置中,available --已生效,deleting--删除中,deleted 已删除,failed--配置失败
|
|
1298
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1299
|
+
*/
|
|
1300
|
+
Status?: string
|
|
1291
1301
|
}
|
|
1292
1302
|
|
|
1293
1303
|
/**
|
|
@@ -1398,19 +1398,19 @@ export interface CreateDSPAMetaResourcesResponse {
|
|
|
1398
1398
|
/**
|
|
1399
1399
|
* 本次更新的ID号,用来标记一次完整的更新过程。
|
|
1400
1400
|
*/
|
|
1401
|
-
UpdateId
|
|
1401
|
+
UpdateId?: string
|
|
1402
1402
|
/**
|
|
1403
1403
|
* 资源类型,支持:cdb(云数据库 MySQL)、dcdb(TDSQL MySQL版)、mariadb(云数据库 MariaDB)、postgres(云数据库 PostgreSQL)、cynosdbpg(TDSQL-C PostgreSQL版)、cynosdbmysql(TDSQL-C MySQL版)
|
|
1404
1404
|
*/
|
|
1405
|
-
MetaType
|
|
1405
|
+
MetaType?: string
|
|
1406
1406
|
/**
|
|
1407
1407
|
* DSPA实例ID。
|
|
1408
1408
|
*/
|
|
1409
|
-
DspaId
|
|
1409
|
+
DspaId?: string
|
|
1410
1410
|
/**
|
|
1411
1411
|
* 资源所处地域。
|
|
1412
1412
|
*/
|
|
1413
|
-
ResourceRegion
|
|
1413
|
+
ResourceRegion?: string
|
|
1414
1414
|
/**
|
|
1415
1415
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1416
1416
|
*/
|
|
@@ -5967,12 +5967,12 @@ export interface DspaUserResourceMeta {
|
|
|
5967
5967
|
*/
|
|
5968
5968
|
ResourceAuthAccount?: string
|
|
5969
5969
|
/**
|
|
5970
|
-
*
|
|
5970
|
+
* 实例类型
|
|
5971
5971
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5972
5972
|
*/
|
|
5973
5973
|
InstanceType?: string
|
|
5974
5974
|
/**
|
|
5975
|
-
*
|
|
5975
|
+
* 实例值
|
|
5976
5976
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5977
5977
|
*/
|
|
5978
5978
|
InstanceValue?: string
|
|
@@ -7442,15 +7442,15 @@ export interface ModifyDSPAAssessmentRiskLatestRequest {
|
|
|
7442
7442
|
* dspa实例id
|
|
7443
7443
|
*/
|
|
7444
7444
|
DspaId: string
|
|
7445
|
-
/**
|
|
7446
|
-
* 最新风险项Id
|
|
7447
|
-
* @deprecated
|
|
7448
|
-
*/
|
|
7449
|
-
RiskLatestTableId: number
|
|
7450
7445
|
/**
|
|
7451
7446
|
* 风险状态(waiting:待处理,processing:处理中,finished:已处理,ignored:已忽略)
|
|
7452
7447
|
*/
|
|
7453
7448
|
Status: string
|
|
7449
|
+
/**
|
|
7450
|
+
* 最新风险项Id
|
|
7451
|
+
* @deprecated
|
|
7452
|
+
*/
|
|
7453
|
+
RiskLatestTableId?: number
|
|
7454
7454
|
/**
|
|
7455
7455
|
* 备注
|
|
7456
7456
|
*/
|
|
@@ -444,7 +444,7 @@ export class Client extends AbstractClient {
|
|
|
444
444
|
<li>CreateFlowGroupByFiles</li>
|
|
445
445
|
<li>CreatePrepareFlow</li>
|
|
446
446
|
</ul>
|
|
447
|
-
发起签署流程时,通过指定NeedSignReview为true,则可以调用此接口,并指定operate=SignReview
|
|
447
|
+
发起签署流程时,通过指定NeedSignReview为true,则可以调用此接口,并指定operate=SignReview,以提交企业内部签署审批结果(<font color="red">审核对象:本企业合同参与方的签署动作</font>)</li>
|
|
448
448
|
<li>在通过接口
|
|
449
449
|
<ul>
|
|
450
450
|
<li>CreateFlowByFiles</li>
|
|
@@ -452,14 +452,23 @@ export class Client extends AbstractClient {
|
|
|
452
452
|
<li>CreateFlowGroupByTemplates</li>
|
|
453
453
|
<li>CreateFlowGroupByFiles</li>
|
|
454
454
|
</ul>
|
|
455
|
-
发起签署流程时,通过指定签署人ApproverNeedSignReview为true,则可以调用此接口,并指定operate=SignReview,并指定RecipientId
|
|
455
|
+
发起签署流程时,通过指定签署人ApproverNeedSignReview为true,则可以调用此接口,并指定operate=SignReview,并指定RecipientId,以提交企业内部签署审批结果(<font color="red">审核对象:本企业、合同企业、自然人合同参与方的签署动作</font>)</li>
|
|
456
456
|
</ul>
|
|
457
457
|
</li>
|
|
458
|
+
|
|
459
|
+
对应签署人在签署页面会看到下面的提示:
|
|
460
|
+

|
|
461
|
+
|
|
458
462
|
<li>发起审核
|
|
459
463
|
<ul>
|
|
460
|
-
<li>通过接口CreatePrepareFlow指定发起后需要审核,那么可以调用此接口,并指定operate=CreateReview
|
|
464
|
+
<li>通过接口CreatePrepareFlow指定发起后需要审核,那么可以调用此接口,并指定operate=CreateReview,以提交企业内部审批结果。可以多次提交审批结果,但一旦审批通过,后续提交的结果将无效(<font color="red">审核对象:本企业合同发起方的发起动作</font>)
|
|
461
465
|
</li>
|
|
462
466
|
</ul>
|
|
467
|
+
|
|
468
|
+
对应发起人在发起合同的最后环节会有<b>提交审批</b>的按钮:
|
|
469
|
+
|
|
470
|
+

|
|
471
|
+
|
|
463
472
|
</li>
|
|
464
473
|
</ul>
|
|
465
474
|
*/
|
|
@@ -1668,7 +1677,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1668
1677
|
|
|
1669
1678
|

|
|
1670
1679
|
|
|
1671
|
-
<b><font color="red">2. 动态签署人合同</font>: 若未指定具体签署人的信息,则合同变成动态签署人合同</b>。需调用此接口补充或添加签署人。可以参考文档
|
|
1680
|
+
<b><font color="red">2. 动态签署人合同</font>: 若未指定具体签署人的信息,则合同变成动态签署人合同</b>。需调用此接口补充或添加签署人。可以参考文档 [动态签署人合同](https://qian.tencent.com/developers/company/dynamic_signer/) 。动态签署人在控制台上的展示样式如下:
|
|
1672
1681
|
|
|
1673
1682
|

|
|
1674
1683
|
|