tencentcloud-sdk-nodejs 4.0.658 → 4.0.660

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 (62) hide show
  1. package/CHANGELOG.md +589 -0
  2. package/SERVICE_CHANGELOG.md +756 -47
  3. package/package.json +1 -1
  4. package/products.md +14 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +14 -1
  7. package/src/services/asr/v20190614/asr_models.ts +41 -11
  8. package/src/services/ccc/v20200210/ccc_client.ts +25 -13
  9. package/src/services/ccc/v20200210/ccc_models.ts +32 -4
  10. package/src/services/cls/v20201016/cls_client.ts +2 -1
  11. package/src/services/cls/v20201016/cls_models.ts +46 -6
  12. package/src/services/csip/v20221121/csip_models.ts +73 -2
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +54 -54
  14. package/src/services/dasb/v20191018/dasb_models.ts +6 -2
  15. package/src/services/eis/v20210601/eis_models.ts +17 -8
  16. package/src/services/ess/v20201111/ess_client.ts +15 -9
  17. package/src/services/ess/v20201111/ess_models.ts +47 -35
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +17 -17
  20. package/src/services/index.ts +1 -0
  21. package/src/services/iss/v20230517/iss_client.ts +49 -19
  22. package/src/services/iss/v20230517/iss_models.ts +1525 -1105
  23. package/src/services/trocket/index.ts +5 -0
  24. package/src/services/trocket/v20230308/index.ts +6 -0
  25. package/src/services/trocket/v20230308/trocket_client.ts +69 -0
  26. package/src/services/trocket/v20230308/trocket_models.ts +270 -0
  27. package/src/services/wedata/v20210820/wedata_models.ts +36 -0
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -1
  31. package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
  32. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +38 -11
  33. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -5
  34. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -6
  35. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +30 -4
  36. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +45 -6
  37. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +73 -2
  38. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +54 -54
  39. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +6 -2
  40. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +17 -8
  41. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -3
  42. package/tencentcloud/services/ess/v20201111/ess_client.js +9 -3
  43. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +47 -35
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -17
  47. package/tencentcloud/services/index.d.ts +1 -0
  48. package/tencentcloud/services/index.js +2 -0
  49. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +1 -1
  50. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +1501 -1111
  51. package/tencentcloud/services/trocket/index.d.ts +6 -0
  52. package/tencentcloud/services/trocket/index.js +7 -0
  53. package/tencentcloud/services/trocket/v20230308/index.d.ts +6 -0
  54. package/tencentcloud/services/trocket/v20230308/index.js +9 -0
  55. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +27 -0
  56. package/tencentcloud/services/trocket/v20230308/trocket_client.js +52 -0
  57. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +245 -0
  58. package/tencentcloud/services/trocket/v20230308/trocket_models.js +18 -0
  59. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +36 -0
  60. package/test/asr.v20190614.test.js +10 -0
  61. package/test/ccc.v20200210.test.js +14 -4
  62. package/test/trocket.v20230308.test.js +41 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.658",
3
+ "version": "4.0.660",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-01 01:01:56 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-08-04 01:06:13 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-02 01:06:17 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-08 01:06:35 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-19 01:07:48 |
@@ -34,13 +34,13 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-03 12:20:37 |
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 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-07-28 01:09:58 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-08-08 01:07:18 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-04 01:07:04 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-31 01:09:58 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-08-04 01:07:16 |
43
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-07-28 01:10:59 |
43
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-08-08 01:09:59 |
44
44
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-07 01:07:06 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-07-28 01:11:59 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-08-04 01:07:45 |
@@ -59,19 +59,19 @@
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-08-03 01:03:28 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-03 01:03:31 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-08 01:11:32 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-26 01:11:19 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-03 01:03:52 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-07-31 01:15:43 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-07-18 01:21:16 |
68
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-08-08 01:12:25 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
70
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-02 01:09:12 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-07 01:09:27 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-07 01:09:57 |
74
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-02 01:13:55 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-08 01:14:23 |
74
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-08 01:15:01 |
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
77
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-14 01:15:28 |
@@ -90,11 +90,11 @@
90
90
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-05-18 01:24:35 |
91
91
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-07-11 01:20:38 |
92
92
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
93
- | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
93
+ | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-08 01:16:41 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-01 01:21:59 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-04 01:11:52 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-02 16:50:51 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-08 01:16:56 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-08 01:17:36 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-01 01:24:47 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
@@ -122,7 +122,7 @@
122
122
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-07-27 01:14:43 |
123
123
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-05-18 01:34:37 |
124
124
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-06-13 01:25:28 |
125
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-08-03 16:25:45 |
125
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-08-07 15:48:42 |
126
126
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
127
127
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
128
128
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
@@ -184,7 +184,7 @@
184
184
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-07-24 01:45:22 |
185
185
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
186
186
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-06 01:55:04 |
187
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-06-20 01:48:17 |
187
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-08-08 01:23:00 |
188
188
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-07-21 01:39:45 |
189
189
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
190
190
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
@@ -214,6 +214,7 @@
214
214
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-07-28 01:54:14 |
215
215
  | tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-05-18 02:01:16 |
