tencentcloud-sdk-nodejs 4.0.412 → 4.0.415

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 (124) hide show
  1. package/CHANGELOG.md +813 -0
  2. package/SERVICE_CHANGELOG.md +1108 -212
  3. package/package.json +1 -1
  4. package/products.md +34 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +13 -13
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +78 -43
  8. package/src/services/as/v20180419/as_models.ts +18 -0
  9. package/src/services/bm/v20180423/bm_models.ts +2 -2
  10. package/src/services/captcha/v20190722/captcha_models.ts +4 -1
  11. package/src/services/ccc/v20200210/ccc_client.ts +0 -14
  12. package/src/services/ccc/v20200210/ccc_models.ts +25 -40
  13. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  15. package/src/services/cls/v20201016/cls_models.ts +17 -1
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +25 -0
  18. package/src/services/ess/v20201111/ess_client.ts +1 -0
  19. package/src/services/ess/v20201111/ess_models.ts +56 -28
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +51 -26
  22. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  23. package/src/services/gme/v20180711/gme_client.ts +185 -111
  24. package/src/services/gme/v20180711/gme_models.ts +312 -71
  25. package/src/services/iai/v20200303/iai_models.ts +1 -1
  26. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +79 -7
  28. package/src/services/live/v20180801/live_models.ts +6 -0
  29. package/src/services/mongodb/v20190725/mongodb_client.ts +0 -15
  30. package/src/services/mongodb/v20190725/mongodb_models.ts +0 -55
  31. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  32. package/src/services/monitor/v20180724/monitor_models.ts +25 -0
  33. package/src/services/organization/v20181225/organization_models.ts +1 -1
  34. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  35. package/src/services/redis/v20180412/redis_client.ts +12 -0
  36. package/src/services/redis/v20180412/redis_models.ts +25 -0
  37. package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
  38. package/src/services/taf/v20200210/taf_client.ts +20 -37
  39. package/src/services/taf/v20200210/taf_models.ts +154 -224
  40. package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
  41. package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
  42. package/src/services/tcss/v20201101/tcss_models.ts +54 -0
  43. package/src/services/tem/v20210701/tem_client.ts +14 -1
  44. package/src/services/tem/v20210701/tem_models.ts +183 -87
  45. package/src/services/teo/v20220106/teo_client.ts +8 -7
  46. package/src/services/teo/v20220106/teo_models.ts +536 -355
  47. package/src/services/tione/v20211111/tione_models.ts +23 -1
  48. package/src/services/tke/v20180525/tke_models.ts +6 -0
  49. package/src/services/tse/v20201207/tse_client.ts +16 -2
  50. package/src/services/tse/v20201207/tse_models.ts +93 -17
  51. package/src/services/vod/v20180717/vod_client.ts +49 -33
  52. package/src/services/vod/v20180717/vod_models.ts +78 -21
  53. package/src/services/vpc/v20170312/vpc_models.ts +29 -0
  54. package/tencentcloud/common/sdk_version.d.ts +1 -1
  55. package/tencentcloud/common/sdk_version.js +1 -1
  56. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -5
  57. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -6
  58. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +68 -40
  59. package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
  60. package/tencentcloud/services/bm/v20180423/bm_models.d.ts +2 -2
  61. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -1
  62. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
  63. package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
  64. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
  65. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  67. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  68. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +21 -0
  69. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
  70. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
  71. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +50 -24
  72. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -23
  75. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  76. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +68 -44
  77. package/tencentcloud/services/gme/v20180711/gme_client.js +94 -58
  78. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +273 -66
  79. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  80. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +67 -5
  81. package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
  82. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -7
  83. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +0 -8
  84. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +0 -47
  85. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -0
  86. package/tencentcloud/services/organization/v20181225/organization_models.d.ts +1 -1
  87. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  88. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  89. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  90. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  91. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
  92. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
  93. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
  94. package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
  95. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
  96. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
  97. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
  98. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
  99. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +47 -0
  100. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
  101. package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
  102. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +151 -70
  103. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
  104. package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
  105. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +452 -288
  106. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -1
  107. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  108. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  109. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  110. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +81 -16
  111. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +23 -15
  112. package/tencentcloud/services/vod/v20180717/vod_client.js +28 -18
  113. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +67 -18
  114. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -0
  115. package/test/antiddos.v20200309.test.js +10 -10
  116. package/test/ccc.v20200210.test.js +0 -10
  117. package/test/gme.v20180711.test.js +90 -30
  118. package/test/mongodb.v20190725.test.js +0 -10
  119. package/test/redis.v20180412.test.js +10 -0
  120. package/test/taf.v20200210.test.js +8 -18
  121. package/test/tbaas.v20180416.test.js +6 -76
  122. package/test/tem.v20210701.test.js +10 -0
  123. package/test/tse.v20201207.test.js +10 -0
  124. package/test/vod.v20180717.test.js +18 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.412",
