tencentcloud-sdk-nodejs 4.0.527 → 4.0.529

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.
Files changed (81) hide show
  1. package/CHANGELOG.md +211 -0
  2. package/SERVICE_CHANGELOG.md +248 -10
  3. package/package.json +1 -1
  4. package/products.md +32 -31
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  7. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  8. package/src/services/es/v20180416/es_models.ts +5 -0
  9. package/src/services/ess/v20201111/ess_client.ts +25 -8
  10. package/src/services/ess/v20201111/ess_models.ts +58 -8
  11. package/src/services/essbasic/v20210526/essbasic_client.ts +41 -24
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +209 -153
  13. package/src/services/goosefs/index.ts +5 -0
  14. package/src/services/goosefs/v20220519/goosefs_client.ts +40 -0
  15. package/src/services/goosefs/v20220519/goosefs_models.ts +61 -0
  16. package/src/services/goosefs/v20220519/index.ts +6 -0
  17. package/src/services/ims/v20201229/ims_client.ts +4 -0
  18. package/src/services/ims/v20201229/ims_models.ts +58 -12
  19. package/src/services/index.ts +1 -0
  20. package/src/services/lcic/v20220817/lcic_models.ts +4 -3
  21. package/src/services/mariadb/v20170312/mariadb_client.ts +14 -2
  22. package/src/services/mariadb/v20170312/mariadb_models.ts +54 -19
  23. package/src/services/rum/v20210622/rum_client.ts +7 -7
  24. package/src/services/rum/v20210622/rum_models.ts +14 -14
  25. package/src/services/tdid/v20210519/tdid_client.ts +0 -14
  26. package/src/services/tdid/v20210519/tdid_models.ts +0 -15
  27. package/src/services/trp/v20210515/trp_client.ts +27 -1
  28. package/src/services/trp/v20210515/trp_models.ts +308 -76
  29. package/src/services/vpc/v20170312/vpc_client.ts +3 -2
  30. package/src/services/vpc/v20170312/vpc_models.ts +35 -2
  31. package/src/services/waf/v20180125/waf_client.ts +2 -2
  32. package/src/services/waf/v20180125/waf_models.ts +28 -23
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  36. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  37. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  38. package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
  39. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -3
  40. package/tencentcloud/services/ess/v20201111/ess_client.js +13 -3
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +51 -8
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +16 -8
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +19 -9
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +180 -131
  45. package/tencentcloud/services/goosefs/index.d.ts +6 -0
  46. package/tencentcloud/services/goosefs/index.js +7 -0
  47. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +14 -0
  48. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +37 -0
  49. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +38 -0
  50. package/tencentcloud/services/goosefs/v20220519/goosefs_models.js +18 -0
  51. package/tencentcloud/services/goosefs/v20220519/index.d.ts +6 -0
  52. package/tencentcloud/services/goosefs/v20220519/index.js +9 -0
  53. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -0
  54. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -0
  55. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +52 -12
  56. package/tencentcloud/services/index.d.ts +1 -0
  57. package/tencentcloud/services/index.js +2 -0
  58. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -2
  59. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  60. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  61. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +48 -18
  62. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +7 -7
  63. package/tencentcloud/services/rum/v20210622/rum_client.js +7 -7
  64. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +14 -14
  65. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +1 -7
  66. package/tencentcloud/services/tdid/v20210519/tdid_client.js +0 -8
  67. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +0 -13
  68. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +9 -1
  69. package/tencentcloud/services/trp/v20210515/trp_client.js +12 -0
  70. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +258 -63
  71. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  72. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +32 -2
  73. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +2 -2
  74. package/tencentcloud/services/waf/v20180125/waf_client.js +2 -2
  75. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +27 -23
  76. package/test/ess.v20201111.test.js +12 -2
  77. package/test/essbasic.v20210526.test.js +14 -4
  78. package/test/goosefs.v20220519.test.js +31 -0
  79. package/test/mariadb.v20170312.test.js +10 -0
  80. package/test/tdid.v20210519.test.js +0 -10
  81. package/test/trp.v20210515.test.js +20 -0
package/products.md CHANGED
@@ -3,9 +3,9 @@
3
3
  | aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-08-08 06:02:45 |
4
4
  | aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
5
5
  | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2023-01-10 15:15:42 |