216
216
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
217
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-08-07 10:45:38 |
217
218
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
218
219
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
219
220
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-04 01:19:38 |
@@ -229,7 +230,7 @@
229
230
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
230
231
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
231
232
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
232
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-04 01:21:15 |
233
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-08 01:27:52 |
233
234
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
234
235
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
235
236
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.658"
1
+ export const sdkVersion = "4.0.660"
@@ -60,23 +60,26 @@ import {
60
60
  GetCustomizationListRequest,
61
61
  UpdateAsrVocabResponse,
62
62
  VoicePrintEnrollRequest,
63
+ VoicePrintVerifyResponse,
63
64
  CreateAsrVocabResponse,
64
65
  Model,
65
66
  CreateAsrVocabRequest,
66
67
  GetModelInfoResponse,
67
68
  UpdateAsrVocabRequest,
68
- VoicePrintVerifyResponse,
69
+ VoicePrintCountRequest,
69
70
  DescribeTaskStatusRequest,
70
71
  SentenceRecognitionResponse,
71
72
  VoicePrintUpdateResponse,
72
73
  VoicePrintBaseData,
73
74
  DeleteCustomizationRequest,
75
+ VoicePrintCountResponse,
74
76
  AsyncRecognitionTaskInfo,
75
77
  ModifyCustomizationStateResponse,
76
78
  DescribeAsyncRecognitionTasksResponse,
77
79
  GetAsrVocabListResponse,
78
80
  SentenceWord,
79
81
  SentenceWords,
82
+ VoicePrintCountData,
80
83
  DownloadCustomizationRequest,
81
84
  } from "./asr_models"
82
85
 
@@ -124,6 +127,16 @@ export class Client extends AbstractClient {
124
127
  return this.request("GetCustomizationList", req, cb)
125
128
  }
126
129
 
130
+ /**
131
+ * 统计并返回注册的说话人id总数
132
+ */
133
+ async VoicePrintCount(
134
+ req?: VoicePrintCountRequest,
135
+ cb?: (error: string, rep: VoicePrintCountResponse) => void
136
+ ): Promise<VoicePrintCountResponse> {
137
+ return this.request("VoicePrintCount", req, cb)
138
+ }
139
+
127
140
  /**
128
141
  * 用户通过该接口,可获得所有的热词表及其信息。
129
142
  */
@@ -982,6 +982,20 @@ export interface VoicePrintEnrollRequest {
982
982
  SpeakerNick?: string
983
983
  }
984
984
 
985
+ /**
986
+ * VoicePrintVerify返回参数结构体
987
+ */
988
+ export interface VoicePrintVerifyResponse {
989
+ /**
990
+ * 说话人验证数据
991
+ */
992
+ Data?: VoicePrintVerifyData
993
+ /**
994
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
995
+ */
996
+ RequestId?: string
997
+ }
998
+
985
999
  /**
986
1000
  * CreateAsrVocab返回参数结构体
987
1001
  */
@@ -1106,18 +1120,9 @@ export interface UpdateAsrVocabRequest {
1106
1120
  }
1107
1121
 
1108
1122
  /**
1109
- * VoicePrintVerify返回参数结构体
1123
+ * VoicePrintCount请求参数结构体
1110
1124
  */
1111
- export interface VoicePrintVerifyResponse {
1112
- /**
1113
- * 说话人验证数据
1114
- */
1115
- Data?: VoicePrintVerifyData
1116
- /**
1117
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1118
- */
1119
- RequestId?: string
1120
- }
1125
+ export type VoicePrintCountRequest = null
1121
1126
 