3
+ "version": "4.0.415",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -8,22 +8,22 @@
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
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-06-23 06:06:13 |
11
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:02:11 |
11
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-08-09 10:41:42 |
12
12
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
15
15
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
16
16
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-03 06:04:22 |
17
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-07-26 06:06:18 |
17
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-08-11 06:10:05 |
18
18
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-07-20 06:01:12 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
20
20
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
21
21
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-08-08 06:04:56 |
22
22
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-08-04 06:09:29 |
23
- | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-05-13 18:34:36 |
23
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
24
24
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-06-08 06:04:08 |
25
25
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
26
- | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
26
+ | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2022-08-09 11:50:03 |
27
27
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-08-02 06:05:09 |
28
28
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
29
29
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
@@ -32,33 +32,33 @@
32
32
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-08-03 06:07:16 |
33
33
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
34
34
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-25 06:03:56 |
35
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
35
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-08-09 11:58:28 |
36
36
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
37
37
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
38
38
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-08-04 06:12:14 |
39
39
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-08-08 06:07:22 |
40
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-07-01 06:06:59 |
40
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-08-11 06:14:26 |
41
41
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-04 06:13:03 |
42
42
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
43
43
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-04 06:14:18 |
44
44
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
45
45
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
46
46
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-07-28 06:07:24 |
47
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-05 06:09:39 |
47
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-09 12:00:48 |
48
48
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
49
49
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
50
50
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
51
51
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
52
52
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
53
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-08 06:10:42 |
53
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-11 06:18:51 |
54
54
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-27 06:06:19 |
55
55
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
56
56
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
57
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-03 06:13:36 |
57
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-11 06:20:21 |
58
58
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
59
59
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
60
60
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
61
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-04 06:19:24 |
61
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-11 06:21:37 |
62
62
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
63
63
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-08 06:14:02 |
64
64
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-05 06:14:19 |
@@ -86,20 +86,20 @@
86
86
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
87
87
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
88
88
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-08-03 06:23:52 |
89
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-05 17:16:36 |
90
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-08 10:31:46 |
89
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-11 07:02:49 |
90
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-11 07:03:11 |
91
91
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
92
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-03 20:46:50 |
92
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-11 06:31:43 |
93
93
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
94
94
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
95
95
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-08-05 06:21:50 |
96
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-07-25 06:08:50 |
96
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-08-11 06:32:55 |
97
97
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
98
98
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
99
99
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
100
100
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
101
101
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
102
- | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-08-03 06:26:45 |
102
+ | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-08-09 12:12:37 |
103
103
  | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-08-05 06:23:27 |
