tencentcloud-sdk-nodejs 4.0.841 → 4.0.842

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 (54) hide show
  1. package/CHANGELOG.md +176 -0
  2. package/README.md +7 -0
  3. package/SERVICE_CHANGELOG.md +234 -59
  4. package/examples/common/common_client.js +47 -0
  5. package/examples/common/common_client.ts +47 -0
  6. package/package.json +6 -1
  7. package/products.md +14 -14
  8. package/src/common/index.ts +3 -0
  9. package/src/common/sdk_version.ts +1 -1
  10. package/src/services/apm/v20210622/apm_client.ts +46 -8
  11. package/src/services/apm/v20210622/apm_models.ts +233 -24
  12. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +1 -1
  13. package/src/services/ess/v20201111/ess_client.ts +2 -0
  14. package/src/services/ess/v20201111/ess_models.ts +30 -2
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -0
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +30 -2
  17. package/src/services/ims/v20201229/ims_client.ts +2 -3
  18. package/src/services/ims/v20201229/ims_models.ts +54 -54
  19. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -0
  20. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
  21. package/src/services/iss/v20230517/iss_models.ts +16 -0
  22. package/src/services/lke/v20231130/lke_client.ts +0 -24
  23. package/src/services/lke/v20231130/lke_models.ts +0 -81
  24. package/src/services/tdid/v20210519/tdid_client.ts +1 -1
  25. package/src/services/teo/v20220901/teo_models.ts +8 -9
  26. package/src/services/tione/v20211111/tione_client.ts +1 -0
  27. package/src/services/tione/v20211111/tione_models.ts +16 -0
  28. package/tencentcloud/common/index.d.ts +3 -0
  29. package/tencentcloud/common/index.js +6 -0
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +15 -3
  33. package/tencentcloud/services/apm/v20210622/apm_client.js +21 -3
  34. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +225 -24
  35. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +1 -1
  36. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -2
  37. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +28 -2
  38. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -3
  39. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -3
  40. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +54 -54
  41. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  42. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  43. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +44 -0
  44. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +16 -0
  45. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -9
  46. package/tencentcloud/services/lke/v20231130/lke_client.js +0 -12
  47. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +0 -77
  48. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +1 -1
  49. package/tencentcloud/services/tdid/v20210519/tdid_client.js +1 -1
  50. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +8 -9
  51. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -0
  52. package/test/apm.v20210622.test.js +32 -2
  53. package/test/iotexplorer.v20190423.test.js +10 -0
  54. package/test/lke.v20231130.test.js +0 -20