1122
1127
  /**
1123
1128
  * DescribeTaskStatus请求参数结构体
@@ -1197,6 +1202,20 @@ export interface DeleteCustomizationRequest {
1197
1202
  ModelId: string
1198
1203
  }
1199
1204
 
1205
+ /**
1206
+ * VoicePrintCount返回参数结构体
1207
+ */
1208
+ export interface VoicePrintCountResponse {
1209
+ /**
1210
+ * 统计数据
1211
+ */
1212
+ Data?: VoicePrintCountData
1213
+ /**
1214
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1215
+ */
1216
+ RequestId?: string
1217
+ }
1218
+
1200
1219
  /**
1201
1220
  * 音频流异步识别任务信息
1202
1221
  */
@@ -1297,6 +1316,17 @@ export interface SentenceWords {
1297
1316
  OffsetEndMs: number
1298
1317
  }
1299
1318
 
1319
+ /**
1320
+ * 统计返回注册数量结构
1321
+ */
1322
+ export interface VoicePrintCountData {
1323
+ /**
1324
+ * 总数
1325
+ 注意:此字段可能返回 null,表示取不到有效值。
1326
+ */
1327
+ Total?: number
1328
+ }
1329
+
1300
1330
  /**
1301
1331
  * DownloadCustomization请求参数结构体
1302
1332
  */
