tencentcloud-sdk-nodejs 4.0.841 → 4.0.843

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 (106) hide show
  1. package/CHANGELOG.md +334 -0
  2. package/README.md +7 -0
  3. package/SERVICE_CHANGELOG.md +340 -59
  4. package/examples/common/common_client.js +47 -0
  5. package/examples/common/common_client.ts +47 -0
  6. package/package.json +1 -1
  7. package/products.md +29 -29
  8. package/src/common/index.ts +3 -0
  9. package/src/common/sdk_version.ts +1 -1
  10. package/src/services/aiart/v20221229/aiart_models.ts +38 -34
  11. package/src/services/apm/v20210622/apm_client.ts +46 -8
  12. package/src/services/apm/v20210622/apm_models.ts +233 -24
  13. package/src/services/ccc/v20200210/ccc_models.ts +1 -1
  14. package/src/services/cfs/v20190719/cfs_models.ts +36 -22
  15. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  16. package/src/services/cfw/v20190904/cfw_models.ts +3 -3
  17. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +9 -5
  18. package/src/services/cls/v20201016/cls_models.ts +72 -36
  19. package/src/services/cynosdb/v20190107/cynosdb_client.ts +16 -3
  20. package/src/services/cynosdb/v20190107/cynosdb_models.ts +109 -43
  21. package/src/services/dcdb/v20180411/dcdb_client.ts +1 -1
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +1 -1
  23. package/src/services/ess/v20201111/ess_client.ts +2 -0
  24. package/src/services/ess/v20201111/ess_models.ts +31 -3
  25. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -0
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +30 -2
  27. package/src/services/faceid/v20180301/faceid_models.ts +40 -7
  28. package/src/services/hunyuan/v20230901/hunyuan_client.ts +20 -4
  29. package/src/services/hunyuan/v20230901/hunyuan_models.ts +123 -17
  30. package/src/services/ims/v20201229/ims_client.ts +2 -3
  31. package/src/services/ims/v20201229/ims_models.ts +54 -54
  32. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -0
  33. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
  34. package/src/services/iss/v20230517/iss_models.ts +16 -0
  35. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  36. package/src/services/lke/v20231130/lke_client.ts +0 -24
  37. package/src/services/lke/v20231130/lke_models.ts +0 -81
  38. package/src/services/mariadb/v20170312/mariadb_client.ts +1 -1
  39. package/src/services/mariadb/v20170312/mariadb_models.ts +1 -1
  40. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  41. package/src/services/mps/v20190612/mps_client.ts +2 -1
  42. package/src/services/mps/v20190612/mps_models.ts +66 -42
  43. package/src/services/rum/v20210622/rum_models.ts +2 -2
  44. package/src/services/tdid/v20210519/tdid_client.ts +1 -1
  45. package/src/services/teo/v20220901/teo_client.ts +1 -0
  46. package/src/services/teo/v20220901/teo_models.ts +83 -21
  47. package/src/services/tione/v20211111/tione_client.ts +1 -0
  48. package/src/services/tione/v20211111/tione_models.ts +16 -0
  49. package/src/services/tmt/v20180321/tmt_models.ts +1 -1
  50. package/src/services/waf/v20180125/waf_models.ts +1 -1
  51. package/tencentcloud/common/index.d.ts +3 -0
  52. package/tencentcloud/common/index.js +6 -0
  53. package/tencentcloud/common/sdk_version.d.ts +1 -1
  54. package/tencentcloud/common/sdk_version.js +1 -1
  55. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +38 -34
  56. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +15 -3
  57. package/tencentcloud/services/apm/v20210622/apm_client.js +21 -3
  58. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +225 -24
  59. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
  60. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +36 -22
  61. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  62. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  63. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +3 -3
  64. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +9 -5
  65. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +72 -36
  66. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  67. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  68. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +105 -42
  69. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
  70. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +1 -1
  71. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +1 -1
  72. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +29 -3
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +28 -2
  74. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +40 -7
  75. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +13 -5
  76. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +14 -4
  77. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +121 -17
  78. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -3
  79. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -3
  80. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +54 -54
  81. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  82. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  83. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +44 -0
  84. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +16 -0
  85. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  86. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -9
  87. package/tencentcloud/services/lke/v20231130/lke_client.js +0 -12
  88. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +0 -77
  89. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +1 -1
  90. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +1 -1
  91. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
  92. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  93. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  94. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +65 -42
  95. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2 -2
  96. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +1 -1
  97. package/tencentcloud/services/tdid/v20210519/tdid_client.js +1 -1
  98. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +82 -21
  99. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -0
  100. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
  101. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
  102. package/test/apm.v20210622.test.js +32 -2
  103. package/test/cynosdb.v20190107.test.js +10 -0
  104. package/test/hunyuan.v20230901.test.js +10 -0
  105. package/test/iotexplorer.v20190423.test.js +10 -0
  106. package/test/lke.v20231130.test.js +0 -20