package/CHANGELOG.md CHANGED
@@ -1,3 +1,179 @@
1
+ # Release 4.0.842
2
+
3
+ ## 应用性能监控(apm) 版本:2021-06-22
4
+
5
+ ### 第 23 次发布
6
+
7
+ 发布时间:2024-04-25 01:09:12
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)
16
+ * [DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)
17
+ * [ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)
18
+
19
+ 新增数据结构:
20
+
21
+ * [ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)
22
+ * [Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)
23
+
24
+
25
+
26
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
27
+
28
+ ### 第 165 次发布
29
+
30
+ 发布时间:2024-04-25 01:16:34
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 修改接口:
37
+
38
+ * [CreateBatchSignUrl](https://cloud.tencent.com/document/api/1323/98670)
39
+
40
+ * 新增入参:FlowBatchUrlInfo
41
+
42
+ * <font color="#dd0000">**修改入参**:</font>Name, Mobile
43
+
44
+
45
+ 新增数据结构:
46
+
47
+ * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)
48
+ * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)
49
+
50
+
51
+
52
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
53
+
54
+ ### 第 166 次发布
55
+
56
+ 发布时间:2024-04-25 01:16:48
57
+
58
+ 本次发布包含了以下内容:
59
+
60
+ 改善已有的文档。
61
+
62
+ 修改接口:
63
+
64
+ * [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
65
+
66
+ * 新增入参:FlowBatchUrlInfo
67
+
68
+ * <font color="#dd0000">**修改入参**:</font>Name, Mobile
69
+
70
+
71
+ 新增数据结构:
72
+
73
+ * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)
74
+ * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)
75
+
76
+
77
+
78
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
79
+
80
+
81
+
82
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
83
+
84
+ ### 第 60 次发布
85
+
86
+ 发布时间:2024-04-25 01:18:05
87
+
88
+ 本次发布包含了以下内容:
89
+
90
+ 改善已有的文档。
91
+
92
+ 新增接口:
93
+
94
+ * [DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)
95
+
96
+ 新增数据结构:
97
+
98
+ * [DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)
99
+
100
+
101
+
102
+ ## 智能视图计算平台(iss) 版本:2023-05-17
103
+
104
+ ### 第 14 次发布
105
+
106
+ 发布时间:2024-04-24 15:03:09
107
+
108
+ 本次发布包含了以下内容:
109
+
110
+ 改善已有的文档。
111
+
112
+ 修改接口:
113
+
114
+ * [ControlDeviceStream](https://cloud.tencent.com/document/api/1344/95943)
115
+
116
+ * 新增入参:IsInternal
117
+
118
+ * [DescribeRecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95933)
119
+
120
+ * 新增入参:IsInternal
121
+
122
+ * [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
123
+
124
+ * 新增入参:IsInternal
125
+
126
+ * [PlayRecord](https://cloud.tencent.com/document/api/1344/95931)
127
+
128
+ * 新增入参:IsInternal
129
+
130
+
131
+
132
+
133
+ ## 大模型知识引擎(lke) 版本:2023-11-30
134
+
135
+ ### 第 4 次发布
136
+
137
+ 发布时间:2024-04-25 01:19:55
138
+
139
+ 本次发布包含了以下内容:
140
+
141
+ 改善已有的文档。
142
+
143
+ <font color="#dd0000">**删除接口**:</font>
144
+
145
+ * ParseDoc
146
+ * QueryParseDocResult
147
+
148
+
149
+
150
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
151
+
152
+ ### 第 58 次发布
153
+
154
+ 发布时间:2024-04-25 01:25:56
155
+
156
+ 本次发布包含了以下内容:
157
+
158
+ 改善已有的文档。
159
+
160
+ 新增数据结构:
161
+
162
+ * [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
163
+
164
+ 修改数据结构:
165
+
166
+ * [DataConfig](https://cloud.tencent.com/document/api/851/75051#DataConfig)
167
+
168
+ * 新增成员:LocalDiskSource
169
+
170
+
171
+
172
+
173
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
174
+
175
+
176
+
1
177
  # Release 4.0.841
2
178
 
3
179
  ## 大模型图像创作引擎(aiart) 版本:2022-12-29
package/README.md CHANGED
@@ -85,6 +85,13 @@ const CvmClient = tencentcloud.cvm.v20170312.Client
85
85
 
86
86
  实例化`Client` 的入参支持 `clientConfig` 数据结构和说明 详见 [ClientConfig](https://github.com/TencentCloud/tencentcloud-sdk-nodejs/blob/master/src/common/interface.ts)
87
87
 
88
+ ## Common Client
89
+ 从 4.0.714 版本开始腾讯云 NODEJS SDK 支持使用泛用性的 API 调用方式(Common Client)进行请求。您只需要安装 tencentcloud-sdk-nodejs-common 包,即可向任何产品发起调用。
90
+
91
+ **注意,您必须明确知道您调用的接口所需参数,否则可能会调用失败。**
92
+
93
+ 详细使用请参阅示例:[使用 Common Client 进行调用](https://github.com/TencentCloud/tencentcloud-sdk-nodejs/tree/master/examples/common)
94
+
88
95
  ## 更多示例
89
96
 
90
97
  更丰富的使用 demo 请在 examples 目录中寻找。
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 大模型图像创作引擎(aiart) 版本:2022-12-29
3
+ ## 应用性能监控(apm) 版本:2021-06-22
4
4
 
5
- ### 第 5 次发布
5
+ ### 第 23 次发布
6
6
 
7
- 发布时间:2024-04-23 15:48:38
7
+ 发布时间:2024-04-25 01:09:12
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,42 +12,48 @@
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
+ * [DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)
16
+ * [DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)
17
+ * [ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)
20
18
 
21
19
  新增数据结构:
22
20
 
23
- * [Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)
21
+ * [ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)
22
+ * [Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)
24
23
 
25
24
 
26
25
 
27
- ## 费用中心(billing) 版本:2018-07-09
26
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
28
27
 
29
- ### 第 59 次发布
28
+ ### 第 165 次发布
30
29
 
31
- 发布时间:2024-04-24 01:05:02
30
+ 发布时间:2024-04-25 01:16:34
32
31
 
33
32
  本次发布包含了以下内容:
34
33
 
35
34
  改善已有的文档。
36
35
 
37
- 修改数据结构:
36
+ 修改接口:
38
37
 
39
- * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
38
+ * [CreateBatchSignUrl](https://cloud.tencent.com/document/api/1323/98670)
40
39
 
41
- * 新增成员:RegionType, RegionTypeName, ReserveDetail
40
+ * 新增入参:FlowBatchUrlInfo
42
41
 
42
+ * <font color="#dd0000">**修改入参**:</font>Name, Mobile
43
43
 
44
44
 
45
+ 新增数据结构:
45
46
 
46
- ## 云联络中心(ccc) 版本:2020-02-10
47
+ * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)
48
+ * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)
47
49
 
48
- ### 第 67 次发布
49
50
 
50
- 发布时间:2024-04-24 01:06:08
51
+
52
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
53
+
54
+ ### 第 166 次发布
55
+
56
+ 发布时间:2024-04-25 01:16:48
51
57
 
52
58
  本次发布包含了以下内容:
53
59
 
@@ -55,43 +61,49 @@
55
61
 
56
62
  修改接口:
57
63
 
58
- * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
64
+ * [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
59
65
 
66
+ * 新增入参:FlowBatchUrlInfo
60
67
 
68
+ * <font color="#dd0000">**修改入参**:</font>Name, Mobile
61
69
 
62
70
 
63
- ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
71
+ 新增数据结构:
64
72
 
65
- ### 第 68 次发布
73
+ * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)
74
+ * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)
66
75
 
67
- 发布时间:2024-04-24 01:10:19
68
76
 
69
- 本次发布包含了以下内容:
70
77
 
71
- 改善已有的文档。
78
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
72
79
 
73
- 修改接口:
74
80
 
75
- * [DescribeDCDBInstances](https://cloud.tencent.com/document/api/557/16140)
76
81
 
77
- * 新增入参:Tags
82
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
78
83
 
79
- * [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
84
+ ### 第 60 次发布
80
85
 
81
- * 新增入参:ShardInstanceIds
86
+ 发布时间:2024-04-25 01:18:05
82
87
 
88
+ 本次发布包含了以下内容:
89
+
90
+ 改善已有的文档。
91
+
92
+ 新增接口:
93
+
94
+ * [DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)
83
95
 
84
96
  新增数据结构:
85
97
 
86
- * [Tag](https://cloud.tencent.com/document/api/557/16142#Tag)
98
+ * [DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)
87
99
 
88
100
 
89
101
 
90
- ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
102
+ ## 智能视图计算平台(iss) 版本:2023-05-17
91
103
 
92
- ### 第 61 次发布
104
+ ### 第 14 次发布
93
105
 
94
- 发布时间:2024-04-24 01:16:00
106
+ 发布时间:2024-04-24 15:03:09
95
107
 
96
108
  本次发布包含了以下内容:
97
109
 
@@ -99,41 +111,66 @@
99
111
 
100
112
  修改接口:
101
113
 
102
- * [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
114
+ * [ControlDeviceStream](https://cloud.tencent.com/document/api/1344/95943)
103
115
 
104
- * 新增出参:ProxyVersion
116
+ * 新增入参:IsInternal
105
117
 
106
- * [DescribeDBInstances](https://cloud.tencent.com/document/api/237/16184)
118
+ * [DescribeRecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95933)
107
119
 
108
- * 新增入参:Tags
120
+ * 新增入参:IsInternal
109
121
 
122
+ * [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
110
123
 
111
- 新增数据结构:
124
+ * 新增入参:IsInternal
112
125
 
113
- * [Tag](https://cloud.tencent.com/document/api/237/16191#Tag)
126
+ * [PlayRecord](https://cloud.tencent.com/document/api/1344/95931)
114
127
 
128
+ * 新增入参:IsInternal
115
129
 
116
130
 
117
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
118
131
 
119
- ### 第 107 次发布
120
132
 
121
- 发布时间:2024-04-24 01:21:13
133
+ ## 大模型知识引擎(lke) 版本:2023-11-30
134
+
135
+ ### 第 4 次发布
136
+
137
+ 发布时间:2024-04-25 01:19:55
122
138
 
123
139
  本次发布包含了以下内容:
124
140
 
125
141
  改善已有的文档。
126
142
 
127
- 修改接口:
143
+ <font color="#dd0000">**删除接口**:</font>
128
144
 
129
- * [CreateRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/90854)
145
+ * ParseDoc
146
+ * QueryParseDocResult
130
147
 
131
- * 新增入参:MirrorQueuePolicyFlag
132
148
 
133
- * [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
134
149
 
135
- * 新增出参:DeadLetterStrategy, QueueLeaderLocator, QuorumInitialGroupSize
150
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
136
151
 
152
+ ### 第 58 次发布
153
+
154
+ 发布时间:2024-04-25 01:25:56
155
+
156
+ 本次发布包含了以下内容:
157
+
158
+ 改善已有的文档。
159
+
160
+ 新增数据结构:
161
+
162
+ * [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
163
+
164
+ 修改数据结构:
165
+
166
+ * [DataConfig](https://cloud.tencent.com/document/api/851/75051#DataConfig)
167
+
168
+ * 新增成员:LocalDiskSource
169
+
170
+
171
+
172
+
173
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
137
174
 
138
175
 
139
176
 
@@ -791,15 +828,15 @@
791
828
 
792
829
  新增接口:
793
830
 
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/#/#)
831
+ * [QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)
832
+ * [QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)
833
+ * [SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)
834
+ * [SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)
835
+ * [UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)
799
836
 
800
837
  新增数据结构:
801
838
 
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))
839
+ * [Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)
803
840
 
804
841
  ### 第 4 次发布
805
842
 
@@ -4674,6 +4711,25 @@
4674
4711
 
4675
4712
  ## 应用性能监控(apm) 版本:2021-06-22
4676
4713
 
4714
+ ### 第 23 次发布
4715
+
4716
+ 发布时间:2024-04-25 01:09:12
4717
+
4718
+ 本次发布包含了以下内容:
4719
+
4720
+ 改善已有的文档。
4721
+
4722
+ 新增接口:
4723
+
4724
+ * [[DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)](https://cloud.tencent.com/document/api/#/#)
4725
+ * [[DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)](https://cloud.tencent.com/document/api/#/#)
4726
+ * [[ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)](https://cloud.tencent.com/document/api/#/#)
4727
+
4728
+ 新增数据结构:
4729
+
4730
+ * [[ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)](https://cloud.tencent.com/document/api/1463/64927#[ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView))
4731
+ * [[Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)](https://cloud.tencent.com/document/api/1463/64927#[Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument))
4732
+
4677
4733
  ### 第 22 次发布
4678
4734
 
4679
4735
  发布时间:2023-12-08 01:08:53
@@ -48296,7 +48352,7 @@
48296
48352
 
48297
48353
  新增数据结构:
48298
48354
 
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))
48355
+ * [Tag](https://cloud.tencent.com/document/api/557/16142#Tag)
48300
48356
 
48301
48357
  ### 第 67 次发布
48302
48358
 
@@ -60183,6 +60239,28 @@
60183
60239
 
60184
60240
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
60185
60241
 
60242
+ ### 第 165 次发布
60243
+
60244
+ 发布时间:2024-04-25 01:16:34
60245
+
60246
+ 本次发布包含了以下内容:
60247
+
60248
+ 改善已有的文档。
60249
+
60250
+ 修改接口:
60251
+
60252
+ * [CreateBatchSignUrl](https://cloud.tencent.com/document/api/1323/98670)
60253
+
60254
+ * 新增入参:FlowBatchUrlInfo
60255
+
60256
+ * <font color="#dd0000">**修改入参**:</font>Name, Mobile
60257
+
60258
+
60259
+ 新增数据结构:
60260
+
60261
+ * [[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)](https://cloud.tencent.com/document/api/1323/70369#[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo))
60262
+ * [[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)](https://cloud.tencent.com/document/api/1323/70369#[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo))
60263
+
60186
60264
  ### 第 164 次发布
60187
60265
 
60188
60266
  发布时间:2024-04-17 01:14:00
@@ -63392,6 +63470,28 @@
63392
63470
 
63393
63471
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
63394
63472
 
63473
+ ### 第 166 次发布
63474
+
63475
+ 发布时间:2024-04-25 01:16:48
63476
+
63477
+ 本次发布包含了以下内容:
63478
+
63479
+ 改善已有的文档。
63480
+
63481
+ 修改接口:
63482
+
63483
+ * [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
63484
+
63485
+ * 新增入参:FlowBatchUrlInfo
63486
+
63487
+ * <font color="#dd0000">**修改入参**:</font>Name, Mobile
63488
+
63489
+
63490
+ 新增数据结构:
63491
+
63492
+ * [[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo))
63493
+ * [[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo))
63494
+
63395
63495
  ### 第 165 次发布
63396
63496
 
63397
63497
  发布时间:2024-04-22 01:16:52
@@ -74799,6 +74899,22 @@
74799
74899
 
74800
74900
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
74801
74901
 
74902
+ ### 第 60 次发布
74903
+
74904
+ 发布时间:2024-04-25 01:18:05
74905
+
74906
+ 本次发布包含了以下内容:
74907
+
74908
+ 改善已有的文档。
74909
+
74910
+ 新增接口:
74911
+
74912
+ * [[DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)](https://cloud.tencent.com/document/api/#/#)
74913
+
74914
+ 新增数据结构:
74915
+
74916
+ * [[DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)](https://cloud.tencent.com/document/api/1081/34988#[DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo))
74917
+
74802
74918
  ### 第 59 次发布
74803
74919
 
74804
74920
  发布时间:2024-04-17 01:15:33
@@ -78091,6 +78207,33 @@
78091
78207
 
78092
78208
  ## 智能视图计算平台(iss) 版本:2023-05-17
78093
78209
 
78210
+ ### 第 14 次发布
78211
+
78212
+ 发布时间:2024-04-24 15:03:09
78213
+
78214
+ 本次发布包含了以下内容:
78215
+
78216
+ 改善已有的文档。
78217
+
78218
+ 修改接口:
78219
+
78220
+ * [ControlDeviceStream](https://cloud.tencent.com/document/api/1344/95943)
78221
+
78222
+ * 新增入参:IsInternal
78223
+
78224
+ * [DescribeRecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95933)
78225
+
78226
+ * 新增入参:IsInternal
78227
+
78228
+ * [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
78229
+
78230
+ * 新增入参:IsInternal
78231
+
78232
+ * [PlayRecord](https://cloud.tencent.com/document/api/1344/95931)
78233
+
78234
+ * 新增入参:IsInternal
78235
+
78236
+
78094
78237
  ### 第 13 次发布
78095
78238
 
78096
78239
  发布时间:2024-04-11 01:17:04
@@ -84519,6 +84662,19 @@
84519
84662
 
84520
84663
  ## 大模型知识引擎(lke) 版本:2023-11-30
84521
84664
 
84665
+ ### 第 4 次发布
84666
+
84667
+ 发布时间:2024-04-25 01:19:55
84668
+
84669
+ 本次发布包含了以下内容:
84670
+
84671
+ 改善已有的文档。
84672
+
84673
+ <font color="#dd0000">**删除接口**:</font>
84674
+
84675
+ * ParseDoc
84676
+ * QueryParseDocResult
84677
+
84522
84678
  ### 第 3 次发布
84523
84679
 
84524
84680
  发布时间:2024-04-23 01:19:53
@@ -84533,9 +84689,9 @@
84533
84689
 
84534
84690
  * 新增出参:Usage
84535
84691
 
84536
- * [ParseDoc](https://cloud.tencent.com/document/api/1759/105083)
84692
+ * [ParseDoc](https://cloud.tencent.com/document/api/#/#)
84537
84693
 
84538
- * [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105082)
84694
+ * [QueryParseDocResult](https://cloud.tencent.com/document/api/#/#)
84539
84695
 
84540
84696
  * 新增出参:Usage
84541
84697
 
@@ -84636,8 +84792,8 @@
84636
84792
  * [ModifyQAAttrRange](https://cloud.tencent.com/document/api/1759/105024)
84637
84793
  * [ModifyQACate](https://cloud.tencent.com/document/api/1759/105023)
84638
84794
  * [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)
84795
+ * [ParseDoc](https://cloud.tencent.com/document/api/#/#)
84796
+ * [QueryParseDocResult](https://cloud.tencent.com/document/api/#/#)
84641
84797
  * [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
84642
84798
  * [RateMsgRecord](https://cloud.tencent.com/document/api/1759/105087)
84643
84799
  * [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
@@ -84784,7 +84940,7 @@
84784
84940
 
84785
84941
  新增数据结构:
84786
84942
 
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))
84943
+ * [Tag](https://cloud.tencent.com/document/api/237/16191#Tag)
84788
84944
 
84789
84945
  ### 第 60 次发布
84790
84946
 
@@ -127114,6 +127270,25 @@
127114
127270
 
127115
127271
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
127116
127272
 
127273
+ ### 第 58 次发布
127274
+
127275
+ 发布时间:2024-04-25 01:25:56
127276
+
127277
+ 本次发布包含了以下内容:
127278
+
127279
+ 改善已有的文档。
127280
+
127281
+ 新增数据结构:
127282
+
127283
+ * [[LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)](https://cloud.tencent.com/document/api/851/75051#[LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk))
127284
+
127285
+ 修改数据结构:
127286
+
127287
+ * [DataConfig](https://cloud.tencent.com/document/api/851/75051#DataConfig)
127288
+
127289
+ * 新增成员:LocalDiskSource
127290
+
127291
+
127117
127292
  ### 第 57 次发布
127118
127293
 
127119
127294
  发布时间:2024-04-12 01:25:11