104
104
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
105
105
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-07-06 06:13:46 |
@@ -111,12 +111,12 @@
111
111
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-08-08 06:25:19 |
112
112
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
113
113
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-07-19 16:17:21 |
114
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
114
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
115
115
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-02 06:22:49 |
116
116
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
117
117
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
118
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-07-28 06:16:39 |
119
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-08 06:27:50 |
118
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-08-11 06:38:25 |
119
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-11 06:39:01 |
120
120
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
121
121
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
122
122
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
@@ -125,8 +125,8 @@
125
125
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
126
126
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-07-29 06:12:05 |
127
127
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
128
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
129
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-07-15 06:12:20 |
128
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-08-11 06:40:51 |
129
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-09 12:18:17 |
130
130
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-30 15:15:41 |
131
131
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
132
132
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-07-07 06:13:41 |
@@ -135,15 +135,15 @@
135
135
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
136
136
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
137
137
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-07-26 06:19:20 |
138
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-08 06:31:18 |
138
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-11 07:04:35 |
139
139
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
140
140
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
141
141
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
142
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
142
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-08-11 06:43:45 |
143
143
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-08-01 11:48:13 |
144
144
  | pts | [性能测试服务](https://cloud.tencent.com/document/product/1484) | 2022-07-29 11:04:42 |
145
145
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-08-05 06:32:35 |
146
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-27 06:14:34 |
146
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-08-11 06:44:49 |
147
147
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
148
148
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
149
149
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -155,18 +155,18 @@
155
155
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
156
156
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-06-07 06:12:07 |
157
157
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
158
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-07-29 06:14:07 |
158
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-08-11 06:47:08 |
159
159
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-07-25 06:13:43 |
160
160
  | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-07-20 06:12:05 |
161
161
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
162
162
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
163
163
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
164
- | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-07-19 06:17:28 |
164
+ | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-08-11 06:48:40 |
165
165
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-08-08 06:36:01 |
166
166
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
167
167
  | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
168
168
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
169
- | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-06-20 15:31:45 |
169
+ | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-08-11 06:49:15 |
170
170
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
171
171
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
172
172
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
@@ -176,12 +176,12 @@
176
176
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
177
177
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-07-18 06:16:41 |
178
178
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-08-04 06:52:35 |
179
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-07-19 06:18:23 |
179
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-08-11 06:51:30 |
180
180
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
181
181
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
182
182
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
183
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-05 06:39:35 |
184
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-04 06:55:59 |
183
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-11 07:11:15 |
184
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-11 06:53:53 |
185
185
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
186
186
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
187
187
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
@@ -189,23 +189,23 @@
189
189
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
190
190
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
191
191
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-05 06:42:13 |
192
- | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-07-18 06:17:59 |
192
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-08-09 12:28:40 |
193
193
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
194
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-02 06:35:11 |
194
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-10 06:54:09 |
195
195
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
196
196
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
197
197
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
198
198
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-07-27 06:17:54 |
199
199
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-08 06:44:27 |
200
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-19 06:20:45 |
200
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-10 06:55:45 |
201
201
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
202
202
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
203
203
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
204
204
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
205
205
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-23 06:20:49 |
206
206
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
207
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-07-29 06:17:29 |
208
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-07-28 06:25:12 |
207
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-11 07:05:14 |
208
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-08-10 06:57:28 |
209
209
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-29 06:18:30 |
210
210
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
211
211
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-08-05 15:51:29 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.412"
1
+ export const sdkVersion = "4.0.415"
@@ -76,7 +76,6 @@ import {
76
76
  DescribeL7RulesBySSLCertIdRequest,
77
77
  TagFilter,
78
78
  DescribeListPacketFilterConfigResponse,
79
- DeleteBlackWhiteIpListResponse,
80
79
  CreateSchedulingDomainRequest,
81
80
  ModifyPortAclConfigRequest,
82
81
  BoundIpInfo,
@@ -84,8 +83,8 @@ import {
84
83
  ModifyCCReqLimitPolicyRequest,
85
84
  DescribeOverviewDDoSTrendRequest,
86
85
  DisassociateDDoSEipAddressResponse,
86
+ DescribeBgpBizTrendRequest,
87
87
  DeleteCCThresholdPolicyResponse,
88
- DeleteBlackWhiteIpListRequest,
89
88
  SourceServer,
90
89
  CCLevelPolicy,
91
90
  DescribeOverviewIndexResponse,
@@ -130,7 +129,7 @@ import {
130
129
  ModifyL7RulesEdgeRequest,
131
130
  DescribeListDDoSGeoIPBlockConfigResponse,
132
131
  DescribeBasicDeviceStatusResponse,
133
- WaterPrintConfig,
132
+ DescribeBgpBizTrendResponse,
134
133
  L4RuleSource,
135
134
  ProtocolBlockConfig,
136
135
  DeleteCCPrecisionPolicyRequest,
@@ -223,6 +222,7 @@ import {
223
222
  ModifyCCPrecisionPolicyRequest,
224
223
  DeleteDDoSBlackWhiteIpListResponse,
225
224
  CCThresholdPolicy,
225
+ WaterPrintConfig,
226
226
  ModifyDomainUsrNameResponse,
227
227
  DescribeCCTrendResponse,
228
228
  CreateSchedulingDomainResponse,
@@ -660,6 +660,16 @@ export class Client extends AbstractClient {
660
660
  return this.request("CreateDDoSGeoIPBlockConfig", req, cb)
661
661
  }
662
662
 
663
+ /**
664
+ * 获取高防包流量折线图
665
+ */
666
+ async DescribeBgpBizTrend(
667
+ req: DescribeBgpBizTrendRequest,
668
+ cb?: (error: string, rep: DescribeBgpBizTrendResponse) => void
669
+ ): Promise<DescribeBgpBizTrendResponse> {
670
+ return this.request("DescribeBgpBizTrend", req, cb)
671
+ }
672
+
663
673
  /**
664
674
  * 获取CC频率限制策略列表
665
675
  */
@@ -711,16 +721,6 @@ export class Client extends AbstractClient {
711
721
  return this.request("DescribeListBGPInstances", req, cb)
712
722
  }
713
723
 
714
- /**
715
- * 删除DDoS防护的IP黑白名单
716
- */
717
- async DeleteBlackWhiteIpList(
718
- req: DeleteBlackWhiteIpListRequest,
719
- cb?: (error: string, rep: DeleteBlackWhiteIpListResponse) => void
720
- ): Promise<DeleteBlackWhiteIpListResponse> {
721
- return this.request("DeleteBlackWhiteIpList", req, cb)
722
- }
723
-
724
724
  /**
725
725
  * 删除DDoS防护的端口acl策略
726
726
  */
@@ -1456,16 +1456,6 @@ export interface DescribeListPacketFilterConfigResponse {
1456
1456
  RequestId?: string
1457
1457
  }
1458
1458
 
1459
- /**
1460
- * DeleteBlackWhiteIpList返回参数结构体
1461
- */
1462
- export interface DeleteBlackWhiteIpListResponse {
1463
- /**
1464
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1465
- */
1466
- RequestId?: string
1467
- }
1468
-
1469
1459
  /**
1470
1460
  * CreateSchedulingDomain请求参数结构体
1471
1461
  */
@@ -1619,33 +1609,48 @@ export interface DisassociateDDoSEipAddressResponse {
1619
1609
  }
1620
1610
 
1621
1611
  /**
1622
- * DeleteCCThresholdPolicy返回参数结构体
1612
+ * DescribeBgpBizTrend请求参数结构体
1623
1613
  */
1624
- export interface DeleteCCThresholdPolicyResponse {
1614
+ export interface DescribeBgpBizTrendRequest {
1625
1615
  /**
1626
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1616
+ * 大禹子产品代号(bgp-multip表示高防包)
1627
1617
  */
1628
- RequestId?: string
1629
- }
1618
+ Business: string
1619
+
1620
+ /**
1621
+ * 统计开始时间。 例:“2020-09-22 00:00:00”
1622
+ */
1623
+ StartTime: string
1624
+
1625
+ /**
1626
+ * 统计结束时间。 例:“2020-09-22 00:00:00”
1627
+ */
1628
+ EndTime: string
1629
+
1630
+ /**
1631
+ * 统计纬度,可取值intraffic, outtraffic, inpkg, outpkg
1632
+ */
1633
+ MetricName: string
1630
1634
 
1631
- /**
1632
- * DeleteBlackWhiteIpList请求参数结构体
1633
- */
1634
- export interface DeleteBlackWhiteIpListRequest {
1635
1635
  /**
1636
1636
  * 资源实例ID
1637
1637
  */
1638
1638
  InstanceId: string
1639
1639
 
1640
1640
  /**
1641
- * IP列表
1641
+ * 0表示固定时间,1表示自定义时间
1642
1642
  */
1643
- IpList: Array<string>
1643
+ Flag: number
1644
+ }
1644
1645
 
1646
+ /**
1647
+ * DeleteCCThresholdPolicy返回参数结构体
1648
+ */
1649
+ export interface DeleteCCThresholdPolicyResponse {
1645
1650
  /**
1646
- * IP类型,取值[black(黑名单IP), white(白名单IP)]
1651
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1647
1652
  */
1648
- Type: string
1653
+ RequestId?: string
1649
1654
  }
1650
1655
 
1651
1656
  /**
@@ -2521,39 +2526,33 @@ export interface DescribeBasicDeviceStatusResponse {
2521
2526
  }
2522
2527
 
2523
2528
  /**
2524
- * 水印防护配置
2529
+ * DescribeBgpBizTrend返回参数结构体
2525
2530
  */
2526
- export interface WaterPrintConfig {
2531
+ export interface DescribeBgpBizTrendResponse {
2527
2532
  /**
2528
- * 水印偏移量,取值范围[0, 100)
2533
+ * 曲线图各个时间点的值
2529
2534
  */
2530
- Offset: number
2535
+ DataList: Array<number>
2531
2536
 
2532
2537
  /**
2533
- * 是否开启,取值[
2534
- 0(手动开启)
2535
- 1(立即运行)
2536
- ]
2537
- */
2538
- OpenStatus: number
2538
+ * 曲线图取值个数
2539
+ */
2540
+ Total: number
2539
2541
 
2540
2542
  /**
2541
- * 水印所属的转发监听器列表
2543
+ * 统计纬度
2542
2544
  */
2543
- Listeners: Array<ForwardListener>
2545
+ MetricName: string
2544
2546
 
2545
2547
  /**
2546
- * 水印添加成功后生成的水印密钥列表,一条水印最少1个密钥,最多2个密钥
2548
+ * 返回数组最大值
2547
2549
  */
2548
- Keys?: Array<WaterPrintKey>
2550
+ MaxData: number
2549
2551
 
2550
2552
  /**
2551
- * 水印检查模式, 取值[
2552
- checkall(普通模式)
2553
- shortfpcheckall(精简模式)
2554
- ]
2555
- */
2556
- Verify?: string
2553
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2554
+ */
2555
+ RequestId?: string
2557
2556
  }
2558
2557
 
2559
2558
  /**
@@ -4901,6 +4900,42 @@ export interface CCThresholdPolicy {
4901
4900
  ModifyTime: string
4902
4901
  }
4903
4902
 
4903
+ /**
4904
+ * 水印防护配置
4905
+ */
4906
+ export interface WaterPrintConfig {
4907
+ /**
4908
+ * 水印偏移量,取值范围[0, 100)
4909
+ */
4910
+ Offset: number
4911
+
4912
+ /**
4913
+ * 是否开启,取值[
4914
+ 0(手动开启)
4915
+ 1(立即运行)
4916
+ ]
4917
+ */
4918
+ OpenStatus: number
4919
+
4920
+ /**
4921
+ * 水印所属的转发监听器列表
4922
+ */
4923
+ Listeners: Array<ForwardListener>
4924
+
4925
+ /**
4926
+ * 水印添加成功后生成的水印密钥列表,一条水印最少1个密钥,最多2个密钥
4927
+ */
4928
+ Keys?: Array<WaterPrintKey>
4929
+
4930
+ /**
4931
+ * 水印检查模式, 取值[
4932
+ checkall(普通模式)
4933
+ shortfpcheckall(精简模式)
4934
+ ]
4935
+ */
4936
+ Verify?: string
4937
+ }
4938
+
4904
4939
  /**
4905
4940
  * ModifyDomainUsrName返回参数结构体
4906
4941
  */
@@ -143,6 +143,12 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
143
143
  * CAM角色名称。可通过DescribeRoleList接口返回值中的roleName获取。
144
144
  */
145
145
  CamRoleName?: string
146
+
147
+ /**
148
+ * 高性能计算集群ID。<br>
149
+ 注意:此字段默认为空。
150
+ */
151
+ HpcClusterId?: string
146
152
  }
147
153
 
148
154
  /**
@@ -575,6 +581,12 @@ export interface LaunchConfiguration {
575
581
  <br><li>AUTOMATIC:自动选择当前可用区下可用的云盘类型
576
582
  */
577
583
  DiskTypePolicy: string
584
+
585
+ /**
586
+ * 高性能计算集群ID。<br>
587
+ 注意:此字段默认为空。
588
+ */
589
+ HpcClusterId: string
578
590
  }
579
591
 
580
592
  /**
@@ -1349,6 +1361,12 @@ export interface CreateLaunchConfigurationRequest {
1349
1361
  <br><li>AUTOMATIC:自动选择当前可用的云盘类型
1350
1362
  */
1351
1363
  DiskTypePolicy?: string
1364
+
1365
+ /**
1366
+ * 高性能计算集群ID。<br>
1367
+ 注意:此字段默认为空。
1368
+ */
1369
+ HpcClusterId?: string
1352
1370
  }
1353
1371
 
1354
1372
  /**
@@ -2358,12 +2358,12 @@ export interface DescribeTaskInfoResponse {
2358
2358
  /**
2359
2359
  * 返回任务总数量
2360
2360
  */
2361
- TotalCount?: number
2361
+ TotalCount: number
2362
2362
 
2363
2363
  /**
2364
2364
  * 任务信息列表
2365
2365
  */
2366
- TaskInfoSet?: Array<TaskInfo>
2366
+ TaskInfoSet: Array<TaskInfo>
2367
2367
 
2368
2368
  /**
2369
2369
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -857,7 +857,10 @@ export interface DescribeCaptchaResultResponse {
857
857
  CaptchaMsg: string
858
858
 
859
859
  /**
860
- * [0,100],恶意等级
860
+ * 无感验证模式下,该参数返回验证结果:
861
+
862
+ EvilLevel=0 请求无恶意
863
+ EvilLevel=100 请求有恶意
861
864
  注意:此字段可能返回 null,表示取不到有效值。
862
865
  */
863
866
  EvilLevel: number
@@ -74,8 +74,6 @@ import {
74
74
  DescribeTelCallInfoResponse,
75
75
  SkillGroupInfoItem,
76
76
  StopAutoCalloutTaskResponse,
77
- DescribeSeatUserListResponse,
78
- DescribeSeatUserListRequest,
79
77
  CreateCallOutSessionRequest,
80
78
  StaffStatusMetrics,
81
79
  BindStaffSkillGroupListResponse,
@@ -354,16 +352,4 @@ export class Client extends AbstractClient {
354
352
  ): Promise<CreateSDKLoginTokenResponse> {
355
353
  return this.request("CreateSDKLoginToken", req, cb)
356
354
  }
357
-
358
- /**
359
- * 废弃接口下架
360
-
361
- 获取坐席用户列表(废弃)
362
- */
363
- async DescribeSeatUserList(
364
- req: DescribeSeatUserListRequest,
365
- cb?: (error: string, rep: DescribeSeatUserListResponse) => void
366
- ): Promise<DescribeSeatUserListResponse> {
367
- return this.request("DescribeSeatUserList", req, cb)
368
- }
369
355
  }
@@ -767,6 +767,16 @@ export interface ModifyStaffRequest {
767
767
  * 绑定技能组ID列表
768
768
  */
769
769
  SkillGroupIds?: Array<number>
770
+
771
+ /**
772
+ * 是否开启手机外呼开关
773
+ */
774
+ UseMobileCallOut?: boolean
775
+
776
+ /**
777
+ * 手机接听模式 0 - 关闭 | 1 - 仅离线 | 2 - 始终
778
+ */
779
+ UseMobileAccept?: number
770
780
  }
771
781
 
772
782
  /**
@@ -963,6 +973,11 @@ export interface DescribeSkillGroupInfoListRequest {
963
973
  * 查询修改时间大于等于ModifiedTime的技能组时使用
964
974
  */
965
975
  ModifiedTime?: number
976
+
977
+ /**
978
+ * 技能组名称
979
+ */
980
+ SkillGroupName?: string
966
981
  }
967
982
 
968
983
  /**
@@ -1789,46 +1804,6 @@ export interface StopAutoCalloutTaskResponse {
1789
1804
  RequestId?: string
1790
1805
  }
1791
1806
 
1792
- /**
1793
- * DescribeSeatUserList返回参数结构体
1794
- */
1795
- export interface DescribeSeatUserListResponse {
1796
- /**
1797
- * 此实例的坐席用户总数
1798
- */
1799
- TotalCount: number
1800
-
1801
- /**
1802
- * 坐席用户信息列表
1803
- */
1804
- SeatUsers: Array<SeatUserInfo>
1805
-
1806
- /**
1807
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1808
- */
1809
- RequestId?: string
1810
- }
1811
-
1812
- /**
1813
- * DescribeSeatUserList请求参数结构体
1814
- */
1815
- export interface DescribeSeatUserListRequest {
1816
- /**
1817
- * 实例ID
1818
- */
1819
- InstanceId: number
1820
-
1821
- /**
1822
- * 偏移量
1823
- */
1824
- Offset: number
1825
-
1826
- /**
1827
- * 返回数量
1828
- */
1829
- Limit: number
1830
- }
1831
-
1832
1807
  /**
1833
1808
  * CreateCallOutSession请求参数结构体
1834
1809
  */
@@ -1927,6 +1902,16 @@ export interface StaffStatusMetrics {
1927
1902
  * 是否预约示忙
1928
1903
  */
1929
1904
  ReserveNotReady: boolean
1905
+
1906
+ /**
1907
+ * 手机接听模式: 0 - 关闭 | 1 - 仅离线 | 2- 始终
1908
+ */
1909
+ UseMobileAccept: number
1910
+
1911
+ /**
1912
+ * 手机外呼开关
1913
+ */
1914
+ UseMobileCallOut: boolean
1930
1915
  }
1931
1916
 
1932
1917
  /**