tencentcloud-sdk-nodejs 4.0.891 → 4.0.892
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 +147 -0
- package/SERVICE_CHANGELOG.md +171 -113
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/emr/v20190103/emr_models.ts +5 -5
- package/src/services/es/v20180416/es_models.ts +5 -0
- package/src/services/ess/v20201111/ess_models.ts +5 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +20 -13
- package/src/services/lke/v20231130/lke_client.ts +2 -3
- package/src/services/lke/v20231130/lke_models.ts +5 -0
- package/src/services/mps/v20190612/mps_models.ts +10 -0
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/smpn/v20190822/smpn_client.ts +0 -48
- package/src/services/smpn/v20190822/smpn_models.ts +0 -176
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -5
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +20 -13
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +0 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +0 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +5 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/smpn/v20190822/smpn_client.d.ts +1 -19
- package/tencentcloud/services/smpn/v20190822/smpn_client.js +0 -24
- package/tencentcloud/services/smpn/v20190822/smpn_models.d.ts +0 -164
- package/test/smpn.v20190822.test.js +0 -30
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,150 @@
|
|
|
1
|
+
# Release 4.0.892
|
|
2
|
+
|
|
3
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
4
|
+
|
|
5
|
+
### 第 61 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-07-09 01:14:44
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
|
|
16
|
+
|
|
17
|
+
* 新增成员:SinkCycleAge
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
23
|
+
|
|
24
|
+
### 第 178 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-07-09 01:14:53
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
|
|
35
|
+
|
|
36
|
+
* 新增入参:ExpiredOn
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
42
|
+
|
|
43
|
+
### 第 173 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2024-07-09 01:15:08
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
修改接口:
|
|
52
|
+
|
|
53
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
|
|
54
|
+
|
|
55
|
+
* 新增入参:ExpiredOn
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
65
|
+
|
|
66
|
+
### 第 10 次发布
|
|
67
|
+
|
|
68
|
+
发布时间:2024-07-08 10:47:57
|
|
69
|
+
|
|
70
|
+
本次发布包含了以下内容:
|
|
71
|
+
|
|
72
|
+
改善已有的文档。
|
|
73
|
+
|
|
74
|
+
修改数据结构:
|
|
75
|
+
|
|
76
|
+
* [ListDocItem](https://cloud.tencent.com/document/api/1759/105104#ListDocItem)
|
|
77
|
+
|
|
78
|
+
* 新增成员:IsAllowRetry
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
84
|
+
|
|
85
|
+
### 第 89 次发布
|
|
86
|
+
|
|
87
|
+
发布时间:2024-07-09 01:19:04
|
|
88
|
+
|
|
89
|
+
本次发布包含了以下内容:
|
|
90
|
+
|
|
91
|
+
改善已有的文档。
|
|
92
|
+
|
|
93
|
+
修改数据结构:
|
|
94
|
+
|
|
95
|
+
* [AiAnalysisTaskDelLogoOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDelLogoOutput)
|
|
96
|
+
|
|
97
|
+
* 新增成员:OriginSubtitlePath, TranslateSubtitlePath
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
103
|
+
|
|
104
|
+
### 第 142 次发布
|
|
105
|
+
|
|
106
|
+
发布时间:2024-07-09 01:19:41
|
|
107
|
+
|
|
108
|
+
本次发布包含了以下内容:
|
|
109
|
+
|
|
110
|
+
改善已有的文档。
|
|
111
|
+
|
|
112
|
+
修改接口:
|
|
113
|
+
|
|
114
|
+
* [VerifyOfdVatInvoiceOCR](https://cloud.tencent.com/document/api/866/52296)
|
|
115
|
+
|
|
116
|
+
* 新增入参:OfdPageNumber
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## 营销号码安全(smpn) 版本:2019-08-22
|
|
122
|
+
|
|
123
|
+
### 第 3 次发布
|
|
124
|
+
|
|
125
|
+
发布时间:2024-07-09 01:21:06
|
|
126
|
+
|
|
127
|
+
本次发布包含了以下内容:
|
|
128
|
+
|
|
129
|
+
改善已有的文档。
|
|
130
|
+
|
|
131
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
132
|
+
|
|
133
|
+
* CreateSmpnEpa
|
|
134
|
+
* DescribeSmpnMhm
|
|
135
|
+
* DescribeSmpnMrl
|
|
136
|
+
|
|
137
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
138
|
+
|
|
139
|
+
* EPARequest
|
|
140
|
+
* EPAResponse
|
|
141
|
+
* MHMRequest
|
|
142
|
+
* MHMResponse
|
|
143
|
+
* MRLRequest
|
|
144
|
+
* MRLResponse
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
1
148
|
# Release 4.0.891
|
|
2
149
|
|
|
3
150
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,81 +1,71 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 61 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-07-
|
|
7
|
+
发布时间:2024-07-09 01:14:44
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [DeleteRotationPassword](https://cloud.tencent.com/document/api/236/108309)
|
|
17
|
-
* [ResetPassword](https://cloud.tencent.com/document/api/236/108308)
|
|
15
|
+
* [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
|
|
18
16
|
|
|
17
|
+
* 新增成员:SinkCycleAge
|
|
19
18
|
|
|
20
19
|
|
|
21
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
22
20
|
|
|
23
|
-
### 第 96 次发布
|
|
24
21
|
|
|
25
|
-
|
|
22
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
26
23
|
|
|
27
|
-
|
|
24
|
+
### 第 178 次发布
|
|
28
25
|
|
|
29
|
-
|
|
26
|
+
发布时间:2024-07-09 01:14:53
|
|
30
27
|
|
|
31
|
-
|
|
28
|
+
本次发布包含了以下内容:
|
|
32
29
|
|
|
33
|
-
|
|
30
|
+
改善已有的文档。
|
|
34
31
|
|
|
35
|
-
|
|
32
|
+
修改接口:
|
|
36
33
|
|
|
37
|
-
* [
|
|
34
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
|
|
38
35
|
|
|
39
|
-
*
|
|
36
|
+
* 新增入参:ExpiredOn
|
|
40
37
|
|
|
41
38
|
|
|
42
39
|
|
|
43
40
|
|
|
44
|
-
##
|
|
41
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
45
42
|
|
|
46
|
-
### 第
|
|
43
|
+
### 第 173 次发布
|
|
47
44
|
|
|
48
|
-
发布时间:2024-07-
|
|
45
|
+
发布时间:2024-07-09 01:15:08
|
|
49
46
|
|
|
50
47
|
本次发布包含了以下内容:
|
|
51
48
|
|
|
52
49
|
改善已有的文档。
|
|
53
50
|
|
|
54
|
-
新增接口:
|
|
55
|
-
|
|
56
|
-
* [DescribeServerlessMetrics](https://cloud.tencent.com/document/api/845/108288)
|
|
57
|
-
|
|
58
51
|
修改接口:
|
|
59
52
|
|
|
60
|
-
* [
|
|
61
|
-
|
|
62
|
-
* 新增入参:DisasterRecoverGroupAffinity
|
|
53
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
|
|
63
54
|
|
|
55
|
+
* 新增入参:ExpiredOn
|
|
64
56
|
|
|
65
|
-
修改数据结构:
|
|
66
57
|
|
|
67
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
68
58
|
|
|
69
|
-
* 新增成员:DisasterRecoverGroupAffinity
|
|
70
59
|
|
|
60
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
71
61
|
|
|
72
62
|
|
|
73
63
|
|
|
74
|
-
##
|
|
64
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
75
65
|
|
|
76
|
-
### 第
|
|
66
|
+
### 第 10 次发布
|
|
77
67
|
|
|
78
|
-
发布时间:2024-07-08
|
|
68
|
+
发布时间:2024-07-08 10:47:57
|
|
79
69
|
|
|
80
70
|
本次发布包含了以下内容:
|
|
81
71
|
|
|
@@ -83,18 +73,18 @@
|
|
|
83
73
|
|
|
84
74
|
修改数据结构:
|
|
85
75
|
|
|
86
|
-
* [
|
|
76
|
+
* [ListDocItem](https://cloud.tencent.com/document/api/1759/105104#ListDocItem)
|
|
87
77
|
|
|
88
|
-
* 新增成员:
|
|
78
|
+
* 新增成员:IsAllowRetry
|
|
89
79
|
|
|
90
80
|
|
|
91
81
|
|
|
92
82
|
|
|
93
|
-
##
|
|
83
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
94
84
|
|
|
95
|
-
### 第
|
|
85
|
+
### 第 89 次发布
|
|
96
86
|
|
|
97
|
-
发布时间:2024-07-
|
|
87
|
+
发布时间:2024-07-09 01:19:04
|
|
98
88
|
|
|
99
89
|
本次发布包含了以下内容:
|
|
100
90
|
|
|
@@ -102,101 +92,56 @@
|
|
|
102
92
|
|
|
103
93
|
修改数据结构:
|
|
104
94
|
|
|
105
|
-
* [
|
|
106
|
-
|
|
107
|
-
* 新增成员:Data
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
95
|
+
* [AiAnalysisTaskDelLogoOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDelLogoOutput)
|
|
113
96
|
|
|
97
|
+
* 新增成员:OriginSubtitlePath, TranslateSubtitlePath
|
|
114
98
|
|
|
115
99
|
|
|
116
|
-
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
117
100
|
|
|
118
101
|
|
|
102
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
119
103
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### 第 88 次发布
|
|
104
|
+
### 第 142 次发布
|
|
123
105
|
|
|
124
|
-
发布时间:2024-07-
|
|
106
|
+
发布时间:2024-07-09 01:19:41
|
|
125
107
|
|
|
126
108
|
本次发布包含了以下内容:
|
|
127
109
|
|
|
128
110
|
改善已有的文档。
|
|
129
111
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
* [CreateQualityControlTemplate](https://cloud.tencent.com/document/api/862/108314)
|
|
133
|
-
* [DeleteQualityControlTemplate](https://cloud.tencent.com/document/api/862/108313)
|
|
134
|
-
* [DescribeQualityControlTemplates](https://cloud.tencent.com/document/api/862/108312)
|
|
135
|
-
* [ModifyQualityControlTemplate](https://cloud.tencent.com/document/api/862/108311)
|
|
136
|
-
|
|
137
|
-
新增数据结构:
|
|
138
|
-
|
|
139
|
-
* [ContainerDiagnoseResultItem](https://cloud.tencent.com/document/api/862/37615#ContainerDiagnoseResultItem)
|
|
140
|
-
* [QualityControlItemConfig](https://cloud.tencent.com/document/api/862/37615#QualityControlItemConfig)
|
|
141
|
-
* [QualityControlTemplate](https://cloud.tencent.com/document/api/862/37615#QualityControlTemplate)
|
|
142
|
-
|
|
143
|
-
修改数据结构:
|
|
144
|
-
|
|
145
|
-
* [ActivityPara](https://cloud.tencent.com/document/api/862/37615#ActivityPara)
|
|
146
|
-
|
|
147
|
-
* 新增成员:QualityControlTask
|
|
148
|
-
|
|
149
|
-
* [ActivityResItem](https://cloud.tencent.com/document/api/862/37615#ActivityResItem)
|
|
150
|
-
|
|
151
|
-
* 新增成员:QualityControlTask
|
|
112
|
+
修改接口:
|
|
152
113
|
|
|
153
|
-
* [
|
|
114
|
+
* [VerifyOfdVatInvoiceOCR](https://cloud.tencent.com/document/api/866/52296)
|
|
154
115
|
|
|
155
|
-
*
|
|
116
|
+
* 新增入参:OfdPageNumber
|
|
156
117
|
|
|
157
118
|
|
|
158
119
|
|
|
159
120
|
|
|
160
121
|
## 营销号码安全(smpn) 版本:2019-08-22
|
|
161
122
|
|
|
162
|
-
### 第
|
|
123
|
+
### 第 3 次发布
|
|
163
124
|
|
|
164
|
-
发布时间:2024-07-
|
|
125
|
+
发布时间:2024-07-09 01:21:06
|
|
165
126
|
|
|
166
127
|
本次发布包含了以下内容:
|
|
167
128
|
|
|
168
129
|
改善已有的文档。
|
|
169
130
|
|
|
170
|
-
<font color="#dd0000"
|
|
131
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
171
132
|
|
|
172
133
|
* CreateSmpnEpa
|
|
173
|
-
* DescribeSmpnChp
|
|
174
|
-
* DescribeSmpnFnr
|
|
175
134
|
* DescribeSmpnMhm
|
|
176
135
|
* DescribeSmpnMrl
|
|
177
136
|
|
|
137
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
178
138
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
本次发布包含了以下内容:
|
|
187
|
-
|
|
188
|
-
改善已有的文档。
|
|
189
|
-
|
|
190
|
-
<font color="#dd0000">**预下线接口**:</font>
|
|
191
|
-
|
|
192
|
-
* SummarizeTranscription
|
|
193
|
-
|
|
194
|
-
修改数据结构:
|
|
195
|
-
|
|
196
|
-
* [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
|
|
197
|
-
|
|
198
|
-
* 新增成员:AlternativeLanguage
|
|
199
|
-
|
|
139
|
+
* EPARequest
|
|
140
|
+
* EPAResponse
|
|
141
|
+
* MHMRequest
|
|
142
|
+
* MHMResponse
|
|
143
|
+
* MRLRequest
|
|
144
|
+
* MRLResponse
|
|
200
145
|
|
|
201
146
|
|
|
202
147
|
|
|
@@ -16700,9 +16645,9 @@
|
|
|
16700
16645
|
|
|
16701
16646
|
新增接口:
|
|
16702
16647
|
|
|
16703
|
-
* [
|
|
16704
|
-
* [
|
|
16705
|
-
* [
|
|
16648
|
+
* [CreateRotationPassword](https://cloud.tencent.com/document/api/236/108310)
|
|
16649
|
+
* [DeleteRotationPassword](https://cloud.tencent.com/document/api/236/108309)
|
|
16650
|
+
* [ResetPassword](https://cloud.tencent.com/document/api/236/108308)
|
|
16706
16651
|
|
|
16707
16652
|
### 第 159 次发布
|
|
16708
16653
|
|
|
@@ -51274,7 +51219,7 @@
|
|
|
51274
51219
|
|
|
51275
51220
|
新增数据结构:
|
|
51276
51221
|
|
|
51277
|
-
* [
|
|
51222
|
+
* [AccessInfo](https://cloud.tencent.com/document/api/1342/53778#AccessInfo)
|
|
51278
51223
|
|
|
51279
51224
|
修改数据结构:
|
|
51280
51225
|
|
|
@@ -61325,6 +61270,21 @@
|
|
|
61325
61270
|
|
|
61326
61271
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
61327
61272
|
|
|
61273
|
+
### 第 61 次发布
|
|
61274
|
+
|
|
61275
|
+
发布时间:2024-07-09 01:14:44
|
|
61276
|
+
|
|
61277
|
+
本次发布包含了以下内容:
|
|
61278
|
+
|
|
61279
|
+
改善已有的文档。
|
|
61280
|
+
|
|
61281
|
+
修改数据结构:
|
|
61282
|
+
|
|
61283
|
+
* [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
|
|
61284
|
+
|
|
61285
|
+
* 新增成员:SinkCycleAge
|
|
61286
|
+
|
|
61287
|
+
|
|
61328
61288
|
### 第 60 次发布
|
|
61329
61289
|
|
|
61330
61290
|
发布时间:2024-07-05 18:47:21
|
|
@@ -61335,7 +61295,7 @@
|
|
|
61335
61295
|
|
|
61336
61296
|
新增接口:
|
|
61337
61297
|
|
|
61338
|
-
* [
|
|
61298
|
+
* [DescribeServerlessMetrics](https://cloud.tencent.com/document/api/845/108288)
|
|
61339
61299
|
|
|
61340
61300
|
修改接口:
|
|
61341
61301
|
|
|
@@ -62661,6 +62621,21 @@
|
|
|
62661
62621
|
|
|
62662
62622
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
62663
62623
|
|
|
62624
|
+
### 第 178 次发布
|
|
62625
|
+
|
|
62626
|
+
发布时间:2024-07-09 01:14:53
|
|
62627
|
+
|
|
62628
|
+
本次发布包含了以下内容:
|
|
62629
|
+
|
|
62630
|
+
改善已有的文档。
|
|
62631
|
+
|
|
62632
|
+
修改接口:
|
|
62633
|
+
|
|
62634
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
|
|
62635
|
+
|
|
62636
|
+
* 新增入参:ExpiredOn
|
|
62637
|
+
|
|
62638
|
+
|
|
62664
62639
|
### 第 177 次发布
|
|
62665
62640
|
|
|
62666
62641
|
发布时间:2024-07-02 01:16:08
|
|
@@ -66058,6 +66033,21 @@
|
|
|
66058
66033
|
|
|
66059
66034
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
66060
66035
|
|
|
66036
|
+
### 第 173 次发布
|
|
66037
|
+
|
|
66038
|
+
发布时间:2024-07-09 01:15:08
|
|
66039
|
+
|
|
66040
|
+
本次发布包含了以下内容:
|
|
66041
|
+
|
|
66042
|
+
改善已有的文档。
|
|
66043
|
+
|
|
66044
|
+
修改接口:
|
|
66045
|
+
|
|
66046
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
|
|
66047
|
+
|
|
66048
|
+
* 新增入参:ExpiredOn
|
|
66049
|
+
|
|
66050
|
+
|
|
66061
66051
|
### 第 172 次发布
|
|
66062
66052
|
|
|
66063
66053
|
发布时间:2024-06-25 01:15:10
|
|
@@ -88009,6 +87999,21 @@
|
|
|
88009
87999
|
|
|
88010
88000
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
88011
88001
|
|
|
88002
|
+
### 第 10 次发布
|
|
88003
|
+
|
|
88004
|
+
发布时间:2024-07-08 10:47:57
|
|
88005
|
+
|
|
88006
|
+
本次发布包含了以下内容:
|
|
88007
|
+
|
|
88008
|
+
改善已有的文档。
|
|
88009
|
+
|
|
88010
|
+
修改数据结构:
|
|
88011
|
+
|
|
88012
|
+
* [ListDocItem](https://cloud.tencent.com/document/api/1759/105104#ListDocItem)
|
|
88013
|
+
|
|
88014
|
+
* 新增成员:IsAllowRetry
|
|
88015
|
+
|
|
88016
|
+
|
|
88012
88017
|
### 第 9 次发布
|
|
88013
88018
|
|
|
88014
88019
|
发布时间:2024-06-25 01:18:18
|
|
@@ -93686,6 +93691,21 @@
|
|
|
93686
93691
|
|
|
93687
93692
|
## 媒体处理(mps) 版本:2019-06-12
|
|
93688
93693
|
|
|
93694
|
+
### 第 89 次发布
|
|
93695
|
+
|
|
93696
|
+
发布时间:2024-07-09 01:19:04
|
|
93697
|
+
|
|
93698
|
+
本次发布包含了以下内容:
|
|
93699
|
+
|
|
93700
|
+
改善已有的文档。
|
|
93701
|
+
|
|
93702
|
+
修改数据结构:
|
|
93703
|
+
|
|
93704
|
+
* [AiAnalysisTaskDelLogoOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDelLogoOutput)
|
|
93705
|
+
|
|
93706
|
+
* 新增成员:OriginSubtitlePath, TranslateSubtitlePath
|
|
93707
|
+
|
|
93708
|
+
|
|
93689
93709
|
### 第 88 次发布
|
|
93690
93710
|
|
|
93691
93711
|
发布时间:2024-07-08 01:18:48
|
|
@@ -93696,16 +93716,16 @@
|
|
|
93696
93716
|
|
|
93697
93717
|
新增接口:
|
|
93698
93718
|
|
|
93699
|
-
* [
|
|
93700
|
-
* [
|
|
93701
|
-
* [
|
|
93702
|
-
* [
|
|
93719
|
+
* [CreateQualityControlTemplate](https://cloud.tencent.com/document/api/862/108314)
|
|
93720
|
+
* [DeleteQualityControlTemplate](https://cloud.tencent.com/document/api/862/108313)
|
|
93721
|
+
* [DescribeQualityControlTemplates](https://cloud.tencent.com/document/api/862/108312)
|
|
93722
|
+
* [ModifyQualityControlTemplate](https://cloud.tencent.com/document/api/862/108311)
|
|
93703
93723
|
|
|
93704
93724
|
新增数据结构:
|
|
93705
93725
|
|
|
93706
|
-
* [
|
|
93707
|
-
* [
|
|
93708
|
-
* [
|
|
93726
|
+
* [ContainerDiagnoseResultItem](https://cloud.tencent.com/document/api/862/37615#ContainerDiagnoseResultItem)
|
|
93727
|
+
* [QualityControlItemConfig](https://cloud.tencent.com/document/api/862/37615#QualityControlItemConfig)
|
|
93728
|
+
* [QualityControlTemplate](https://cloud.tencent.com/document/api/862/37615#QualityControlTemplate)
|
|
93709
93729
|
|
|
93710
93730
|
修改数据结构:
|
|
93711
93731
|
|
|
@@ -99609,6 +99629,21 @@
|
|
|
99609
99629
|
|
|
99610
99630
|
## 文字识别(ocr) 版本:2018-11-19
|
|
99611
99631
|
|
|
99632
|
+
### 第 142 次发布
|
|
99633
|
+
|
|
99634
|
+
发布时间:2024-07-09 01:19:41
|
|
99635
|
+
|
|
99636
|
+
本次发布包含了以下内容:
|
|
99637
|
+
|
|
99638
|
+
改善已有的文档。
|
|
99639
|
+
|
|
99640
|
+
修改接口:
|
|
99641
|
+
|
|
99642
|
+
* [VerifyOfdVatInvoiceOCR](https://cloud.tencent.com/document/api/866/52296)
|
|
99643
|
+
|
|
99644
|
+
* 新增入参:OfdPageNumber
|
|
99645
|
+
|
|
99646
|
+
|
|
99612
99647
|
### 第 141 次发布
|
|
99613
99648
|
|
|
99614
99649
|
发布时间:2024-07-03 01:21:25
|
|
@@ -109830,6 +109865,29 @@
|
|
|
109830
109865
|
|
|
109831
109866
|
## 营销号码安全(smpn) 版本:2019-08-22
|
|
109832
109867
|
|
|
109868
|
+
### 第 3 次发布
|
|
109869
|
+
|
|
109870
|
+
发布时间:2024-07-09 01:21:06
|
|
109871
|
+
|
|
109872
|
+
本次发布包含了以下内容:
|
|
109873
|
+
|
|
109874
|
+
改善已有的文档。
|
|
109875
|
+
|
|
109876
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
109877
|
+
|
|
109878
|
+
* CreateSmpnEpa
|
|
109879
|
+
* DescribeSmpnMhm
|
|
109880
|
+
* DescribeSmpnMrl
|
|
109881
|
+
|
|
109882
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
109883
|
+
|
|
109884
|
+
* EPARequest
|
|
109885
|
+
* EPAResponse
|
|
109886
|
+
* MHMRequest
|
|
109887
|
+
* MHMResponse
|
|
109888
|
+
* MRLRequest
|
|
109889
|
+
* MRLResponse
|
|
109890
|
+
|
|
109833
109891
|
### 第 2 次发布
|
|
109834
109892
|
|
|
109835
109893
|
发布时间:2024-07-08 01:20:52
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-06-28 01:05:34 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-13 01:13:25 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-09 01:09:13 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-20 01:15:56 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-
|
|
98
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-
|
|
97
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-09 01:14:34 |
|
|
98
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-09 01:14:44 |
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-09 01:14:53 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-09 01:15:08 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-06-24 01:17:36 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-06-25 01:17:45 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-06-26 01:19:20 |
|
|
138
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-
|
|
138
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-08 10:47:57 |
|
|
139
139
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
140
140
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
141
141
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
|
|
148
148
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-02 01:19:49 |
|
|
149
149
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-03 01:20:32 |
|
|
150
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-
|
|
150
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-09 01:19:04 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
|
|
152
152
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
|
|
153
153
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
156
156
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
157
157
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-06-05 02:02:33 |
|
|
158
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-
|
|
158
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-09 01:19:41 |
|
|
159
159
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
160
160
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-07-03 01:21:45 |
|
|
161
161
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-01 01:22:01 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
|
|
175
175
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
176
|
-
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-
|
|
176
|
+
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
|
|
177
177
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-06-20 02:08:58 |
|
|
178
178
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
179
179
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
235
235
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
236
236
|
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-06-28 01:22:51 |
|
|
237
|
-
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-
|
|
237
|
+
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-07-09 01:25:36 |
|
|
238
238
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
|
|
239
239
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
240
240
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-05 01:20:46 |
|