tencentcloud-sdk-nodejs 4.0.620 → 4.0.621

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 (69) hide show
  1. package/CHANGELOG.md +248 -0
  2. package/SERVICE_CHANGELOG.md +314 -107
  3. package/package.json +1 -1
  4. package/products.md +17 -17
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bpaas/v20181217/bpaas_models.ts +26 -11
  7. package/src/services/cls/v20201016/cls_models.ts +5 -5
  8. package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
  9. package/src/services/ess/v20201111/ess_client.ts +15 -0
  10. package/src/services/ess/v20201111/ess_models.ts +117 -8
  11. package/src/services/gme/v20180711/gme_models.ts +5 -0
  12. package/src/services/iotcloud/v20210408/iotcloud_models.ts +15 -0
  13. package/src/services/live/v20180801/live_client.ts +16 -1
  14. package/src/services/live/v20180801/live_models.ts +70 -46
  15. package/src/services/ocr/v20181119/ocr_models.ts +6 -6
  16. package/src/services/organization/v20210331/organization_client.ts +145 -106
  17. package/src/services/organization/v20210331/organization_models.ts +390 -165
  18. package/src/services/partners/v20180321/partners_client.ts +64 -122
  19. package/src/services/partners/v20180321/partners_models.ts +0 -356
  20. package/src/services/postgres/v20170312/postgres_client.ts +18 -18
  21. package/src/services/postgres/v20170312/postgres_models.ts +14 -10
  22. package/src/services/privatedns/v20201028/privatedns_client.ts +80 -68
  23. package/src/services/privatedns/v20201028/privatedns_models.ts +20 -0
  24. package/src/services/sms/v20190711/sms_models.ts +1 -4
  25. package/src/services/sms/v20210111/sms_models.ts +1 -1
  26. package/src/services/ssa/v20180608/ssa_client.ts +1 -1
  27. package/src/services/ssa/v20180608/ssa_models.ts +75 -14
  28. package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
  29. package/src/services/tdmq/v20200217/tdmq_models.ts +0 -32
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +26 -11
  33. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
  34. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
  35. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  36. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  37. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +112 -8
  38. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -0
  39. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +15 -0
  40. package/tencentcloud/services/live/v20180801/live_client.d.ts +8 -1
  41. package/tencentcloud/services/live/v20180801/live_client.js +9 -0
  42. package/tencentcloud/services/live/v20180801/live_models.d.ts +68 -46
  43. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
  44. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +48 -36
  45. package/tencentcloud/services/organization/v20210331/organization_client.js +70 -52
  46. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +379 -163
  47. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +25 -49
  48. package/tencentcloud/services/partners/v20180321/partners_client.js +36 -68
  49. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +0 -346
  50. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +18 -18
  51. package/tencentcloud/services/postgres/v20170312/postgres_client.js +18 -18
  52. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +14 -10
  53. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +31 -27
  54. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +45 -39
  55. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
  56. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -4
  57. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  58. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -1
  59. package/tencentcloud/services/ssa/v20180608/ssa_client.js +1 -1
  60. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +75 -14
  61. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -7
  62. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -8
  63. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -30
  64. package/test/ess.v20201111.test.js +10 -0
  65. package/test/live.v20180801.test.js +10 -0
  66. package/test/organization.v20210331.test.js +66 -36
  67. package/test/partners.v20180321.test.js +28 -68
  68. package/test/privatedns.v20201028.test.js +44 -34
  69. package/test/tdmq.v20200217.test.js +0 -10
