tencentcloud-sdk-nodejs 4.0.578 → 4.0.579
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 +44 -0
- package/SERVICE_CHANGELOG.md +49 -71
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/btoe/index.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +6 -4
- package/src/services/ess/v20201111/ess_client.ts +8 -8
- package/src/services/ess/v20201111/ess_models.ts +8 -8
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +12 -0
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +118 -65
- package/src/services/sms/index.ts +2 -2
- package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +51 -9
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +241 -35
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tiw/v20190919/tiw_client.ts +1 -1
- package/src/services/tiw/v20190919/tiw_models.ts +2 -2
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +4 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -8
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -0
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +109 -56
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.d.ts +19 -3
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.js +25 -3
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +207 -32
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +6 -6
- package/tencentcloud/services/vm/index.js +4 -4
- package/test/tcaplusdb.v20190823.test.js +32 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
|
1
|
+
# Release 4.0.579
|
|
2
|
+
|
|
3
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
4
|
+
|
|
5
|
+
### 第 56 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-04-13 01:17:40
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
|
|
16
|
+
|
|
17
|
+
* 新增成员:PassNo, VisaNum
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
23
|
+
|
|
24
|
+
### 第 19 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-04-13 01:37:44
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [DeleteBackupRecords](https://cloud.tencent.com/document/api/596/90121)
|
|
35
|
+
* [DescribeBackupRecords](https://cloud.tencent.com/document/api/596/90119)
|
|
36
|
+
* [SetBackupExpireRule](https://cloud.tencent.com/document/api/596/90120)
|
|
37
|
+
|
|
38
|
+
新增数据结构:
|
|
39
|
+
|
|
40
|
+
* [BackupExpireRuleInfo](https://cloud.tencent.com/document/api/596/39686#BackupExpireRuleInfo)
|
|
41
|
+
* [BackupRecords](https://cloud.tencent.com/document/api/596/39686#BackupRecords)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
1
45
|
# Release 4.0.578
|
|
2
46
|
|
|
3
47
|
## 品牌经营管家(bma) 版本:2022-11-15
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,30 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## 品牌经营管家(bma) 版本:2021-06-24
|
|
8
|
-
|
|
9
|
-
### 第 17 次发布
|
|
10
|
-
|
|
11
|
-
发布时间:2023-04-12 01:06:30
|
|
12
|
-
|
|
13
|
-
本次发布包含了以下内容:
|
|
14
|
-
|
|
15
|
-
改善已有的文档。
|
|
16
|
-
|
|
17
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
18
|
-
|
|
19
|
-
* CreateCRObtain
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
3
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
24
4
|
|
|
25
5
|
### 第 56 次发布
|
|
26
6
|
|
|
27
|
-
发布时间:2023-04-
|
|
7
|
+
发布时间:2023-04-13 01:17:40
|
|
28
8
|
|
|
29
9
|
本次发布包含了以下内容:
|
|
30
10
|
|
|
@@ -32,41 +12,18 @@
|
|
|
32
12
|
|
|
33
13
|
修改数据结构:
|
|
34
14
|
|
|
35
|
-
* [
|
|
36
|
-
|
|
37
|
-
* 新增成员:Available
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
43
|
-
|
|
44
|
-
### 第 73 次发布
|
|
45
|
-
|
|
46
|
-
发布时间:2023-04-12 01:27:48
|
|
47
|
-
|
|
48
|
-
本次发布包含了以下内容:
|
|
49
|
-
|
|
50
|
-
改善已有的文档。
|
|
51
|
-
|
|
52
|
-
修改数据结构:
|
|
53
|
-
|
|
54
|
-
* [TemplateInfo](https://cloud.tencent.com/document/api/1420/61525#TemplateInfo)
|
|
55
|
-
|
|
56
|
-
* 新增成员:Available
|
|
57
|
-
|
|
58
|
-
|
|
15
|
+
* [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
|
|
59
16
|
|
|
17
|
+
* 新增成员:PassNo, VisaNum
|
|
60
18
|
|
|
61
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
62
19
|
|
|
63
20
|
|
|
64
21
|
|
|
65
|
-
##
|
|
22
|
+
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
66
23
|
|
|
67
|
-
### 第
|
|
24
|
+
### 第 19 次发布
|
|
68
25
|
|
|
69
|
-
发布时间:2023-04-
|
|
26
|
+
发布时间:2023-04-13 01:37:44
|
|
70
27
|
|
|
71
28
|
本次发布包含了以下内容:
|
|
72
29
|
|
|
@@ -74,27 +31,14 @@
|
|
|
74
31
|
|
|
75
32
|
新增接口:
|
|
76
33
|
|
|
77
|
-
* [
|
|
78
|
-
* [
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
83
|
-
|
|
84
|
-
### 第 18 次发布
|
|
85
|
-
|
|
86
|
-
发布时间:2023-04-12 02:05:50
|
|
87
|
-
|
|
88
|
-
本次发布包含了以下内容:
|
|
89
|
-
|
|
90
|
-
改善已有的文档。
|
|
34
|
+
* [DeleteBackupRecords](https://cloud.tencent.com/document/api/596/90121)
|
|
35
|
+
* [DescribeBackupRecords](https://cloud.tencent.com/document/api/596/90119)
|
|
36
|
+
* [SetBackupExpireRule](https://cloud.tencent.com/document/api/596/90120)
|
|
91
37
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
* [DescribeScanStats](https://cloud.tencent.com/document/api/1458/85942)
|
|
95
|
-
|
|
96
|
-
* 新增入参:Code
|
|
38
|
+
新增数据结构:
|
|
97
39
|
|
|
40
|
+
* [BackupExpireRuleInfo](https://cloud.tencent.com/document/api/596/39686#BackupExpireRuleInfo)
|
|
41
|
+
* [BackupRecords](https://cloud.tencent.com/document/api/596/39686#BackupRecords)
|
|
98
42
|
|
|
99
43
|
|
|
100
44
|
|
|
@@ -48229,6 +48173,21 @@
|
|
|
48229
48173
|
|
|
48230
48174
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
48231
48175
|
|
|
48176
|
+
### 第 56 次发布
|
|
48177
|
+
|
|
48178
|
+
发布时间:2023-04-13 01:17:40
|
|
48179
|
+
|
|
48180
|
+
本次发布包含了以下内容:
|
|
48181
|
+
|
|
48182
|
+
改善已有的文档。
|
|
48183
|
+
|
|
48184
|
+
修改数据结构:
|
|
48185
|
+
|
|
48186
|
+
* [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
|
|
48187
|
+
|
|
48188
|
+
* 新增成员:PassNo, VisaNum
|
|
48189
|
+
|
|
48190
|
+
|
|
48232
48191
|
### 第 55 次发布
|
|
48233
48192
|
|
|
48234
48193
|
发布时间:2023-03-15 01:37:54
|
|
@@ -74220,8 +74179,8 @@
|
|
|
74220
74179
|
|
|
74221
74180
|
新增接口:
|
|
74222
74181
|
|
|
74223
|
-
* [
|
|
74224
|
-
* [
|
|
74182
|
+
* [DescribeBandwidthRange](https://cloud.tencent.com/document/api/239/90100)
|
|
74183
|
+
* [RemoveReplicationInstance](https://cloud.tencent.com/document/api/239/90099)
|
|
74225
74184
|
|
|
74226
74185
|
### 第 63 次发布
|
|
74227
74186
|
|
|
@@ -81812,6 +81771,25 @@
|
|
|
81812
81771
|
|
|
81813
81772
|
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
81814
81773
|
|
|
81774
|
+
### 第 19 次发布
|
|
81775
|
+
|
|
81776
|
+
发布时间:2023-04-13 01:37:44
|
|
81777
|
+
|
|
81778
|
+
本次发布包含了以下内容:
|
|
81779
|
+
|
|
81780
|
+
改善已有的文档。
|
|
81781
|
+
|
|
81782
|
+
新增接口:
|
|
81783
|
+
|
|
81784
|
+
* [[DeleteBackupRecords](https://cloud.tencent.com/document/api/596/90121)](https://cloud.tencent.com/document/api/#/#)
|
|
81785
|
+
* [[DescribeBackupRecords](https://cloud.tencent.com/document/api/596/90119)](https://cloud.tencent.com/document/api/#/#)
|
|
81786
|
+
* [[SetBackupExpireRule](https://cloud.tencent.com/document/api/596/90120)](https://cloud.tencent.com/document/api/#/#)
|
|
81787
|
+
|
|
81788
|
+
新增数据结构:
|
|
81789
|
+
|
|
81790
|
+
* [[BackupExpireRuleInfo](https://cloud.tencent.com/document/api/596/39686#BackupExpireRuleInfo)](https://cloud.tencent.com/document/api/596/39686#[BackupExpireRuleInfo](https://cloud.tencent.com/document/api/596/39686#BackupExpireRuleInfo))
|
|
81791
|
+
* [[BackupRecords](https://cloud.tencent.com/document/api/596/39686#BackupRecords)](https://cloud.tencent.com/document/api/596/39686#[BackupRecords](https://cloud.tencent.com/document/api/596/39686#BackupRecords))
|
|
81792
|
+
|
|
81815
81793
|
### 第 18 次发布
|
|
81816
81794
|
|
|
81817
81795
|
发布时间:2023-03-10 01:48:39
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-03-30 01:11:55 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-
|
|
68
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-13 01:10:39 |
|
|
69
69
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-12 01:17:42 |
|
|
70
70
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
71
71
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-03-30 01:37:41 |
|
|
92
92
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-04-11 01:19:59 |
|
|
93
93
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
|
|
94
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-12
|
|
94
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-12 21:35:37 |
|
|
95
95
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-12 01:27:48 |
|
|
96
96
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-03-30 01:38:40 |
|
|
97
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-
|
|
97
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-13 01:17:40 |
|
|
98
98
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
|
|
99
99
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
|
|
100
100
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-10 01:32:20 |
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
|
|
126
126
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-11 01:26:50 |
|
|
127
127
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-03 01:23:59 |
|
|
128
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-
|
|
128
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-13 01:23:19 |
|
|
129
129
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
130
130
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
131
131
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-30 01:46:35 |
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-30 01:51:05 |
|
|
154
154
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-07 02:06:22 |
|
|
155
155
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-30 01:51:25 |
|
|
156
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-
|
|
156
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-13 01:34:34 |
|
|
157
157
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
|
|
158
158
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
|
|
159
159
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-03-30 01:54:25 |
|
|
181
181
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
182
182
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-03-30 01:54:37 |
|
|
183
|
-
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-
|
|
183
|
+
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-04-13 01:37:44 |
|
|
184
184
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-30 01:54:55 |
|
|
185
185
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-03-30 01:57:42 |
|
|
186
186
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-05 01:56:03 |
|
|
194
194
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
|
|
195
195
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-30 02:27:51 |
|
|
196
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-
|
|
196
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-13 01:41:40 |
|
|
197
197
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-30 02:29:55 |
|
|
198
198
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
199
199
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
203
203
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
|
|
204
204
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-04-07 02:48:14 |
|
|
205
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-
|
|
205
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-13 01:43:49 |
|
|
206
206
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-10 02:04:46 |
|
|
207
207
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
208
208
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
212
212
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-12 02:05:50 |
|
|
213
213
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-12 02:06:17 |
|
|
214
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-
|
|
214
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-13 01:45:53 |
|
|
215
215
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-11 01:45:16 |
|
|
216
216
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-07 02:51:53 |
|
|
217
217
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-12 02:13:14 |
|
|
225
225
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-05 02:09:55 |
|
|
226
226
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
|
|
227
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-
|
|
227
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-13 01:50:59 |
|
|
228
228
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
229
229
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-30 02:59:12 |
|
|
230
230
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.579"
|
|
@@ -427,10 +427,12 @@ export interface ChcHost {
|
|
|
427
427
|
/**
|
|
428
428
|
* CHC的状态<br/>
|
|
429
429
|
<ul>
|
|
430
|
-
<li>
|
|
431
|
-
<li>
|
|
430
|
+
<li>INIT: 设备已录入。还未配置带外和部署网络</li>
|
|
431
|
+
<li>READY: 已配置带外和部署网络</li>
|
|
432
432
|
<li>PREPARED: 可分配云主机</li>
|
|
433
433
|
<li>ONLINE: 已分配云主机</li>
|
|
434
|
+
<li>OPERATING: 设备操作中,如正在配置带外网络等。</li>
|
|
435
|
+
<li>CLEAR_NETWORK_FAILED: 清理带外和部署网络失败</li>
|
|
434
436
|
</ul>
|
|
435
437
|
*/
|
|
436
438
|
InstanceState: string
|
|
@@ -1227,12 +1229,12 @@ export interface DescribeInstancesStatusResponse {
|
|
|
1227
1229
|
/**
|
|
1228
1230
|
* 符合条件的实例状态数量。
|
|
1229
1231
|
*/
|
|
1230
|
-
TotalCount
|
|
1232
|
+
TotalCount?: number
|
|
1231
1233
|
|
|
1232
1234
|
/**
|
|
1233
1235
|
* [实例状态](https://cloud.tencent.com/document/api/213/15753#InstanceStatus) 列表。
|
|
1234
1236
|
*/
|
|
1235
|
-
InstanceStatusSet
|
|
1237
|
+
InstanceStatusSet?: Array<InstanceStatus>
|
|
1236
1238
|
|
|
1237
1239
|
/**
|
|
1238
1240
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -274,7 +274,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
* 指定需要批量撤回的签署流程Id,获取批量撤销链接
|
|
278
278
|
客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回
|
|
279
279
|
*/
|
|
280
280
|
async CreateBatchCancelFlowUrl(
|
|
@@ -319,7 +319,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
/**
|
|
322
|
-
*
|
|
322
|
+
* 解绑员工与对应角色关系
|
|
323
323
|
*/
|
|
324
324
|
async DeleteIntegrationRoleUsers(
|
|
325
325
|
req: DeleteIntegrationRoleUsersRequest,
|
|
@@ -443,7 +443,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
443
443
|
}
|
|
444
444
|
|
|
445
445
|
/**
|
|
446
|
-
*
|
|
446
|
+
* 查询企业角色列表
|
|
447
447
|
*/
|
|
448
448
|
async DescribeIntegrationRoles(
|
|
449
449
|
req: DescribeIntegrationRolesRequest,
|
|
@@ -485,7 +485,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
/**
|
|
488
|
-
*
|
|
488
|
+
* 查询企业员工列表,每次返回的数据量最大为20
|
|
489
489
|
*/
|
|
490
490
|
async DescribeIntegrationEmployees(
|
|
491
491
|
req: DescribeIntegrationEmployeesRequest,
|
|
@@ -495,7 +495,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
495
495
|
}
|
|
496
496
|
|
|
497
497
|
/**
|
|
498
|
-
*
|
|
498
|
+
* 创建集成页面签署链接,请联系客户经理申请使用
|
|
499
499
|
*/
|
|
500
500
|
async CreateFlowSignUrl(
|
|
501
501
|
req: CreateFlowSignUrlRequest,
|
|
@@ -527,7 +527,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
527
527
|
}
|
|
528
528
|
|
|
529
529
|
/**
|
|
530
|
-
*
|
|
530
|
+
* 绑定员工与对应角色
|
|
531
531
|
*/
|
|
532
532
|
async CreateIntegrationUserRoles(
|
|
533
533
|
req: CreateIntegrationUserRolesRequest,
|
|
@@ -605,7 +605,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* 获取小程序签署链接
|
|
609
609
|
|
|
610
610
|
适用场景:如果需要签署人在自己的APP、小程序、H5应用中签署,可以通过此接口获取跳转腾讯电子签小程序的签署跳转链接。
|
|
611
611
|
|
|
@@ -635,7 +635,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
635
635
|
}
|
|
636
636
|
|
|
637
637
|
/**
|
|
638
|
-
*
|
|
638
|
+
* 更新员工信息(姓名,手机号,邮件),用户实名后无法更改姓名与手机号
|
|
639
639
|
*/
|
|
640
640
|
async UpdateIntegrationEmployees(
|
|
641
641
|
req: UpdateIntegrationEmployeesRequest,
|
|
@@ -1384,17 +1384,17 @@ export interface CreateBatchCancelFlowUrlResponse {
|
|
|
1384
1384
|
/**
|
|
1385
1385
|
* 批量撤回签署流程链接
|
|
1386
1386
|
*/
|
|
1387
|
-
BatchCancelFlowUrl
|
|
1387
|
+
BatchCancelFlowUrl?: string
|
|
1388
1388
|
|
|
1389
1389
|
/**
|
|
1390
1390
|
* 签署流程撤回失败信息
|
|
1391
1391
|
*/
|
|
1392
|
-
FailMessages
|
|
1392
|
+
FailMessages?: Array<string>
|
|
1393
1393
|
|
|
1394
1394
|
/**
|
|
1395
1395
|
* 签署连接过期时间字符串:年月日-时分秒
|
|
1396
1396
|
*/
|
|
1397
|
-
UrlExpireOn
|
|
1397
|
+
UrlExpireOn?: string
|
|
1398
1398
|
|
|
1399
1399
|
/**
|
|
1400
1400
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1489,23 +1489,23 @@ export interface DescribeIntegrationEmployeesResponse {
|
|
|
1489
1489
|
* 员工数据列表
|
|
1490
1490
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1491
1491
|
*/
|
|
1492
|
-
Employees
|
|
1492
|
+
Employees?: Array<Staff>
|
|
1493
1493
|
|
|
1494
1494
|
/**
|
|
1495
1495
|
* 偏移量,默认为0,最大为20000
|
|
1496
1496
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1497
1497
|
*/
|
|
1498
|
-
Offset
|
|
1498
|
+
Offset?: number
|
|
1499
1499
|
|
|
1500
1500
|
/**
|
|
1501
1501
|
* 返回最大数量,最大为20
|
|
1502
1502
|
*/
|
|
1503
|
-
Limit
|
|
1503
|
+
Limit?: number
|
|
1504
1504
|
|
|
1505
1505
|
/**
|
|
1506
1506
|
* 符合条件的员工数量
|
|
1507
1507
|
*/
|
|
1508
|
-
TotalCount
|
|
1508
|
+
TotalCount?: number
|
|
1509
1509
|
|
|
1510
1510
|
/**
|
|
1511
1511
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3105,7 +3105,7 @@ export interface CreatePrepareFlowResponse {
|
|
|
3105
3105
|
/**
|
|
3106
3106
|
* 快速发起预览链接
|
|
3107
3107
|
*/
|
|
3108
|
-
Url
|
|
3108
|
+
Url?: string
|
|
3109
3109
|
|
|
3110
3110
|
/**
|
|
3111
3111
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1787,6 +1787,18 @@ export interface DetectInfoText {
|
|
|
1787
1787
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1788
1788
|
*/
|
|
1789
1789
|
NFCBillingCounts?: number
|
|
1790
|
+
|
|
1791
|
+
/**
|
|
1792
|
+
* 港澳台居住证通行证号码
|
|
1793
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1794
|
+
*/
|
|
1795
|
+
PassNo?: string
|
|
1796
|
+
|
|
1797
|
+
/**
|
|
1798
|
+
* 港澳台居住证签发次数
|
|
1799
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1800
|
+
*/
|
|
1801
|
+
VisaNum?: string
|
|
1790
1802
|
}
|
|
1791
1803
|
|
|
1792
1804
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { v20191126 } from "./v20191126"
|
|
2
|
-
import { v20211125 } from "./v20211125"
|
|
3
2
|
import { v20201215 } from "./v20201215"
|
|
3
|
+
import { v20211125 } from "./v20211125"
|
|
4
4
|
|
|
5
5
|
export const iotvideo = {
|
|
6
6
|
v20191126: v20191126,
|
|
7
|
-
v20211125: v20211125,
|
|
8
7
|
v20201215: v20201215,
|
|
8
|
+
v20211125: v20211125,
|
|
9
9
|
}
|