tencentcloud-sdk-nodejs 4.0.843 → 4.0.845
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.
- package/CHANGELOG.md +293 -0
- package/SERVICE_CHANGELOG.md +256 -133
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +4 -3
- package/src/services/cls/v20201016/cls_client.ts +93 -33
- package/src/services/cls/v20201016/cls_models.ts +252 -133
- package/src/services/dlc/v20210125/dlc_models.ts +8 -3
- package/src/services/domain/v20180808/domain_client.ts +13 -1
- package/src/services/domain/v20180808/domain_models.ts +36 -4
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +25 -8
- package/src/services/ess/v20201111/ess_models.ts +59 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +6 -2
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +12 -10
- package/src/services/ims/v20201229/ims_client.ts +1 -1
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
- package/src/services/lke/v20231130/lke_client.ts +27 -1
- package/src/services/lke/v20231130/lke_models.ts +238 -3
- package/src/services/ocr/v20181119/ocr_client.ts +22 -7
- package/src/services/ocr/v20181119/ocr_models.ts +346 -259
- package/src/services/rce/v20201103/rce_models.ts +10 -5
- package/src/services/rum/v20210622/rum_models.ts +33 -33
- package/src/services/tdmq/v20200217/tdmq_models.ts +6 -6
- package/src/services/teo/v20220901/teo_client.ts +104 -17
- package/src/services/teo/v20220901/teo_models.ts +257 -45
- package/src/services/tione/v20191022/tione_models.ts +1 -1
- package/src/services/tms/v20201229/tms_client.ts +13 -1
- package/src/services/tms/v20201229/tms_models.ts +40 -16
- package/src/services/tse/v20201207/tse_client.ts +3 -2
- package/src/services/tse/v20201207/tse_models.ts +37 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +4 -3
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +31 -11
- package/tencentcloud/services/cls/v20201016/cls_client.js +45 -15
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +242 -133
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -3
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +34 -4
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +14 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +56 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +6 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +6 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +12 -10
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
- package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +9 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +12 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +232 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +341 -257
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +10 -5
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +33 -33
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -6
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +42 -5
- package/tencentcloud/services/teo/v20220901/teo_client.js +55 -6
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +241 -43
- package/tencentcloud/services/tione/v20191022/tione_models.d.ts +1 -1
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +5 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +6 -0
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +38 -16
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +36 -13
- package/test/cls.v20201016.test.js +66 -16
- package/test/domain.v20180808.test.js +10 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/lke.v20231130.test.js +20 -0
- package/test/ocr.v20181119.test.js +10 -0
- package/test/teo.v20220901.test.js +64 -4
- package/test/tms.v20201229.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,89 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
|
|
4
|
-
|
|
5
|
-
### 第 6 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-04-26 01:11:33
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateWorkspace](https://cloud.tencent.com/document/api/1039/94096)
|
|
16
|
-
|
|
17
|
-
* 新增入参:TenantAppId, TenantUin, TenantUniqVpcId, TenantSubnetId, Region
|
|
18
|
-
|
|
19
|
-
* <font color="#dd0000">**删除入参**:</font>AppId, Uin, UniqVpcId, SubnetId
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
3
|
## 日志服务(cls) 版本:2020-10-16
|
|
25
4
|
|
|
26
|
-
### 第
|
|
27
|
-
|
|
28
|
-
发布时间:2024-04-26 01:11:35
|
|
29
|
-
|
|
30
|
-
本次发布包含了以下内容:
|
|
31
|
-
|
|
32
|
-
改善已有的文档。
|
|
33
|
-
|
|
34
|
-
修改数据结构:
|
|
35
|
-
|
|
36
|
-
* [CosRechargeInfo](https://cloud.tencent.com/document/api/614/56471#CosRechargeInfo)
|
|
37
|
-
|
|
38
|
-
* 新增成员:TaskType, Metadata
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
44
|
-
|
|
45
|
-
### 第 86 次发布
|
|
46
|
-
|
|
47
|
-
发布时间:2024-04-26 01:13:19
|
|
48
|
-
|
|
49
|
-
本次发布包含了以下内容:
|
|
50
|
-
|
|
51
|
-
改善已有的文档。
|
|
52
|
-
|
|
53
|
-
新增接口:
|
|
54
|
-
|
|
55
|
-
* [DescribeChangedParamsAfterUpgrade](https://cloud.tencent.com/document/api/1003/105702)
|
|
56
|
-
|
|
57
|
-
新增数据结构:
|
|
58
|
-
|
|
59
|
-
* [ParamItemInfo](https://cloud.tencent.com/document/api/1003/48097#ParamItemInfo)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
## 人脸核身(faceid) 版本:2018-03-01
|
|
64
|
-
|
|
65
|
-
### 第 76 次发布
|
|
66
|
-
|
|
67
|
-
发布时间:2024-04-26 01:16:30
|
|
68
|
-
|
|
69
|
-
本次发布包含了以下内容:
|
|
70
|
-
|
|
71
|
-
改善已有的文档。
|
|
72
|
-
|
|
73
|
-
修改接口:
|
|
74
|
-
|
|
75
|
-
* [GetFaceIdResult](https://cloud.tencent.com/document/api/1007/49199)
|
|
76
|
-
|
|
77
|
-
* 新增出参:LivenessInfoTag, DeviceInfoLevel
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
83
|
-
|
|
84
|
-
### 第 4 次发布
|
|
5
|
+
### 第 89 次发布
|
|
85
6
|
|
|
86
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-30 01:11:49
|
|
87
8
|
|
|
88
9
|
本次发布包含了以下内容:
|
|
89
10
|
|
|
@@ -91,64 +12,37 @@
|
|
|
91
12
|
|
|
92
13
|
新增接口:
|
|
93
14
|
|
|
94
|
-
* [
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### 第 82 次发布
|
|
101
|
-
|
|
102
|
-
发布时间:2024-04-26 01:20:19
|
|
103
|
-
|
|
104
|
-
本次发布包含了以下内容:
|
|
105
|
-
|
|
106
|
-
改善已有的文档。
|
|
107
|
-
|
|
108
|
-
修改接口:
|
|
109
|
-
|
|
110
|
-
* [ParseLiveStreamProcessNotification](https://cloud.tencent.com/document/api/862/39229)
|
|
111
|
-
|
|
112
|
-
* 新增出参:LiveRecordResultInfo
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
新增数据结构:
|
|
116
|
-
|
|
117
|
-
* [LiveStreamRecordResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamRecordResultInfo)
|
|
15
|
+
* [CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)
|
|
16
|
+
* [DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)
|
|
17
|
+
* [DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)
|
|
18
|
+
* [ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)
|
|
19
|
+
* [SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)
|
|
118
20
|
|
|
119
21
|
|
|
120
22
|
|
|
121
23
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
122
24
|
|
|
123
|
-
### 第
|
|
25
|
+
### 第 78 次发布
|
|
124
26
|
|
|
125
|
-
发布时间:2024-04-
|
|
27
|
+
发布时间:2024-04-29 16:57:36
|
|
126
28
|
|
|
127
29
|
本次发布包含了以下内容:
|
|
128
30
|
|
|
129
31
|
改善已有的文档。
|
|
130
32
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
* [CreateRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104112)
|
|
134
|
-
|
|
135
|
-
* 新增入参:LogFormat
|
|
136
|
-
|
|
137
|
-
* [ModifyRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104109)
|
|
138
|
-
|
|
139
|
-
* 新增入参:LogFormat
|
|
33
|
+
新增接口:
|
|
140
34
|
|
|
35
|
+
* [CreatePlan](https://cloud.tencent.com/document/api/1552/105771)
|
|
36
|
+
* [DestroyPlan](https://cloud.tencent.com/document/api/1552/105770)
|
|
37
|
+
* [IncreasePlanQuota](https://cloud.tencent.com/document/api/1552/105769)
|
|
38
|
+
* [ModifyPlan](https://cloud.tencent.com/document/api/1552/105768)
|
|
39
|
+
* [RenewPlan](https://cloud.tencent.com/document/api/1552/105767)
|
|
40
|
+
* [UpgradePlan](https://cloud.tencent.com/document/api/1552/105766)
|
|
141
41
|
|
|
142
42
|
新增数据结构:
|
|
143
43
|
|
|
144
|
-
* [
|
|
145
|
-
|
|
146
|
-
修改数据结构:
|
|
147
|
-
|
|
148
|
-
* [RealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/80721#RealtimeLogDeliveryTask)
|
|
149
|
-
|
|
150
|
-
* 新增成员:LogFormat
|
|
151
|
-
|
|
44
|
+
* [PrepaidPlanParam](https://cloud.tencent.com/document/api/1552/80721#PrepaidPlanParam)
|
|
45
|
+
* [RenewFlag](https://cloud.tencent.com/document/api/1552/80721#RenewFlag)
|
|
152
46
|
|
|
153
47
|
|
|
154
48
|
|
|
@@ -30900,6 +30794,41 @@
|
|
|
30900
30794
|
|
|
30901
30795
|
## 日志服务(cls) 版本:2020-10-16
|
|
30902
30796
|
|
|
30797
|
+
### 第 89 次发布
|
|
30798
|
+
|
|
30799
|
+
发布时间:2024-04-30 01:11:49
|
|
30800
|
+
|
|
30801
|
+
本次发布包含了以下内容:
|
|
30802
|
+
|
|
30803
|
+
改善已有的文档。
|
|
30804
|
+
|
|
30805
|
+
新增接口:
|
|
30806
|
+
|
|
30807
|
+
* [[CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)](https://cloud.tencent.com/document/api/#/#)
|
|
30808
|
+
* [[DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)](https://cloud.tencent.com/document/api/#/#)
|
|
30809
|
+
* [[DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)](https://cloud.tencent.com/document/api/#/#)
|
|
30810
|
+
* [[ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)](https://cloud.tencent.com/document/api/#/#)
|
|
30811
|
+
* [[SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)](https://cloud.tencent.com/document/api/#/#)
|
|
30812
|
+
|
|
30813
|
+
### 第 88 次发布
|
|
30814
|
+
|
|
30815
|
+
发布时间:2024-04-29 01:11:58
|
|
30816
|
+
|
|
30817
|
+
本次发布包含了以下内容:
|
|
30818
|
+
|
|
30819
|
+
改善已有的文档。
|
|
30820
|
+
|
|
30821
|
+
修改接口:
|
|
30822
|
+
|
|
30823
|
+
* [CreateCosRecharge](https://cloud.tencent.com/document/api/614/88100)
|
|
30824
|
+
|
|
30825
|
+
* 新增入参:TaskType, Metadata
|
|
30826
|
+
|
|
30827
|
+
* [ModifyCosRecharge](https://cloud.tencent.com/document/api/614/88098)
|
|
30828
|
+
|
|
30829
|
+
* 新增入参:Bucket, BucketRegion, Prefix, LogType, Compress, ExtractRuleInfo, TaskType, Metadata
|
|
30830
|
+
|
|
30831
|
+
|
|
30903
30832
|
### 第 87 次发布
|
|
30904
30833
|
|
|
30905
30834
|
发布时间:2024-04-26 01:11:35
|
|
@@ -43938,11 +43867,11 @@
|
|
|
43938
43867
|
|
|
43939
43868
|
新增接口:
|
|
43940
43869
|
|
|
43941
|
-
* [
|
|
43870
|
+
* [DescribeChangedParamsAfterUpgrade](https://cloud.tencent.com/document/api/1003/105702)
|
|
43942
43871
|
|
|
43943
43872
|
新增数据结构:
|
|
43944
43873
|
|
|
43945
|
-
* [
|
|
43874
|
+
* [ParamItemInfo](https://cloud.tencent.com/document/api/1003/48097#ParamItemInfo)
|
|
43946
43875
|
|
|
43947
43876
|
### 第 85 次发布
|
|
43948
43877
|
|
|
@@ -49629,6 +49558,21 @@
|
|
|
49629
49558
|
|
|
49630
49559
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
49631
49560
|
|
|
49561
|
+
### 第 86 次发布
|
|
49562
|
+
|
|
49563
|
+
发布时间:2024-04-29 01:14:26
|
|
49564
|
+
|
|
49565
|
+
本次发布包含了以下内容:
|
|
49566
|
+
|
|
49567
|
+
改善已有的文档。
|
|
49568
|
+
|
|
49569
|
+
修改数据结构:
|
|
49570
|
+
|
|
49571
|
+
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
49572
|
+
|
|
49573
|
+
* 新增成员:EngineTypeDetail
|
|
49574
|
+
|
|
49575
|
+
|
|
49632
49576
|
### 第 85 次发布
|
|
49633
49577
|
|
|
49634
49578
|
发布时间:2024-04-23 01:14:24
|
|
@@ -52104,6 +52048,18 @@
|
|
|
52104
52048
|
|
|
52105
52049
|
## 域名注册(domain) 版本:2018-08-08
|
|
52106
52050
|
|
|
52051
|
+
### 第 36 次发布
|
|
52052
|
+
|
|
52053
|
+
发布时间:2024-04-29 01:14:52
|
|
52054
|
+
|
|
52055
|
+
本次发布包含了以下内容:
|
|
52056
|
+
|
|
52057
|
+
改善已有的文档。
|
|
52058
|
+
|
|
52059
|
+
新增接口:
|
|
52060
|
+
|
|
52061
|
+
* [ModifyTemplate](https://cloud.tencent.com/document/api/242/105750)
|
|
52062
|
+
|
|
52107
52063
|
### 第 35 次发布
|
|
52108
52064
|
|
|
52109
52065
|
发布时间:2024-04-18 01:18:45
|
|
@@ -60269,6 +60225,22 @@
|
|
|
60269
60225
|
|
|
60270
60226
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
60271
60227
|
|
|
60228
|
+
### 第 166 次发布
|
|
60229
|
+
|
|
60230
|
+
发布时间:2024-04-29 01:16:26
|
|
60231
|
+
|
|
60232
|
+
本次发布包含了以下内容:
|
|
60233
|
+
|
|
60234
|
+
改善已有的文档。
|
|
60235
|
+
|
|
60236
|
+
新增接口:
|
|
60237
|
+
|
|
60238
|
+
* [DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1323/105751)
|
|
60239
|
+
|
|
60240
|
+
新增数据结构:
|
|
60241
|
+
|
|
60242
|
+
* [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
|
|
60243
|
+
|
|
60272
60244
|
### 第 165 次发布
|
|
60273
60245
|
|
|
60274
60246
|
发布时间:2024-04-25 01:16:34
|
|
@@ -71826,7 +71798,7 @@
|
|
|
71826
71798
|
|
|
71827
71799
|
新增接口:
|
|
71828
71800
|
|
|
71829
|
-
* [
|
|
71801
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
71830
71802
|
|
|
71831
71803
|
### 第 3 次发布
|
|
71832
71804
|
|
|
@@ -77066,6 +77038,21 @@
|
|
|
77066
77038
|
|
|
77067
77039
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
77068
77040
|
|
|
77041
|
+
### 第 30 次发布
|
|
77042
|
+
|
|
77043
|
+
发布时间:2024-04-29 01:18:23
|
|
77044
|
+
|
|
77045
|
+
本次发布包含了以下内容:
|
|
77046
|
+
|
|
77047
|
+
改善已有的文档。
|
|
77048
|
+
|
|
77049
|
+
修改数据结构:
|
|
77050
|
+
|
|
77051
|
+
* [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
|
|
77052
|
+
|
|
77053
|
+
* 新增成员:UploadStatus
|
|
77054
|
+
|
|
77055
|
+
|
|
77069
77056
|
### 第 29 次发布
|
|
77070
77057
|
|
|
77071
77058
|
发布时间:2024-03-06 01:17:55
|
|
@@ -84719,6 +84706,66 @@
|
|
|
84719
84706
|
|
|
84720
84707
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
84721
84708
|
|
|
84709
|
+
### 第 5 次发布
|
|
84710
|
+
|
|
84711
|
+
发布时间:2024-04-29 00:05:46
|
|
84712
|
+
|
|
84713
|
+
本次发布包含了以下内容:
|
|
84714
|
+
|
|
84715
|
+
改善已有的文档。
|
|
84716
|
+
|
|
84717
|
+
新增接口:
|
|
84718
|
+
|
|
84719
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
|
|
84720
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
|
|
84721
|
+
|
|
84722
|
+
修改接口:
|
|
84723
|
+
|
|
84724
|
+
* [DescribeApp](https://cloud.tencent.com/document/api/1759/105072)
|
|
84725
|
+
|
|
84726
|
+
* 新增出参:AppStatus, AppStatusDesc
|
|
84727
|
+
|
|
84728
|
+
* [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
|
|
84729
|
+
|
|
84730
|
+
* 新增入参:FileType, IsPublic
|
|
84731
|
+
|
|
84732
|
+
* 新增出参:UploadPath
|
|
84733
|
+
|
|
84734
|
+
* [GetMsgRecord](https://cloud.tencent.com/document/api/1759/105090)
|
|
84735
|
+
|
|
84736
|
+
* 新增入参:Scene
|
|
84737
|
+
|
|
84738
|
+
* 新增出参:SessionDisassociatedTimestamp
|
|
84739
|
+
|
|
84740
|
+
* [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
|
|
84741
|
+
|
|
84742
|
+
* 新增入参:IsOnlyEmptyTheDialog
|
|
84743
|
+
|
|
84744
|
+
|
|
84745
|
+
新增数据结构:
|
|
84746
|
+
|
|
84747
|
+
* [Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure)
|
|
84748
|
+
* [TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat)
|
|
84749
|
+
|
|
84750
|
+
修改数据结构:
|
|
84751
|
+
|
|
84752
|
+
* [ClassifyConfig](https://cloud.tencent.com/document/api/1759/105104#ClassifyConfig)
|
|
84753
|
+
|
|
84754
|
+
* 新增成员:Greeting
|
|
84755
|
+
|
|
84756
|
+
* [KnowledgeQaOutput](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaOutput)
|
|
84757
|
+
|
|
84758
|
+
* 新增成员:ShowQuestionClarify, UseQuestionClarify, QuestionClarifyKeywords
|
|
84759
|
+
|
|
84760
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
84761
|
+
|
|
84762
|
+
* 新增成员:ImageUrls, TokenStat
|
|
84763
|
+
|
|
84764
|
+
* [SummaryConfig](https://cloud.tencent.com/document/api/1759/105104#SummaryConfig)
|
|
84765
|
+
|
|
84766
|
+
* 新增成员:Greeting
|
|
84767
|
+
|
|
84768
|
+
|
|
84722
84769
|
### 第 4 次发布
|
|
84723
84770
|
|
|
84724
84771
|
发布时间:2024-04-25 01:19:55
|
|
@@ -84746,9 +84793,9 @@
|
|
|
84746
84793
|
|
|
84747
84794
|
* 新增出参:Usage
|
|
84748
84795
|
|
|
84749
|
-
* [ParseDoc](https://cloud.tencent.com/document/api
|
|
84796
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
|
|
84750
84797
|
|
|
84751
|
-
* [QueryParseDocResult](https://cloud.tencent.com/document/api
|
|
84798
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
|
|
84752
84799
|
|
|
84753
84800
|
* 新增出参:Usage
|
|
84754
84801
|
|
|
@@ -84849,8 +84896,8 @@
|
|
|
84849
84896
|
* [ModifyQAAttrRange](https://cloud.tencent.com/document/api/1759/105024)
|
|
84850
84897
|
* [ModifyQACate](https://cloud.tencent.com/document/api/1759/105023)
|
|
84851
84898
|
* [ModifyRejectedQuestion](https://cloud.tencent.com/document/api/1759/105093)
|
|
84852
|
-
* [ParseDoc](https://cloud.tencent.com/document/api
|
|
84853
|
-
* [QueryParseDocResult](https://cloud.tencent.com/document/api
|
|
84899
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
|
|
84900
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
|
|
84854
84901
|
* [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
|
|
84855
84902
|
* [RateMsgRecord](https://cloud.tencent.com/document/api/1759/105087)
|
|
84856
84903
|
* [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
|
|
@@ -90053,7 +90100,7 @@
|
|
|
90053
90100
|
|
|
90054
90101
|
新增数据结构:
|
|
90055
90102
|
|
|
90056
|
-
* [
|
|
90103
|
+
* [LiveStreamRecordResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamRecordResultInfo)
|
|
90057
90104
|
|
|
90058
90105
|
### 第 81 次发布
|
|
90059
90106
|
|
|
@@ -95557,6 +95604,22 @@
|
|
|
95557
95604
|
|
|
95558
95605
|
## 文字识别(ocr) 版本:2018-11-19
|
|
95559
95606
|
|
|
95607
|
+
### 第 134 次发布
|
|
95608
|
+
|
|
95609
|
+
发布时间:2024-04-29 01:21:11
|
|
95610
|
+
|
|
95611
|
+
本次发布包含了以下内容:
|
|
95612
|
+
|
|
95613
|
+
改善已有的文档。
|
|
95614
|
+
|
|
95615
|
+
新增接口:
|
|
95616
|
+
|
|
95617
|
+
* [RecognizeGeneralTextImageWarn](https://cloud.tencent.com/document/api/866/105752)
|
|
95618
|
+
|
|
95619
|
+
新增数据结构:
|
|
95620
|
+
|
|
95621
|
+
* [GeneralWarnInfo](https://cloud.tencent.com/document/api/866/33527#GeneralWarnInfo)
|
|
95622
|
+
|
|
95560
95623
|
### 第 133 次发布
|
|
95561
95624
|
|
|
95562
95625
|
发布时间:2024-04-03 11:24:26
|
|
@@ -123172,6 +123235,28 @@
|
|
|
123172
123235
|
|
|
123173
123236
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
123174
123237
|
|
|
123238
|
+
### 第 78 次发布
|
|
123239
|
+
|
|
123240
|
+
发布时间:2024-04-29 16:57:36
|
|
123241
|
+
|
|
123242
|
+
本次发布包含了以下内容:
|
|
123243
|
+
|
|
123244
|
+
改善已有的文档。
|
|
123245
|
+
|
|
123246
|
+
新增接口:
|
|
123247
|
+
|
|
123248
|
+
* [[CreatePlan](https://cloud.tencent.com/document/api/1552/105771)](https://cloud.tencent.com/document/api/#/#)
|
|
123249
|
+
* [[DestroyPlan](https://cloud.tencent.com/document/api/1552/105770)](https://cloud.tencent.com/document/api/#/#)
|
|
123250
|
+
* [[IncreasePlanQuota](https://cloud.tencent.com/document/api/1552/105769)](https://cloud.tencent.com/document/api/#/#)
|
|
123251
|
+
* [[ModifyPlan](https://cloud.tencent.com/document/api/1552/105768)](https://cloud.tencent.com/document/api/#/#)
|
|
123252
|
+
* [[RenewPlan](https://cloud.tencent.com/document/api/1552/105767)](https://cloud.tencent.com/document/api/#/#)
|
|
123253
|
+
* [[UpgradePlan](https://cloud.tencent.com/document/api/1552/105766)](https://cloud.tencent.com/document/api/#/#)
|
|
123254
|
+
|
|
123255
|
+
新增数据结构:
|
|
123256
|
+
|
|
123257
|
+
* [[PrepaidPlanParam](https://cloud.tencent.com/document/api/1552/80721#PrepaidPlanParam)](https://cloud.tencent.com/document/api/1552/80721#[PrepaidPlanParam](https://cloud.tencent.com/document/api/1552/80721#PrepaidPlanParam))
|
|
123258
|
+
* [[RenewFlag](https://cloud.tencent.com/document/api/1552/80721#RenewFlag)](https://cloud.tencent.com/document/api/1552/80721#[RenewFlag](https://cloud.tencent.com/document/api/1552/80721#RenewFlag))
|
|
123259
|
+
|
|
123175
123260
|
### 第 77 次发布
|
|
123176
123261
|
|
|
123177
123262
|
发布时间:2024-04-26 01:25:17
|
|
@@ -123193,7 +123278,7 @@
|
|
|
123193
123278
|
|
|
123194
123279
|
新增数据结构:
|
|
123195
123280
|
|
|
123196
|
-
* [
|
|
123281
|
+
* [LogFormat](https://cloud.tencent.com/document/api/1552/80721#LogFormat)
|
|
123197
123282
|
|
|
123198
123283
|
修改数据结构:
|
|
123199
123284
|
|
|
@@ -133166,6 +133251,18 @@
|
|
|
133166
133251
|
|
|
133167
133252
|
## 文本内容安全(tms) 版本:2020-12-29
|
|
133168
133253
|
|
|
133254
|
+
### 第 10 次发布
|
|
133255
|
+
|
|
133256
|
+
发布时间:2024-04-29 01:26:41
|
|
133257
|
+
|
|
133258
|
+
本次发布包含了以下内容:
|
|
133259
|
+
|
|
133260
|
+
改善已有的文档。
|
|
133261
|
+
|
|
133262
|
+
新增接口:
|
|
133263
|
+
|
|
133264
|
+
* [AnswerQuestion](https://cloud.tencent.com/document/api/1124/105753)
|
|
133265
|
+
|
|
133169
133266
|
### 第 9 次发布
|
|
133170
133267
|
|
|
133171
133268
|
发布时间:2023-12-29 16:06:34
|
|
@@ -136026,6 +136123,32 @@
|
|
|
136026
136123
|
|
|
136027
136124
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
136028
136125
|
|
|
136126
|
+
### 第 65 次发布
|
|
136127
|
+
|
|
136128
|
+
发布时间:2024-04-29 01:27:04
|
|
136129
|
+
|
|
136130
|
+
本次发布包含了以下内容:
|
|
136131
|
+
|
|
136132
|
+
改善已有的文档。
|
|
136133
|
+
|
|
136134
|
+
修改接口:
|
|
136135
|
+
|
|
136136
|
+
* [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
|
|
136137
|
+
|
|
136138
|
+
* 新增入参:AffinityConstraint
|
|
136139
|
+
|
|
136140
|
+
|
|
136141
|
+
新增数据结构:
|
|
136142
|
+
|
|
136143
|
+
* [AccurateQpsThreshold](https://cloud.tencent.com/document/api/1364/54942#AccurateQpsThreshold)
|
|
136144
|
+
|
|
136145
|
+
修改数据结构:
|
|
136146
|
+
|
|
136147
|
+
* [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
|
|
136148
|
+
|
|
136149
|
+
* 新增成员:AccurateQpsThresholds
|
|
136150
|
+
|
|
136151
|
+
|
|
136029
136152
|
### 第 64 次发布
|
|
136030
136153
|
|
|
136031
136154
|
发布时间:2024-04-17 01:25:12
|