tencentcloud-sdk-nodejs 4.0.798 → 4.0.799
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 +158 -0
- package/SERVICE_CHANGELOG.md +218 -61
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_client.ts +43 -6
- package/src/services/cvm/v20170312/cvm_models.ts +146 -28
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +28 -0
- package/src/services/ess/v20201111/ess_models.ts +4 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -5
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -0
- package/src/services/lcic/v20220817/lcic_models.ts +15 -15
- package/src/services/live/v20180801/live_models.ts +8 -8
- package/src/services/memcached/v20190318/memcached_models.ts +2 -0
- package/src/services/mna/v20210119/mna_models.ts +10 -0
- package/src/services/monitor/v20180724/monitor_models.ts +9 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +17 -4
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +22 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +140 -28
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +26 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -5
- 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 +26 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +15 -15
- package/tencentcloud/services/live/v20180801/live_models.d.ts +8 -8
- package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +2 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +10 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -0
- package/test/cvm.v20170312.test.js +30 -0
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,161 @@
|
|
|
1
|
+
# Release 4.0.799
|
|
2
|
+
|
|
3
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
4
|
+
|
|
5
|
+
### 第 124 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-02-27 01:11:44
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DeleteInstancesActionTimer](https://cloud.tencent.com/document/api/213/103951)
|
|
16
|
+
* [DescribeInstancesActionTimer](https://cloud.tencent.com/document/api/213/103950)
|
|
17
|
+
* [ImportInstancesActionTimer](https://cloud.tencent.com/document/api/213/103949)
|
|
18
|
+
|
|
19
|
+
修改接口:
|
|
20
|
+
|
|
21
|
+
* [CreateHpcCluster](https://cloud.tencent.com/document/api/213/83222)
|
|
22
|
+
|
|
23
|
+
* 新增入参:HpcClusterType, HpcClusterBusinessId
|
|
24
|
+
|
|
25
|
+
* [DescribeHpcClusters](https://cloud.tencent.com/document/api/213/83220)
|
|
26
|
+
|
|
27
|
+
* 新增入参:HpcClusterType, HpcClusterBusinessId
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
修改数据结构:
|
|
31
|
+
|
|
32
|
+
* [HpcClusterInfo](https://cloud.tencent.com/document/api/213/15753#HpcClusterInfo)
|
|
33
|
+
|
|
34
|
+
* 新增成员:HpcClusterType, HpcClusterBusinessId
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
40
|
+
|
|
41
|
+
### 第 80 次发布
|
|
42
|
+
|
|
43
|
+
发布时间:2024-02-26 01:12:56
|
|
44
|
+
|
|
45
|
+
本次发布包含了以下内容:
|
|
46
|
+
|
|
47
|
+
改善已有的文档。
|
|
48
|
+
|
|
49
|
+
新增接口:
|
|
50
|
+
|
|
51
|
+
* [DescribeClusterInstanceGroups](https://cloud.tencent.com/document/api/1003/103934)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
56
|
+
|
|
57
|
+
### 第 56 次发布
|
|
58
|
+
|
|
59
|
+
发布时间:2024-02-26 01:17:19
|
|
60
|
+
|
|
61
|
+
本次发布包含了以下内容:
|
|
62
|
+
|
|
63
|
+
改善已有的文档。
|
|
64
|
+
|
|
65
|
+
新增接口:
|
|
66
|
+
|
|
67
|
+
* [DescribeDeviceFirmWare](https://cloud.tencent.com/document/api/1081/103935)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
72
|
+
|
|
73
|
+
### 第 51 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2024-02-27 01:18:37
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
81
|
+
修改数据结构:
|
|
82
|
+
|
|
83
|
+
* [AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)
|
|
84
|
+
|
|
85
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Answer, CostTime, UserId, IsCorrect
|
|
86
|
+
|
|
87
|
+
* [BatchUserInfo](https://cloud.tencent.com/document/api/1639/81423#BatchUserInfo)
|
|
88
|
+
|
|
89
|
+
* <font color="#dd0000">**修改成员**:</font>SdkAppId, UserId, OriginId
|
|
90
|
+
|
|
91
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/1639/81423#GroupInfo)
|
|
92
|
+
|
|
93
|
+
* <font color="#dd0000">**修改成员**:</font>GroupId, GroupName, TeacherId, GroupType, SubGroupIds
|
|
94
|
+
|
|
95
|
+
* [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
|
|
96
|
+
|
|
97
|
+
* <font color="#dd0000">**修改成员**:</font>IPAddress, Location, Device, PerMemberMicCount, PerMemberMessageCount, Role, GroupId, SubGroupId, Stage, CurrentState
|
|
98
|
+
|
|
99
|
+
* [MessageList](https://cloud.tencent.com/document/api/1639/81423#MessageList)
|
|
100
|
+
|
|
101
|
+
* <font color="#dd0000">**修改成员**:</font>Timestamp, FromAccount, Seq, MessageBody
|
|
102
|
+
|
|
103
|
+
* [TextMarkConfig](https://cloud.tencent.com/document/api/1639/81423#TextMarkConfig)
|
|
104
|
+
|
|
105
|
+
* <font color="#dd0000">**修改成员**:</font>Text, Color
|
|
106
|
+
|
|
107
|
+
* [WatermarkConfig](https://cloud.tencent.com/document/api/1639/81423#WatermarkConfig)
|
|
108
|
+
|
|
109
|
+
* <font color="#dd0000">**修改成员**:</font>Url, Width, Height, LocationX, LocationY
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## 多网聚合加速(mna) 版本:2021-01-19
|
|
115
|
+
|
|
116
|
+
### 第 16 次发布
|
|
117
|
+
|
|
118
|
+
发布时间:2024-02-26 01:19:32
|
|
119
|
+
|
|
120
|
+
本次发布包含了以下内容:
|
|
121
|
+
|
|
122
|
+
改善已有的文档。
|
|
123
|
+
|
|
124
|
+
修改接口:
|
|
125
|
+
|
|
126
|
+
* [OrderFlowPackage](https://cloud.tencent.com/document/api/1385/102108)
|
|
127
|
+
|
|
128
|
+
* 新增入参:AutoVoucher, VoucherIds
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
134
|
+
|
|
135
|
+
### 第 106 次发布
|
|
136
|
+
|
|
137
|
+
发布时间:2024-02-26 01:19:42
|
|
138
|
+
|
|
139
|
+
本次发布包含了以下内容:
|
|
140
|
+
|
|
141
|
+
改善已有的文档。
|
|
142
|
+
|
|
143
|
+
修改接口:
|
|
144
|
+
|
|
145
|
+
* [BindingPolicyTag](https://cloud.tencent.com/document/api/248/67219)
|
|
146
|
+
|
|
147
|
+
* 新增入参:TagOperation
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
修改数据结构:
|
|
151
|
+
|
|
152
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
153
|
+
|
|
154
|
+
* 新增成员:TagOperation
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
1
159
|
# Release 4.0.798
|
|
2
160
|
|
|
3
161
|
## 语音识别(asr) 版本:2019-06-14
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,132 +1,157 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 124 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-02-
|
|
7
|
+
发布时间:2024-02-27 01:11:44
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DeleteInstancesActionTimer](https://cloud.tencent.com/document/api/213/103951)
|
|
16
|
+
* [DescribeInstancesActionTimer](https://cloud.tencent.com/document/api/213/103950)
|
|
17
|
+
* [ImportInstancesActionTimer](https://cloud.tencent.com/document/api/213/103949)
|
|
18
|
+
|
|
13
19
|
修改接口:
|
|
14
20
|
|
|
15
|
-
* [
|
|
21
|
+
* [CreateHpcCluster](https://cloud.tencent.com/document/api/213/83222)
|
|
16
22
|
|
|
17
|
-
*
|
|
23
|
+
* 新增入参:HpcClusterType, HpcClusterBusinessId
|
|
18
24
|
|
|
25
|
+
* [DescribeHpcClusters](https://cloud.tencent.com/document/api/213/83220)
|
|
19
26
|
|
|
27
|
+
* 新增入参:HpcClusterType, HpcClusterBusinessId
|
|
20
28
|
|
|
21
29
|
|
|
22
|
-
|
|
30
|
+
修改数据结构:
|
|
23
31
|
|
|
24
|
-
|
|
32
|
+
* [HpcClusterInfo](https://cloud.tencent.com/document/api/213/15753#HpcClusterInfo)
|
|
25
33
|
|
|
26
|
-
|
|
34
|
+
* 新增成员:HpcClusterType, HpcClusterBusinessId
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
40
|
+
|
|
41
|
+
### 第 80 次发布
|
|
42
|
+
|
|
43
|
+
发布时间:2024-02-26 01:12:56
|
|
27
44
|
|
|
28
45
|
本次发布包含了以下内容:
|
|
29
46
|
|
|
30
47
|
改善已有的文档。
|
|
31
48
|
|
|
32
|
-
|
|
49
|
+
新增接口:
|
|
33
50
|
|
|
34
|
-
* [
|
|
51
|
+
* [DescribeClusterInstanceGroups](https://cloud.tencent.com/document/api/1003/103934)
|
|
35
52
|
|
|
36
|
-
* 新增入参:IsTransformDataType
|
|
37
53
|
|
|
38
54
|
|
|
55
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
39
56
|
|
|
57
|
+
### 第 56 次发布
|
|
40
58
|
|
|
41
|
-
|
|
59
|
+
发布时间:2024-02-26 01:17:19
|
|
42
60
|
|
|
43
|
-
|
|
61
|
+
本次发布包含了以下内容:
|
|
44
62
|
|
|
45
|
-
|
|
63
|
+
改善已有的文档。
|
|
64
|
+
|
|
65
|
+
新增接口:
|
|
66
|
+
|
|
67
|
+
* [DescribeDeviceFirmWare](https://cloud.tencent.com/document/api/1081/103935)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
72
|
+
|
|
73
|
+
### 第 51 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2024-02-27 01:18:37
|
|
46
76
|
|
|
47
77
|
本次发布包含了以下内容:
|
|
48
78
|
|
|
49
79
|
改善已有的文档。
|
|
50
80
|
|
|
51
|
-
|
|
81
|
+
修改数据结构:
|
|
52
82
|
|
|
53
|
-
* [
|
|
54
|
-
* [DifferenceAdvancedObjectsDetail](https://cloud.tencent.com/document/api/571/82108#DifferenceAdvancedObjectsDetail)
|
|
55
|
-
* [DifferenceData](https://cloud.tencent.com/document/api/571/82108#DifferenceData)
|
|
56
|
-
* [DifferenceDataDetail](https://cloud.tencent.com/document/api/571/82108#DifferenceDataDetail)
|
|
57
|
-
* [DifferenceRowDetail](https://cloud.tencent.com/document/api/571/82108#DifferenceRowDetail)
|
|
58
|
-
* [RowsCountDifference](https://cloud.tencent.com/document/api/571/82108#RowsCountDifference)
|
|
83
|
+
* [AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)
|
|
59
84
|
|
|
60
|
-
|
|
85
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Answer, CostTime, UserId, IsCorrect
|
|
61
86
|
|
|
62
|
-
* [
|
|
87
|
+
* [BatchUserInfo](https://cloud.tencent.com/document/api/1639/81423#BatchUserInfo)
|
|
63
88
|
|
|
64
|
-
*
|
|
89
|
+
* <font color="#dd0000">**修改成员**:</font>SdkAppId, UserId, OriginId
|
|
65
90
|
|
|
91
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/1639/81423#GroupInfo)
|
|
66
92
|
|
|
93
|
+
* <font color="#dd0000">**修改成员**:</font>GroupId, GroupName, TeacherId, GroupType, SubGroupIds
|
|
67
94
|
|
|
95
|
+
* [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
|
|
68
96
|
|
|
69
|
-
|
|
97
|
+
* <font color="#dd0000">**修改成员**:</font>IPAddress, Location, Device, PerMemberMicCount, PerMemberMessageCount, Role, GroupId, SubGroupId, Stage, CurrentState
|
|
70
98
|
|
|
99
|
+
* [MessageList](https://cloud.tencent.com/document/api/1639/81423#MessageList)
|
|
71
100
|
|
|
101
|
+
* <font color="#dd0000">**修改成员**:</font>Timestamp, FromAccount, Seq, MessageBody
|
|
72
102
|
|
|
73
|
-
|
|
103
|
+
* [TextMarkConfig](https://cloud.tencent.com/document/api/1639/81423#TextMarkConfig)
|
|
74
104
|
|
|
75
|
-
|
|
105
|
+
* <font color="#dd0000">**修改成员**:</font>Text, Color
|
|
76
106
|
|
|
77
|
-
|
|
107
|
+
* [WatermarkConfig](https://cloud.tencent.com/document/api/1639/81423#WatermarkConfig)
|
|
78
108
|
|
|
79
|
-
|
|
109
|
+
* <font color="#dd0000">**修改成员**:</font>Url, Width, Height, LocationX, LocationY
|
|
80
110
|
|
|
81
|
-
改善已有的文档。
|
|
82
111
|
|
|
83
|
-
修改接口:
|
|
84
112
|
|
|
85
|
-
* [ListTasks](https://cloud.tencent.com/document/api/1344/97294)
|
|
86
113
|
|
|
87
|
-
|
|
114
|
+
## 多网聚合加速(mna) 版本:2021-01-19
|
|
88
115
|
|
|
116
|
+
### 第 16 次发布
|
|
89
117
|
|
|
90
|
-
|
|
118
|
+
发布时间:2024-02-26 01:19:32
|
|
91
119
|
|
|
92
|
-
|
|
120
|
+
本次发布包含了以下内容:
|
|
93
121
|
|
|
94
|
-
|
|
122
|
+
改善已有的文档。
|
|
95
123
|
|
|
96
|
-
|
|
124
|
+
修改接口:
|
|
97
125
|
|
|
98
|
-
|
|
126
|
+
* [OrderFlowPackage](https://cloud.tencent.com/document/api/1385/102108)
|
|
99
127
|
|
|
128
|
+
* 新增入参:AutoVoucher, VoucherIds
|
|
100
129
|
|
|
101
130
|
|
|
102
131
|
|
|
103
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
104
132
|
|
|
105
|
-
|
|
133
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
106
134
|
|
|
107
|
-
|
|
135
|
+
### 第 106 次发布
|
|
136
|
+
|
|
137
|
+
发布时间:2024-02-26 01:19:42
|
|
108
138
|
|
|
109
139
|
本次发布包含了以下内容:
|
|
110
140
|
|
|
111
141
|
改善已有的文档。
|
|
112
142
|
|
|
113
|
-
|
|
143
|
+
修改接口:
|
|
114
144
|
|
|
115
|
-
* [
|
|
116
|
-
* [InstanceLifeCycleOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceLifeCycleOpsDto)
|
|
117
|
-
* [InstanceLifeDetailDto](https://cloud.tencent.com/document/api/1267/76336#InstanceLifeDetailDto)
|
|
145
|
+
* [BindingPolicyTag](https://cloud.tencent.com/document/api/248/67219)
|
|
118
146
|
|
|
119
|
-
|
|
147
|
+
* 新增入参:TagOperation
|
|
120
148
|
|
|
121
|
-
* [InstanceLogInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceLogInfo)
|
|
122
149
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
* <font color="#dd0000">**修改成员**:</font>TaskId, CurRunDate, Tries, LastUpdate, BrokerIp, FileSize, OriginFileName, CreateTime, InstanceLogType, TaskName, CostTime, InstanceStatus, CodeFileName
|
|
150
|
+
修改数据结构:
|
|
126
151
|
|
|
127
|
-
* [
|
|
152
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
128
153
|
|
|
129
|
-
* 新增成员:
|
|
154
|
+
* 新增成员:TagOperation
|
|
130
155
|
|
|
131
156
|
|
|
132
157
|
|
|
@@ -36926,6 +36951,38 @@
|
|
|
36926
36951
|
|
|
36927
36952
|
## 云服务器(cvm) 版本:2017-03-12
|
|
36928
36953
|
|
|
36954
|
+
### 第 124 次发布
|
|
36955
|
+
|
|
36956
|
+
发布时间:2024-02-27 01:11:44
|
|
36957
|
+
|
|
36958
|
+
本次发布包含了以下内容:
|
|
36959
|
+
|
|
36960
|
+
改善已有的文档。
|
|
36961
|
+
|
|
36962
|
+
新增接口:
|
|
36963
|
+
|
|
36964
|
+
* [[DeleteInstancesActionTimer](https://cloud.tencent.com/document/api/213/103951)](https://cloud.tencent.com/document/api/#/#)
|
|
36965
|
+
* [[DescribeInstancesActionTimer](https://cloud.tencent.com/document/api/213/103950)](https://cloud.tencent.com/document/api/#/#)
|
|
36966
|
+
* [[ImportInstancesActionTimer](https://cloud.tencent.com/document/api/213/103949)](https://cloud.tencent.com/document/api/#/#)
|
|
36967
|
+
|
|
36968
|
+
修改接口:
|
|
36969
|
+
|
|
36970
|
+
* [CreateHpcCluster](https://cloud.tencent.com/document/api/213/83222)
|
|
36971
|
+
|
|
36972
|
+
* 新增入参:HpcClusterType, HpcClusterBusinessId
|
|
36973
|
+
|
|
36974
|
+
* [DescribeHpcClusters](https://cloud.tencent.com/document/api/213/83220)
|
|
36975
|
+
|
|
36976
|
+
* 新增入参:HpcClusterType, HpcClusterBusinessId
|
|
36977
|
+
|
|
36978
|
+
|
|
36979
|
+
修改数据结构:
|
|
36980
|
+
|
|
36981
|
+
* [HpcClusterInfo](https://cloud.tencent.com/document/api/213/15753#HpcClusterInfo)
|
|
36982
|
+
|
|
36983
|
+
* 新增成员:HpcClusterType, HpcClusterBusinessId
|
|
36984
|
+
|
|
36985
|
+
|
|
36929
36986
|
### 第 123 次发布
|
|
36930
36987
|
|
|
36931
36988
|
发布时间:2023-12-22 01:11:31
|
|
@@ -42657,6 +42714,18 @@
|
|
|
42657
42714
|
|
|
42658
42715
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
42659
42716
|
|
|
42717
|
+
### 第 80 次发布
|
|
42718
|
+
|
|
42719
|
+
发布时间:2024-02-26 01:12:56
|
|
42720
|
+
|
|
42721
|
+
本次发布包含了以下内容:
|
|
42722
|
+
|
|
42723
|
+
改善已有的文档。
|
|
42724
|
+
|
|
42725
|
+
新增接口:
|
|
42726
|
+
|
|
42727
|
+
* [[DescribeClusterInstanceGroups](https://cloud.tencent.com/document/api/1003/103934)](https://cloud.tencent.com/document/api/#/#)
|
|
42728
|
+
|
|
42660
42729
|
### 第 79 次发布
|
|
42661
42730
|
|
|
42662
42731
|
发布时间:2024-02-21 01:12:48
|
|
@@ -52219,12 +52288,12 @@
|
|
|
52219
52288
|
|
|
52220
52289
|
新增数据结构:
|
|
52221
52290
|
|
|
52222
|
-
* [
|
|
52223
|
-
* [
|
|
52224
|
-
* [
|
|
52225
|
-
* [
|
|
52226
|
-
* [
|
|
52227
|
-
* [
|
|
52291
|
+
* [AdvancedObjectsItem](https://cloud.tencent.com/document/api/571/82108#AdvancedObjectsItem)
|
|
52292
|
+
* [DifferenceAdvancedObjectsDetail](https://cloud.tencent.com/document/api/571/82108#DifferenceAdvancedObjectsDetail)
|
|
52293
|
+
* [DifferenceData](https://cloud.tencent.com/document/api/571/82108#DifferenceData)
|
|
52294
|
+
* [DifferenceDataDetail](https://cloud.tencent.com/document/api/571/82108#DifferenceDataDetail)
|
|
52295
|
+
* [DifferenceRowDetail](https://cloud.tencent.com/document/api/571/82108#DifferenceRowDetail)
|
|
52296
|
+
* [RowsCountDifference](https://cloud.tencent.com/document/api/571/82108#RowsCountDifference)
|
|
52228
52297
|
|
|
52229
52298
|
修改数据结构:
|
|
52230
52299
|
|
|
@@ -72109,6 +72178,18 @@
|
|
|
72109
72178
|
|
|
72110
72179
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
72111
72180
|
|
|
72181
|
+
### 第 56 次发布
|
|
72182
|
+
|
|
72183
|
+
发布时间:2024-02-26 01:17:19
|
|
72184
|
+
|
|
72185
|
+
本次发布包含了以下内容:
|
|
72186
|
+
|
|
72187
|
+
改善已有的文档。
|
|
72188
|
+
|
|
72189
|
+
新增接口:
|
|
72190
|
+
|
|
72191
|
+
* [[DescribeDeviceFirmWare](https://cloud.tencent.com/document/api/1081/103935)](https://cloud.tencent.com/document/api/#/#)
|
|
72192
|
+
|
|
72112
72193
|
### 第 55 次发布
|
|
72113
72194
|
|
|
72114
72195
|
发布时间:2024-02-02 01:15:04
|
|
@@ -76771,6 +76852,45 @@
|
|
|
76771
76852
|
|
|
76772
76853
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
76773
76854
|
|
|
76855
|
+
### 第 51 次发布
|
|
76856
|
+
|
|
76857
|
+
发布时间:2024-02-27 01:18:37
|
|
76858
|
+
|
|
76859
|
+
本次发布包含了以下内容:
|
|
76860
|
+
|
|
76861
|
+
改善已有的文档。
|
|
76862
|
+
|
|
76863
|
+
修改数据结构:
|
|
76864
|
+
|
|
76865
|
+
* [AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)
|
|
76866
|
+
|
|
76867
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Answer, CostTime, UserId, IsCorrect
|
|
76868
|
+
|
|
76869
|
+
* [BatchUserInfo](https://cloud.tencent.com/document/api/1639/81423#BatchUserInfo)
|
|
76870
|
+
|
|
76871
|
+
* <font color="#dd0000">**修改成员**:</font>SdkAppId, UserId, OriginId
|
|
76872
|
+
|
|
76873
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/1639/81423#GroupInfo)
|
|
76874
|
+
|
|
76875
|
+
* <font color="#dd0000">**修改成员**:</font>GroupId, GroupName, TeacherId, GroupType, SubGroupIds
|
|
76876
|
+
|
|
76877
|
+
* [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
|
|
76878
|
+
|
|
76879
|
+
* <font color="#dd0000">**修改成员**:</font>IPAddress, Location, Device, PerMemberMicCount, PerMemberMessageCount, Role, GroupId, SubGroupId, Stage, CurrentState
|
|
76880
|
+
|
|
76881
|
+
* [MessageList](https://cloud.tencent.com/document/api/1639/81423#MessageList)
|
|
76882
|
+
|
|
76883
|
+
* <font color="#dd0000">**修改成员**:</font>Timestamp, FromAccount, Seq, MessageBody
|
|
76884
|
+
|
|
76885
|
+
* [TextMarkConfig](https://cloud.tencent.com/document/api/1639/81423#TextMarkConfig)
|
|
76886
|
+
|
|
76887
|
+
* <font color="#dd0000">**修改成员**:</font>Text, Color
|
|
76888
|
+
|
|
76889
|
+
* [WatermarkConfig](https://cloud.tencent.com/document/api/1639/81423#WatermarkConfig)
|
|
76890
|
+
|
|
76891
|
+
* <font color="#dd0000">**修改成员**:</font>Url, Width, Height, LocationX, LocationY
|
|
76892
|
+
|
|
76893
|
+
|
|
76774
76894
|
### 第 50 次发布
|
|
76775
76895
|
|
|
76776
76896
|
发布时间:2024-01-31 01:17:54
|
|
@@ -82913,6 +83033,21 @@
|
|
|
82913
83033
|
|
|
82914
83034
|
## 多网聚合加速(mna) 版本:2021-01-19
|
|
82915
83035
|
|
|
83036
|
+
### 第 16 次发布
|
|
83037
|
+
|
|
83038
|
+
发布时间:2024-02-26 01:19:32
|
|
83039
|
+
|
|
83040
|
+
本次发布包含了以下内容:
|
|
83041
|
+
|
|
83042
|
+
改善已有的文档。
|
|
83043
|
+
|
|
83044
|
+
修改接口:
|
|
83045
|
+
|
|
83046
|
+
* [OrderFlowPackage](https://cloud.tencent.com/document/api/1385/102108)
|
|
83047
|
+
|
|
83048
|
+
* 新增入参:AutoVoucher, VoucherIds
|
|
83049
|
+
|
|
83050
|
+
|
|
82916
83051
|
### 第 15 次发布
|
|
82917
83052
|
|
|
82918
83053
|
发布时间:2023-12-01 01:19:47
|
|
@@ -83869,6 +84004,28 @@
|
|
|
83869
84004
|
|
|
83870
84005
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
83871
84006
|
|
|
84007
|
+
### 第 106 次发布
|
|
84008
|
+
|
|
84009
|
+
发布时间:2024-02-26 01:19:42
|
|
84010
|
+
|
|
84011
|
+
本次发布包含了以下内容:
|
|
84012
|
+
|
|
84013
|
+
改善已有的文档。
|
|
84014
|
+
|
|
84015
|
+
修改接口:
|
|
84016
|
+
|
|
84017
|
+
* [BindingPolicyTag](https://cloud.tencent.com/document/api/248/67219)
|
|
84018
|
+
|
|
84019
|
+
* 新增入参:TagOperation
|
|
84020
|
+
|
|
84021
|
+
|
|
84022
|
+
修改数据结构:
|
|
84023
|
+
|
|
84024
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
84025
|
+
|
|
84026
|
+
* 新增成员:TagOperation
|
|
84027
|
+
|
|
84028
|
+
|
|
83872
84029
|
### 第 105 次发布
|
|
83873
84030
|
|
|
83874
84031
|
发布时间:2024-01-24 01:32:19
|
|
@@ -146674,9 +146831,9 @@
|
|
|
146674
146831
|
|
|
146675
146832
|
新增数据结构:
|
|
146676
146833
|
|
|
146677
|
-
* [
|
|
146678
|
-
* [
|
|
146679
|
-
* [
|
|
146834
|
+
* [AttributeItemDTO](https://cloud.tencent.com/document/api/1267/76336#AttributeItemDTO)
|
|
146835
|
+
* [InstanceLifeCycleOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceLifeCycleOpsDto)
|
|
146836
|
+
* [InstanceLifeDetailDto](https://cloud.tencent.com/document/api/1267/76336#InstanceLifeDetailDto)
|
|
146680
146837
|
|
|
146681
146838
|
修改数据结构:
|
|
146682
146839
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-01-31 01:06:22 |
|
|
18
|
-
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) |
|
|
18
|
+
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-02-27 01:07:46 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-02-22 01:07:53 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-02-23 01:07:51 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
| config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-27 00:06:03 |
|
|
68
68
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-02-
|
|
70
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-02-27 01:11:36 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-02-
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-02-27 01:11:44 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-02-02 01:09:36 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-02-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-02-26 01:12:56 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-01-24 01:26:26 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-01-17 01:14:14 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
94
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-02-
|
|
94
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-02-27 01:15:03 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-02-21 01:15:23 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-25 01:13:20 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-02-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-02-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-02-27 01:15:41 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-02-26 15:57:46 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-02-22 01:16:11 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-01-26 01:14:52 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-01-31 01:16:26 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-02-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-02-26 01:17:19 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-02-22 01:17:49 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
@@ -132,20 +132,20 @@
|
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-12-28 01:18:25 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-01-25 01:16:59 |
|
|
135
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-02-
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-
|
|
135
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-02-27 01:18:37 |
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-02-26 01:18:47 |
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-02-27 01:19:09 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
141
141
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-10-30 00:58:10 |
|
|
142
142
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-09-21 04:45:17 |
|
|
143
|
-
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) |
|
|
143
|
+
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-02-27 01:19:38 |
|
|
144
144
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
146
|
-
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-
|
|
146
|
+
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-02-26 01:19:32 |
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-02-05 01:18:33 |
|
|
148
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-
|
|
148
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-02-26 01:19:42 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-26 01:17:35 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-08 00:14:42 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.799"
|