tencentcloud-sdk-nodejs 4.0.642 → 4.0.644

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 (131) hide show
  1. package/CHANGELOG.md +650 -0
  2. package/SERVICE_CHANGELOG.md +763 -59
  3. package/package.json +1 -1
  4. package/products.md +38 -37
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +35 -26
  7. package/src/services/asr/v20190614/asr_client.ts +2 -2
  8. package/src/services/asr/v20190614/asr_models.ts +7 -0
  9. package/src/services/batch/v20170312/batch_models.ts +1 -1
  10. package/src/services/bi/v20220105/bi_models.ts +3 -3
  11. package/src/services/cdb/v20170320/cdb_models.ts +1 -4
  12. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  13. package/src/services/cdn/v20180606/cdn_models.ts +10 -10
  14. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +22 -0
  16. package/src/services/csip/v20221121/csip_models.ts +5 -0
  17. package/src/services/cvm/v20170312/cvm_models.ts +13 -5
  18. package/src/services/cwp/v20180228/cwp_client.ts +0 -14
  19. package/src/services/cwp/v20180228/cwp_models.ts +0 -28
  20. package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -3
  21. package/src/services/dlc/v20210125/dlc_models.ts +34 -34
  22. package/src/services/domain/v20180808/domain_models.ts +5 -3
  23. package/src/services/emr/v20190103/emr_models.ts +35 -32
  24. package/src/services/ess/v20201111/ess_client.ts +8 -2
  25. package/src/services/ess/v20201111/ess_models.ts +22 -0
  26. package/src/services/essbasic/v20210526/essbasic_client.ts +18 -6
  27. package/src/services/essbasic/v20210526/essbasic_models.ts +37 -2
  28. package/src/services/fmu/v20191213/fmu_client.ts +1 -1
  29. package/src/services/fmu/v20191213/fmu_models.ts +4 -0
  30. package/src/services/goosefs/v20220519/goosefs_client.ts +40 -1
  31. package/src/services/goosefs/v20220519/goosefs_models.ts +134 -10
  32. package/src/services/index.ts +1 -0
  33. package/src/services/iot/v20180123/iot_client.ts +4 -2
  34. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -18
  35. package/src/services/mall/index.ts +5 -0
  36. package/src/services/mall/v20230518/index.ts +6 -0
  37. package/src/services/mall/v20230518/mall_client.ts +44 -0
  38. package/src/services/mall/v20230518/mall_models.ts +114 -0
  39. package/src/services/nlp/v20190408/nlp_models.ts +1 -1
  40. package/src/services/oceanus/v20190422/oceanus_client.ts +28 -14
  41. package/src/services/oceanus/v20190422/oceanus_models.ts +138 -14
  42. package/src/services/ocr/v20181119/ocr_client.ts +2 -2
  43. package/src/services/ocr/v20181119/ocr_models.ts +8 -8
  44. package/src/services/redis/v20180412/redis_models.ts +8 -8
  45. package/src/services/sqlserver/v20180328/sqlserver_client.ts +1 -1
  46. package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -6
  47. package/src/services/ssl/v20191205/ssl_models.ts +10 -0
  48. package/src/services/tdmq/v20200217/tdmq_client.ts +79 -336
  49. package/src/services/tdmq/v20200217/tdmq_models.ts +764 -1656
  50. package/src/services/tione/v20211111/tione_models.ts +90 -54
  51. package/src/services/trro/v20220325/trro_models.ts +74 -14
  52. package/src/services/trtc/v20190722/trtc_models.ts +3 -3
  53. package/src/services/vrs/v20200824/vrs_client.ts +47 -21
  54. package/src/services/vrs/v20200824/vrs_models.ts +141 -51
  55. package/src/services/wav/v20210129/wav_models.ts +4 -0
  56. package/tencentcloud/common/sdk_version.d.ts +1 -1
  57. package/tencentcloud/common/sdk_version.js +1 -1
  58. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +35 -26
  59. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  60. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  61. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +7 -0
  62. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  63. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +3 -3
  64. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -4
  65. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  66. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  67. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -10
  68. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +21 -0
  69. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
  70. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +13 -5
  71. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
  72. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
  73. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +0 -26
  74. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -3
  75. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -34
  76. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -3
  77. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +35 -32
  78. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -1
  79. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
  80. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +22 -0
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -3
  82. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +9 -3
  83. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +35 -2
  84. package/tencentcloud/services/fmu/v20191213/fmu_client.d.ts +1 -1
  85. package/tencentcloud/services/fmu/v20191213/fmu_client.js +1 -1
  86. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -0
  87. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +13 -1
  88. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +18 -0
  89. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +125 -10
  90. package/tencentcloud/services/index.d.ts +1 -0
  91. package/tencentcloud/services/index.js +2 -0
  92. package/tencentcloud/services/iot/v20180123/iot_client.d.ts +3 -1
  93. package/tencentcloud/services/iot/v20180123/iot_client.js +3 -1
  94. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +28 -18
  95. package/tencentcloud/services/mall/index.d.ts +6 -0
  96. package/tencentcloud/services/mall/index.js +7 -0
  97. package/tencentcloud/services/mall/v20230518/index.d.ts +6 -0
  98. package/tencentcloud/services/mall/v20230518/index.js +9 -0
  99. package/tencentcloud/services/mall/v20230518/mall_client.d.ts +14 -0
  100. package/tencentcloud/services/mall/v20230518/mall_client.js +37 -0
  101. package/tencentcloud/services/mall/v20230518/mall_models.d.ts +95 -0
  102. package/tencentcloud/services/mall/v20230518/mall_models.js +18 -0
  103. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
  104. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -5
  105. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -6
  106. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +134 -14
  107. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -2
  108. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -2
  109. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -8
  110. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -8
  111. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
  112. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +1 -1
  113. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +6 -6
  114. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
  115. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -121
  116. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -162
  117. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +777 -1628
  118. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +90 -54
  119. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +74 -14
  120. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -3
  121. package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +17 -9
  122. package/tencentcloud/services/vrs/v20200824/vrs_client.js +22 -10
  123. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +135 -51
  124. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
  125. package/test/cwp.v20180228.test.js +0 -10
  126. package/test/essbasic.v20210526.test.js +12 -2
  127. package/test/goosefs.v20220519.test.js +30 -0
  128. package/test/mall.v20230518.test.js +31 -0
  129. package/test/oceanus.v20190422.test.js +14 -4
  130. package/test/tdmq.v20200217.test.js +12 -192
  131. package/test/vrs.v20200824.test.js +24 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.642",