package/products.md CHANGED
@@ -30,7 +30,7 @@
30
30
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-05-18 01:05:44 |
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-05-18 01:05:55 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-05-18 01:06:15 |
33
- | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-05-18 01:06:36 |
33
+ | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-06-14 01:09:11 |
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
@@ -54,12 +54,12 @@
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-12 01:08:42 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-14 01:12:48 |
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-12 01:09:11 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-05-18 01:13:44 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-13 01:10:07 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-14 01:14:01 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-05-18 01:14:25 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
@@ -74,7 +74,7 @@
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-05-18 01:19:47 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
77
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-06-13 01:16:02 |
77
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-06-14 01:18:59 |
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
80
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-13 01:16:36 |
@@ -93,14 +93,14 @@
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-12 01:20:35 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-09 01:20:26 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-14 01:22:43 |
97
97
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-13 01:20:11 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
101
101
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
102
102
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-05-18 01:28:41 |
103
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-05-24 01:26:53 |
103
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-06-14 01:25:30 |
104
104
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-05-18 01:29:36 |
105
105
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
106
106
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
@@ -116,7 +116,7 @@
116
116
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
117
117
  | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-05-18 01:31:36 |
118
118
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-05-18 01:31:40 |
119
- | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-06-12 01:24:01 |
119
+ | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-06-14 01:27:08 |
120
120
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-05-18 01:32:30 |
121
121
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
122
122
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-05-26 01:33:51 |
@@ -127,7 +127,7 @@
127
127
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
128
128
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-05-22 01:40:34 |
129
129
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-13 01:26:23 |
130
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-13 01:26:49 |
130
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-14 01:30:33 |
131
131
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
132
132
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
133
133
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-13 01:27:34 |
@@ -146,13 +146,13 @@
146
146
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-19 01:49:42 |
147
147
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
148
148
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-29 01:34:54 |
149
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-13 01:30:41 |
149
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-14 01:34:02 |
150
150
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
151
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-09 01:35:01 |
152
- | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-07 01:39:31 |
151
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-14 01:34:43 |
152
+ | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-14 01:35:00 |
153
153
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
154
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-06-13 01:31:43 |
155
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-05-18 01:45:21 |
154
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-06-14 01:35:12 |
155
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-06-14 01:36:28 |
156
156
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-05-26 01:47:14 |
157
157
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
158
158
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-06-12 01:33:10 |
@@ -165,17 +165,17 @@
165
165
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-05-18 01:47:52 |
166
166
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
167
167
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
168
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-08 01:52:29 |
168
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-13 12:01:52 |
169
169
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-05-18 01:48:23 |
170
170
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
171
171
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-06-07 01:43:06 |
172
- | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-13 01:37:42 |
172
+ | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
173
173
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-13 01:37:56 |
174
174
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
175
175
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
176
176
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-05-18 01:49:52 |
177
177
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-05-24 01:44:57 |
178
- | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-06-12 01:36:12 |
178
+ | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-06-14 01:39:43 |
179
179
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
180
180
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-05-18 01:50:18 |
181
181
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
@@ -192,7 +192,7 @@
192
192
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-06-07 01:46:42 |
193
193
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-05-18 01:54:30 |
194
194
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-05-18 01:54:42 |
195
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-13 01:41:55 |
195
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-14 01:42:52 |
196
196
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
197
197
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
198
198
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-29 01:44:07 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.620"
1
+ export const sdkVersion = "4.0.621"
@@ -120,6 +120,16 @@ export interface StatusNode {
120
120
  注意:此字段可能返回 null,表示取不到有效值。
121
121
  */
122
122
  ParallelNodes?: string
123
+ /**
124
+ * scf拒绝时返回信息
125
+ 注意:此字段可能返回 null,表示取不到有效值。
126
+ */
127
+ RejectedCloudFunctionMsg?: string
128
+ /**
129
+ * 上一个节点
130
+ 注意:此字段可能返回 null,表示取不到有效值。
131
+ */
132
+ PrevNode?: string
123
133
  }
124
134
 
125
135
  /**
@@ -217,54 +227,59 @@ export interface GetBpaasApproveDetailResponse {
217
227
  /**
218
228
  * 申请人uin
219
229
  */
220
- ApplyUin: number
230
+ ApplyUin?: number
221
231
  /**
222
232
  * 申请人主账号
223
233
  */
224
- ApplyOwnUin: number
234
+ ApplyOwnUin?: number
225
235
  /**
226
236
  * 申请人昵称
227
237
  注意:此字段可能返回 null,表示取不到有效值。
228
238
  */