@@ -29,6 +29,7 @@ import {
29
29
  DescribeAutoCalloutTaskRequest,
30
30
  CreateUserSigResponse,
31
31
  DescribeIMCdrsResponse,
32
+ CreateAdminURLResponse,
32
33
  CreateCallOutSessionResponse,
33
34
  DescribeCarrierPrivilegeNumberApplicantsRequest,
34
35
  DisableCCCPhoneNumberRequest,
@@ -66,6 +67,7 @@ import {
66
67
  AutoCalloutTaskInfo,
67
68
  SkillGroupInfoItem,
68
69
  ResetExtensionPasswordResponse,
70
+ ModifyStaffResponse,
69
71
  ModifyExtensionRequest,
70
72
  PSTNSessionInfo,
71
73
  Message,
@@ -116,7 +118,7 @@ import {
116
118
  DescribeAutoCalloutTasksRequest,
117
119
  DescribeChatMessagesRequest,
118
120
  DescribeTelSessionResponse,
119
- ModifyStaffResponse,
121
+ CreateAdminURLRequest,
120
122
  DescribeStaffStatusMetricsResponse,
121
123
  DescribeCarrierPrivilegeNumberApplicantsResponse,
122
124
  HangUpCallResponse,
@@ -160,13 +162,13 @@ export class Client extends AbstractClient {
160
162
  }
161
163
 
162
164
  /**
163
- * 创建话机账号
165
+ * 批量查询自动任务外呼
164
166
  */
165
- async CreateExtension(
166
- req: CreateExtensionRequest,
167
- cb?: (error: string, rep: CreateExtensionResponse) => void
168
- ): Promise<CreateExtensionResponse> {
169
- return this.request("CreateExtension", req, cb)
167
+ async DescribeAutoCalloutTasks(
168
+ req: DescribeAutoCalloutTasksRequest,
169
+ cb?: (error: string, rep: DescribeAutoCalloutTasksResponse) => void
170
+ ): Promise<DescribeAutoCalloutTasksResponse> {
171
+ return this.request("DescribeAutoCalloutTasks", req, cb)
170
172
  }
171
173
 
172
174
  /**
@@ -260,13 +262,13 @@ export class Client extends AbstractClient {
260
262
  }
261
263
 
262
264
  /**
263
- * 批量查询自动任务外呼
265
+ * 创建话机账号
264
266
  */
265
- async DescribeAutoCalloutTasks(
266
- req: DescribeAutoCalloutTasksRequest,
267
- cb?: (error: string, rep: DescribeAutoCalloutTasksResponse) => void
268
- ): Promise<DescribeAutoCalloutTasksResponse> {
269
- return this.request("DescribeAutoCalloutTasks", req, cb)
267
+ async CreateExtension(
268
+ req: CreateExtensionRequest,
269
+ cb?: (error: string, rep: CreateExtensionResponse) => void
270
+ ): Promise<CreateExtensionResponse> {
271
+ return this.request("CreateExtension", req, cb)
270
272
  }
271
273
 
272
274
  /**
@@ -481,6 +483,16 @@ export class Client extends AbstractClient {
481
483
  return this.request("CreateUserSig", req, cb)
482
484
  }
483
485
 
486
+ /**
487
+ * 创建管理端访问链接
488
+ */
489
+ async CreateAdminURL(
490
+ req: CreateAdminURLRequest,
491
+ cb?: (error: string, rep: CreateAdminURLResponse) => void
492
+ ): Promise<CreateAdminURLResponse> {
493
+ return this.request("CreateAdminURL", req, cb)
494
+ }
495
+
484
496
  /**
485
497
  * 获取主被叫受保护的电话服务记录与录音
486
498
  */
@@ -205,6 +205,20 @@ export interface DescribeIMCdrsResponse {
205
205
  RequestId?: string
206
206
  }
207
207
 
208
+ /**
209
+ * CreateAdminURL返回参数结构体
210
+ */
211
+ export interface CreateAdminURLResponse {
212
+ /**
213
+ * 登录链接
214
+ */
215
+ URL?: string
216
+ /**
217
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
218
+ */
219
+ RequestId?: string
220
+ }
221
+
208
222
  /**
209
223
  * CreateCallOutSession返回参数结构体
210
224
  */
@@ -1235,6 +1249,16 @@ export interface ResetExtensionPasswordResponse {
1235
1249
  RequestId?: string
1236
1250
  }
1237
1251
 
1252
+ /**
1253
+ * ModifyStaff返回参数结构体
1254
+ */
1255
+ export interface ModifyStaffResponse {
1256
+ /**
1257
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1258
+ */
1259
+ RequestId?: string
1260
+ }
1261
+
1238
1262
  /**
1239
1263
  * ModifyExtension请求参数结构体
1240
1264
  */
@@ -2590,13 +2614,17 @@ export interface DescribeTelSessionResponse {
2590
2614
  }
2591
2615
 
2592
2616
  /**
2593
- * ModifyStaff返回参数结构体
2617
+ * CreateAdminURL请求参数结构体
2594
2618
  */
2595
- export interface ModifyStaffResponse {
2619
+ export interface CreateAdminURLRequest {
2596
2620
  /**
2597
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2621
+ * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
2598
2622
  */
2599
- RequestId?: string
2623
+ SdkAppId: number
2624
+ /**
2625
+ * 管理员账号
2626
+ */
2627
+ SeatUserId: string
2600
2628
  }
2601
2629
 
2602
2630
  /**
@@ -95,7 +95,7 @@ import {
95
95
  DescribeTopicsResponse,
96
96
  LogItems,
97
97
  ModifyAlarmNoticeRequest,
98
- RuleKeyValueInfo,
98
+ EventLog,
99
99
  CreateAlarmRequest,
100
100
  DeleteExportResponse,
101
101
  PartitionInfo,
@@ -246,6 +246,7 @@ import {
246
246
  ParquetInfo,
247
247
  DeleteTopicResponse,
248
248
  CosRechargeInfo,
249
+ RuleKeyValueInfo,
249
250
  DescribeKafkaConsumerRequest,
250
251
  ModifyDataTransformResponse,
251
252
  DescribeDataTransformInfoResponse,
@@ -1430,6 +1430,10 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议
1430
1430
  * 用户自定义元数据信息,MetadataType为2时必填
1431
1431
  */
1432
1432
  MetaTags?: Array<MetaTagInfo>
1433
+ /**
1434
+ * windows事件日志采集
1435
+ */
1436
+ EventLogRules?: Array<EventLog>
1433
1437
  }
1434
1438
 
1435
1439
  /**
@@ -1788,17 +1792,26 @@ export interface ModifyAlarmNoticeRequest {
1788
1792
  }
1789
1793
 
1790
1794
  /**
1791
- * 键值索引配置
1795
+ * Windows事件日志采集配置
1792
1796
  */
1793
- export interface RuleKeyValueInfo {
1797
+ export interface EventLog {
1794
1798
  /**
1795
- * 是否大小写敏感
1799
+ * 事件通道,支持Application,Security,Setup,System,ALL
1800
+
1796
1801
  */
1797
- CaseSensitive: boolean
1802
+ EventChannel: string
1798
1803
  /**
1799
- * 需要建立索引的键值对信息
1804
+ * 时间类型,1:用户自定义,2:当前时间
1800
1805
  */
1801
- KeyValues?: Array<KeyValueInfo>
1806
+ TimeType: number
1807
+ /**
1808
+ * 时间,用户选择自定义时间类型时,需要指定时间
1809
+ */
1810
+ Timestamp?: number
1811
+ /**
1812
+ * 事件ID过滤列表
1813
+ */
1814
+ EventIDs?: Array<string>
1802
1815
  }
1803
1816
 
1804
1817
  /**
@@ -2233,6 +2246,10 @@ export interface MachineGroupInfo {
2233
2246
  * 机器组元数据信息列表
2234
2247
  */
2235
2248
  MetaTags?: Array<MetaTagInfo>
2249
+ /**
2250
+ * 操作系统类型,0: Linux,1: windows
2251
+ */
2252
+ OSType?: number
2236
2253
  }
2237
2254
 
2238
2255
  /**
@@ -2282,6 +2299,11 @@ machineGroupId
2282
2299
  - 类型:String
2283
2300
  - 必选:否
2284
2301
 
2302
+ osType
2303
+ - 按照【操作系统类型】进行过滤。
2304
+ - 类型:Int
2305
+ - 必选:否
2306
+
2285
2307
  tagKey
2286
2308
  - 按照【标签键】进行过滤。
2287
2309
  - 类型:String
@@ -5216,6 +5238,10 @@ export interface CreateMachineGroupRequest {
5216
5238
  * 机器组元数据信息列表
5217
5239
  */
5218
5240
  MetaTags?: Array<MetaTagInfo>
5241
+ /**
5242
+ * 系统类型,默认0,0:Linux,1: windows
5243
+ */
5244
+ OSType?: number
5219
5245
  }
5220
5246
 
5221
5247
  /**
@@ -5853,6 +5879,20 @@ export interface CosRechargeInfo {
5853
5879
  ExtractRuleInfo: ExtractRuleInfo
5854
5880
  }
5855
5881
 
5882
+ /**
5883
+ * 键值索引配置
5884
+ */
5885
+ export interface RuleKeyValueInfo {
5886
+ /**
5887
+ * 是否大小写敏感
5888
+ */
5889
+ CaseSensitive: boolean
5890
+ /**
5891
+ * 需要建立索引的键值对信息
5892
+ */
5893
+ KeyValues?: Array<KeyValueInfo>
5894
+ }
5895
+
5856
5896
  /**
5857
5897
  * DescribeKafkaConsumer请求参数结构体
5858
5898
  */
@@ -83,7 +83,7 @@ export interface CreateRiskCenterScanTaskRequest {
83
83
  */
84
84
  ScanAssetType: number
85
85
  /**
86
- * 扫描项目;port/poc/weakpass/webcontent/configrisk
86
+ * 扫描项目;port/poc/weakpass/webcontent/configrisk/exposedserver
87
87
  */
88
88
  ScanItem: Array<string>
89
89
  /**
@@ -330,6 +330,26 @@ export interface DomainAssetVO {
330
330
  注意:此字段可能返回 null,表示取不到有效值。
331
331
  */
332
332
  ServiceRisk?: number
333
+ /**
334
+ * 是否新资产 1新
335
+ 注意:此字段可能返回 null,表示取不到有效值。
336
+ */
337
+ IsNewAsset?: number
338
+ /**
339
+ * 待确认资产的随机三级域名
340
+ 注意:此字段可能返回 null,表示取不到有效值。
341
+ */
342
+ VerifyDomain?: string
343
+ /**
344
+ * 待确认资产的TXT记录内容
345
+ 注意:此字段可能返回 null,表示取不到有效值。
346
+ */
347
+ VerifyTXTRecord?: string
348
+ /**
349
+ * 待确认资产的认证状态,0-待认证,1-认证成功,2-认证中,3-txt认证失败,4-人工认证失败
350
+ 注意:此字段可能返回 null,表示取不到有效值。
351
+ */
352
+ VerifyStatus?: number
333
353
  }
334
354
 
335
355
  /**
@@ -672,6 +692,11 @@ export interface CVMAssetVO {
672
692
  注意:此字段可能返回 null,表示取不到有效值。
673
693
  */
674
694
  BASAgentStatus?: number
695
+ /**
696
+ * 1新资产;0 非新资产
697
+ 注意:此字段可能返回 null,表示取不到有效值。
698
+ */
699
+ IsNewAsset?: number
675
700
  }
676
701
 
677
702
  /**
@@ -845,6 +870,16 @@ export interface Vpc {
845
870
  * 昵称
846
871
  */
847
872
  Nick?: string
873
+ /**
874
+ * 是否新资产 1新
875
+ 注意:此字段可能返回 null,表示取不到有效值。
876
+ */
877
+ IsNewAsset?: number
878
+ /**
879
+ * 是否核心资产1是 2不是
880
+ 注意:此字段可能返回 null,表示取不到有效值。
881
+ */
882
+ IsCore?: number
848
883
  }
849
884
 
850
885
  /**
@@ -1027,6 +1062,11 @@ export interface DBAssetVO {
1027
1062
  注意:此字段可能返回 null,表示取不到有效值。
1028
1063
  */
1029
1064
  IsCore?: number
1065
+ /**
1066
+ * 是否新资产: 1新
1067
+ 注意:此字段可能返回 null,表示取不到有效值。
1068
+ */
1069
+ IsNewAsset?: number
1030
1070
  }
1031
1071
 
1032
1072
  /**
@@ -1173,6 +1213,11 @@ export interface SubnetAsset {
1173
1213
  注意:此字段可能返回 null,表示取不到有效值。
1174
1214
  */
1175
1215
  IsCore?: number
1216
+ /**
1217
+ * 是否新资产 1新
1218
+ 注意:此字段可能返回 null,表示取不到有效值。
1219
+ */
1220
+ IsNewAsset?: number
1176
1221
  }
