tencentcloud-sdk-nodejs 4.0.668 → 4.0.669
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 +155 -0
- package/SERVICE_CHANGELOG.md +192 -100
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +4 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +15 -11
- package/src/services/dts/v20211206/dts_client.ts +30 -6
- package/src/services/dts/v20211206/dts_models.ts +80 -0
- package/src/services/ess/v20201111/ess_models.ts +29 -5
- package/src/services/essbasic/v20210526/essbasic_client.ts +14 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +64 -14
- package/src/services/nlp/v20190408/nlp_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/tcb/v20180608/tcb_models.ts +19 -14
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tse/v20201207/tse_client.ts +152 -33
- package/src/services/tse/v20201207/tse_models.ts +792 -121
- package/src/services/tts/v20190823/tts_client.ts +0 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +15 -11
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +11 -3
- package/tencentcloud/services/dts/v20211206/dts_client.js +15 -3
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +76 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +29 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +64 -14
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +19 -14
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +45 -9
- package/tencentcloud/services/tse/v20201207/tse_client.js +66 -12
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +770 -128
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +0 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +0 -1
- package/test/dts.v20211206.test.js +22 -2
- package/test/tse.v20201207.test.js +98 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,158 @@
|
|
|
1
|
+
# Release 4.0.669
|
|
2
|
+
|
|
3
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
4
|
+
|
|
5
|
+
### 第 67 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-08-21 01:09:59
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [ProxyNodeInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyNodeInfo)
|
|
16
|
+
|
|
17
|
+
* 新增成员:OssProxyNodeName
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
23
|
+
|
|
24
|
+
### 第 15 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-08-18 16:50:40
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [ModifyMigrateRateLimit](https://cloud.tencent.com/document/api/571/96732)
|
|
35
|
+
* [ModifySyncRateLimit](https://cloud.tencent.com/document/api/571/96733)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
44
|
+
|
|
45
|
+
### 第 103 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2023-08-21 01:12:45
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [CreateIntegrationDepartment](https://cloud.tencent.com/document/api/1323/93289)
|
|
56
|
+
|
|
57
|
+
* 新增入参:Agent
|
|
58
|
+
|
|
59
|
+
* [DeleteIntegrationDepartment](https://cloud.tencent.com/document/api/1323/93288)
|
|
60
|
+
|
|
61
|
+
* 新增入参:Agent
|
|
62
|
+
|
|
63
|
+
* [DescribeIntegrationDepartments](https://cloud.tencent.com/document/api/1323/93287)
|
|
64
|
+
|
|
65
|
+
* 新增入参:Agent
|
|
66
|
+
|
|
67
|
+
* [ModifyIntegrationDepartment](https://cloud.tencent.com/document/api/1323/93286)
|
|
68
|
+
|
|
69
|
+
* 新增入参:Agent
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
75
|
+
|
|
76
|
+
### 第 105 次发布
|
|
77
|
+
|
|
78
|
+
发布时间:2023-08-21 01:13:02
|
|
79
|
+
|
|
80
|
+
本次发布包含了以下内容:
|
|
81
|
+
|
|
82
|
+
改善已有的文档。
|
|
83
|
+
|
|
84
|
+
修改接口:
|
|
85
|
+
|
|
86
|
+
* [SyncProxyOrganization](https://cloud.tencent.com/document/api/1420/61518)
|
|
87
|
+
|
|
88
|
+
* 新增入参:ProxyLegalIdCardType, ProxyLegalIdCardNumber
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
98
|
+
|
|
99
|
+
### 第 99 次发布
|
|
100
|
+
|
|
101
|
+
发布时间:2023-08-18 11:40:41
|
|
102
|
+
|
|
103
|
+
本次发布包含了以下内容:
|
|
104
|
+
|
|
105
|
+
改善已有的文档。
|
|
106
|
+
|
|
107
|
+
修改数据结构:
|
|
108
|
+
|
|
109
|
+
* [WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)
|
|
110
|
+
|
|
111
|
+
* 新增成员:GatewayRoutePathMatchType
|
|
112
|
+
|
|
113
|
+
* <font color="#dd0000">**修改成员**:</font>GatewayRouteEnvId
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
119
|
+
|
|
120
|
+
### 第 39 次发布
|
|
121
|
+
|
|
122
|
+
发布时间:2023-08-21 01:19:32
|
|
123
|
+
|
|
124
|
+
本次发布包含了以下内容:
|
|
125
|
+
|
|
126
|
+
改善已有的文档。
|
|
127
|
+
|
|
128
|
+
新增接口:
|
|
129
|
+
|
|
130
|
+
* [CreateCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96757)
|
|
131
|
+
* [CreateNativeGatewayServerGroup](https://cloud.tencent.com/document/api/1364/96756)
|
|
132
|
+
* [DeleteCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96755)
|
|
133
|
+
* [DeleteNativeGatewayServerGroup](https://cloud.tencent.com/document/api/1364/96754)
|
|
134
|
+
* [DescribeCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96753)
|
|
135
|
+
* [DescribeCloudNativeAPIGateways](https://cloud.tencent.com/document/api/1364/96752)
|
|
136
|
+
* [ModifyCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96751)
|
|
137
|
+
* [ModifyNativeGatewayServerGroup](https://cloud.tencent.com/document/api/1364/96750)
|
|
138
|
+
* [UpdateCloudNativeAPIGatewaySpec](https://cloud.tencent.com/document/api/1364/96749)
|
|
139
|
+
|
|
140
|
+
新增数据结构:
|
|
141
|
+
|
|
142
|
+
* [CloudNativeAPIGatewayNodeConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNodeConfig)
|
|
143
|
+
* [CloudNativeAPIGatewayVpcConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayVpcConfig)
|
|
144
|
+
* [CreateCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#CreateCloudNativeAPIGatewayResult)
|
|
145
|
+
* [CreateCloudNativeAPIGatewayServerGroupResult](https://cloud.tencent.com/document/api/1364/54942#CreateCloudNativeAPIGatewayServerGroupResult)
|
|
146
|
+
* [DeleteCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#DeleteCloudNativeAPIGatewayResult)
|
|
147
|
+
* [DeleteNativeGatewayServerGroupResult](https://cloud.tencent.com/document/api/1364/54942#DeleteNativeGatewayServerGroupResult)
|
|
148
|
+
* [DescribeCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#DescribeCloudNativeAPIGatewayResult)
|
|
149
|
+
* [InstancePort](https://cloud.tencent.com/document/api/1364/54942#InstancePort)
|
|
150
|
+
* [InternetConfig](https://cloud.tencent.com/document/api/1364/54942#InternetConfig)
|
|
151
|
+
* [ListCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayResult)
|
|
152
|
+
* [UpdateCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#UpdateCloudNativeAPIGatewayResult)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
1
156
|
# Release 4.0.668
|
|
2
157
|
|
|
3
158
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,49 +1,50 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 67 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-08-
|
|
7
|
+
发布时间:2023-08-21 01:09:59
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
*
|
|
15
|
+
* [ProxyNodeInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyNodeInfo)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增成员:OssProxyNodeName
|
|
18
18
|
|
|
19
|
-
* DatabaseName
|
|
20
19
|
|
|
21
20
|
|
|
22
21
|
|
|
23
|
-
##
|
|
22
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
24
23
|
|
|
25
|
-
### 第
|
|
24
|
+
### 第 15 次发布
|
|
26
25
|
|
|
27
|
-
发布时间:2023-08-18
|
|
26
|
+
发布时间:2023-08-18 16:50:40
|
|
28
27
|
|
|
29
28
|
本次发布包含了以下内容:
|
|
30
29
|
|
|
31
30
|
改善已有的文档。
|
|
32
31
|
|
|
33
|
-
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [ModifyMigrateRateLimit](https://cloud.tencent.com/document/api/571/96732)
|
|
35
|
+
* [ModifySyncRateLimit](https://cloud.tencent.com/document/api/571/96733)
|
|
34
36
|
|
|
35
|
-
* [CreateVpc](https://cloud.tencent.com/document/api/1108/43569)
|
|
36
37
|
|
|
37
|
-
* 新增入参:ISPTypes
|
|
38
38
|
|
|
39
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
39
40
|
|
|
40
41
|
|
|
41
42
|
|
|
42
|
-
##
|
|
43
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
43
44
|
|
|
44
|
-
### 第
|
|
45
|
+
### 第 103 次发布
|
|
45
46
|
|
|
46
|
-
发布时间:2023-08-
|
|
47
|
+
发布时间:2023-08-21 01:12:45
|
|
47
48
|
|
|
48
49
|
本次发布包含了以下内容:
|
|
49
50
|
|
|
@@ -51,101 +52,74 @@
|
|
|
51
52
|
|
|
52
53
|
修改接口:
|
|
53
54
|
|
|
54
|
-
* [
|
|
55
|
+
* [CreateIntegrationDepartment](https://cloud.tencent.com/document/api/1323/93289)
|
|
55
56
|
|
|
56
|
-
* 新增入参:
|
|
57
|
+
* 新增入参:Agent
|
|
57
58
|
|
|
59
|
+
* [DeleteIntegrationDepartment](https://cloud.tencent.com/document/api/1323/93288)
|
|
58
60
|
|
|
59
|
-
|
|
61
|
+
* 新增入参:Agent
|
|
60
62
|
|
|
61
|
-
* [
|
|
63
|
+
* [DescribeIntegrationDepartments](https://cloud.tencent.com/document/api/1323/93287)
|
|
62
64
|
|
|
65
|
+
* 新增入参:Agent
|
|
63
66
|
|
|
67
|
+
* [ModifyIntegrationDepartment](https://cloud.tencent.com/document/api/1323/93286)
|
|
64
68
|
|
|
65
|
-
|
|
69
|
+
* 新增入参:Agent
|
|
66
70
|
|
|
67
71
|
|
|
68
72
|
|
|
69
|
-
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
70
73
|
|
|
71
|
-
|
|
74
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
72
75
|
|
|
73
|
-
|
|
76
|
+
### 第 105 次发布
|
|
77
|
+
|
|
78
|
+
发布时间:2023-08-21 01:13:02
|
|
74
79
|
|
|
75
80
|
本次发布包含了以下内容:
|
|
76
81
|
|
|
77
82
|
改善已有的文档。
|
|
78
83
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
* [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1131/96706)
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
84
|
+
修改接口:
|
|
94
85
|
|
|
95
|
-
|
|
86
|
+
* [SyncProxyOrganization](https://cloud.tencent.com/document/api/1420/61518)
|
|
96
87
|
|
|
97
|
-
|
|
88
|
+
* 新增入参:ProxyLegalIdCardType, ProxyLegalIdCardNumber
|
|
98
89
|
|
|
99
|
-
本次发布包含了以下内容:
|
|
100
90
|
|
|
101
|
-
改善已有的文档。
|
|
102
91
|
|
|
103
|
-
新增接口:
|
|
104
92
|
|
|
105
|
-
|
|
93
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
106
94
|
|
|
107
95
|
|
|
108
96
|
|
|
109
|
-
##
|
|
97
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
110
98
|
|
|
111
|
-
### 第
|
|
99
|
+
### 第 99 次发布
|
|
112
100
|
|
|
113
|
-
发布时间:2023-08-18
|
|
101
|
+
发布时间:2023-08-18 11:40:41
|
|
114
102
|
|
|
115
103
|
本次发布包含了以下内容:
|
|
116
104
|
|
|
117
105
|
改善已有的文档。
|
|
118
106
|
|
|
119
|
-
新增数据结构:
|
|
120
|
-
|
|
121
|
-
* [AddOnSubtitle](https://cloud.tencent.com/document/api/862/37615#AddOnSubtitle)
|
|
122
|
-
|
|
123
107
|
修改数据结构:
|
|
124
108
|
|
|
125
|
-
* [
|
|
126
|
-
|
|
127
|
-
* 新增成员:AddOnSubtitles
|
|
128
|
-
|
|
129
|
-
* [MediaAudioStreamItem](https://cloud.tencent.com/document/api/862/37615#MediaAudioStreamItem)
|
|
130
|
-
|
|
131
|
-
* <font color="#dd0000">**修改成员**:</font>Codecs, Loudness
|
|
132
|
-
|
|
133
|
-
* [MediaVideoStreamItem](https://cloud.tencent.com/document/api/862/37615#MediaVideoStreamItem)
|
|
134
|
-
|
|
135
|
-
* <font color="#dd0000">**修改成员**:</font>Codecs
|
|
109
|
+
* [WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)
|
|
136
110
|
|
|
137
|
-
*
|
|
111
|
+
* 新增成员:GatewayRoutePathMatchType
|
|
138
112
|
|
|
139
|
-
*
|
|
113
|
+
* <font color="#dd0000">**修改成员**:</font>GatewayRouteEnvId
|
|
140
114
|
|
|
141
115
|
|
|
142
116
|
|
|
143
117
|
|
|
144
|
-
##
|
|
118
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
145
119
|
|
|
146
|
-
### 第
|
|
120
|
+
### 第 39 次发布
|
|
147
121
|
|
|
148
|
-
发布时间:2023-08-
|
|
122
|
+
发布时间:2023-08-21 01:19:32
|
|
149
123
|
|
|
150
124
|
本次发布包含了以下内容:
|
|
151
125
|
|
|
@@ -153,32 +127,29 @@
|
|
|
153
127
|
|
|
154
128
|
新增接口:
|
|
155
129
|
|
|
156
|
-
* [
|
|
130
|
+
* [CreateCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96757)
|
|
131
|
+
* [CreateNativeGatewayServerGroup](https://cloud.tencent.com/document/api/1364/96756)
|
|
132
|
+
* [DeleteCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96755)
|
|
133
|
+
* [DeleteNativeGatewayServerGroup](https://cloud.tencent.com/document/api/1364/96754)
|
|
134
|
+
* [DescribeCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96753)
|
|
135
|
+
* [DescribeCloudNativeAPIGateways](https://cloud.tencent.com/document/api/1364/96752)
|
|
136
|
+
* [ModifyCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96751)
|
|
137
|
+
* [ModifyNativeGatewayServerGroup](https://cloud.tencent.com/document/api/1364/96750)
|
|
138
|
+
* [UpdateCloudNativeAPIGatewaySpec](https://cloud.tencent.com/document/api/1364/96749)
|
|
157
139
|
|
|
158
140
|
新增数据结构:
|
|
159
141
|
|
|
160
|
-
* [
|
|
161
|
-
* [
|
|
162
|
-
* [
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
本次发布包含了以下内容:
|
|
173
|
-
|
|
174
|
-
改善已有的文档。
|
|
175
|
-
|
|
176
|
-
修改接口:
|
|
177
|
-
|
|
178
|
-
* [DescribeVpcEndPointServiceWhiteList](https://cloud.tencent.com/document/api/215/54677)
|
|
179
|
-
|
|
180
|
-
* 新增出参:VpcEndPointServiceUserSet
|
|
181
|
-
|
|
142
|
+
* [CloudNativeAPIGatewayNodeConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNodeConfig)
|
|
143
|
+
* [CloudNativeAPIGatewayVpcConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayVpcConfig)
|
|
144
|
+
* [CreateCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#CreateCloudNativeAPIGatewayResult)
|
|
145
|
+
* [CreateCloudNativeAPIGatewayServerGroupResult](https://cloud.tencent.com/document/api/1364/54942#CreateCloudNativeAPIGatewayServerGroupResult)
|
|
146
|
+
* [DeleteCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#DeleteCloudNativeAPIGatewayResult)
|
|
147
|
+
* [DeleteNativeGatewayServerGroupResult](https://cloud.tencent.com/document/api/1364/54942#DeleteNativeGatewayServerGroupResult)
|
|
148
|
+
* [DescribeCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#DescribeCloudNativeAPIGatewayResult)
|
|
149
|
+
* [InstancePort](https://cloud.tencent.com/document/api/1364/54942#InstancePort)
|
|
150
|
+
* [InternetConfig](https://cloud.tencent.com/document/api/1364/54942#InternetConfig)
|
|
151
|
+
* [ListCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayResult)
|
|
152
|
+
* [UpdateCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#UpdateCloudNativeAPIGatewayResult)
|
|
182
153
|
|
|
183
154
|
|
|
184
155
|
|
|
@@ -38356,6 +38327,21 @@
|
|
|
38356
38327
|
|
|
38357
38328
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
38358
38329
|
|
|
38330
|
+
### 第 67 次发布
|
|
38331
|
+
|
|
38332
|
+
发布时间:2023-08-21 01:09:59
|
|
38333
|
+
|
|
38334
|
+
本次发布包含了以下内容:
|
|
38335
|
+
|
|
38336
|
+
改善已有的文档。
|
|
38337
|
+
|
|
38338
|
+
修改数据结构:
|
|
38339
|
+
|
|
38340
|
+
* [ProxyNodeInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyNodeInfo)
|
|
38341
|
+
|
|
38342
|
+
* 新增成员:OssProxyNodeName
|
|
38343
|
+
|
|
38344
|
+
|
|
38359
38345
|
### 第 66 次发布
|
|
38360
38346
|
|
|
38361
38347
|
发布时间:2023-08-16 01:18:52
|
|
@@ -46136,6 +46122,19 @@
|
|
|
46136
46122
|
|
|
46137
46123
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
46138
46124
|
|
|
46125
|
+
### 第 15 次发布
|
|
46126
|
+
|
|
46127
|
+
发布时间:2023-08-18 16:50:40
|
|
46128
|
+
|
|
46129
|
+
本次发布包含了以下内容:
|
|
46130
|
+
|
|
46131
|
+
改善已有的文档。
|
|
46132
|
+
|
|
46133
|
+
新增接口:
|
|
46134
|
+
|
|
46135
|
+
* [[ModifyMigrateRateLimit](https://cloud.tencent.com/document/api/571/96732)](https://cloud.tencent.com/document/api/#/#)
|
|
46136
|
+
* [[ModifySyncRateLimit](https://cloud.tencent.com/document/api/571/96733)](https://cloud.tencent.com/document/api/#/#)
|
|
46137
|
+
|
|
46139
46138
|
### 第 14 次发布
|
|
46140
46139
|
|
|
46141
46140
|
发布时间:2023-08-09 01:23:41
|
|
@@ -51459,6 +51458,33 @@
|
|
|
51459
51458
|
|
|
51460
51459
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
51461
51460
|
|
|
51461
|
+
### 第 103 次发布
|
|
51462
|
+
|
|
51463
|
+
发布时间:2023-08-21 01:12:45
|
|
51464
|
+
|
|
51465
|
+
本次发布包含了以下内容:
|
|
51466
|
+
|
|
51467
|
+
改善已有的文档。
|
|
51468
|
+
|
|
51469
|
+
修改接口:
|
|
51470
|
+
|
|
51471
|
+
* [CreateIntegrationDepartment](https://cloud.tencent.com/document/api/1323/93289)
|
|
51472
|
+
|
|
51473
|
+
* 新增入参:Agent
|
|
51474
|
+
|
|
51475
|
+
* [DeleteIntegrationDepartment](https://cloud.tencent.com/document/api/1323/93288)
|
|
51476
|
+
|
|
51477
|
+
* 新增入参:Agent
|
|
51478
|
+
|
|
51479
|
+
* [DescribeIntegrationDepartments](https://cloud.tencent.com/document/api/1323/93287)
|
|
51480
|
+
|
|
51481
|
+
* 新增入参:Agent
|
|
51482
|
+
|
|
51483
|
+
* [ModifyIntegrationDepartment](https://cloud.tencent.com/document/api/1323/93286)
|
|
51484
|
+
|
|
51485
|
+
* 新增入参:Agent
|
|
51486
|
+
|
|
51487
|
+
|
|
51462
51488
|
### 第 102 次发布
|
|
51463
51489
|
|
|
51464
51490
|
发布时间:2023-08-08 01:16:56
|
|
@@ -53480,6 +53506,21 @@
|
|
|
53480
53506
|
|
|
53481
53507
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
53482
53508
|
|
|
53509
|
+
### 第 105 次发布
|
|
53510
|
+
|
|
53511
|
+
发布时间:2023-08-21 01:13:02
|
|
53512
|
+
|
|
53513
|
+
本次发布包含了以下内容:
|
|
53514
|
+
|
|
53515
|
+
改善已有的文档。
|
|
53516
|
+
|
|
53517
|
+
修改接口:
|
|
53518
|
+
|
|
53519
|
+
* [SyncProxyOrganization](https://cloud.tencent.com/document/api/1420/61518)
|
|
53520
|
+
|
|
53521
|
+
* 新增入参:ProxyLegalIdCardType, ProxyLegalIdCardNumber
|
|
53522
|
+
|
|
53523
|
+
|
|
53483
53524
|
### 第 104 次发布
|
|
53484
53525
|
|
|
53485
53526
|
发布时间:2023-08-18 01:11:57
|
|
@@ -53497,7 +53538,7 @@
|
|
|
53497
53538
|
|
|
53498
53539
|
新增数据结构:
|
|
53499
53540
|
|
|
53500
|
-
* [
|
|
53541
|
+
* [FlowGroupOptions](https://cloud.tencent.com/document/api/1420/61525#FlowGroupOptions)
|
|
53501
53542
|
|
|
53502
53543
|
### 第 103 次发布
|
|
53503
53544
|
|
|
@@ -64971,7 +65012,7 @@
|
|
|
64971
65012
|
|
|
64972
65013
|
新增接口:
|
|
64973
65014
|
|
|
64974
|
-
* [
|
|
65015
|
+
* [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1131/96706)
|
|
64975
65016
|
|
|
64976
65017
|
### 第 18 次发布
|
|
64977
65018
|
|
|
@@ -67211,7 +67252,7 @@
|
|
|
67211
67252
|
|
|
67212
67253
|
新增接口:
|
|
67213
67254
|
|
|
67214
|
-
* [
|
|
67255
|
+
* [DeleteUser](https://cloud.tencent.com/document/api/1639/96698)
|
|
67215
67256
|
|
|
67216
67257
|
### 第 36 次发布
|
|
67217
67258
|
|
|
@@ -75586,7 +75627,7 @@
|
|
|
75586
75627
|
|
|
75587
75628
|
新增数据结构:
|
|
75588
75629
|
|
|
75589
|
-
* [
|
|
75630
|
+
* [AddOnSubtitle](https://cloud.tencent.com/document/api/862/37615#AddOnSubtitle)
|
|
75590
75631
|
|
|
75591
75632
|
修改数据结构:
|
|
75592
75633
|
|
|
@@ -78743,13 +78784,13 @@
|
|
|
78743
78784
|
|
|
78744
78785
|
新增接口:
|
|
78745
78786
|
|
|
78746
|
-
* [
|
|
78787
|
+
* [TestingTextGeneration](https://cloud.tencent.com/document/api/271/96708)
|
|
78747
78788
|
|
|
78748
78789
|
新增数据结构:
|
|
78749
78790
|
|
|
78750
|
-
* [
|
|
78751
|
-
* [
|
|
78752
|
-
* [
|
|
78791
|
+
* [TextGenerationChoices](https://cloud.tencent.com/document/api/271/35511#TextGenerationChoices)
|
|
78792
|
+
* [TextGenerationMessage](https://cloud.tencent.com/document/api/271/35511#TextGenerationMessage)
|
|
78793
|
+
* [TextGenerationUsage](https://cloud.tencent.com/document/api/271/35511#TextGenerationUsage)
|
|
78753
78794
|
|
|
78754
78795
|
### 第 20 次发布
|
|
78755
78796
|
|
|
@@ -94123,6 +94164,23 @@
|
|
|
94123
94164
|
|
|
94124
94165
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
94125
94166
|
|
|
94167
|
+
### 第 99 次发布
|
|
94168
|
+
|
|
94169
|
+
发布时间:2023-08-18 11:40:41
|
|
94170
|
+
|
|
94171
|
+
本次发布包含了以下内容:
|
|
94172
|
+
|
|
94173
|
+
改善已有的文档。
|
|
94174
|
+
|
|
94175
|
+
修改数据结构:
|
|
94176
|
+
|
|
94177
|
+
* [WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)
|
|
94178
|
+
|
|
94179
|
+
* 新增成员:GatewayRoutePathMatchType
|
|
94180
|
+
|
|
94181
|
+
* <font color="#dd0000">**修改成员**:</font>GatewayRouteEnvId
|
|
94182
|
+
|
|
94183
|
+
|
|
94126
94184
|
### 第 98 次发布
|
|
94127
94185
|
|
|
94128
94186
|
发布时间:2023-07-14 01:35:07
|
|
@@ -94171,7 +94229,7 @@
|
|
|
94171
94229
|
* [DescribeBillingInfo](https://cloud.tencent.com/document/api/876/94390)
|
|
94172
94230
|
* [DescribeCbrServerVersion](https://cloud.tencent.com/document/api/876/94389)
|
|
94173
94231
|
* [DescribeGatewayVersions](https://cloud.tencent.com/document/api/876/94388)
|
|
94174
|
-
* [DescribeGraphData](https://cloud.tencent.com/document/api/876/
|
|
94232
|
+
* [DescribeGraphData](https://cloud.tencent.com/document/api/876/96277)
|
|
94175
94233
|
* [DescribeWxGatewayRoutes](https://cloud.tencent.com/document/api/876/94387)
|
|
94176
94234
|
* [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
|
|
94177
94235
|
* [ModifyGatewayVersionTraffic](https://cloud.tencent.com/document/api/876/94385)
|
|
@@ -114469,6 +114527,40 @@
|
|
|
114469
114527
|
|
|
114470
114528
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
114471
114529
|
|
|
114530
|
+
### 第 39 次发布
|
|
114531
|
+
|
|
114532
|
+
发布时间:2023-08-21 01:19:32
|
|
114533
|
+
|
|
114534
|
+
本次发布包含了以下内容:
|
|
114535
|
+
|
|
114536
|
+
改善已有的文档。
|
|
114537
|
+
|
|
114538
|
+
新增接口:
|
|
114539
|
+
|
|
114540
|
+
* [[CreateCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96757)](https://cloud.tencent.com/document/api/#/#)
|
|
114541
|
+
* [[CreateNativeGatewayServerGroup](https://cloud.tencent.com/document/api/1364/96756)](https://cloud.tencent.com/document/api/#/#)
|
|
114542
|
+
* [[DeleteCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96755)](https://cloud.tencent.com/document/api/#/#)
|
|
114543
|
+
* [[DeleteNativeGatewayServerGroup](https://cloud.tencent.com/document/api/1364/96754)](https://cloud.tencent.com/document/api/#/#)
|
|
114544
|
+
* [[DescribeCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96753)](https://cloud.tencent.com/document/api/#/#)
|
|
114545
|
+
* [[DescribeCloudNativeAPIGateways](https://cloud.tencent.com/document/api/1364/96752)](https://cloud.tencent.com/document/api/#/#)
|
|
114546
|
+
* [[ModifyCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96751)](https://cloud.tencent.com/document/api/#/#)
|
|
114547
|
+
* [[ModifyNativeGatewayServerGroup](https://cloud.tencent.com/document/api/1364/96750)](https://cloud.tencent.com/document/api/#/#)
|
|
114548
|
+
* [[UpdateCloudNativeAPIGatewaySpec](https://cloud.tencent.com/document/api/1364/96749)](https://cloud.tencent.com/document/api/#/#)
|
|
114549
|
+
|
|
114550
|
+
新增数据结构:
|
|
114551
|
+
|
|
114552
|
+
* [[CloudNativeAPIGatewayNodeConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNodeConfig)](https://cloud.tencent.com/document/api/1364/54942#[CloudNativeAPIGatewayNodeConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNodeConfig))
|
|
114553
|
+
* [[CloudNativeAPIGatewayVpcConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayVpcConfig)](https://cloud.tencent.com/document/api/1364/54942#[CloudNativeAPIGatewayVpcConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayVpcConfig))
|
|
114554
|
+
* [[CreateCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#CreateCloudNativeAPIGatewayResult)](https://cloud.tencent.com/document/api/1364/54942#[CreateCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#CreateCloudNativeAPIGatewayResult))
|
|
114555
|
+
* [[CreateCloudNativeAPIGatewayServerGroupResult](https://cloud.tencent.com/document/api/1364/54942#CreateCloudNativeAPIGatewayServerGroupResult)](https://cloud.tencent.com/document/api/1364/54942#[CreateCloudNativeAPIGatewayServerGroupResult](https://cloud.tencent.com/document/api/1364/54942#CreateCloudNativeAPIGatewayServerGroupResult))
|
|
114556
|
+
* [[DeleteCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#DeleteCloudNativeAPIGatewayResult)](https://cloud.tencent.com/document/api/1364/54942#[DeleteCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#DeleteCloudNativeAPIGatewayResult))
|
|
114557
|
+
* [[DeleteNativeGatewayServerGroupResult](https://cloud.tencent.com/document/api/1364/54942#DeleteNativeGatewayServerGroupResult)](https://cloud.tencent.com/document/api/1364/54942#[DeleteNativeGatewayServerGroupResult](https://cloud.tencent.com/document/api/1364/54942#DeleteNativeGatewayServerGroupResult))
|
|
114558
|
+
* [[DescribeCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#DescribeCloudNativeAPIGatewayResult)](https://cloud.tencent.com/document/api/1364/54942#[DescribeCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#DescribeCloudNativeAPIGatewayResult))
|
|
114559
|
+
* [[InstancePort](https://cloud.tencent.com/document/api/1364/54942#InstancePort)](https://cloud.tencent.com/document/api/1364/54942#[InstancePort](https://cloud.tencent.com/document/api/1364/54942#InstancePort))
|
|
114560
|
+
* [[InternetConfig](https://cloud.tencent.com/document/api/1364/54942#InternetConfig)](https://cloud.tencent.com/document/api/1364/54942#[InternetConfig](https://cloud.tencent.com/document/api/1364/54942#InternetConfig))
|
|
114561
|
+
* [[ListCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayResult)](https://cloud.tencent.com/document/api/1364/54942#[ListCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayResult))
|
|
114562
|
+
* [[UpdateCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#UpdateCloudNativeAPIGatewayResult)](https://cloud.tencent.com/document/api/1364/54942#[UpdateCloudNativeAPIGatewayResult](https://cloud.tencent.com/document/api/1364/54942#UpdateCloudNativeAPIGatewayResult))
|
|
114563
|
+
|
|
114472
114564
|
### 第 38 次发布
|
|
114473
114565
|
|
|
114474
114566
|
发布时间:2023-08-11 01:44:23
|