3
+ "version": "4.0.644",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -4,8 +4,8 @@
4
4
  | aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
5
5
  | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2023-05-18 01:01:15 |
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-05-18 01:01:20 |
7
- | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2023-05-18 01:01:23 |
8
- | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-05-18 01:01:28 |
7
+ | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2023-07-18 01:05:51 |
8
+ | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-07-18 01:05:54 |
9
9
  | aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-05-18 01:01:31 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-05-26 01:01:42 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-05-18 01:01:48 |
@@ -15,14 +15,14 @@
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-07-14 01:02:00 |
18
- | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-06-28 01:02:05 |
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-07-11 01:03:12 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-07-14 01:03:04 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-07-18 01:07:49 |
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
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-13 01:03:15 |
23
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-18 01:08:15 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-06-26 01:08:49 |
25
- | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-05-18 01:04:39 |
25
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-07-17 01:03:44 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-07-06 01:08:15 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-05-18 01:04:59 |
@@ -34,16 +34,16 @@
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 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-06-07 01:06:05 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-07-18 01:10:15 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-05-18 01:07:27 |
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-07-03 01:06:30 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-30 01:11:07 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-14 01:06:10 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-17 01:06:15 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-07-12 01:11:36 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-07-18 01:16:15 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-06-30 01:12:59 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-29 01:09:00 |
@@ -54,7 +54,7 @@
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-07-12 19:20:51 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-18 01:18:06 |
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-07-04 01:15:49 |
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 |
@@ -65,12 +65,12 @@
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-10 01:16:33 |
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-06-20 01:16:16 |
68
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-07-18 01:21:16 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-13 01:12:13 |
71
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-20 01:17:02 |
70
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-18 01:21:28 |
71
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-07-18 01:22:32 |
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-07-13 01:13:53 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-17 01:13:54 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-07-07 01:21:45 |
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 |
@@ -78,9 +78,9 @@
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-28 01:18:44 |
81
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-11 01:18:28 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-18 01:26:15 |
82
82
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-07-10 01:22:33 |
83
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-07-14 01:17:08 |
83
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-07-18 01:27:10 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
85
85
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
86
86
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
@@ -91,17 +91,17 @@
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
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-12 01:23:43 |
94
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-17 01:18:45 |
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-07-13 01:19:43 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-14 01:19:48 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-18 01:29:51 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-18 01:30:22 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-11 01:24:18 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-03 01:23:32 |
100
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
100
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
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-07-07 01:35:13 |
103
103
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-07-13 01:21:39 |
104
- | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-05-18 01:29:36 |
104
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-07-18 01:31:45 |
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 |
107
107
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
@@ -115,9 +115,9 @@
115
115
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2023-05-18 01:30:55 |
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
- | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-05-18 01:31:40 |
118
+ | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
119
119
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-06-14 01:27:08 |
120
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-05-18 01:32:30 |
120
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-07-17 01:23:02 |
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-06-29 01:26:57 |
123
123
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-05-18 01:34:37 |
@@ -130,6 +130,7 @@
130
130
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-12 01:31:17 |
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
+ | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
133
134
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-26 01:40:00 |
134
135
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-06-21 01:26:39 |
135
136
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-05-26 01:41:20 |
@@ -143,10 +144,10 @@
143
144
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-06-15 01:29:09 |
144
145
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
145
146
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
146
- | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-14 01:29:25 |
147
+ | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-18 01:40:17 |
147
148
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
148
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-06-19 01:30:56 |
149
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-13 01:30:28 |
149
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-07-17 01:29:44 |
150
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-18 01:40:42 |
150
151
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
151
152
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-30 01:38:16 |
152
153
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-21 01:29:51 |
@@ -155,7 +156,7 @@
155
156
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-07-06 01:39:21 |
156
157
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-07-07 01:45:35 |
157
158
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
158
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-06-28 01:36:04 |
159
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-07-18 01:42:27 |
159
160
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-07-07 01:46:17 |
160
161
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
161
162
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -168,9 +169,9 @@
168
169
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
169
170
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
170
171
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
171
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-11 01:38:23 |
172
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-17 01:33:25 |
172
173
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
173
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-11 01:39:12 |
174
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-17 01:34:11 |
174
175
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
175
176
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
176
177
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-06-21 01:33:28 |
@@ -193,10 +194,10 @@
193
194
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-07-06 01:44:39 |
194
195
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
195
196
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-06-27 01:43:11 |
196
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-13 01:38:37 |
197
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-17 01:38:17 |
197
198
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
198
199
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
199
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-10 01:46:13 |
200
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-17 01:39:10 |
200
201
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-07-07 01:53:45 |
201
202
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
202
203
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
@@ -204,7 +205,7 @@
204
205
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
205
206
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
206
207
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
207
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-26 01:57:45 |
208
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-07-17 01:40:19 |
208
209
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
209
210
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-14 01:40:32 |
210
211
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
@@ -213,8 +214,8 @@
213
214
  | tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-05-18 02:01:16 |
