tencentcloud-sdk-nodejs 4.0.753 → 4.0.754
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 +154 -0
- package/SERVICE_CHANGELOG.md +187 -69
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +23 -1
- package/src/services/cam/v20190116/cam_models.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/csip/v20221121/csip_client.ts +15 -2
- package/src/services/csip/v20221121/csip_models.ts +298 -125
- package/src/services/ess/v20201111/ess_models.ts +17 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +17 -3
- package/src/services/mrs/v20200910/mrs_client.ts +13 -0
- package/src/services/mrs/v20200910/mrs_models.ts +51 -0
- package/src/services/ocr/v20181119/ocr_models.ts +16 -10
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -2
- package/src/services/vod/v20180717/vod_models.ts +1 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +23 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +294 -124
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -3
- package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
- package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +48 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +16 -10
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
- package/test/csip.v20221121.test.js +10 -0
- package/test/mrs.v20200910.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,157 @@
|
|
|
1
|
+
# Release 4.0.754
|
|
2
|
+
|
|
3
|
+
## 应用性能监控(apm) 版本:2021-06-22
|
|
4
|
+
|
|
5
|
+
### 第 22 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-12-08 01:08:53
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateApmInstance](https://cloud.tencent.com/document/api/1463/65347)
|
|
16
|
+
|
|
17
|
+
* 新增入参:PayMode
|
|
18
|
+
|
|
19
|
+
* [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
|
|
20
|
+
|
|
21
|
+
* 新增入参:PayMode
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
修改数据结构:
|
|
25
|
+
|
|
26
|
+
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
27
|
+
|
|
28
|
+
* 新增成员:PayMode, PayModeEffective
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
34
|
+
|
|
35
|
+
### 第 24 次发布
|
|
36
|
+
|
|
37
|
+
发布时间:2023-12-08 01:27:48
|
|
38
|
+
|
|
39
|
+
本次发布包含了以下内容:
|
|
40
|
+
|
|
41
|
+
改善已有的文档。
|
|
42
|
+
|
|
43
|
+
新增接口:
|
|
44
|
+
|
|
45
|
+
* [DescribeGatewayAssets](https://cloud.tencent.com/document/api/664/102291)
|
|
46
|
+
|
|
47
|
+
新增数据结构:
|
|
48
|
+
|
|
49
|
+
* [GateWayAsset](https://cloud.tencent.com/document/api/664/90825#GateWayAsset)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
54
|
+
|
|
55
|
+
### 第 139 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2023-12-08 01:47:50
|
|
58
|
+
|
|
59
|
+
本次发布包含了以下内容:
|
|
60
|
+
|
|
61
|
+
改善已有的文档。
|
|
62
|
+
|
|
63
|
+
修改数据结构:
|
|
64
|
+
|
|
65
|
+
* [Recipient](https://cloud.tencent.com/document/api/1323/70369#Recipient)
|
|
66
|
+
|
|
67
|
+
* 新增成员:ApproverVerifyTypes, ApproverSignTypes
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
73
|
+
|
|
74
|
+
### 第 139 次发布
|
|
75
|
+
|
|
76
|
+
发布时间:2023-12-08 01:48:54
|
|
77
|
+
|
|
78
|
+
本次发布包含了以下内容:
|
|
79
|
+
|
|
80
|
+
改善已有的文档。
|
|
81
|
+
|
|
82
|
+
修改数据结构:
|
|
83
|
+
|
|
84
|
+
* [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
|
|
85
|
+
|
|
86
|
+
* 新增成员:ApproverVerifyTypes, ApproverSignTypes
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
96
|
+
|
|
97
|
+
### 第 21 次发布
|
|
98
|
+
|
|
99
|
+
发布时间:2023-12-08 02:10:30
|
|
100
|
+
|
|
101
|
+
本次发布包含了以下内容:
|
|
102
|
+
|
|
103
|
+
改善已有的文档。
|
|
104
|
+
|
|
105
|
+
新增接口:
|
|
106
|
+
|
|
107
|
+
* [ImageMask](https://cloud.tencent.com/document/api/1314/102293)
|
|
108
|
+
|
|
109
|
+
新增数据结构:
|
|
110
|
+
|
|
111
|
+
* [ImageMaskFlags](https://cloud.tencent.com/document/api/1314/56230#ImageMaskFlags)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
116
|
+
|
|
117
|
+
### 第 124 次发布
|
|
118
|
+
|
|
119
|
+
发布时间:2023-12-08 02:12:05
|
|
120
|
+
|
|
121
|
+
本次发布包含了以下内容:
|
|
122
|
+
|
|
123
|
+
改善已有的文档。
|
|
124
|
+
|
|
125
|
+
修改数据结构:
|
|
126
|
+
|
|
127
|
+
* [TextVehicleBack](https://cloud.tencent.com/document/api/866/33527#TextVehicleBack)
|
|
128
|
+
|
|
129
|
+
* 新增成员:FuelType
|
|
130
|
+
|
|
131
|
+
* <font color="#dd0000">**修改成员**:</font>SubPageCode
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
137
|
+
|
|
138
|
+
### 第 165 次发布
|
|
139
|
+
|
|
140
|
+
发布时间:2023-12-08 02:37:20
|
|
141
|
+
|
|
142
|
+
本次发布包含了以下内容:
|
|
143
|
+
|
|
144
|
+
改善已有的文档。
|
|
145
|
+
|
|
146
|
+
修改数据结构:
|
|
147
|
+
|
|
148
|
+
* [ResourceDeleteOption](https://cloud.tencent.com/document/api/457/31866#ResourceDeleteOption)
|
|
149
|
+
|
|
150
|
+
* 新增成员:SkipDeletionProtection
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
1
155
|
# Release 4.0.753
|
|
2
156
|
|
|
3
157
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,155 +1,153 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 应用性能监控(apm) 版本:2021-06-22
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 22 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-08 01:08:53
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [NotebookSessionInfo](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionInfo)
|
|
13
|
+
修改接口:
|
|
16
14
|
|
|
17
|
-
|
|
15
|
+
* [CreateApmInstance](https://cloud.tencent.com/document/api/1463/65347)
|
|
18
16
|
|
|
19
|
-
*
|
|
17
|
+
* 新增入参:PayMode
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
* [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
|
|
22
20
|
|
|
23
|
-
*
|
|
21
|
+
* 新增入参:PayMode
|
|
24
22
|
|
|
25
|
-
* 新增成员:ResultFormat
|
|
26
23
|
|
|
24
|
+
修改数据结构:
|
|
27
25
|
|
|
26
|
+
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
28
27
|
|
|
28
|
+
* 新增成员:PayMode, PayModeEffective
|
|
29
29
|
|
|
30
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
31
30
|
|
|
32
|
-
### 第 138 次发布
|
|
33
31
|
|
|
34
|
-
发布时间:2023-12-07 01:49:40
|
|
35
32
|
|
|
36
|
-
|
|
33
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
37
34
|
|
|
38
|
-
|
|
35
|
+
### 第 24 次发布
|
|
39
36
|
|
|
40
|
-
|
|
37
|
+
发布时间:2023-12-08 01:27:48
|
|
41
38
|
|
|
42
|
-
|
|
39
|
+
本次发布包含了以下内容:
|
|
43
40
|
|
|
44
|
-
|
|
41
|
+
改善已有的文档。
|
|
45
42
|
|
|
43
|
+
新增接口:
|
|
46
44
|
|
|
45
|
+
* [DescribeGatewayAssets](https://cloud.tencent.com/document/api/664/102291)
|
|
47
46
|
|
|
47
|
+
新增数据结构:
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
* [GateWayAsset](https://cloud.tencent.com/document/api/664/90825#GateWayAsset)
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
##
|
|
53
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
54
54
|
|
|
55
|
-
### 第
|
|
55
|
+
### 第 139 次发布
|
|
56
56
|
|
|
57
|
-
发布时间:2023-12-
|
|
57
|
+
发布时间:2023-12-08 01:47:50
|
|
58
58
|
|
|
59
59
|
本次发布包含了以下内容:
|
|
60
60
|
|
|
61
61
|
改善已有的文档。
|
|
62
62
|
|
|
63
|
-
新增数据结构:
|
|
64
|
-
|
|
65
|
-
* [AiAnalysisTaskDescriptionInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionInput)
|
|
66
|
-
* [AiAnalysisTaskDescriptionOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionOutput)
|
|
67
|
-
* [AiAnalysisTaskDescriptionResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionResult)
|
|
68
|
-
* [AiParagraphInfo](https://cloud.tencent.com/document/api/862/37615#AiParagraphInfo)
|
|
69
|
-
* [MediaAiAnalysisDescriptionItem](https://cloud.tencent.com/document/api/862/37615#MediaAiAnalysisDescriptionItem)
|
|
70
|
-
|
|
71
63
|
修改数据结构:
|
|
72
64
|
|
|
73
|
-
* [
|
|
65
|
+
* [Recipient](https://cloud.tencent.com/document/api/1323/70369#Recipient)
|
|
74
66
|
|
|
75
|
-
* 新增成员:
|
|
67
|
+
* 新增成员:ApproverVerifyTypes, ApproverSignTypes
|
|
76
68
|
|
|
77
69
|
|
|
78
70
|
|
|
79
71
|
|
|
80
|
-
##
|
|
72
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
81
73
|
|
|
82
|
-
### 第
|
|
74
|
+
### 第 139 次发布
|
|
83
75
|
|
|
84
|
-
发布时间:2023-12-
|
|
76
|
+
发布时间:2023-12-08 01:48:54
|
|
85
77
|
|
|
86
78
|
本次发布包含了以下内容:
|
|
87
79
|
|
|
88
80
|
改善已有的文档。
|
|
89
81
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
* [AddSpecifyPrivateZoneVpc](https://cloud.tencent.com/document/api/1338/98675)
|
|
82
|
+
修改数据结构:
|
|
93
83
|
|
|
94
|
-
|
|
84
|
+
* [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
|
|
95
85
|
|
|
96
|
-
*
|
|
86
|
+
* 新增成员:ApproverVerifyTypes, ApproverSignTypes
|
|
97
87
|
|
|
98
|
-
* [DeleteSpecifyPrivateZoneVpc](https://cloud.tencent.com/document/api/1338/98674)
|
|
99
88
|
|
|
100
|
-
* 新增入参:Sync
|
|
101
89
|
|
|
102
|
-
* 新增出参:UniqId
|
|
103
90
|
|
|
91
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
104
92
|
|
|
105
93
|
|
|
106
94
|
|
|
107
|
-
##
|
|
95
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
108
96
|
|
|
109
|
-
### 第
|
|
97
|
+
### 第 21 次发布
|
|
110
98
|
|
|
111
|
-
发布时间:2023-12-
|
|
99
|
+
发布时间:2023-12-08 02:10:30
|
|
112
100
|
|
|
113
101
|
本次发布包含了以下内容:
|
|
114
102
|
|
|
115
103
|
改善已有的文档。
|
|
116
104
|
|
|
105
|
+
新增接口:
|
|
106
|
+
|
|
107
|
+
* [ImageMask](https://cloud.tencent.com/document/api/1314/102293)
|
|
108
|
+
|
|
117
109
|
新增数据结构:
|
|
118
110
|
|
|
119
|
-
* [
|
|
111
|
+
* [ImageMaskFlags](https://cloud.tencent.com/document/api/1314/56230#ImageMaskFlags)
|
|
120
112
|
|
|
121
|
-
修改数据结构:
|
|
122
113
|
|
|
123
|
-
* [BotQPS](https://cloud.tencent.com/document/api/627/53609#BotQPS)
|
|
124
114
|
|
|
125
|
-
|
|
115
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
126
116
|
|
|
127
|
-
|
|
117
|
+
### 第 124 次发布
|
|
128
118
|
|
|
129
|
-
|
|
119
|
+
发布时间:2023-12-08 02:12:05
|
|
130
120
|
|
|
121
|
+
本次发布包含了以下内容:
|
|
131
122
|
|
|
123
|
+
改善已有的文档。
|
|
132
124
|
|
|
125
|
+
修改数据结构:
|
|
133
126
|
|
|
134
|
-
|
|
127
|
+
* [TextVehicleBack](https://cloud.tencent.com/document/api/866/33527#TextVehicleBack)
|
|
135
128
|
|
|
136
|
-
|
|
129
|
+
* 新增成员:FuelType
|
|
137
130
|
|
|
138
|
-
|
|
131
|
+
* <font color="#dd0000">**修改成员**:</font>SubPageCode
|
|
139
132
|
|
|
140
|
-
本次发布包含了以下内容:
|
|
141
133
|
|
|
142
|
-
改善已有的文档。
|
|
143
134
|
|
|
144
|
-
修改接口:
|
|
145
135
|
|
|
146
|
-
|
|
136
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
147
137
|
|
|
148
|
-
|
|
138
|
+
### 第 165 次发布
|
|
149
139
|
|
|
150
|
-
|
|
140
|
+
发布时间:2023-12-08 02:37:20
|
|
151
141
|
|
|
152
|
-
|
|
142
|
+
本次发布包含了以下内容:
|
|
143
|
+
|
|
144
|
+
改善已有的文档。
|
|
145
|
+
|
|
146
|
+
修改数据结构:
|
|
147
|
+
|
|
148
|
+
* [ResourceDeleteOption](https://cloud.tencent.com/document/api/457/31866#ResourceDeleteOption)
|
|
149
|
+
|
|
150
|
+
* 新增成员:SkipDeletionProtection
|
|
153
151
|
|
|
154
152
|
|
|
155
153
|
|
|
@@ -4514,6 +4512,32 @@
|
|
|
4514
4512
|
|
|
4515
4513
|
## 应用性能监控(apm) 版本:2021-06-22
|
|
4516
4514
|
|
|
4515
|
+
### 第 22 次发布
|
|
4516
|
+
|
|
4517
|
+
发布时间:2023-12-08 01:08:53
|
|
4518
|
+
|
|
4519
|
+
本次发布包含了以下内容:
|
|
4520
|
+
|
|
4521
|
+
改善已有的文档。
|
|
4522
|
+
|
|
4523
|
+
修改接口:
|
|
4524
|
+
|
|
4525
|
+
* [CreateApmInstance](https://cloud.tencent.com/document/api/1463/65347)
|
|
4526
|
+
|
|
4527
|
+
* 新增入参:PayMode
|
|
4528
|
+
|
|
4529
|
+
* [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
|
|
4530
|
+
|
|
4531
|
+
* 新增入参:PayMode
|
|
4532
|
+
|
|
4533
|
+
|
|
4534
|
+
修改数据结构:
|
|
4535
|
+
|
|
4536
|
+
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
4537
|
+
|
|
4538
|
+
* 新增成员:PayMode, PayModeEffective
|
|
4539
|
+
|
|
4540
|
+
|
|
4517
4541
|
### 第 21 次发布
|
|
4518
4542
|
|
|
4519
4543
|
发布时间:2023-10-27 01:10:12
|
|
@@ -35321,6 +35345,22 @@
|
|
|
35321
35345
|
|
|
35322
35346
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
35323
35347
|
|
|
35348
|
+
### 第 24 次发布
|
|
35349
|
+
|
|
35350
|
+
发布时间:2023-12-08 01:27:48
|
|
35351
|
+
|
|
35352
|
+
本次发布包含了以下内容:
|
|
35353
|
+
|
|
35354
|
+
改善已有的文档。
|
|
35355
|
+
|
|
35356
|
+
新增接口:
|
|
35357
|
+
|
|
35358
|
+
* [[DescribeGatewayAssets](https://cloud.tencent.com/document/api/664/102291)](https://cloud.tencent.com/document/api/#/#)
|
|
35359
|
+
|
|
35360
|
+
新增数据结构:
|
|
35361
|
+
|
|
35362
|
+
* [[GateWayAsset](https://cloud.tencent.com/document/api/664/90825#GateWayAsset)](https://cloud.tencent.com/document/api/664/90825#[GateWayAsset](https://cloud.tencent.com/document/api/664/90825#GateWayAsset))
|
|
35363
|
+
|
|
35324
35364
|
### 第 23 次发布
|
|
35325
35365
|
|
|
35326
35366
|
发布时间:2023-11-16 01:12:23
|
|
@@ -56475,6 +56515,21 @@
|
|
|
56475
56515
|
|
|
56476
56516
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56477
56517
|
|
|
56518
|
+
### 第 139 次发布
|
|
56519
|
+
|
|
56520
|
+
发布时间:2023-12-08 01:47:50
|
|
56521
|
+
|
|
56522
|
+
本次发布包含了以下内容:
|
|
56523
|
+
|
|
56524
|
+
改善已有的文档。
|
|
56525
|
+
|
|
56526
|
+
修改数据结构:
|
|
56527
|
+
|
|
56528
|
+
* [Recipient](https://cloud.tencent.com/document/api/1323/70369#Recipient)
|
|
56529
|
+
|
|
56530
|
+
* 新增成员:ApproverVerifyTypes, ApproverSignTypes
|
|
56531
|
+
|
|
56532
|
+
|
|
56478
56533
|
### 第 138 次发布
|
|
56479
56534
|
|
|
56480
56535
|
发布时间:2023-11-30 16:06:35
|
|
@@ -59158,6 +59213,21 @@
|
|
|
59158
59213
|
|
|
59159
59214
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
59160
59215
|
|
|
59216
|
+
### 第 139 次发布
|
|
59217
|
+
|
|
59218
|
+
发布时间:2023-12-08 01:48:54
|
|
59219
|
+
|
|
59220
|
+
本次发布包含了以下内容:
|
|
59221
|
+
|
|
59222
|
+
改善已有的文档。
|
|
59223
|
+
|
|
59224
|
+
修改数据结构:
|
|
59225
|
+
|
|
59226
|
+
* [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
|
|
59227
|
+
|
|
59228
|
+
* 新增成员:ApproverVerifyTypes, ApproverSignTypes
|
|
59229
|
+
|
|
59230
|
+
|
|
59161
59231
|
### 第 138 次发布
|
|
59162
59232
|
|
|
59163
59233
|
发布时间:2023-12-07 01:49:40
|
|
@@ -83136,11 +83206,11 @@
|
|
|
83136
83206
|
|
|
83137
83207
|
新增数据结构:
|
|
83138
83208
|
|
|
83139
|
-
* [
|
|
83140
|
-
* [
|
|
83141
|
-
* [
|
|
83142
|
-
* [
|
|
83143
|
-
* [
|
|
83209
|
+
* [AiAnalysisTaskDescriptionInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionInput)
|
|
83210
|
+
* [AiAnalysisTaskDescriptionOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionOutput)
|
|
83211
|
+
* [AiAnalysisTaskDescriptionResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionResult)
|
|
83212
|
+
* [AiParagraphInfo](https://cloud.tencent.com/document/api/862/37615#AiParagraphInfo)
|
|
83213
|
+
* [MediaAiAnalysisDescriptionItem](https://cloud.tencent.com/document/api/862/37615#MediaAiAnalysisDescriptionItem)
|
|
83144
83214
|
|
|
83145
83215
|
修改数据结构:
|
|
83146
83216
|
|
|
@@ -85554,6 +85624,22 @@
|
|
|
85554
85624
|
|
|
85555
85625
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
85556
85626
|
|
|
85627
|
+
### 第 21 次发布
|
|
85628
|
+
|
|
85629
|
+
发布时间:2023-12-08 02:10:30
|
|
85630
|
+
|
|
85631
|
+
本次发布包含了以下内容:
|
|
85632
|
+
|
|
85633
|
+
改善已有的文档。
|
|
85634
|
+
|
|
85635
|
+
新增接口:
|
|
85636
|
+
|
|
85637
|
+
* [[ImageMask](https://cloud.tencent.com/document/api/1314/102293)](https://cloud.tencent.com/document/api/#/#)
|
|
85638
|
+
|
|
85639
|
+
新增数据结构:
|
|
85640
|
+
|
|
85641
|
+
* [[ImageMaskFlags](https://cloud.tencent.com/document/api/1314/56230#ImageMaskFlags)](https://cloud.tencent.com/document/api/1314/56230#[ImageMaskFlags](https://cloud.tencent.com/document/api/1314/56230#ImageMaskFlags))
|
|
85642
|
+
|
|
85557
85643
|
### 第 20 次发布
|
|
85558
85644
|
|
|
85559
85645
|
发布时间:2023-11-30 05:22:15
|
|
@@ -88345,6 +88431,23 @@
|
|
|
88345
88431
|
|
|
88346
88432
|
## 文字识别(ocr) 版本:2018-11-19
|
|
88347
88433
|
|
|
88434
|
+
### 第 124 次发布
|
|
88435
|
+
|
|
88436
|
+
发布时间:2023-12-08 02:12:05
|
|
88437
|
+
|
|
88438
|
+
本次发布包含了以下内容:
|
|
88439
|
+
|
|
88440
|
+
改善已有的文档。
|
|
88441
|
+
|
|
88442
|
+
修改数据结构:
|
|
88443
|
+
|
|
88444
|
+
* [TextVehicleBack](https://cloud.tencent.com/document/api/866/33527#TextVehicleBack)
|
|
88445
|
+
|
|
88446
|
+
* 新增成员:FuelType
|
|
88447
|
+
|
|
88448
|
+
* <font color="#dd0000">**修改成员**:</font>SubPageCode
|
|
88449
|
+
|
|
88450
|
+
|
|
88348
88451
|
### 第 123 次发布
|
|
88349
88452
|
|
|
88350
88453
|
发布时间:2023-12-05 02:08:42
|
|
@@ -120426,6 +120529,21 @@
|
|
|
120426
120529
|
|
|
120427
120530
|
## 容器服务(tke) 版本:2018-05-25
|
|
120428
120531
|
|
|
120532
|
+
### 第 165 次发布
|
|
120533
|
+
|
|
120534
|
+
发布时间:2023-12-08 02:37:20
|
|
120535
|
+
|
|
120536
|
+
本次发布包含了以下内容:
|
|
120537
|
+
|
|
120538
|
+
改善已有的文档。
|
|
120539
|
+
|
|
120540
|
+
修改数据结构:
|
|
120541
|
+
|
|
120542
|
+
* [ResourceDeleteOption](https://cloud.tencent.com/document/api/457/31866#ResourceDeleteOption)
|
|
120543
|
+
|
|
120544
|
+
* 新增成员:SkipDeletionProtection
|
|
120545
|
+
|
|
120546
|
+
|
|
120429
120547
|
### 第 164 次发布
|
|
120430
120548
|
|
|
120431
120549
|
发布时间:2023-11-30 06:52:41
|
|
@@ -139664,7 +139782,7 @@
|
|
|
139664
139782
|
|
|
139665
139783
|
新增数据结构:
|
|
139666
139784
|
|
|
139667
|
-
* [
|
|
139785
|
+
* [MiniPkg](https://cloud.tencent.com/document/api/627/53609#MiniPkg)
|
|
139668
139786
|
|
|
139669
139787
|
修改数据结构:
|
|
139670
139788
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-11-16 01:06:33 |
|
|
18
|
-
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-
|
|
18
|
+
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-12-08 01:08:53 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-20 00:01:45 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-11-28 01:06:51 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-17 01:22:35 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-10-24 01:07:40 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-12-08 01:14:30 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-12-01 01:09:01 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-12-05 01:14:32 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-04 00:03:32 |
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
57
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-11-07 01:20:22 |
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-12-
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-12-08 01:24:17 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
| config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-27 00:06:03 |
|
|
67
67
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
68
68
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
69
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-
|
|
69
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-08 01:27:48 |
|
|
70
70
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
71
71
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-04 00:06:28 |
|
|
72
72
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-29 01:11:08 |
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-07 01:47:01 |
|
|
97
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-08 01:47:50 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-08 01:48:54 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-06 01:49:35 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -145,14 +145,14 @@
|
|
|
145
145
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
146
146
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-12-07 02:07:57 |
|
|
147
147
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-12-06 20:13:59 |
|
|
148
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-
|
|
148
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-12-08 02:10:30 |
|
|
149
149
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
150
150
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
151
151
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
152
152
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
153
153
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
154
154
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-04 15:28:57 |
|
|
155
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-
|
|
155
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-08 02:12:05 |
|
|
156
156
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-01 01:21:15 |
|
|
157
157
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
|
|
158
158
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-28 01:25:42 |
|
|
203
203
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
204
204
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
205
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-
|
|
205
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-08 02:33:24 |
|
|
206
206
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
207
207
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
208
208
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
213
213
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-27 00:20:30 |
|
|
214
214
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-01 01:26:06 |
|
|
215
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-
|
|
215
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-08 02:37:20 |
|
|
216
216
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
217
217
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-28 01:28:13 |
|
|
218
218
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-12-07 02:40:15 |
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
230
230
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-15 02:36:58 |
|
|
231
231
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
232
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-
|
|
232
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-08 02:44:40 |
|
|
233
233
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-01 01:28:57 |
|
|
234
234
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
235
235
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-07 02:50:53 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.754"
|