@@ -1,34 +1,31 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 大模型图像创作引擎(aiart) 版本:2022-12-29
3
+ ## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
4
4
 
5
- ### 第 5 次发布
5
+ ### 第 6 次发布
6
6
 
7
- 发布时间:2024-04-23 15:48:38
7
+ 发布时间:2024-04-26 01:11:33
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ 修改接口:
14
14
 
15
- * [QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)
16
- * [QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)
17
- * [SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)
18
- * [SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)
19
- * [UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)
15
+ * [CreateWorkspace](https://cloud.tencent.com/document/api/1039/94096)
20
16
 
21
- 新增数据结构:
17
+ * 新增入参:TenantAppId, TenantUin, TenantUniqVpcId, TenantSubnetId, Region
22
18
 
23
- * [Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)
19
+ * <font color="#dd0000">**删除入参**:</font>AppId, Uin, UniqVpcId, SubnetId
24
20
 
25
21
 
26
22
 
27
- ## 费用中心(billing) 版本:2018-07-09
28
23
 
29
- ### 59 次发布
24
+ ## 日志服务(cls) 版本:2020-10-16
30
25
 
31
- 发布时间:2024-04-24 01:05:02
26
+ ### 第 87 次发布
27
+
28
+ 发布时间:2024-04-26 01:11:35
32
29
 
33
30
  本次发布包含了以下内容:
34
31
 
@@ -36,35 +33,38 @@
36
33
 
37
34
  修改数据结构:
38
35
 
39
- * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
36
+ * [CosRechargeInfo](https://cloud.tencent.com/document/api/614/56471#CosRechargeInfo)
40
37
 
41
- * 新增成员:RegionType, RegionTypeName, ReserveDetail
38
+ * 新增成员:TaskType, Metadata
42
39
 
43
40
 
44
41
 
45
42
 
46
- ## 云联络中心(ccc) 版本:2020-02-10
43
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
47
44
 
48
- ### 第 67 次发布
45
+ ### 第 86 次发布
49
46
 
50
- 发布时间:2024-04-24 01:06:08
47
+ 发布时间:2024-04-26 01:13:19
51
48
 
52
49
  本次发布包含了以下内容:
53
50
 
54
51
  改善已有的文档。
55
52
 
56
- 修改接口:
53
+ 新增接口:
57
54
 
58
- * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
55
+ * [DescribeChangedParamsAfterUpgrade](https://cloud.tencent.com/document/api/1003/105702)
59
56
 
57
+ 新增数据结构:
60
58
 
59
+ * [ParamItemInfo](https://cloud.tencent.com/document/api/1003/48097#ParamItemInfo)
61
60
 
62
61
 
63
- ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
64
62
 
65
- ### 68 次发布
63
+ ## 人脸核身(faceid) 版本:2018-03-01
66
64
 
67
- 发布时间:2024-04-24 01:10:19
65
+ ### 第 76 次发布
66
+
67
+ 发布时间:2024-04-26 01:16:30
68
68
 
69
69
  本次发布包含了以下内容:
70
70
 
@@ -72,26 +72,34 @@
72
72
 
73
73
  修改接口:
74
74
 
75
- * [DescribeDCDBInstances](https://cloud.tencent.com/document/api/557/16140)
75
+ * [GetFaceIdResult](https://cloud.tencent.com/document/api/1007/49199)
76
76
 
77
- * 新增入参:Tags
77
+ * 新增出参:LivenessInfoTag, DeviceInfoLevel
78
78
 
79
- * [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
80
79
 
81
- * 新增入参:ShardInstanceIds
82
80
 
83
81
 
84
- 新增数据结构:
82
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
85
83
 
86
- * [Tag](https://cloud.tencent.com/document/api/557/16142#Tag)
84
+ ### 第 4 次发布
87
85
 
86
+ 发布时间:2024-04-25 21:22:22
88
87
 
88
+ 本次发布包含了以下内容:
89
89
 
90
- ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
90
+ 改善已有的文档。
91
91
 
92
- ### 第 61 次发布
92
+ 新增接口:
93
93
 
94
- 发布时间:2024-04-24 01:16:00
94
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
95
+
96
+
97
+
98
+ ## 媒体处理(mps) 版本:2019-06-12
99
+
100
+ ### 第 82 次发布
101
+
102
+ 发布时间:2024-04-26 01:20:19
95
103
 
96
104
  本次发布包含了以下内容:
97
105
 
@@ -99,26 +107,22 @@
99
107
 
100
108
  修改接口:
101
109
 
102
- * [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
103
-
104
- * 新增出参:ProxyVersion
105
-
106
- * [DescribeDBInstances](https://cloud.tencent.com/document/api/237/16184)
110
+ * [ParseLiveStreamProcessNotification](https://cloud.tencent.com/document/api/862/39229)
107
111
 
108
- * 新增入参:Tags
112
+ * 新增出参:LiveRecordResultInfo
109
113
 
110
114
 
111
115
  新增数据结构:
112
116
 
113
- * [Tag](https://cloud.tencent.com/document/api/237/16191#Tag)
117
+ * [LiveStreamRecordResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamRecordResultInfo)
114
118
 
115
119
 
116
120
 
117
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
121
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
118
122
 
119
- ### 第 107 次发布
123
+ ### 第 77 次发布
120
124
 
121
- 发布时间:2024-04-24 01:21:13
125
+ 发布时间:2024-04-26 01:25:17
122
126
 
123
127
  本次发布包含了以下内容:
124
128
 
@@ -126,17 +130,32 @@
126
130
 
127
131
  修改接口:
128
132
 
129
- * [CreateRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/90854)
133
+ * [CreateRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104112)
130
134
 
131
- * 新增入参:MirrorQueuePolicyFlag
135
+ * 新增入参:LogFormat
132
136
 
133
- * [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
137
+ * [ModifyRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104109)
134
138
 
135
- * 新增出参:DeadLetterStrategy, QueueLeaderLocator, QuorumInitialGroupSize
139
+ * 新增入参:LogFormat
140
+
141
+
142
+ 新增数据结构:
143
+
144
+ * [LogFormat](https://cloud.tencent.com/document/api/1552/80721#LogFormat)
145
+
146
+ 修改数据结构:
147
+
148
+ * [RealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/80721#RealtimeLogDeliveryTask)
149
+
150
+ * 新增成员:LogFormat
136
151
 
137
152
 
138
153
 
139
154
 
155
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
156
+
157
+
158
+
140
159
  # 历次版本更新如下:
141
160
 
142
161
  ## 活动防刷(aa) 版本:2020-02-24
@@ -791,15 +810,15 @@
791
810
 
792
811
  新增接口:
793
812
 
794
- * [[QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)](https://cloud.tencent.com/document/api/#/#)
795
- * [[QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)](https://cloud.tencent.com/document/api/#/#)
796
- * [[SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)](https://cloud.tencent.com/document/api/#/#)
797
- * [[SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)](https://cloud.tencent.com/document/api/#/#)
798
- * [[UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)](https://cloud.tencent.com/document/api/#/#)
813
+ * [QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)
814
+ * [QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)
815
+ * [SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)
816
+ * [SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)
817
+ * [UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)
799
818
 
800
819
  新增数据结构:
801
820
 
802
- * [[Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)](https://cloud.tencent.com/document/api/1668/88067#[Filter](https://cloud.tencent.com/document/api/1668/88067#Filter))
821
+ * [Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)
803
822
 
804
823
  ### 第 4 次发布
805
824
 
@@ -4674,6 +4693,25 @@
4674
4693
 
4675
4694
  ## 应用性能监控(apm) 版本:2021-06-22
4676
4695
 
4696
+ ### 第 23 次发布
4697
+
4698
+ 发布时间:2024-04-25 01:09:12
4699
+
4700
+ 本次发布包含了以下内容:
4701
+
4702
+ 改善已有的文档。
4703
+
4704
+ 新增接口:
4705
+
4706
+ * [DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)
4707
+ * [DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)
4708
+ * [ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)
4709
+
4710
+ 新增数据结构:
4711
+
4712
+ * [ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)
4713
+ * [Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)
4714
+
4677
4715
  ### 第 22 次发布
4678
4716
 
4679
4717
  发布时间:2023-12-08 01:08:53
@@ -30755,6 +30793,23 @@
30755
30793
 
30756
30794
  ## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
30757
30795
 
30796
+ ### 第 6 次发布
30797
+
30798
+ 发布时间:2024-04-26 01:11:33
30799
+
30800
+ 本次发布包含了以下内容:
30801
+
30802
+ 改善已有的文档。
30803
+
30804
+ 修改接口:
30805
+
30806
+ * [CreateWorkspace](https://cloud.tencent.com/document/api/1039/94096)
30807
+
30808
+ * 新增入参:TenantAppId, TenantUin, TenantUniqVpcId, TenantSubnetId, Region
30809
+
30810
+ * <font color="#dd0000">**删除入参**:</font>AppId, Uin, UniqVpcId, SubnetId
30811
+
30812
+
30758
30813
  ### 第 5 次发布
30759
30814
 
30760
30815
  发布时间:2024-03-29 01:12:12
@@ -30845,6 +30900,21 @@
30845
30900
 
30846
30901
  ## 日志服务(cls) 版本:2020-10-16
30847
30902
 
30903
+ ### 第 87 次发布
30904
+
30905
+ 发布时间:2024-04-26 01:11:35
30906
+
30907
+ 本次发布包含了以下内容:
30908
+
30909
+ 改善已有的文档。
30910
+
30911
+ 修改数据结构:
30912
+
30913
+ * [CosRechargeInfo](https://cloud.tencent.com/document/api/614/56471#CosRechargeInfo)
30914
+
30915
+ * 新增成员:TaskType, Metadata
30916
+
30917
+
30848
30918
  ### 第 86 次发布
30849
30919
 
30850
30920
  发布时间:2024-03-15 01:10:50
@@ -43858,6 +43928,22 @@
43858
43928
 
43859
43929
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
43860
43930
 
43931
+ ### 第 86 次发布
43932
+
43933
+ 发布时间:2024-04-26 01:13:19
43934
+
43935
+ 本次发布包含了以下内容:
43936
+
43937
+ 改善已有的文档。
43938
+
43939
+ 新增接口:
43940
+
43941
+ * [[DescribeChangedParamsAfterUpgrade](https://cloud.tencent.com/document/api/1003/105702)](https://cloud.tencent.com/document/api/#/#)
43942
+
43943
+ 新增数据结构:
43944
+
43945
+ * [[ParamItemInfo](https://cloud.tencent.com/document/api/1003/48097#ParamItemInfo)](https://cloud.tencent.com/document/api/1003/48097#[ParamItemInfo](https://cloud.tencent.com/document/api/1003/48097#ParamItemInfo))
43946
+
43861
43947
  ### 第 85 次发布
43862
43948
 
43863
43949
  发布时间:2024-04-23 01:13:35
@@ -48296,7 +48382,7 @@
48296
48382
 
48297
48383
  新增数据结构:
48298
48384
 
48299
- * [[Tag](https://cloud.tencent.com/document/api/557/16142#Tag)](https://cloud.tencent.com/document/api/557/16142#[Tag](https://cloud.tencent.com/document/api/557/16142#Tag))
48385
+ * [Tag](https://cloud.tencent.com/document/api/557/16142#Tag)
48300
48386
 
48301
48387
  ### 第 67 次发布
48302
48388
 
@@ -60183,6 +60269,28 @@
60183
60269
 
60184
60270
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
60185
60271
 
60272
+ ### 第 165 次发布
60273
+
60274
+ 发布时间:2024-04-25 01:16:34
60275
+
60276
+ 本次发布包含了以下内容:
60277
+
60278
+ 改善已有的文档。
60279
+
60280
+ 修改接口:
60281
+
60282
+ * [CreateBatchSignUrl](https://cloud.tencent.com/document/api/1323/98670)
60283
+
60284
+ * 新增入参:FlowBatchUrlInfo
60285
+
60286
+ * <font color="#dd0000">**修改入参**:</font>Name, Mobile
60287
+
60288
+
60289
+ 新增数据结构:
60290
+
60291
+ * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)
60292
+ * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)
60293
+
60186
60294
  ### 第 164 次发布
60187
60295
 
60188
60296
  发布时间:2024-04-17 01:14:00
@@ -63392,6 +63500,28 @@
63392
63500
 
63393
63501
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
63394
63502
 
63503
+ ### 第 166 次发布
63504
+
63505
+ 发布时间:2024-04-25 01:16:48
63506
+
63507
+ 本次发布包含了以下内容:
63508
+
63509
+ 改善已有的文档。
63510
+
63511
+ 修改接口:
63512
+
63513
+ * [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
63514
+
63515
+ * 新增入参:FlowBatchUrlInfo
63516
+
63517
+ * <font color="#dd0000">**修改入参**:</font>Name, Mobile
63518
+
63519
+
63520
+ 新增数据结构:
63521
+
63522
+ * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)
63523
+ * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)
63524
+
63395
63525
  ### 第 165 次发布
63396
63526
 
63397
63527
  发布时间:2024-04-22 01:16:52
@@ -66677,6 +66807,21 @@
66677
66807
 
66678
66808
  ## 人脸核身(faceid) 版本:2018-03-01
66679
66809
 
66810
+ ### 第 76 次发布
66811
+
66812
+ 发布时间:2024-04-26 01:16:30
66813
+
66814
+ 本次发布包含了以下内容:
66815
+
66816
+ 改善已有的文档。
66817
+
66818
+ 修改接口:
66819
+
66820
+ * [GetFaceIdResult](https://cloud.tencent.com/document/api/1007/49199)
66821
+
66822
+ * 新增出参:LivenessInfoTag, DeviceInfoLevel
66823
+
66824
+
66680
66825
  ### 第 75 次发布
66681
66826
 
66682
66827
  发布时间:2024-04-22 01:17:05
@@ -71671,6 +71816,18 @@
71671
71816
 
71672
71817
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
71673
71818
 
71819
+ ### 第 4 次发布
71820
+
71821
+ 发布时间:2024-04-25 21:22:22
71822
+
71823
+ 本次发布包含了以下内容:
71824
+
71825
+ 改善已有的文档。
71826
+
71827
+ 新增接口:
71828
+
71829
+ * [[ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)](https://cloud.tencent.com/document/api/#/#)
71830
+
71674
71831
  ### 第 3 次发布
71675
71832
 
71676
71833
  发布时间:2024-04-11 20:37:23
@@ -74799,6 +74956,22 @@
74799
74956
 
74800
74957
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
74801
74958
 
74959
+ ### 第 60 次发布
74960
+
74961
+ 发布时间:2024-04-25 01:18:05
74962
+
74963
+ 本次发布包含了以下内容:
74964
+
74965
+ 改善已有的文档。
74966
+
74967
+ 新增接口:
74968
+
74969
+ * [DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)
74970
+
74971
+ 新增数据结构:
74972
+
74973
+ * [DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)
74974
+
74802
74975
  ### 第 59 次发布
74803
74976
 
74804
74977
  发布时间:2024-04-17 01:15:33
@@ -78091,6 +78264,33 @@
78091
78264
 
78092
78265
  ## 智能视图计算平台(iss) 版本:2023-05-17
78093
78266
 
78267
+ ### 第 14 次发布
78268
+
78269
+ 发布时间:2024-04-24 15:03:09
78270
+
78271
+ 本次发布包含了以下内容:
78272
+
78273
+ 改善已有的文档。
78274
+
78275
+ 修改接口:
78276
+
78277
+ * [ControlDeviceStream](https://cloud.tencent.com/document/api/1344/95943)
78278
+
78279
+ * 新增入参:IsInternal
78280
+
78281
+ * [DescribeRecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95933)
78282
+
78283
+ * 新增入参:IsInternal
78284
+
78285
+ * [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
78286
+
78287
+ * 新增入参:IsInternal
78288
+
78289
+ * [PlayRecord](https://cloud.tencent.com/document/api/1344/95931)
78290
+
78291
+ * 新增入参:IsInternal
78292
+
78293
+
78094
78294
  ### 第 13 次发布
78095
78295
 
78096
78296
  发布时间:2024-04-11 01:17:04
@@ -84519,6 +84719,19 @@
84519
84719
 
84520
84720
  ## 大模型知识引擎(lke) 版本:2023-11-30
84521
84721
 
84722
+ ### 第 4 次发布
84723
+
84724
+ 发布时间:2024-04-25 01:19:55
84725
+
84726
+ 本次发布包含了以下内容:
84727
+
84728
+ 改善已有的文档。
84729
+
84730
+ <font color="#dd0000">**删除接口**:</font>
84731
+
84732
+ * ParseDoc
84733
+ * QueryParseDocResult
84734
+
84522
84735
  ### 第 3 次发布
84523
84736
 
84524
84737
  发布时间:2024-04-23 01:19:53
@@ -84533,9 +84746,9 @@
84533
84746
 
84534
84747
  * 新增出参:Usage
84535
84748
 
84536
- * [ParseDoc](https://cloud.tencent.com/document/api/1759/105083)
84749
+ * [ParseDoc](https://cloud.tencent.com/document/api/#/#)
84537
84750
 
84538
- * [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105082)
84751
+ * [QueryParseDocResult](https://cloud.tencent.com/document/api/#/#)
84539
84752
 
84540
84753
  * 新增出参:Usage
84541
84754
 
@@ -84636,8 +84849,8 @@
84636
84849
  * [ModifyQAAttrRange](https://cloud.tencent.com/document/api/1759/105024)
84637
84850
  * [ModifyQACate](https://cloud.tencent.com/document/api/1759/105023)
84638
84851
  * [ModifyRejectedQuestion](https://cloud.tencent.com/document/api/1759/105093)
84639
- * [ParseDoc](https://cloud.tencent.com/document/api/1759/105083)
84640
- * [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105082)
84852
+ * [ParseDoc](https://cloud.tencent.com/document/api/#/#)
84853
+ * [QueryParseDocResult](https://cloud.tencent.com/document/api/#/#)
84641
84854
  * [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
84642
84855
  * [RateMsgRecord](https://cloud.tencent.com/document/api/1759/105087)
84643
84856
  * [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
@@ -84784,7 +84997,7 @@
84784
84997
 
84785
84998
  新增数据结构:
84786
84999
 
84787
- * [[Tag](https://cloud.tencent.com/document/api/237/16191#Tag)](https://cloud.tencent.com/document/api/237/16191#[Tag](https://cloud.tencent.com/document/api/237/16191#Tag))
85000
+ * [Tag](https://cloud.tencent.com/document/api/237/16191#Tag)
84788
85001
 
84789
85002
  ### 第 60 次发布
84790
85003
 
@@ -89823,6 +90036,25 @@
89823
90036
 
89824
90037
  ## 媒体处理(mps) 版本:2019-06-12
89825
90038
 
90039
+ ### 第 82 次发布
90040
+
90041
+ 发布时间:2024-04-26 01:20:19
90042
+
90043
+ 本次发布包含了以下内容:
90044
+
90045
+ 改善已有的文档。
90046
+
90047
+ 修改接口:
90048
+
90049
+ * [ParseLiveStreamProcessNotification](https://cloud.tencent.com/document/api/862/39229)
90050
+
90051
+ * 新增出参:LiveRecordResultInfo
90052
+
90053
+
90054
+ 新增数据结构:
90055
+
90056
+ * [[LiveStreamRecordResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamRecordResultInfo)](https://cloud.tencent.com/document/api/862/37615#[LiveStreamRecordResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamRecordResultInfo))
90057
+
89826
90058
  ### 第 81 次发布
89827
90059
 
89828
90060
  发布时间:2024-04-22 01:21:36
@@ -122940,6 +123172,36 @@
122940
123172
 
122941
123173
  ## 边缘安全加速平台(teo) 版本:2022-09-01
122942
123174
 
123175
+ ### 第 77 次发布
123176
+
123177
+ 发布时间:2024-04-26 01:25:17
123178
+
123179
+ 本次发布包含了以下内容:
123180
+
123181
+ 改善已有的文档。
123182
+
123183
+ 修改接口:
123184
+
123185
+ * [CreateRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104112)
123186
+
123187
+ * 新增入参:LogFormat
123188
+
123189
+ * [ModifyRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104109)
123190
+
123191
+ * 新增入参:LogFormat
123192
+
123193
+
123194
+ 新增数据结构:
123195
+
123196
+ * [[LogFormat](https://cloud.tencent.com/document/api/1552/80721#LogFormat)](https://cloud.tencent.com/document/api/1552/80721#[LogFormat](https://cloud.tencent.com/document/api/1552/80721#LogFormat))
123197
+
123198
+ 修改数据结构:
123199
+
123200
+ * [RealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/80721#RealtimeLogDeliveryTask)
123201
+
123202
+ * 新增成员:LogFormat
123203
+
123204
+
122943
123205
  ### 第 76 次发布
122944
123206
 
122945
123207
  发布时间:2024-03-13 01:24:49
@@ -127114,6 +127376,25 @@
127114
127376
 
127115
127377
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
127116
127378
 
127379
+ ### 第 58 次发布
127380
+
127381
+ 发布时间:2024-04-25 01:25:56
127382
+
127383
+ 本次发布包含了以下内容:
127384
+
127385
+ 改善已有的文档。
127386
+
127387
+ 新增数据结构:
127388
+
127389
+ * [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
127390
+
127391
+ 修改数据结构:
127392
+
127393
+ * [DataConfig](https://cloud.tencent.com/document/api/851/75051#DataConfig)
127394
+
127395
+ * 新增成员:LocalDiskSource
127396
+
127397
+
127117
127398
  ### 第 57 次发布
127118
127399
 
127119
127400
  发布时间:2024-04-12 01:25:11
@@ -0,0 +1,47 @@
1
+ const tencentcloud = require("../../../tencentcloud-sdk-nodejs")
2
+ const TencentCloudCommon = tencentcloud.common;
3
+ const CommonClient = TencentCloudCommon.CommonClient;
4
+
5
+ // 实例化一个认证对象,入参需要传入腾讯云账户 SecretId 和 SecretKey,此处还需注意密钥对的保密
6
+ // 代码泄露可能会导致 SecretId 和 SecretKey 泄露,并威胁账号下所有资源的安全性。以下代码示例仅供参考,建议采用更安全的方式来使用密钥,请参见:https://cloud.tencent.com/document/product/1278/85305
7
+ // 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取
8
+ const clientConfig = {
9
+ credential: {
10
+ secretId: "$secretId",
11
+ secretKey: "$secretKey",
12
+ },
13
+ region: "ap-shanghai",
14
+ profile: {
15
+ httpProfile: {
16
+ endpoint: "cvm.tencentcloudapi.com",
17
+ },
18
+ },
19
+ };
20
+
21
+ // 实例化要请求产品的 CommonClient 对象,依次传入产品调用地址(产品名.tencentcloudapi.com)、产品版本、ClientConfig
22
+ const client = new CommonClient(
23
+ "cvm.tencentcloudapi.com",
24
+ "2017-03-12",
25
+ clientConfig
26
+ );
27
+ const params = {
28
+ Filters: [
29
+ {
30
+ Name: "zone",
31
+ Values: ["ap-shanghai-1", "ap-shanghai-2"],
32
+ },
33
+ {
34
+ Name: "instance-charge-type",
35
+ Values: ["POSTPAID_BY_HOUR"],
36
+ },
37
+ ]
38
+ };
39
+ // 传入要调用的接口名,和接口对应的参数
40
+ client.request("DescribeInstances", params).then(
41
+ (data) => {
42
+ console.log(data);
43
+ },
44
+ (err) => {
45
+ console.error("error", err);
46
+ }
47
+ );