214
215
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
215
216
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
216
- | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-06-20 01:55:06 |
217
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-13 01:42:46 |
217
+ | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
218
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-18 01:53:34 |
218
219
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-07-12 01:47:55 |
219
220
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-19 01:42:54 |
220
221
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
@@ -224,10 +225,10 @@
224
225
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
225
226
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-13 01:44:34 |
226
227
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-07-12 01:51:01 |
227
- | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
228
+ | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
228
229
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-05 01:56:06 |
229
- | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-14 01:46:29 |
230
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-12 01:53:01 |
230
+ | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
231
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-18 01:59:42 |
231
232
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
232
233
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
233
234
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.642"
1
+ export const sdkVersion = "4.0.644"
@@ -83,6 +83,10 @@ export interface ModifyApmInstanceRequest {
83
83
  * CLS | ES
84
84
  */
85
85
  LogSource?: string
86
+ /**
87
+ * 用户自定义展示标签列表
88
+ */
89
+ CustomShowTags?: Array<string>
86
90
  }
87
91
 
88
92
  /**
@@ -93,130 +97,135 @@ export interface ApmInstanceDetail {
93
97
  * 存储使用量(MB)
94
98
  注意:此字段可能返回 null,表示取不到有效值。
95
99
  */
96
- AmountOfUsedStorage: number
100
+ AmountOfUsedStorage?: number
97
101
  /**
98
102
  * 实例名
99
103
  注意:此字段可能返回 null,表示取不到有效值。
100
104
  */
