tencentcloud-sdk-nodejs 4.0.943 → 4.0.944
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 +175 -0
- package/SERVICE_CHANGELOG.md +283 -25
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +30 -18
- package/src/services/apigateway/v20180808/apigateway_models.ts +56 -41
- package/src/services/cvm/v20170312/cvm_models.ts +11 -11
- package/src/services/emr/v20190103/emr_client.ts +43 -16
- package/src/services/emr/v20190103/emr_models.ts +195 -38
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +8 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +9 -0
- package/src/services/faceid/v20180301/faceid_models.ts +8 -0
- package/src/services/postgres/v20170312/postgres_client.ts +26 -1
- package/src/services/postgres/v20170312/postgres_models.ts +138 -19
- package/src/services/sms/v20190711/sms_models.ts +3 -3
- package/src/services/sms/v20210111/sms_models.ts +9 -8
- package/src/services/teo/v20220901/teo_models.ts +11 -7
- package/src/services/vod/v20180717/vod_client.ts +10 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +11 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +14 -8
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +54 -41
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -11
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +13 -5
- package/tencentcloud/services/emr/v20190103/emr_client.js +18 -6
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +188 -38
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +9 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +12 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +133 -19
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +3 -3
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -8
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +11 -7
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +9 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +9 -1
- package/test/apigateway.v20180808.test.js +14 -4
- package/test/emr.v20190103.test.js +24 -4
- package/test/postgres.v20170312.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,178 @@
|
|
|
1
|
+
# Release 4.0.944
|
|
2
|
+
|
|
3
|
+
## API 网关(apigateway) 版本:2018-08-08
|
|
4
|
+
|
|
5
|
+
### 第 49 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-09-24 01:08:10
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeExclusiveInstanceRegions](https://cloud.tencent.com/document/api/628/111203)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
20
|
+
|
|
21
|
+
### 第 130 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-09-24 01:13:45
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
修改数据结构:
|
|
30
|
+
|
|
31
|
+
* [RepairTaskInfo](https://cloud.tencent.com/document/api/213/15753#RepairTaskInfo)
|
|
32
|
+
|
|
33
|
+
* <font color="#dd0000">**修改成员**:</font>TaskTypeName, DeviceStatus, OperateStatus, VpcId, VpcName, SubnetId, SubnetName, WanIp, LanIp, Product, TaskSubType, AuthType, AuthSource
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
39
|
+
|
|
40
|
+
### 第 77 次发布
|
|
41
|
+
|
|
42
|
+
发布时间:2024-09-24 01:18:41
|
|
43
|
+
|
|
44
|
+
本次发布包含了以下内容:
|
|
45
|
+
|
|
46
|
+
改善已有的文档。
|
|
47
|
+
|
|
48
|
+
新增接口:
|
|
49
|
+
|
|
50
|
+
* [DescribeGlobalConfig](https://cloud.tencent.com/document/api/589/111205)
|
|
51
|
+
* [ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204)
|
|
52
|
+
|
|
53
|
+
新增数据结构:
|
|
54
|
+
|
|
55
|
+
* [CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig)
|
|
56
|
+
* [DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting)
|
|
57
|
+
* [FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig)
|
|
58
|
+
|
|
59
|
+
修改数据结构:
|
|
60
|
+
|
|
61
|
+
* [DiskSpecInfo](https://cloud.tencent.com/document/api/589/33981#DiskSpecInfo)
|
|
62
|
+
|
|
63
|
+
* 新增成员:ExtraPerformance
|
|
64
|
+
|
|
65
|
+
* [MultiDiskMC](https://cloud.tencent.com/document/api/589/33981#MultiDiskMC)
|
|
66
|
+
|
|
67
|
+
* 新增成员:Size
|
|
68
|
+
|
|
69
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
70
|
+
|
|
71
|
+
* 新增成员:SharedClusterId, SharedClusterIdDesc
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
77
|
+
|
|
78
|
+
### 第 188 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2024-09-24 01:19:13
|
|
81
|
+
|
|
82
|
+
本次发布包含了以下内容:
|
|
83
|
+
|
|
84
|
+
改善已有的文档。
|
|
85
|
+
|
|
86
|
+
修改接口:
|
|
87
|
+
|
|
88
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
89
|
+
|
|
90
|
+
* 新增入参:FlowBatchUrlInfo
|
|
91
|
+
|
|
92
|
+
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
93
|
+
|
|
94
|
+
* 新增入参:FlowDisplayType
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
100
|
+
|
|
101
|
+
### 第 184 次发布
|
|
102
|
+
|
|
103
|
+
发布时间:2024-09-24 01:19:36
|
|
104
|
+
|
|
105
|
+
本次发布包含了以下内容:
|
|
106
|
+
|
|
107
|
+
改善已有的文档。
|
|
108
|
+
|
|
109
|
+
修改接口:
|
|
110
|
+
|
|
111
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
112
|
+
|
|
113
|
+
* 新增入参:FlowBatchUrlInfo
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
修改数据结构:
|
|
117
|
+
|
|
118
|
+
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
119
|
+
|
|
120
|
+
* 新增成员:FlowDisplayType
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
130
|
+
|
|
131
|
+
### 第 79 次发布
|
|
132
|
+
|
|
133
|
+
发布时间:2024-09-24 01:19:58
|
|
134
|
+
|
|
135
|
+
本次发布包含了以下内容:
|
|
136
|
+
|
|
137
|
+
改善已有的文档。
|
|
138
|
+
|
|
139
|
+
修改数据结构:
|
|
140
|
+
|
|
141
|
+
* [RuleIdConfig](https://cloud.tencent.com/document/api/1007/41958#RuleIdConfig)
|
|
142
|
+
|
|
143
|
+
* 新增成员:Speed
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
149
|
+
|
|
150
|
+
### 第 45 次发布
|
|
151
|
+
|
|
152
|
+
发布时间:2024-09-24 01:27:27
|
|
153
|
+
|
|
154
|
+
本次发布包含了以下内容:
|
|
155
|
+
|
|
156
|
+
改善已有的文档。
|
|
157
|
+
|
|
158
|
+
新增接口:
|
|
159
|
+
|
|
160
|
+
* [CreateDatabase](https://cloud.tencent.com/document/api/409/111207)
|
|
161
|
+
* [ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206)
|
|
162
|
+
|
|
163
|
+
修改接口:
|
|
164
|
+
|
|
165
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
|
|
166
|
+
|
|
167
|
+
* 新增出参:Databases
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
新增数据结构:
|
|
171
|
+
|
|
172
|
+
* [Database](https://cloud.tencent.com/document/api/409/16778#Database)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
1
176
|
# Release 4.0.943
|
|
2
177
|
|
|
3
178
|
## 集团账号管理(organization) 版本:2021-03-31
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## API 网关(apigateway) 版本:2018-08-08
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 49 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-24 01:08:10
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,47 +12,164 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)
|
|
15
|
+
* [DescribeExclusiveInstanceRegions](https://cloud.tencent.com/document/api/628/111203)
|
|
17
16
|
|
|
18
|
-
修改接口:
|
|
19
17
|
|
|
20
|
-
* [AddOrganizationNode](https://cloud.tencent.com/document/api/850/82930)
|
|
21
18
|
|
|
22
|
-
|
|
19
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
23
20
|
|
|
24
|
-
|
|
21
|
+
### 第 130 次发布
|
|
25
22
|
|
|
26
|
-
|
|
23
|
+
发布时间:2024-09-24 01:13:45
|
|
27
24
|
|
|
28
|
-
|
|
25
|
+
本次发布包含了以下内容:
|
|
29
26
|
|
|
30
|
-
|
|
27
|
+
改善已有的文档。
|
|
31
28
|
|
|
32
|
-
|
|
29
|
+
修改数据结构:
|
|
33
30
|
|
|
34
|
-
|
|
31
|
+
* [RepairTaskInfo](https://cloud.tencent.com/document/api/213/15753#RepairTaskInfo)
|
|
32
|
+
|
|
33
|
+
* <font color="#dd0000">**修改成员**:</font>TaskTypeName, DeviceStatus, OperateStatus, VpcId, VpcName, SubnetId, SubnetName, WanIp, LanIp, Product, TaskSubType, AuthType, AuthSource
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
39
|
+
|
|
40
|
+
### 第 77 次发布
|
|
41
|
+
|
|
42
|
+
发布时间:2024-09-24 01:18:41
|
|
43
|
+
|
|
44
|
+
本次发布包含了以下内容:
|
|
35
45
|
|
|
46
|
+
改善已有的文档。
|
|
47
|
+
|
|
48
|
+
新增接口:
|
|
49
|
+
|
|
50
|
+
* [DescribeGlobalConfig](https://cloud.tencent.com/document/api/589/111205)
|
|
51
|
+
* [ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204)
|
|
36
52
|
|
|
37
53
|
新增数据结构:
|
|
38
54
|
|
|
39
|
-
* [
|
|
40
|
-
* [
|
|
55
|
+
* [CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig)
|
|
56
|
+
* [DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting)
|
|
57
|
+
* [FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig)
|
|
41
58
|
|
|
42
59
|
修改数据结构:
|
|
43
60
|
|
|
44
|
-
* [
|
|
61
|
+
* [DiskSpecInfo](https://cloud.tencent.com/document/api/589/33981#DiskSpecInfo)
|
|
45
62
|
|
|
46
|
-
* 新增成员:
|
|
63
|
+
* 新增成员:ExtraPerformance
|
|
47
64
|
|
|
48
|
-
* [
|
|
65
|
+
* [MultiDiskMC](https://cloud.tencent.com/document/api/589/33981#MultiDiskMC)
|
|
49
66
|
|
|
50
|
-
* 新增成员:
|
|
67
|
+
* 新增成员:Size
|
|
51
68
|
|
|
69
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
52
70
|
|
|
71
|
+
* 新增成员:SharedClusterId, SharedClusterIdDesc
|
|
53
72
|
|
|
54
73
|
|
|
55
|
-
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
77
|
+
|
|
78
|
+
### 第 188 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2024-09-24 01:19:13
|
|
81
|
+
|
|
82
|
+
本次发布包含了以下内容:
|
|
83
|
+
|
|
84
|
+
改善已有的文档。
|
|
85
|
+
|
|
86
|
+
修改接口:
|
|
87
|
+
|
|
88
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
89
|
+
|
|
90
|
+
* 新增入参:FlowBatchUrlInfo
|
|
91
|
+
|
|
92
|
+
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
93
|
+
|
|
94
|
+
* 新增入参:FlowDisplayType
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
100
|
+
|
|
101
|
+
### 第 184 次发布
|
|
102
|
+
|
|
103
|
+
发布时间:2024-09-24 01:19:36
|
|
104
|
+
|
|
105
|
+
本次发布包含了以下内容:
|
|
106
|
+
|
|
107
|
+
改善已有的文档。
|
|
108
|
+
|
|
109
|
+
修改接口:
|
|
110
|
+
|
|
111
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
112
|
+
|
|
113
|
+
* 新增入参:FlowBatchUrlInfo
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
修改数据结构:
|
|
117
|
+
|
|
118
|
+
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
119
|
+
|
|
120
|
+
* 新增成员:FlowDisplayType
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
130
|
+
|
|
131
|
+
### 第 79 次发布
|
|
132
|
+
|
|
133
|
+
发布时间:2024-09-24 01:19:58
|
|
134
|
+
|
|
135
|
+
本次发布包含了以下内容:
|
|
136
|
+
|
|
137
|
+
改善已有的文档。
|
|
138
|
+
|
|
139
|
+
修改数据结构:
|
|
140
|
+
|
|
141
|
+
* [RuleIdConfig](https://cloud.tencent.com/document/api/1007/41958#RuleIdConfig)
|
|
142
|
+
|
|
143
|
+
* 新增成员:Speed
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
149
|
+
|
|
150
|
+
### 第 45 次发布
|
|
151
|
+
|
|
152
|
+
发布时间:2024-09-24 01:27:27
|
|
153
|
+
|
|
154
|
+
本次发布包含了以下内容:
|
|
155
|
+
|
|
156
|
+
改善已有的文档。
|
|
157
|
+
|
|
158
|
+
新增接口:
|
|
159
|
+
|
|
160
|
+
* [CreateDatabase](https://cloud.tencent.com/document/api/409/111207)
|
|
161
|
+
* [ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206)
|
|
162
|
+
|
|
163
|
+
修改接口:
|
|
164
|
+
|
|
165
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
|
|
166
|
+
|
|
167
|
+
* 新增出参:Databases
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
新增数据结构:
|
|
171
|
+
|
|
172
|
+
* [Database](https://cloud.tencent.com/document/api/409/16778#Database)
|
|
56
173
|
|
|
57
174
|
|
|
58
175
|
|
|
@@ -3663,6 +3780,18 @@
|
|
|
3663
3780
|
|
|
3664
3781
|
## API 网关(apigateway) 版本:2018-08-08
|
|
3665
3782
|
|
|
3783
|
+
### 第 49 次发布
|
|
3784
|
+
|
|
3785
|
+
发布时间:2024-09-24 01:08:10
|
|
3786
|
+
|
|
3787
|
+
本次发布包含了以下内容:
|
|
3788
|
+
|
|
3789
|
+
改善已有的文档。
|
|
3790
|
+
|
|
3791
|
+
新增接口:
|
|
3792
|
+
|
|
3793
|
+
* [[DescribeExclusiveInstanceRegions](https://cloud.tencent.com/document/api/628/111203)](https://cloud.tencent.com/document/api/#/#)
|
|
3794
|
+
|
|
3666
3795
|
### 第 48 次发布
|
|
3667
3796
|
|
|
3668
3797
|
发布时间:2024-01-31 01:06:22
|
|
@@ -40732,6 +40861,21 @@
|
|
|
40732
40861
|
|
|
40733
40862
|
## 云服务器(cvm) 版本:2017-03-12
|
|
40734
40863
|
|
|
40864
|
+
### 第 130 次发布
|
|
40865
|
+
|
|
40866
|
+
发布时间:2024-09-24 01:13:45
|
|
40867
|
+
|
|
40868
|
+
本次发布包含了以下内容:
|
|
40869
|
+
|
|
40870
|
+
改善已有的文档。
|
|
40871
|
+
|
|
40872
|
+
修改数据结构:
|
|
40873
|
+
|
|
40874
|
+
* [RepairTaskInfo](https://cloud.tencent.com/document/api/213/15753#RepairTaskInfo)
|
|
40875
|
+
|
|
40876
|
+
* <font color="#dd0000">**修改成员**:</font>TaskTypeName, DeviceStatus, OperateStatus, VpcId, VpcName, SubnetId, SubnetName, WanIp, LanIp, Product, TaskSubType, AuthType, AuthSource
|
|
40877
|
+
|
|
40878
|
+
|
|
40735
40879
|
### 第 129 次发布
|
|
40736
40880
|
|
|
40737
40881
|
发布时间:2024-09-10 01:20:00
|
|
@@ -62134,6 +62278,40 @@
|
|
|
62134
62278
|
|
|
62135
62279
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
62136
62280
|
|
|
62281
|
+
### 第 77 次发布
|
|
62282
|
+
|
|
62283
|
+
发布时间:2024-09-24 01:18:41
|
|
62284
|
+
|
|
62285
|
+
本次发布包含了以下内容:
|
|
62286
|
+
|
|
62287
|
+
改善已有的文档。
|
|
62288
|
+
|
|
62289
|
+
新增接口:
|
|
62290
|
+
|
|
62291
|
+
* [[DescribeGlobalConfig](https://cloud.tencent.com/document/api/589/111205)](https://cloud.tencent.com/document/api/#/#)
|
|
62292
|
+
* [[ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204)](https://cloud.tencent.com/document/api/#/#)
|
|
62293
|
+
|
|
62294
|
+
新增数据结构:
|
|
62295
|
+
|
|
62296
|
+
* [[CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig)](https://cloud.tencent.com/document/api/589/33981#[CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig))
|
|
62297
|
+
* [[DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting)](https://cloud.tencent.com/document/api/589/33981#[DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting))
|
|
62298
|
+
* [[FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig)](https://cloud.tencent.com/document/api/589/33981#[FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig))
|
|
62299
|
+
|
|
62300
|
+
修改数据结构:
|
|
62301
|
+
|
|
62302
|
+
* [DiskSpecInfo](https://cloud.tencent.com/document/api/589/33981#DiskSpecInfo)
|
|
62303
|
+
|
|
62304
|
+
* 新增成员:ExtraPerformance
|
|
62305
|
+
|
|
62306
|
+
* [MultiDiskMC](https://cloud.tencent.com/document/api/589/33981#MultiDiskMC)
|
|
62307
|
+
|
|
62308
|
+
* 新增成员:Size
|
|
62309
|
+
|
|
62310
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
62311
|
+
|
|
62312
|
+
* 新增成员:SharedClusterId, SharedClusterIdDesc
|
|
62313
|
+
|
|
62314
|
+
|
|
62137
62315
|
### 第 76 次发布
|
|
62138
62316
|
|
|
62139
62317
|
发布时间:2024-09-11 01:39:43
|
|
@@ -65437,6 +65615,25 @@
|
|
|
65437
65615
|
|
|
65438
65616
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
65439
65617
|
|
|
65618
|
+
### 第 188 次发布
|
|
65619
|
+
|
|
65620
|
+
发布时间:2024-09-24 01:19:13
|
|
65621
|
+
|
|
65622
|
+
本次发布包含了以下内容:
|
|
65623
|
+
|
|
65624
|
+
改善已有的文档。
|
|
65625
|
+
|
|
65626
|
+
修改接口:
|
|
65627
|
+
|
|
65628
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
65629
|
+
|
|
65630
|
+
* 新增入参:FlowBatchUrlInfo
|
|
65631
|
+
|
|
65632
|
+
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
65633
|
+
|
|
65634
|
+
* 新增入参:FlowDisplayType
|
|
65635
|
+
|
|
65636
|
+
|
|
65440
65637
|
### 第 187 次发布
|
|
65441
65638
|
|
|
65442
65639
|
发布时间:2024-09-13 01:36:15
|
|
@@ -68991,6 +69188,28 @@
|
|
|
68991
69188
|
|
|
68992
69189
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
68993
69190
|
|
|
69191
|
+
### 第 184 次发布
|
|
69192
|
+
|
|
69193
|
+
发布时间:2024-09-24 01:19:36
|
|
69194
|
+
|
|
69195
|
+
本次发布包含了以下内容:
|
|
69196
|
+
|
|
69197
|
+
改善已有的文档。
|
|
69198
|
+
|
|
69199
|
+
修改接口:
|
|
69200
|
+
|
|
69201
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
69202
|
+
|
|
69203
|
+
* 新增入参:FlowBatchUrlInfo
|
|
69204
|
+
|
|
69205
|
+
|
|
69206
|
+
修改数据结构:
|
|
69207
|
+
|
|
69208
|
+
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
69209
|
+
|
|
69210
|
+
* 新增成员:FlowDisplayType
|
|
69211
|
+
|
|
69212
|
+
|
|
68994
69213
|
### 第 183 次发布
|
|
68995
69214
|
|
|
68996
69215
|
发布时间:2024-09-13 01:37:18
|
|
@@ -72597,6 +72816,21 @@
|
|
|
72597
72816
|
|
|
72598
72817
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
72599
72818
|
|
|
72819
|
+
### 第 79 次发布
|
|
72820
|
+
|
|
72821
|
+
发布时间:2024-09-24 01:19:58
|
|
72822
|
+
|
|
72823
|
+
本次发布包含了以下内容:
|
|
72824
|
+
|
|
72825
|
+
改善已有的文档。
|
|
72826
|
+
|
|
72827
|
+
修改数据结构:
|
|
72828
|
+
|
|
72829
|
+
* [RuleIdConfig](https://cloud.tencent.com/document/api/1007/41958#RuleIdConfig)
|
|
72830
|
+
|
|
72831
|
+
* 新增成员:Speed
|
|
72832
|
+
|
|
72833
|
+
|
|
72600
72834
|
### 第 78 次发布
|
|
72601
72835
|
|
|
72602
72836
|
发布时间:2024-08-21 01:40:11
|
|
@@ -107488,8 +107722,8 @@
|
|
|
107488
107722
|
|
|
107489
107723
|
新增接口:
|
|
107490
107724
|
|
|
107491
|
-
* [
|
|
107492
|
-
* [
|
|
107725
|
+
* [InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944)
|
|
107726
|
+
* [UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)
|
|
107493
107727
|
|
|
107494
107728
|
修改接口:
|
|
107495
107729
|
|
|
@@ -107512,8 +107746,8 @@
|
|
|
107512
107746
|
|
|
107513
107747
|
新增数据结构:
|
|
107514
107748
|
|
|
107515
|
-
* [
|
|
107516
|
-
* [
|
|
107749
|
+
* [AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile)
|
|
107750
|
+
* [Tag](https://cloud.tencent.com/document/api/850/67060#Tag)
|
|
107517
107751
|
|
|
107518
107752
|
修改数据结构:
|
|
107519
107753
|
|
|
@@ -108874,6 +109108,30 @@
|
|
|
108874
109108
|
|
|
108875
109109
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
108876
109110
|
|
|
109111
|
+
### 第 45 次发布
|
|
109112
|
+
|
|
109113
|
+
发布时间:2024-09-24 01:27:27
|
|
109114
|
+
|
|
109115
|
+
本次发布包含了以下内容:
|
|
109116
|
+
|
|
109117
|
+
改善已有的文档。
|
|
109118
|
+
|
|
109119
|
+
新增接口:
|
|
109120
|
+
|
|
109121
|
+
* [[CreateDatabase](https://cloud.tencent.com/document/api/409/111207)](https://cloud.tencent.com/document/api/#/#)
|
|
109122
|
+
* [[ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206)](https://cloud.tencent.com/document/api/#/#)
|
|
109123
|
+
|
|
109124
|
+
修改接口:
|
|
109125
|
+
|
|
109126
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
|
|
109127
|
+
|
|
109128
|
+
* 新增出参:Databases
|
|
109129
|
+
|
|
109130
|
+
|
|
109131
|
+
新增数据结构:
|
|
109132
|
+
|
|
109133
|
+
* [[Database](https://cloud.tencent.com/document/api/409/16778#Database)](https://cloud.tencent.com/document/api/409/16778#[Database](https://cloud.tencent.com/document/api/409/16778#Database))
|
|
109134
|
+
|
|
108877
109135
|
### 第 44 次发布
|
|
108878
109136
|
|
|
108879
109137
|
发布时间:2024-07-23 01:55:36
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
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
|
-
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-
|
|
17
|
+
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-09-24 01:08:10 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-09-13 01:04:24 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-09-20 12:54:26 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-23 01:07:54 |
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
73
73
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-09-19 01:21:01 |
|
|
74
74
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
75
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-09-
|
|
75
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-09-24 01:13:45 |
|
|
76
76
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-20 12:58:49 |
|
|
77
77
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
78
78
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-19 01:26:29 |
|
|
@@ -97,12 +97,12 @@
|
|
|
97
97
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
|
|
98
98
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
99
99
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
100
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-
|
|
100
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-24 01:18:41 |
|
|
101
101
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
|
|
102
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-
|
|
103
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-
|
|
102
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-24 01:19:13 |
|
|
103
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-24 01:19:36 |
|
|
104
104
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
|
|
105
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-
|
|
105
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-09-24 01:19:58 |
|
|
106
106
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
107
107
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
108
108
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-08-13 01:52:20 |
|
|
127
127
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
128
128
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
129
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-09-
|
|
129
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-09-24 01:21:40 |
|
|
130
130
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
131
131
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
132
132
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
|
|
165
165
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
166
166
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
167
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-
|
|
167
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-24 01:27:27 |
|
|
168
168
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-28 02:14:34 |
|
|
169
169
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
|
|
170
170
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-10 02:00:15 |
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-08-12 02:09:46 |
|
|
179
179
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
180
180
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
|
|
181
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-
|
|
181
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-23 16:57:26 |
|
|
182
182
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
183
183
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
184
184
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-27 02:19:04 |
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-13 02:12:41 |
|
|
211
211
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
|
|
212
212
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
|
|
213
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-
|
|
213
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-24 01:32:25 |
|
|
214
214
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-09-05 02:14:49 |
|
|
215
215
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
216
216
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.944"
|