229
- ApplyUinNick: string
239
+ ApplyUinNick?: string
230
240
  /**
231
241
  * 审批流id
232
242
  */
233
- BpaasId: number
243
+ BpaasId?: number
234
244
  /**
235
245
  * 审批流名称
236
246
  */
237
- BpaasName: string
247
+ BpaasName?: string
238
248
  /**
239
249
  * 申请参数
240
250
  注意:此字段可能返回 null,表示取不到有效值。
241
251
  */
242
- ApplicationParams: Array<ApplyParam>
252
+ ApplicationParams?: Array<ApplyParam>
243
253
  /**
244
254
  * 申请原因
245
255
  注意:此字段可能返回 null,表示取不到有效值。
246
256
  */
247
- Reason: string
257
+ Reason?: string
248
258
  /**
249
259
  * 申请时间
250
260
  注意:此字段可能返回 null,表示取不到有效值。
251
261
  */
252
- CreateTime: string
262
+ CreateTime?: string
253
263
  /**
254
264
  * 申请单状态
255
265
  注意:此字段可能返回 null,表示取不到有效值。
256
266
  */
257
- Status: number
267
+ Status?: number
258
268
  /**
259
269
  * 节点信息
260
270
  注意:此字段可能返回 null,表示取不到有效值。
261
271
  */
262
- Nodes: Array<StatusNode>
272
+ Nodes?: Array<StatusNode>
263
273
  /**
264
274
  * 正在审批的节点id
265
275
  注意:此字段可能返回 null,表示取不到有效值。
266
276
  */
267
- ApprovingNodeId: string
277
+ ApprovingNodeId?: string
278
+ /**
279
+ * 更新时间,时间格式:2021-12-12 10:12:10
280
+ 注意:此字段可能返回 null,表示取不到有效值。
281
+ */
282
+ ModifyTime?: string
268
283
  /**
269
284
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
270
285
  */