101
- Name: string
105
+ Name?: string
102
106
  /**
103
107
  * 实例所属tag列表
104
108
  注意:此字段可能返回 null,表示取不到有效值。
105
109
  */
106
- Tags: Array<ApmTag>
110
+ Tags?: Array<ApmTag>
107
111
  /**
108
112
  * 实例ID
109
113
  */
110
- InstanceId: string
114
+ InstanceId?: string
111
115
  /**
112
116
  * 创建人Uin
113
117
  注意:此字段可能返回 null,表示取不到有效值。
114
118
  */
115
- CreateUin: string
119
+ CreateUin?: string
116
120
  /**
117
121
  * 该实例已上报的服务端应用数量
118
122
  注意:此字段可能返回 null,表示取不到有效值。
119
123
  */
120
- ServiceCount: number
124
+ ServiceCount?: number
121
125
  /**
122
126
  * 日均上报Span数
123
127
  注意:此字段可能返回 null,表示取不到有效值。
124
128
  */
125
- CountOfReportSpanPerDay: number
129
+ CountOfReportSpanPerDay?: number
126
130
  /**
127
131
  * AppId信息
128
132
  */
129
- AppId: number
133
+ AppId?: number
130
134
  /**
131
135
  * Trace数据保存时长
132
136
  注意:此字段可能返回 null,表示取不到有效值。
133
137
  */
134
- TraceDuration: number
138
+ TraceDuration?: number
135
139
  /**
136
140
  * 实例描述信息
137
141
  注意:此字段可能返回 null,表示取不到有效值。
138
142
  */
139
- Description: string
143
+ Description?: string
140
144
  /**
141
145
  * 实例状态
142
146
  注意:此字段可能返回 null,表示取不到有效值。
143
147
  */
144
- Status: number
148
+ Status?: number
145
149
  /**
146
150
  * 实例所属地域
147
151
  注意:此字段可能返回 null,表示取不到有效值。
148
152
  */
149
- Region: string
153
+ Region?: string
150
154
  /**
151
155
  * 实例上报额度
152
156
  注意:此字段可能返回 null,表示取不到有效值。
153
157
  */
154
- SpanDailyCounters: number
158
+ SpanDailyCounters?: number
155
159
  /**
156
160
  * 实例是否开通计费
157
161
  注意:此字段可能返回 null,表示取不到有效值。
158
162
  */
159
- BillingInstance: number
163
+ BillingInstance?: number
160
164
  /**
161
165
  * 错误率阈值
162
166
  注意:此字段可能返回 null,表示取不到有效值。
163
167
  */
164
- ErrRateThreshold: number
168
+ ErrRateThreshold?: number
165
169
  /**
166
170
  * 采样率阈值
167
171
  注意:此字段可能返回 null,表示取不到有效值。
168
172
  */
169
- SampleRate: number
173
+ SampleRate?: number
170
174
  /**
171
175
  * 是否开启错误采样 0 关 1 开
172
176
  注意:此字段可能返回 null,表示取不到有效值。
173
177
  */
174
- ErrorSample: number
178
+ ErrorSample?: number
175
179
  /**
176
180
  * 慢调用保存阈值
177
181
  注意:此字段可能返回 null,表示取不到有效值。
178
182
  */
179
- SlowRequestSavedThreshold: number
183
+ SlowRequestSavedThreshold?: number
180
184
  /**
181
185
  * cls日志所在地域
182
186
  注意:此字段可能返回 null,表示取不到有效值。
183
187
  */