6
- | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-11-23 06:03:08 |
6
+ | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-02-01 01:01:26 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
8
- | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
8
+ | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-02-01 01:01:37 |
9
9
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
10
10
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
11
11
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
@@ -33,19 +33,19 @@
33
33
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
34
34
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
35
35
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
36
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-12-23 01:11:34 |
36
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-02-01 01:06:11 |
37
37
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-12-15 01:11:14 |
38
38
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-01-09 01:07:04 |
39
39
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-28 01:04:48 |
42
42
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-01-09 01:07:34 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-01-30 01:08:01 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-01 01:07:52 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-01-17 01:12:53 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-20 14:06:27 |
48
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-01-09 01:09:44 |
48
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
49
49
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
50
50
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-01-04 01:09:46 |
51
51
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-01-06 18:21:15 |
@@ -62,12 +62,12 @@
62
62
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
63
63
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
64
64
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
65
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-28 11:40:24 |
65
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
67
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-01-19 01:16:22 |
68
68
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-12 01:12:53 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-01-02 01:17:01 |
70
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-01 01:17:42 |
71
71
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
72
72
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
73
73
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
@@ -79,7 +79,7 @@
79
79
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-01-18 01:19:30 |
80
80
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-01-10 01:21:29 |
81
81
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
82
- | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
82
+ | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
83
83
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
84
84
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-01-12 01:17:34 |
85
85
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
@@ -88,18 +88,19 @@
88
88
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-01-09 01:21:37 |
89
89
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-01-11 01:21:05 |
92
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-01-13 16:40:54 |
94
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-13 16:41:14 |
91
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-01 01:23:44 |
92
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
93
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-01 01:24:24 |
94
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-01 01:24:43 |
95
95
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-12 01:20:14 |
96
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-01-13 01:26:39 |
96
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-01 01:25:17 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
98
98
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
99
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-11-23 06:29:46 |
99
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-02-01 01:25:50 |
100
100
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-01-16 01:33:23 |
101
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-01-31 17:01:22 |
101
102
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
102
- | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2022-12-21 15:17:42 |
103
+ | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-02-01 01:26:49 |
103
104
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
104
105
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
105
106
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-13 01:28:00 |
@@ -110,7 +111,7 @@
110
111
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-10-25 06:37:05 |
111
112
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
112
113
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
113
- | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2022-09-29 06:34:25 |
114
+ | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-02-01 01:28:39 |
114
115
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
115
116
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
116
117
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
@@ -120,19 +121,19 @@
120
121
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-12-20 01:38:37 |
121
122
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
122
123
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
123
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-01-16 01:41:05 |
124
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-01-18 01:32:32 |
125
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-01-11 01:29:14 |
124
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-01 01:37:44 |
125
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-01 01:38:14 |
126
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-01 01:38:51 |
126
127
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
127
128
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
128
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-11-23 06:38:36 |
129
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-01-31 01:40:45 |
129
130
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
130
131
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2022-10-31 06:39:12 |
131
132
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
132
133
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
133
134
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
134
135
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-01-05 01:31:47 |
135
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-01-30 01:36:53 |
136
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-01 01:40:50 |
136
137
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-01-13 01:39:05 |
137
138
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
138
139
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
@@ -140,7 +141,7 @@
140
141
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
141
142
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-15 10:27:58 |
142
143
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
143
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-01-13 01:40:40 |
144
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-01-31 01:44:52 |
144
145
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-01-10 01:36:47 |
145
146
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
146
147
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-11-17 06:38:25 |
@@ -153,8 +154,8 @@
153
154
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
154
155
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
155
156
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
156
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-01-18 01:39:51 |
157
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-12-16 01:37:15 |
157
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-01-31 01:49:13 |
158
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-01 01:51:43 |
158
159
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
159
160
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
160
161
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
@@ -184,12 +185,12 @@
184
185
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-01-11 01:40:34 |
185
186
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-01-12 01:37:30 |
186
187
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
187
- | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-12-30 17:21:31 |
188
+ | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
188
189
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-01-12 01:39:37 |
189
190
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
190
191
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
191
192
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-19 01:54:45 |
192
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-01-11 01:46:25 |
193
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-01 02:02:44 |
193
194
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
194
195
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
195
196
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -203,9 +204,9 @@
203
204
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
204
205
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
205
206
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
206
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-16 02:15:33 |
207
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
207
208
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-12 01:44:46 |
208
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
209
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-01 02:06:28 |
209
210
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-01-17 01:58:04 |
210
211
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
211
212
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-01-06 01:53:06 |
@@ -213,10 +214,10 @@
213
214
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
214
215
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
215
216
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-16 02:18:27 |
216
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-01-10 01:57:25 |
217
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-01-04 01:53:21 |
217
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-01 02:09:35 |
218
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-01 02:11:44 |
218
219
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
219
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-01-16 02:22:20 |
220
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-01 02:12:04 |
220
221
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
221
222
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-01-09 01:59:51 |
222
223
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.527"
1
+ export const sdkVersion = "4.0.529"
@@ -838,7 +838,7 @@ export class Client extends AbstractClient {
838
838
  2. 单次创建实例最大支持 100 个,实例时长最大支持 36 个月;
839
839
  3. 支持创建 MySQL 5.5、MySQL 5.6 、MySQL 5.7 和 MySQL 8.0 版本;
840
840
  4. 支持创建主实例、灾备实例和只读实例;
841
- 5. 当入参指定 Port,ParamList 或 Password 时,该实例会进行初始化操作(暂不支持基础版实例);
841
+ 5. 当入参指定 Port,ParamList 或 Password 时,该实例会进行初始化操作;
842
842
  */
843
843
  async CreateDBInstanceHour(
844
844
  req: CreateDBInstanceHourRequest,
@@ -4485,7 +4485,7 @@ export interface CreateDBInstanceRequest {
4485
4485
  UniqSubnetId?: string
4486
4486
 
4487
4487
  /**
4488
- * 项目 ID,不填为默认项目。请使用 [查询项目列表](https://cloud.tencent.com/document/product/378/4400) 接口获取项目 ID。购买只读实例和灾备实例时,项目 ID 默认和主实例保持一致。
4488
+ * 项目 ID,不填为默认项目。购买只读实例和灾备实例时,项目 ID 默认和主实例保持一致。
4489
4489
  */
4490
4490
  ProjectId?: number
4491
4491
 
@@ -7988,7 +7988,7 @@ export interface CreateDBInstanceHourRequest {
7988
7988
  UniqSubnetId?: string
7989
7989
 
7990
7990
  /**
7991
- * 项目 ID,不填为默认项目。请使用 [查询项目列表](https://cloud.tencent.com/document/product/378/4400) 接口获取项目 ID。
7991
+ * 项目 ID,不填为默认项目。
7992
7992
  */
7993
7993
  ProjectId?: number
7994
7994
 
@@ -2054,6 +2054,11 @@ export interface CreateInstanceRequest {
2054
2054
  * 是否开启essd 增强型云盘
2055
2055
  */
2056
2056
  DiskEnhance?: number
2057
+
2058
+ /**
2059
+ * 是否开启智能巡检
2060
+ */
2061
+ EnableDiagnose?: boolean
2057
2062
  }
2058
2063
 
2059
2064
  /**
@@ -24,7 +24,7 @@ import {
24
24
  CreateSchemeUrlRequest,
25
25
  CreateFlowApproversResponse,
26
26
  UploadFilesRequest,
27
- CreateMultiFlowSignQRCodeResponse,
27
+ RemindFlowRecords,
28
28
  FlowCreateApprover,
29
29
  DescribeThirdPartyAuthCodeResponse,
30
30
  CreateIntegrationEmployeesRequest,
@@ -33,6 +33,7 @@ import {
33
33
  StaffRole,
34
34
  FlowApproverUrlInfo,
35
35
  CreateConvertTaskApiRequest,
36
+ CreateFlowRemindsResponse,
36
37
  Agent,
37
38
  FlowApproverDetail,
38
39
  DescribeFlowTemplatesRequest,
@@ -66,6 +67,7 @@ import {
66
67
  DescribeFileUrlsResponse,
67
68
  AuthorizedUser,
68
69
  CreateDocumentRequest,
70
+ CreateMultiFlowSignQRCodeResponse,
69
71
  DescribeOrganizationSealsResponse,
70
72
  DeleteIntegrationEmployeesRequest,
71
73
  SignQrCode,
@@ -97,6 +99,7 @@ import {
97
99
  CancelFlowRequest,
98
100
  UploadFile,
99
101
  Component,
102
+ CreateFlowRemindsRequest,
100
103
  DescribeFlowBriefsRequest,
101
104
  SignUrl,
102
105
  VerifyPdfResponse,
@@ -339,6 +342,16 @@ export class Client extends AbstractClient {
339
342
  return this.request("DescribeIntegrationEmployees", req, cb)
340
343
  }
341
344
 
345
+ /**
346
+ * 创建签署链接,需要联系运营人员开白后才可使用
347
+ */
348
+ async CreateFlowSignUrl(
349
+ req: CreateFlowSignUrlRequest,
350
+ cb?: (error: string, rep: CreateFlowSignUrlResponse) => void
351
+ ): Promise<CreateFlowSignUrlResponse> {
352
+ return this.request("CreateFlowSignUrl", req, cb)
353
+ }
354
+
342
355
  /**
343
356
  * 创建文件转换任务
344
357
  */
@@ -374,13 +387,17 @@ export class Client extends AbstractClient {
374
387
  }
375
388
 
376
389
  /**
377
- * 创建签署链接,需要联系运营人员开白后才可使用
378
- */
379
- async CreateFlowSignUrl(
380
- req: CreateFlowSignUrlRequest,
381
- cb?: (error: string, rep: CreateFlowSignUrlResponse) => void
382
- ): Promise<CreateFlowSignUrlResponse> {
383
- return this.request("CreateFlowSignUrl", req, cb)
390
+ * 指定需要批量撤销的签署流程Id,批量催办合同
391
+ 客户指定需要撤销的签署流程Id,最多100个;接口失败后返回错误信息
392
+ 注意:
393
+ 能撤回合同的只能是合同的发起人或者签署人
394
+ 该接口需要开白后使用
395
+ */
396
+ async CreateFlowReminds(
397
+ req: CreateFlowRemindsRequest,
398
+ cb?: (error: string, rep: CreateFlowRemindsResponse) => void
399
+ ): Promise<CreateFlowRemindsResponse> {
400
+ return this.request("CreateFlowReminds", req, cb)
384
401
  }
385
402
 
386
403
  /**
@@ -165,23 +165,23 @@ true--是,处理置白
165
165
  }
166
166
 
167
167
  /**
168
- * CreateMultiFlowSignQRCode返回参数结构体
168
+ * 催办接口返回详细信息
169
169
  */
170
- export interface CreateMultiFlowSignQRCodeResponse {
170
+ export interface RemindFlowRecords {
171
171
  /**
172
- * 签署二维码对象
172
+ * 是否能够催办
173
173
  */
174
- QrCode: SignQrCode
174
+ CanRemind: boolean
175
175
 
176
176
  /**
177
- * 签署链接对象
177
+ * 合同id
178
178
  */
179
- SignUrls: SignUrl
179
+ FlowId: string
180
180
 
181
181
  /**
182
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
182
+ * 催办详情
183
183
  */
184
- RequestId?: string
184
+ RemindMessage: string
185
185
  }
186
186
 
187
187
  /**
@@ -421,6 +421,21 @@ export interface CreateConvertTaskApiRequest {
421
421
  Organization?: OrganizationInfo
422
422
  }
423
423
 
424
+ /**
425
+ * CreateFlowReminds返回参数结构体
426
+ */
427
+ export interface CreateFlowRemindsResponse {
428
+ /**
429
+ * 签署连接过期时间字符串:年月日-时分秒
430
+ */
431
+ RemindFlowRecords: Array<RemindFlowRecords>
432
+
433
+ /**
434
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
435
+ */
436
+ RequestId?: string
437
+ }
438
+
424
439
  /**
425
440
  * 应用相关信息
426
441
  */
@@ -1734,6 +1749,26 @@ export interface CreateDocumentRequest {
1734
1749
  ClientToken?: string
1735
1750
  }
1736
1751
 
1752
+ /**
1753
+ * CreateMultiFlowSignQRCode返回参数结构体
1754
+ */
1755
+ export interface CreateMultiFlowSignQRCodeResponse {
1756
+ /**
1757
+ * 签署二维码对象
1758
+ */
1759
+ QrCode: SignQrCode
1760
+
1761
+ /**
1762
+ * 签署链接对象
1763
+ */
1764
+ SignUrls: SignUrl
1765
+
1766
+ /**
1767
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1768
+ */
1769
+ RequestId?: string
1770
+ }
1771
+
1737
1772
  /**
1738
1773
  * DescribeOrganizationSeals返回参数结构体
1739
1774
  */
@@ -2751,6 +2786,21 @@ KEYWORD 关键字,使用ComponentId指定关键字
2751
2786
  KeywordIndexes?: Array<number>
2752
2787
  }
2753
2788
 
2789
+ /**
2790
+ * CreateFlowReminds请求参数结构体
2791
+ */
2792
+ export interface CreateFlowRemindsRequest {
2793
+ /**
2794
+ * 调用方用户信息,userId 必填
2795
+ */
2796
+ Operator: UserInfo
2797
+
2798
+ /**
2799
+ * 需要执行撤回的签署流程id数组,最多100个
2800
+ */
2801
+ FlowIds: Array<string>
2802
+ }
2803
+
2754
2804
  /**
2755
2805
  * DescribeFlowBriefs请求参数结构体
2756
2806
  */
@@ -20,7 +20,7 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  SyncProxyOrganizationResponse,
22
22
  ChannelCreateConvertTaskApiResponse,
23
- ChannelCreateFlowSignUrlResponse,
23
+ ChannelCreateFlowRemindsResponse,
24
24
  ChannelBatchCancelFlowsResponse,
25
25
  Department,
26
26
  ChannelCreateFlowSignReviewRequest,
@@ -28,13 +28,15 @@ import {
28
28
  DescribeFlowDetailInfoRequest,
29
29
  ModifyExtendedServiceRequest,
30
30
  DescribeResourceUrlsByFlowsRequest,
31
+ RemindFlowRecords,
32
+ ChannelCreateFlowSignUrlResponse,
31
33
  CreateSealByImageResponse,
32
34
  OperateChannelTemplateResponse,
33
35
  FlowFileInfo,
34
36
  CreateConsoleLoginUrlResponse,
35
37
  SyncProxyOrganizationRequest,
36
38
  CreateSealByImageRequest,
37
- ChannelCreateFlowSignUrlRequest,
39
+ ChannelCreateFlowRemindsRequest,
38
40
  ChannelCancelFlowResponse,
39
41
  DownloadFlowInfo,
40
42
  FlowApproverUrlInfo,
@@ -50,19 +52,19 @@ import {
50
52
  PrepareFlowsResponse,
51
53
  TemplateInfo,
52
54
  GetDownloadFlowUrlResponse,
55
+ Recipient,
53
56
  DescribeTemplatesResponse,
54
57
  StaffRole,
55
58
  ChannelVerifyPdfRequest,
56
59
  CreateChannelFlowEvidenceReportRequest,
57
60
  ChannelVerifyPdfResponse,
58
- DescribeChannelFlowEvidenceReportRequest,
59
61
  CreateConsoleLoginUrlRequest,
60
62
  OrganizationInfo,
61
63
  PdfVerifyResult,
62
64
  ChannelCancelMultiFlowSignQRCodeRequest,
63
65
  UploadFilesRequest,
64
66
  ChannelDescribeOrganizationSealsRequest,
65
- ProxyOrganizationOperator,
67
+ DescribeUsageRequest,
66
68
  DescribeExtendedServiceAuthInfoRequest,
67
69
  FormField,
68
70
  FlowInfo,
@@ -81,7 +83,7 @@ import {
81
83
  ChannelGetTaskResultApiRequest,
82
84
  FlowDetailInfo,
83
85
  CreateFlowsByTemplatesResponse,
84
- Recipient,
86
+ PrepareFlowsRequest,
85
87
  SyncProxyOrganizationOperatorsResponse,
86
88
  SignUrlInfo,
87
89
  FlowResourceUrlInfo,
@@ -89,12 +91,11 @@ import {
89
91
  ExtentServiceAuthInfo,
90
92
  Filter,
91
93
  ReleasedApprover,
92
- DescribeUsageRequest,
93
94
  CreateSignUrlsResponse,
94
95
  UploadFilesResponse,
95
96
  ChannelCreateBatchCancelFlowUrlRequest,
96
97
  ApproverRestriction,
97
- PrepareFlowsRequest,
98
+ DescribeChannelFlowEvidenceReportRequest,
98
99
  ChannelCreateFlowByFilesResponse,
99
100
  ChannelCreateFlowSignReviewResponse,
100
101
  ChannelDescribeOrganizationSealsResponse,
@@ -104,6 +105,7 @@ import {
104
105
  ChannelCreateMultiFlowSignQRCodeResponse,
105
106
  ApproverOption,
106
107
  ChannelCreateBoundFlowsResponse,
108
+ ProxyOrganizationOperator,
107
109
  ModifyExtendedServiceResponse,
108
110
  ChannelGetTaskResultApiResponse,
109
111
  DescribeExtendedServiceAuthInfoResponse,
@@ -123,6 +125,7 @@ import {
123
125
  ChannelDescribeEmployeesResponse,
124
126
  ChannelCreateReleaseFlowResponse,
125
127
  DescribeChannelFlowEvidenceReportResponse,
128
+ ChannelCreateFlowSignUrlRequest,
126
129
  CcInfo,
127
130
  } from "./essbasic_models"
128
131
 
@@ -190,7 +193,7 @@ export class Client extends AbstractClient {
190
193
  }
191
194
 
192
195
  /**
193
- * 查询企业扩展服务授权信息,企业经办人需要时企业超管或者法人
196
+ * 查询企业扩展服务授权信息,企业经办人需要是企业超管或者法人
194
197
  */
195
198
  async DescribeExtendedServiceAuthInfo(
196
199
  req: DescribeExtendedServiceAuthInfoRequest,
@@ -200,7 +203,7 @@ export class Client extends AbstractClient {
200
203
  }
201
204
 
202
205
  /**
203
- * 修改(操作)企业扩展服务 ,企业经办人需要时企业超管或者法人
206
+ * 修改(操作)企业扩展服务 ,企业经办人需要是企业超管或者法人
204
207
  */
205
208
  async ModifyExtendedService(
206
209
  req: ModifyExtendedServiceRequest,
@@ -255,6 +258,17 @@ export class Client extends AbstractClient {
255
258
  return this.request("CreateFlowsByTemplates", req, cb)
256
259
  }
257
260
 
261
+ /**
262
+ * 查询渠道子客企业电子印章,需要操作者具有管理印章权限
263
+ 客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数。
264
+ */
265
+ async ChannelDescribeOrganizationSeals(
266
+ req: ChannelDescribeOrganizationSealsRequest,
267
+ cb?: (error: string, rep: ChannelDescribeOrganizationSealsResponse) => void
268
+ ): Promise<ChannelDescribeOrganizationSealsResponse> {
269
+ return this.request("ChannelDescribeOrganizationSeals", req, cb)
270
+ }
271
+
258
272
  /**
259
273
  * 创建跳转小程序查看或签署的链接。
260
274
 
@@ -363,14 +377,13 @@ export class Client extends AbstractClient {
363
377
  }
364
378
 
365
379
  /**
366
- * 查询渠道子客企业电子印章,需要操作者具有管理印章权限
367
- 客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数。
368
- */
369
- async ChannelDescribeOrganizationSeals(
370
- req: ChannelDescribeOrganizationSealsRequest,
371
- cb?: (error: string, rep: ChannelDescribeOrganizationSealsResponse) => void
372
- ): Promise<ChannelDescribeOrganizationSealsResponse> {
373
- return this.request("ChannelDescribeOrganizationSeals", req, cb)
380
+ * 渠道版创建签署链接,需要联系运营人员开白后才可使用
381
+ */
382
+ async ChannelCreateFlowSignUrl(
383
+ req: ChannelCreateFlowSignUrlRequest,
384
+ cb?: (error: string, rep: ChannelCreateFlowSignUrlResponse) => void
385
+ ): Promise<ChannelCreateFlowSignUrlResponse> {
386
+ return this.request("ChannelCreateFlowSignUrl", req, cb)
374
387
  }
375
388
 
376
389
  /**
@@ -455,13 +468,17 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
455
468
  }
456
469
 
457
470
  /**
458
- * 渠道版创建签署链接,需要联系运营人员开白后才可使用
459
- */
460
- async ChannelCreateFlowSignUrl(
461
- req: ChannelCreateFlowSignUrlRequest,
462
- cb?: (error: string, rep: ChannelCreateFlowSignUrlResponse) => void
463
- ): Promise<ChannelCreateFlowSignUrlResponse> {
464
- return this.request("ChannelCreateFlowSignUrl", req, cb)
471
+ * 指定需要批量撤销的签署流程Id,批量催办合同
472
+ 客户指定需要撤销的签署流程Id,最多100个,超过100不处理;接口失败后返回错误信息
473
+ 注意:
474
+ 能撤回合同的只能是合同的发起人或者签署人
475
+ 该接口需要开白后使用
476
+ */
477
+ async ChannelCreateFlowReminds(
478
+ req: ChannelCreateFlowRemindsRequest,
479
+ cb?: (error: string, rep: ChannelCreateFlowRemindsResponse) => void
480
+ ): Promise<ChannelCreateFlowRemindsResponse> {
481
+ return this.request("ChannelCreateFlowReminds", req, cb)
465
482
  }
466
483
 
467
484
  /**