@@ -2629,7 +2629,7 @@ export interface CreateShipperRequest {
2629
2629
  */
2630
2630
  Interval?: number
2631
2631
  /**
2632
- * 投递的文件的最大值,单位 MB,默认256,范围 100-256
2632
+ * 投递的文件的最大值,单位 MB,默认256,范围 5-256
2633
2633
  */
2634
2634
  MaxSize?: number
2635
2635
  /**
@@ -3063,15 +3063,15 @@ export interface DescribeLogContextResponse {
3063
3063
  /**
3064
3064
  * 日志上下文信息集合
3065
3065
  */
3066
- LogContextInfos: Array<LogContextInfo>
3066
+ LogContextInfos?: Array<LogContextInfo>
3067
3067
  /**
3068
3068
  * 上文日志是否已经返回
3069
3069
  */
3070
- PrevOver: boolean
3070
+ PrevOver?: boolean
3071
3071
  /**
3072
3072
  * 下文日志是否已经返回
3073
3073
  */
3074
- NextOver: boolean
3074
+ NextOver?: boolean
3075
3075
  /**
3076
3076
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3077
3077
  */
@@ -3234,7 +3234,7 @@ export interface ModifyShipperRequest {
3234
3234
  */
3235
3235
  Interval?: number
3236
3236
  /**
3237
- * 投递的文件的最大值,单位 MB,默认256,范围 100-256
3237
+ * 投递的文件的最大值,单位 MB,默认256,范围 5-256
3238
3238
  */
3239
3239
  MaxSize?: number
3240
3240
  /**
@@ -654,7 +654,7 @@ export interface SlowLogTopSqlItem {
654
654
  */
655
655
  RowsExaminedAvg: number
656
656
  /**
657
- * SOL模板的MD5值
657
+ * SQL模板的MD5值
658
658
  */
659
659
  Md5: string
660
660
  }
@@ -2607,7 +2607,7 @@ export interface DescribeSlowLogUserHostStatsRequest {
2607
2607
  */
2608
2608
  Product?: string
2609
2609
  /**
2610
- * SOL模板的MD5值
2610
+ * SQL模板的MD5值
2611
2611
  */
2612
2612
  Md5?: string
2613
2613
  }
@@ -32,6 +32,7 @@ import {
32
32
  CreateMultiFlowSignQRCodeResponse,
33
33
  FlowCreateApprover,
34
34
  DescribeThirdPartyAuthCodeResponse,
35
+ HasAuthUser,
35
36
  DisableUserAutoSignResponse,
36
37
  CancelUserAutoSignEnableUrlResponse,
37
38
  BindEmployeeUserIdWithClientOpenIdResponse,
@@ -39,6 +40,7 @@ import {
39
40
  DescribeIntegrationRolesRequest,
40
41
  CreateFlowEvidenceReportRequest,
41
42
  StartFlowResponse,
43
+ SealInfo,
42
44
  StaffRole,
43
45
  FlowApproverUrlInfo,
44
46
  AuthorizedUser,
@@ -146,6 +148,7 @@ import {
146
148
  UploadFile,
147
149
  Component,
148
150
  IntegrationDepartment,
151
+ DescribeExtendedServiceAuthInfosRequest,
149
152
  DescribeIntegrationRolesResponse,
150
153
  CreateFlowRemindsRequest,
151
154
  UpdateIntegrationEmployeesRequest,
@@ -159,6 +162,7 @@ import {
159
162
  Caller,
160
163
  DescribeFlowTemplatesResponse,
161
164
  UploadFilesRequest,
165
+ ExtendAuthInfo,
162
166
  RelieveInfo,
163
167
  CreateBatchCancelFlowUrlRequest,
164
168
  CreateMultiFlowSignQRCodeRequest,
@@ -170,6 +174,7 @@ import {
170
174
  ReleasedApprover,
171
175
  FlowBrief,
172
176
  DescribeOrganizationGroupOrganizationsResponse,
177
+ DescribeExtendedServiceAuthInfosResponse,
173
178
  CcInfo,
174
179
  } from "./ess_models"
175
180
 
@@ -486,6 +491,16 @@ callbackinfo包含: 回调地址和签名key
486
491
  return this.request("DescribeUserAutoSignStatus", req, cb)
487
492
  }
488
493
 
494
+ /**
495
+ * 查询企业扩展服务授权信息,目前支持查询:企业静默签,企业与港澳台居民签署合同,使用手机号验证签署方身份,骑缝章,批量签署能力是否已经开通
496
+ */
497
+ async DescribeExtendedServiceAuthInfos(
498
+ req: DescribeExtendedServiceAuthInfosRequest,
499
+ cb?: (error: string, rep: DescribeExtendedServiceAuthInfosResponse) => void
500
+ ): Promise<DescribeExtendedServiceAuthInfosResponse> {
501
+ return this.request("DescribeExtendedServiceAuthInfos", req, cb)
502
+ }
503
+
489
504
  /**
490
505
  * 生成子客编辑企业信息二维码
491
506
  */
@@ -114,6 +114,7 @@ HONGKONG_MACAO_AND_TAIWAN 中国台湾
114
114
  * 印章图片的base64
115
115
  注:已废弃
116
116
  请先通过UploadFiles接口上传文件,获取 FileId
117
+ * @deprecated
117
118
  */
118
119
  SealImage?: string
119
120
  /**
@@ -341,6 +342,24 @@ export interface DescribeThirdPartyAuthCodeResponse {
341
342
  RequestId?: string
342
343
  }
343
344
 
345
+ /**
346
+ * 被授权用户信息
347
+ */
348
+ export interface HasAuthUser {
349
+ /**
350
+ * 用户id
351
+ 注意:此字段可能返回 null,表示取不到有效值。
352
+ */
353
+ UserId?: string
354
+ /**
355
+ * 用户归属
356
+ MainOrg:主企业
357
+ CurrentOrg:当前企业
358
+ 注意:此字段可能返回 null,表示取不到有效值。
359
+ */
360
+ BelongTo?: string
361
+ }
362
+
344
363
  /**
345
364
  * DisableUserAutoSign返回参数结构体
346
365
  */
@@ -384,7 +403,7 @@ export interface CreateIntegrationEmployeesRequest {
384
403
  */
385
404
  Operator: UserInfo
386
405
  /**
387
- * 待创建员工的信息,Mobile和DisplayName必填
406
+ * 待创建员工的信息,Mobile和DisplayName必填,OpenId和Email选填,其他字段暂不支持
388
407
  */
389
408
  Employees: Array<Staff>
390
409
  /**
@@ -450,6 +469,11 @@ export interface StartFlowResponse {
450
469
  RequestId?: string
451
470
  }
452
471
 
472
+ /**
473
+ * 模板结构体中的印章信息
474
+ */
475
+ export type SealInfo = null
476
+
453
477
  /**
454
478
  * 集成版企业角色信息
455
479
  */
@@ -719,15 +743,14 @@ export interface DescribeFlowTemplatesRequest {
719
743
  */
720
744
  Limit?: number
721
745
  /**
722
- * 这个参数跟下面的IsChannel参数配合使用。
723
- IsChannel=false时,ApplicationId参数不起任何作用。
724
- IsChannel=true时,ApplicationId为空,查询所有第三方应用集成平台企业模板列表;ApplicationId不为空,查询指定应用下的模板列表
746
+ * ApplicationId不为空,查询指定应用下的模板列表
725
747
  ApplicationId为空,查询所有应用下的模板列表
726
748
  */
727
749
  ApplicationId?: string
728
750
  /**
729
751
  * 默认为false,查询SaaS模板库列表;
730
752
  为true,查询第三方应用集成平台企业模板库管理列表
753
+ * @deprecated
731
754
  */
732
755
  IsChannel?: boolean
733
756
  /**
@@ -876,6 +899,17 @@ export interface TemplateInfo {
876
899
  注意:此字段可能返回 null,表示取不到有效值。
877
900
  */
878
901
  Published?: boolean
902
+ /**
903
+ * 模板内部指定的印章列表
904
+ 注意:此字段可能返回 null,表示取不到有效值。
905
+ */
906
+ TemplateSeals?: Array<SealInfo>
907
+ /**
908
+ * 模板内部指定的印章列表
909
+ 注意:此字段可能返回 null,表示取不到有效值。
910
+ * @deprecated
911
+ */
912
+ Seals?: Array<SealInfo>
879
913
  }
880
914
 
881
915
  /**
@@ -3515,11 +3549,10 @@ ComponentType为SIGN_SIGNATURE类型可以控制签署方式
3515
3549
  {“ComponentTypeLimit”: [“xxx”]}
3516
3550
  xxx可以为:
3517
3551
  HANDWRITE – 手写签名
3518
- BORDERLESS_ESIGN – 自动生成无边框腾讯体
3519
3552
  OCR_ESIGN -- AI智能识别手写签名
3520
3553
  ESIGN -- 个人印章类型
3521
3554
  SYSTEM_ESIGN -- 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)
3522
- 如:{“ComponentTypeLimit”: [“BORDERLESS_ESIGN”]}
3555
+ 如:{“ComponentTypeLimit”: [“SYSTEM_ESIGN”]}
3523
3556
 
3524
3557
  ComponentType为SIGN_DATE时,支持以下参数:
3525
3558
  1 Font:字符串类型目前只支持"黑体"、"宋体",如果不填默认为"黑体"
@@ -3691,6 +3724,29 @@ export interface IntegrationDepartment {
3691
3724
  OrderNo?: number
3692
3725
  }
3693
3726
 
3727
+ /**
3728
+ * DescribeExtendedServiceAuthInfos请求参数结构体
3729
+ */
3730
+ export interface DescribeExtendedServiceAuthInfosRequest {
3731
+ /**
3732
+ * 操作人信息
3733
+ */
3734
+ Operator: UserInfo
3735
+ /**
3736
+ * 代理相关应用信息,如集团主企业代子企业操作
3737
+ */
3738
+ Agent?: Agent
3739
+ /**
3740
+ * 扩展服务类型,默认为空,查询目前支持的所有扩展服务信息,单个指定则查询单个扩展服务开通信息,取值:
3741
+ OPEN_SERVER_SIGN:开通企业静默签署
3742
+ OVERSEA_SIGN:企业与港澳台居民签署合同
3743
+ MOBILE_CHECK_APPROVER:使用手机号验证签署方身份
3744
+ PAGING_SEAL:骑缝章
3745
+ BATCH_SIGN:批量签署
3746
+ */
3747
+ ExtendServiceType?: string
3748
+ }
3749
+
3694
3750
  /**
3695
3751
  * DescribeIntegrationRoles返回参数结构体
3696
3752
  */
@@ -3736,11 +3792,11 @@ export interface CreateFlowRemindsRequest {
3736
3792
  */
3737
3793
  export interface UpdateIntegrationEmployeesRequest {
3738
3794
  /**
3739
- * 操作人信息
3795
+ * 操作人信息,userId必填
3740
3796
  */
3741
3797
  Operator: UserInfo
3742
3798
  /**
3743
- * 员工信息
3799
+ * 员工信息,OpenId和UserId必填一个,Email、DisplayName和Email选填,其他字段暂不支持
3744
3800
  */
3745
3801
  Employees: Array<Staff>
3746
3802
  /**
@@ -3951,6 +4007,45 @@ true--是,处理置白
3951
4007
  FileUrls?: string
3952
4008
  }
3953
4009
 
4010
+ /**
4011
+ * 授权服务信息
4012
+ */
4013
+ export interface ExtendAuthInfo {
4014
+ /**
4015
+ * 授权服务类型
4016
+ OPEN_SERVER_SIGN:开通企业静默签署
4017
+ OVERSEA_SIGN:企业与港澳台居民签署合同
4018
+ MOBILE_CHECK_APPROVER:使用手机号验证签署方身份
4019
+ PAGING_SEAL:骑缝章
4020
+ BATCH_SIGN:批量签署
4021
+ */
4022
+ Type?: string
4023
+ /**
4024
+ * 授权服务名称
4025
+ */
4026
+ Name?: string
4027
+ /**
4028
+ * 授权服务状态,ENABLE:开通
4029
+ DISABLE:未开通
4030
+ */
4031
+ Status?: string
4032
+ /**
4033
+ * 授权人用户id
4034
+ 注意:此字段可能返回 null,表示取不到有效值。
4035
+ */
4036
+ OperatorUserId?: string
4037
+ /**
4038
+ * 授权时间戳,单位秒
4039
+ 注意:此字段可能返回 null,表示取不到有效值。
4040
+ */
4041
+ OperateOn?: number
4042
+ /**
4043
+ * 被授权用户列表
4044
+ 注意:此字段可能返回 null,表示取不到有效值。
4045
+ */
4046
+ HasAuthUserList?: Array<HasAuthUser>
4047
+ }
4048
+
3954
4049
  /**
3955
4050
  * 解除协议文档中内容信息,包括但不限于:解除理由、解除后仍然有效的条款-保留条款、原合同事项处理-费用结算、原合同事项处理-其他事项、其他约定等。
3956
4051
  */
@@ -4246,6 +4341,20 @@ export interface DescribeOrganizationGroupOrganizationsResponse {
4246
4341
  RequestId?: string
4247
4342
  }
4248
4343
 
4344
+ /**
4345
+ * DescribeExtendedServiceAuthInfos返回参数结构体
4346
+ */
4347
+ export interface DescribeExtendedServiceAuthInfosResponse {
4348
+ /**
4349
+ * 授权服务信息列表
4350
+ */
4351
+ AuthInfoList?: Array<ExtendAuthInfo>
4352
+ /**
4353
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4354
+ */
4355
+ RequestId?: string
4356
+ }
4357
+
4249
4358
  /**
4250
4359
  * 抄送信息
4251
4360
  */
@@ -924,6 +924,11 @@ export interface ServiceStatus {
924
924
  注意:此字段可能返回 null,表示取不到有效值。
925
925
  */
926
926
  RealTimeAsr: StatusInfo
927
+ /**
928
+ * 文本翻译服务开关状态
929
+ 注意:此字段可能返回 null,表示取不到有效值。
930
+ */
931
+ TextTranslate?: StatusInfo
927
932
  }
928
933
 
929
934
  /**
@@ -1622,6 +1622,16 @@ export interface FirmwareInfo {
1622
1622
  注意:此字段可能返回 null,表示取不到有效值。
1623
1623
  */
1624
1624
  ProductId: string
1625
+ /**
1626
+ * 固件类型
1627
+ 注意:此字段可能返回 null,表示取不到有效值。
1628
+ */
1629
+ FwType: string
1630
+ /**
1631
+ * 创建者 Uin
1632
+ 注意:此字段可能返回 null,表示取不到有效值。
1633
+ */
1634
+ CreateUserId: number
1625
1635
  }
1626
1636
 
1627
1637
  /**
@@ -2818,6 +2828,11 @@ export interface DeviceInfo {
2818
2828
  注意:此字段可能返回 null,表示取不到有效值。
2819
2829
  */
2820
2830
  FirmwareUpdateTime: number
2831
+ /**
2832
+ * 创建者 Uin
2833
+ 注意:此字段可能返回 null,表示取不到有效值。
2834
+ */
2835
+ CreateUserId: number
2821
2836
  }
2822
2837
 
2823
2838
  /**
@@ -173,7 +173,7 @@ import {
173
173
  DescribeGroupProIspPlayInfoListRequest,
174
174
  ModifyPullStreamStatusRequest,
175
175
  DescribeStreamDayPlayInfoListRequest,
176
- TranscodeDetailInfo,
176
+ RestartLivePullStreamTaskRequest,
177
177
  DescribeLiveSnapshotTemplateResponse,
178
178
  DescribeLiveTranscodeRulesResponse,
179
179
  CreateLiveTimeShiftTemplateRequest,
@@ -238,6 +238,7 @@ import {
238
238
  CancelCommonMixStreamRequest,
239
239
  RecentPullInfo,
240
240
  CertInfo,
241
+ TranscodeDetailInfo,
241
242
  DescribeRecordTaskResponse,
242
243
  DescribeLiveDelayInfoListResponse,
243
244
  DeleteLiveTranscodeTemplateRequest,
@@ -302,6 +303,7 @@ import {
302
303
  DescribeLiveRecordRulesResponse,
303
304
  CreateLiveSnapshotTemplateRequest,
304
305
  DescribeLiveDomainPlayInfoListResponse,
306
+ RestartLivePullStreamTaskResponse,
305
307
  DescribeLivePullStreamTasksRequest,
306
308
  DescribeLiveStreamOnlineListRequest,
307
309
  DeleteLiveCallbackTemplateRequest,
@@ -1533,6 +1535,19 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
1533
1535
  return this.request("DeleteLiveTimeShiftRule", req, cb)
1534
1536
  }
1535
1537
 
1538
+ /**
1539
+ * 将正在运行的拉流转推任务进行重启。
1540
+ 注意:
1541
+ 1. 重启任务会造成推流中断。
1542
+ 2. 点播源任务的重启,会根据VodRefreshType决定是续播还是从头开始播。
1543
+ */
1544
+ async RestartLivePullStreamTask(
1545
+ req: RestartLivePullStreamTaskRequest,
1546
+ cb?: (error: string, rep: RestartLivePullStreamTaskResponse) => void
1547
+ ): Promise<RestartLivePullStreamTaskResponse> {
1548
+ return this.request("RestartLivePullStreamTask", req, cb)
1549
+ }
1550
+
1536
1551
  /**
1537
1552
  * 获取水印规则列表。
1538
1553
  */