184
- LogRegion: string
188
+ LogRegion?: string
185
189
  /**
186
190
  * 日志来源
187
191
  注意:此字段可能返回 null,表示取不到有效值。
188
192
  */
189
- LogSource: string
193
+ LogSource?: string
190
194
  /**
191
195
  * 日志功能开关 0 关 | 1 开
192
196
  注意:此字段可能返回 null,表示取不到有效值。
193
197
  */
194
- IsRelatedLog: number
198
+ IsRelatedLog?: number
195
199
  /**
196
200
  * 日志主题ID
197
201
  注意:此字段可能返回 null,表示取不到有效值。
198
202
  */
199
- LogTopicID: string
203
+ LogTopicID?: string
200
204
  /**
201
205
  * 该实例已上报的客户端应用数量
202
206
  注意:此字段可能返回 null,表示取不到有效值。
203
207
  */
204
- ClientCount: number
208
+ ClientCount?: number
205
209
  /**
206
210
  * 该实例已上报的总应用数量
207
211
  注意:此字段可能返回 null,表示取不到有效值。
208
212
  */
209
- TotalCount: number
213
+ TotalCount?: number
210
214
  /**
211
215
  * CLS日志集 | ES集群ID
212
216
  注意:此字段可能返回 null,表示取不到有效值。
213
217
  */
214
- LogSet: string
218
+ LogSet?: string
215
219
  /**
216
220
  * Metric数据保存时长
217
221
  注意:此字段可能返回 null,表示取不到有效值。
218
222
  */
219
- MetricDuration: number
223
+ MetricDuration?: number
224
+ /**
225
+ * 用户自定义展示标签列表
226
+ 注意:此字段可能返回 null,表示取不到有效值。
227
+ */
228
+ CustomShowTags?: Array<string>
220
229
  }
221
230
 
222
231
  /**
@@ -187,7 +187,7 @@ export class Client extends AbstractClient {
187
187
  }
188
188
 
189
189
  /**
190
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
190
+ * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
191
191
  */