1177
1222
 
1178
1223
  /**
@@ -1183,6 +1228,14 @@ export interface CreateRiskCenterScanTaskResponse {
1183
1228
  * 任务id
1184
1229
  */
1185
1230
  TaskId?: string
1231
+ /**
1232
+ * 0,任务创建成功;小于0失败;-1为存在资产未认证
1233
+ */
1234
+ Status?: number
1235
+ /**
1236
+ * 未认证资产列表
1237
+ */
1238
+ UnAuthAsset?: Array<string>
1186
1239
  /**
1187
1240
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1188
1241
  */
@@ -1664,6 +1717,16 @@ export interface IpAssetListVO {
1664
1717
  注意:此字段可能返回 null,表示取不到有效值。
1665
1718
  */
1666
1719
  RiskExposure?: number
1720
+ /**
1721
+ * 是否新资产 1新
1722
+ 注意:此字段可能返回 null,表示取不到有效值。
1723
+ */
1724
+ IsNewAsset?: number
1725
+ /**
1726
+ * 资产认证状态,0-待认证,1-认证成功,2-认证中,3+-认证失败
1727
+ 注意:此字段可能返回 null,表示取不到有效值。
1728
+ */
1729
+ VerifyStatus?: number
1667
1730
  }
1668
1731
 
1669
1732
  /**
@@ -2204,6 +2267,11 @@ export interface AssetClusterPod {
2204
2267
  注意:此字段可能返回 null,表示取不到有效值。
2205
2268
  */
2206
2269
  IsCore?: number
2270
+ /**
2271
+ * 是否新资产 1新
2272
+ 注意:此字段可能返回 null,表示取不到有效值。
2273
+ */
2274
+ IsNewAsset?: number
2207
2275
  }
2208
2276
 
2209
2277
  /**
@@ -2283,7 +2351,10 @@ export interface WhereFilter {
2283
2351
  */
2284
2352
  Values: Array<string>
2285
2353
  /**
2286
- * 精确匹配填 7 模糊匹配填9 , 兼容 中台定的结构
2354
+ * 中台定义:
2355
+ 1等于 2大于 3小于 4大于等于 5小于等于 6不等于 9模糊匹配 13非模糊匹配 14按位与
2356
+ 精确匹配填 7 模糊匹配填9 兼容 中台定的结构
2357
+
2287
2358
  */
2288
2359
  OperatorType?: number
2289
2360
  }