192
192
  async SentenceRecognition(
193
193
  req: SentenceRecognitionRequest,
@@ -198,7 +198,7 @@ export class Client extends AbstractClient {
198
198
 
199
199
  /**
200
200
  * 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
201
- 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、葡萄牙语、土耳其语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
201
+ 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、葡萄牙语、土耳其语、阿拉伯语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
202
202
  • 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式。
203
203
  • 支持语音 URL 和本地语音文件两种请求方式。语音 URL 的音频时长不能长于5小时,文件大小不超过1GB。本地语音文件调用不能大于5MB。推荐使用 [ 腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储&生成URL提交任务,无外网&流量下行费用,节约成本、提升任务速度。(COS桶权限需要设置公有读私有写,或URL设置外部可访问)
204
204
  • 提交录音文件识别请求后,在3小时内完成识别(大多数情况下1小时音频约3分钟以内完成识别,半小时内发送超过1000小时录音或者2万条识别任务的除外),识别结果在服务端可保存7天。
@@ -164,6 +164,7 @@ export interface CreateAsyncRecognitionTaskRequest {
164
164
  • 16k_th:泰语;
165
165
  • 16k_pt:葡萄牙语;
166
166
  • 16k_tr:土耳其语;
167
+ • 16k_ar:阿拉伯语;
167
168
  */
168
169
  EngineType: string
169
170
  /**
@@ -271,6 +272,7 @@ export interface SentenceRecognitionRequest {
271
272
  • 16k_th:泰语;
272
273
  • 16k_pt:葡萄牙语;
273
274
  • 16k_tr:土耳其语;
275
+ • 16k_ar:阿拉伯语;
274
276
  • 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
275
277
  */
276
278
  EngSerViceType: string
@@ -346,6 +348,10 @@ export interface SentenceRecognitionRequest {
346
348
  “临时热词”和“热词id”的区别:热词id需要先在控制台或通过接口创建热词表,得到热词表id后才可以使用热词功能,本字段可以在每次请求时直接传入热词使用,但每次请求后云端不会保留相关的热词数据,需要客户自行维护相关数据
347
349
  */
348
350
  HotwordList?: string
351
+ /**
352
+ * 支持pcm格式的8k音频在与引擎采样率不匹配的情况下升采样到16k后识别,能有效提升识别准确率。仅支持:8000。如:传入 8000 ,则pcm音频采样率为8k,当引擎选用16k_zh, 那么该8k采样率的pcm音频可以在16k_zh引擎下正常识别。 注:此参数仅适用于pcm格式音频,不传入值将维持默认状态,即默认调用的引擎采样率等于pcm音频采样率。
353
+ */
354
+ InputSampleRate?: number
349
355
  }
350
356
 
351
357
  /**
@@ -591,6 +597,7 @@ export interface CreateRecTaskRequest {
591
597
  • 16k_th:泰语;
592
598
  • 16k_pt:葡萄牙语;
593
599
  • 16k_tr:土耳其语;
600
+ • 16k_ar:阿拉伯语;
594
601
  • 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
595
602
  */
596
603
  EngineModelType: string
@@ -2999,7 +2999,7 @@ export interface ModifyComputeEnvRequest {
2999
2999
  */
3000
3000
  export interface InternetAccessible {
3001
3001
  /**
3002
- * 网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID:预付费按带宽结算<br><li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费<br><li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费<br><li>BANDWIDTH_PACKAGE:带宽包用户<br>默认取值:非带宽包用户默认与子机付费类型保持一致。
3002
+ * 网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID:预付费按带宽结算<br><li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费<br><li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费<br><li>BANDWIDTH_PACKAGE:带宽包用户<br>默认取值:非带宽包用户默认与子机付费类型保持一致,比如子机付费类型为预付费,网络计费类型默认为预付费;子机付费类型为后付费,网络计费类型默认为后付费。
3003
3003
  */
3004
3004
  InternetChargeType?: string
3005
3005
  /**
@@ -85,17 +85,17 @@ export interface ApplyEmbedIntervalResponse {
85
85
  * 额外参数
86
86
  注意:此字段可能返回 null,表示取不到有效值。
87
87
  */
88
- Extra: string
88
+ Extra?: string
89
89
  /**
90
90
  * 结果数据
91
91
  注意:此字段可能返回 null,表示取不到有效值。
92
92
  */
93
- Data: ApplyEmbedTokenInfo
93
+ Data?: ApplyEmbedTokenInfo
94
94
  /**
95
95
  * 结果描述
96
96
  注意:此字段可能返回 null,表示取不到有效值。
97
97
  */
98
- Msg: string
98
+ Msg?: string
99
99
  /**
100
100
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
101
101
  */
@@ -6120,10 +6120,7 @@ export interface DeleteAuditRuleResponse {
6120
6120
  */
6121
6121
  export interface InstanceAuditLogFilters {
6122
6122
  /**
6123
- * 过滤项。目前支持以下搜索条件:
6124
-
6125
- 分词搜索:
6126
- sql - SQL语句;
6123
+ * 过滤项。sql 暂时不支持搜索。目前支持以下搜索条件:
6127
6124
 
6128
6125
  等于、不等于、包含、不包含:
6129
6126
  host - 客户端地址;
@@ -1191,7 +1191,7 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
1191
1191
 
1192
1192
  /**
1193
1193
  * 查询指定域名的区域、运营商明细数据
1194
- 注意事项:接口尚未全量开放,未在内测名单中的账号不支持调用
1194
+ 注意事项:接口尚未全面开放,未在内测名单中的账号不支持调用
1195
1195
  */
1196
1196
  async DescribeDistrictIspData(
1197
1197
  req: DescribeDistrictIspDataRequest,
@@ -3956,32 +3956,32 @@ export interface ViolationUrl {
3956
3956
  /**
3957
3957
  * ID
3958
3958
  */
3959
- Id: number
3959
+ Id?: number
3960
3960
  /**
3961
3961
  * 违规资源原始访问 URL
3962
3962
  */
3963
- RealUrl: string
3963
+ RealUrl?: string
3964
3964
  /**
3965
3965
  * 快照路径,用于控制台展示违规内容快照
3966
3966
  */
3967
- DownloadUrl: string
3967
+ DownloadUrl?: string
3968
3968
  /**
3969
3969
  * 违规资源当前状态
3970
3970
  forbid:已封禁
3971
3971
  release:已解封
3972
3972
  delay : 延迟处理
3973
- reject :申诉驳回,状态仍为封禁态
3973
+ reject :申诉驳回,状态仍为封禁状态
3974
3974
  complain:申诉进行中
3975
3975
  */
3976
- UrlStatus: string
3976
+ UrlStatus?: string
3977
3977
  /**
3978
3978
  * 创建时间
3979
3979
  */
3980
- CreateTime: string
3980
+ CreateTime?: string
3981
3981
  /**
3982
3982
  * 更新时间
3983
3983
  */
3984
- UpdateTime: string
3984
+ UpdateTime?: string
3985
3985
  }
3986
3986
 
3987
3987
  /**
@@ -4119,7 +4119,7 @@ blacklist:黑名单
4119
4119
  */
4120
4120
  RefererType: string
4121
4121
  /**
4122
- * referer 内容列表列表
4122
+ * referer 内容列表
4123
4123
  */
4124
4124
  Referers: Array<string>
4125
4125
  /**
@@ -5854,7 +5854,7 @@ export interface ManageClsTopicDomainsResponse {
5854
5854
  }
5855
5855
 
5856
5856
  /**
5857
- * 域名海外地区特殊配置。UpdateDomainConfig接口只支持修改部分分地区配置,为了兼容旧版本配置,本类型会列出旧版本所有可能存在差异的配置列表,支持修改的配置列表如下:
5857
+ * 域名海外地区特殊配置。UpdateDomainConfig接口只支持修改部分地区配置,为了兼容旧版本配置,本类型会列出旧版本所有可能存在差异的配置列表,支持修改的配置列表如下:
5858
5858
  + Authentication
5859
5859
  + BandwidthAlert
5860
5860
  + ErrorPage
@@ -6694,7 +6694,7 @@ failed: 处理失败
6694
6694
  }
6695
6695
 
6696
6696
  /**
6697
- * 域名国内地区特殊配置。分地区特殊配置。UpdateDomainConfig接口只支持修改部分分地区配置,为了兼容旧版本配置,本类型会列出旧版本所有可能存在差异的配置列表,支持修改的配置列表如下:
6697
+ * 域名国内地区特殊配置。分地区特殊配置。UpdateDomainConfig接口只支持修改部分地区配置,为了兼容旧版本配置,本类型会列出旧版本所有可能存在差异的配置列表,支持修改的配置列表如下:
6698
6698
  + Authentication
6699
6699
  + BandwidthAlert
6700
6700
  + ErrorPage
@@ -65,6 +65,7 @@ import {
65
65
  ClickHouseParam,
66
66
  FilterMapParam,
67
67
  CreateInstancePreResp,
68
+ EsRecordMapping,
68
69
  ModifyDatahubTaskResponse,
69
70
  GroupInfoTopics,
70
71
  FetchMessageListByOffsetRequest,
@@ -814,6 +814,14 @@ export interface EsParam {
814
814
  * 死信队列
815
815
  */
816
816
  DropDlq?: FailureParam
817
+ /**
818
+ * 使用数据订阅格式导入 es 时,消息与 es 索引字段映射关系。不填默认为默认字段匹配
819
+ */
820
+ RecordMappingList?: Array<EsRecordMapping>
821
+ /**
822
+ * 消息要映射为 es 索引中 @timestamp 的字段,如果当前配置为空,则使用消息的时间戳进行映射
823
+ */
824
+ DateField?: string
817
825
  }
818
826
 
819
827
  /**
@@ -1324,6 +1332,20 @@ export interface CreateInstancePreResp {
1324
1332
  DeleteRouteTimestamp?: string
1325
1333
  }
1326
1334
 
1335
+ /**
1336
+ * 消息字段与 es 索引的映射关系
1337
+ */
1338
+ export interface EsRecordMapping {
1339
+ /**
1340
+ * es 索引成员名称
1341
+ */
1342
+ ColumnName?: string
1343
+ /**
1344
+ * 消息字段名称
1345
+ */
1346
+ JsonKey?: string
1347
+ }
1348
+
1327
1349
  /**
1328
1350
  * ModifyDatahubTask返回参数结构体
1329
1351
  */