tencentcloud-sdk-nodejs 4.0.550 → 4.0.552
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 +308 -0
- package/SERVICE_CHANGELOG.md +380 -370
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +4 -0
- package/src/services/bma/v20221115/bma_models.ts +6 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +7 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +13 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +9 -17
- package/src/services/dts/v20211206/dts_client.ts +1 -1
- package/src/services/dts/v20211206/dts_models.ts +11 -11
- package/src/services/ess/v20201111/ess_client.ts +40 -2
- package/src/services/ess/v20201111/ess_models.ts +292 -92
- package/src/services/essbasic/v20210526/essbasic_client.ts +11 -11
- package/src/services/essbasic/v20210526/essbasic_models.ts +66 -58
- package/src/services/gme/v20180711/gme_client.ts +130 -67
- package/src/services/gme/v20180711/gme_models.ts +1040 -813
- package/src/services/kms/v20190118/kms_models.ts +14 -8
- package/src/services/live/v20180801/live_models.ts +3 -2
- package/src/services/mariadb/v20170312/mariadb_models.ts +8 -9
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +73 -18
- package/src/services/redis/v20180412/redis_client.ts +58 -34
- package/src/services/redis/v20180412/redis_models.ts +143 -48
- package/src/services/tcr/v20190924/tcr_client.ts +0 -14
- package/src/services/tcr/v20190924/tcr_models.ts +0 -52
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/tione/v20211111/tione_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_client.ts +3 -1
- package/src/services/trtc/v20190722/trtc_models.ts +24 -0
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +42 -6
- package/src/services/waf/v20180125/waf_client.ts +12 -0
- package/src/services/waf/v20180125/waf_models.ts +40 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +6 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +11 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -15
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +11 -11
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +13 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +18 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +251 -80
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +65 -58
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +26 -5
- package/tencentcloud/services/gme/v20180711/gme_client.js +37 -6
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +978 -783
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +13 -8
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +7 -8
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +64 -18
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +19 -11
- package/tencentcloud/services/redis/v20180412/redis_client.js +27 -15
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +125 -43
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +1 -7
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +0 -8
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +0 -44
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +20 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +35 -4
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +33 -0
- package/test/ess.v20201111.test.js +30 -0
- package/test/gme.v20180711.test.js +54 -4
- package/test/redis.v20180412.test.js +30 -10
- package/test/tcr.v20190924.test.js +0 -10
- package/test/waf.v20180125.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,342 +1,112 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 品牌经营管家(bma) 版本:2022-11-15
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 5 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-03-
|
|
7
|
+
发布时间:2023-03-06 01:04:17
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [CreateWorkspaceTemporaryToken](https://cloud.tencent.com/document/api/1039/87613)
|
|
16
|
-
|
|
17
|
-
新增数据结构:
|
|
18
|
-
|
|
19
|
-
* [WorkspaceTokenDTO](https://cloud.tencent.com/document/api/1039/80554#WorkspaceTokenDTO)
|
|
20
|
-
* [WorkspaceTokenInfoV0](https://cloud.tencent.com/document/api/1039/80554#WorkspaceTokenInfoV0)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
25
|
-
|
|
26
|
-
### 第 47 次发布
|
|
27
|
-
|
|
28
|
-
发布时间:2023-03-02 01:21:05
|
|
13
|
+
修改数据结构:
|
|
29
14
|
|
|
30
|
-
|
|
15
|
+
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
31
16
|
|
|
32
|
-
|
|
17
|
+
* 新增成员:Snapshot
|
|
33
18
|
|
|
34
|
-
修改接口:
|
|
35
19
|
|
|
36
|
-
* [CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)
|
|
37
20
|
|
|
38
|
-
* 新增入参:Initiator
|
|
39
21
|
|
|
22
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
40
23
|
|
|
41
24
|
|
|
42
25
|
|
|
43
|
-
##
|
|
26
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
44
27
|
|
|
45
|
-
### 第
|
|
28
|
+
### 第 48 次发布
|
|
46
29
|
|
|
47
|
-
发布时间:2023-03-
|
|
30
|
+
发布时间:2023-03-06 01:20:52
|
|
48
31
|
|
|
49
32
|
本次发布包含了以下内容:
|
|
50
33
|
|
|
51
34
|
改善已有的文档。
|
|
52
35
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
* [ImageToObject](https://cloud.tencent.com/document/api/1314/56228)
|
|
56
|
-
|
|
57
|
-
* 新增入参:ReportTypeVersion
|
|
58
|
-
|
|
59
|
-
* [TextToObject](https://cloud.tencent.com/document/api/1314/56226)
|
|
60
|
-
|
|
61
|
-
* 新增入参:ReportTypeVersion
|
|
36
|
+
新增接口:
|
|
62
37
|
|
|
38
|
+
* [CreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1323/87787)
|
|
39
|
+
* [DescribeUserAutoSignStatus](https://cloud.tencent.com/document/api/1323/87786)
|
|
40
|
+
* [DisableUserAutoSign](https://cloud.tencent.com/document/api/1323/87785)
|
|
63
41
|
|
|
64
42
|
新增数据结构:
|
|
65
43
|
|
|
66
|
-
* [
|
|
67
|
-
* [
|
|
68
|
-
* [BaseInfo](https://cloud.tencent.com/document/api/1314/56230#BaseInfo)
|
|
69
|
-
* [BaseItem](https://cloud.tencent.com/document/api/1314/56230#BaseItem)
|
|
70
|
-
* [BaseItem2](https://cloud.tencent.com/document/api/1314/56230#BaseItem2)
|
|
71
|
-
* [BaseItem3](https://cloud.tencent.com/document/api/1314/56230#BaseItem3)
|
|
72
|
-
* [BirthCert](https://cloud.tencent.com/document/api/1314/56230#BirthCert)
|
|
73
|
-
* [BirthPlaceBlock](https://cloud.tencent.com/document/api/1314/56230#BirthPlaceBlock)
|
|
74
|
-
* [BlockInfoV2](https://cloud.tencent.com/document/api/1314/56230#BlockInfoV2)
|
|
75
|
-
* [BloodPressureBlock](https://cloud.tencent.com/document/api/1314/56230#BloodPressureBlock)
|
|
76
|
-
* [BodyExaminationBlock](https://cloud.tencent.com/document/api/1314/56230#BodyExaminationBlock)
|
|
77
|
-
* [BodyTemperatureBlock](https://cloud.tencent.com/document/api/1314/56230#BodyTemperatureBlock)
|
|
78
|
-
* [ChiefComplaintBlock](https://cloud.tencent.com/document/api/1314/56230#ChiefComplaintBlock)
|
|
79
|
-
* [ChiefComplaintDetailBlock](https://cloud.tencent.com/document/api/1314/56230#ChiefComplaintDetailBlock)
|
|
80
|
-
* [ClinicalStaging](https://cloud.tencent.com/document/api/1314/56230#ClinicalStaging)
|
|
81
|
-
* [Coord](https://cloud.tencent.com/document/api/1314/56230#Coord)
|
|
82
|
-
* [CovidItem](https://cloud.tencent.com/document/api/1314/56230#CovidItem)
|
|
83
|
-
* [CovidItemsInfo](https://cloud.tencent.com/document/api/1314/56230#CovidItemsInfo)
|
|
84
|
-
* [DeathDateBlock](https://cloud.tencent.com/document/api/1314/56230#DeathDateBlock)
|
|
85
|
-
* [DescInfo](https://cloud.tencent.com/document/api/1314/56230#DescInfo)
|
|
86
|
-
* [DetailInformation](https://cloud.tencent.com/document/api/1314/56230#DetailInformation)
|
|
87
|
-
* [DischargeConditionBlock](https://cloud.tencent.com/document/api/1314/56230#DischargeConditionBlock)
|
|
88
|
-
* [DischargeDiagnosisBlock](https://cloud.tencent.com/document/api/1314/56230#DischargeDiagnosisBlock)
|
|
89
|
-
* [DischargeInfoBlock](https://cloud.tencent.com/document/api/1314/56230#DischargeInfoBlock)
|
|
90
|
-
* [DiseaseHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#DiseaseHistoryBlock)
|
|
91
|
-
* [DiseasePresentBlock](https://cloud.tencent.com/document/api/1314/56230#DiseasePresentBlock)
|
|
92
|
-
* [DosageBlock](https://cloud.tencent.com/document/api/1314/56230#DosageBlock)
|
|
93
|
-
* [DrugHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#DrugHistoryBlock)
|
|
94
|
-
* [DrugListBlock](https://cloud.tencent.com/document/api/1314/56230#DrugListBlock)
|
|
95
|
-
* [Exame](https://cloud.tencent.com/document/api/1314/56230#Exame)
|
|
96
|
-
* [EyeChildItem](https://cloud.tencent.com/document/api/1314/56230#EyeChildItem)
|
|
97
|
-
* [EyeItem](https://cloud.tencent.com/document/api/1314/56230#EyeItem)
|
|
98
|
-
* [EyeItemsInfo](https://cloud.tencent.com/document/api/1314/56230#EyeItemsInfo)
|
|
99
|
-
* [FamilyHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#FamilyHistoryBlock)
|
|
100
|
-
* [FertilityHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#FertilityHistoryBlock)
|
|
101
|
-
* [Fetus](https://cloud.tencent.com/document/api/1314/56230#Fetus)
|
|
102
|
-
* [FieldInfo](https://cloud.tencent.com/document/api/1314/56230#FieldInfo)
|
|
103
|
-
* [Fp2NdItem](https://cloud.tencent.com/document/api/1314/56230#Fp2NdItem)
|
|
104
|
-
* [GeneticHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#GeneticHistoryBlock)
|
|
105
|
-
* [HistologyClass](https://cloud.tencent.com/document/api/1314/56230#HistologyClass)
|
|
106
|
-
* [HistologyTypeV2](https://cloud.tencent.com/document/api/1314/56230#HistologyTypeV2)
|
|
107
|
-
* [IHCBlock](https://cloud.tencent.com/document/api/1314/56230#IHCBlock)
|
|
108
|
-
* [IHCV2](https://cloud.tencent.com/document/api/1314/56230#IHCV2)
|
|
109
|
-
* [ImmunohistochemistryBlock](https://cloud.tencent.com/document/api/1314/56230#ImmunohistochemistryBlock)
|
|
110
|
-
* [IndicatorItemV2](https://cloud.tencent.com/document/api/1314/56230#IndicatorItemV2)
|
|
111
|
-
* [IndicatorV3](https://cloud.tencent.com/document/api/1314/56230#IndicatorV3)
|
|
112
|
-
* [InvasiveV2](https://cloud.tencent.com/document/api/1314/56230#InvasiveV2)
|
|
113
|
-
* [IssueInfo](https://cloud.tencent.com/document/api/1314/56230#IssueInfo)
|
|
114
|
-
* [LastMenstrualPeriodBlock](https://cloud.tencent.com/document/api/1314/56230#LastMenstrualPeriodBlock)
|
|
115
|
-
* [LymphNode](https://cloud.tencent.com/document/api/1314/56230#LymphNode)
|
|
116
|
-
* [LymphTotal](https://cloud.tencent.com/document/api/1314/56230#LymphTotal)
|
|
117
|
-
* [MainDiseaseHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#MainDiseaseHistoryBlock)
|
|
118
|
-
* [Maternity](https://cloud.tencent.com/document/api/1314/56230#Maternity)
|
|
119
|
-
* [MaternityDesc](https://cloud.tencent.com/document/api/1314/56230#MaternityDesc)
|
|
120
|
-
* [MaternitySummary](https://cloud.tencent.com/document/api/1314/56230#MaternitySummary)
|
|
121
|
-
* [MenstrualFlowBlock](https://cloud.tencent.com/document/api/1314/56230#MenstrualFlowBlock)
|
|
122
|
-
* [MenstrualHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#MenstrualHistoryBlock)
|
|
123
|
-
* [MenstrualHistoryDetailBlock](https://cloud.tencent.com/document/api/1314/56230#MenstrualHistoryDetailBlock)
|
|
124
|
-
* [MenstrualPeriodBlock](https://cloud.tencent.com/document/api/1314/56230#MenstrualPeriodBlock)
|
|
125
|
-
* [MenstruationOrNotBlock](https://cloud.tencent.com/document/api/1314/56230#MenstruationOrNotBlock)
|
|
126
|
-
* [Molecular](https://cloud.tencent.com/document/api/1314/56230#Molecular)
|
|
127
|
-
* [MolecularValue](https://cloud.tencent.com/document/api/1314/56230#MolecularValue)
|
|
128
|
-
* [NeglistBlock](https://cloud.tencent.com/document/api/1314/56230#NeglistBlock)
|
|
129
|
-
* [NeonatalInfo](https://cloud.tencent.com/document/api/1314/56230#NeonatalInfo)
|
|
130
|
-
* [NumValue](https://cloud.tencent.com/document/api/1314/56230#NumValue)
|
|
131
|
-
* [ObstetricalHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#ObstetricalHistoryBlock)
|
|
132
|
-
* [OtherInfo](https://cloud.tencent.com/document/api/1314/56230#OtherInfo)
|
|
133
|
-
* [PTNM](https://cloud.tencent.com/document/api/1314/56230#PTNM)
|
|
134
|
-
* [PTNMBlock](https://cloud.tencent.com/document/api/1314/56230#PTNMBlock)
|
|
135
|
-
* [ParagraphBlock](https://cloud.tencent.com/document/api/1314/56230#ParagraphBlock)
|
|
136
|
-
* [ParentInfo](https://cloud.tencent.com/document/api/1314/56230#ParentInfo)
|
|
137
|
-
* [PartDesc](https://cloud.tencent.com/document/api/1314/56230#PartDesc)
|
|
138
|
-
* [PathologicalDiagnosisBlock](https://cloud.tencent.com/document/api/1314/56230#PathologicalDiagnosisBlock)
|
|
139
|
-
* [PathologicalDiagnosisDetailBlock](https://cloud.tencent.com/document/api/1314/56230#PathologicalDiagnosisDetailBlock)
|
|
140
|
-
* [PathologyV2](https://cloud.tencent.com/document/api/1314/56230#PathologyV2)
|
|
141
|
-
* [PersonalHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#PersonalHistoryBlock)
|
|
142
|
-
* [Point](https://cloud.tencent.com/document/api/1314/56230#Point)
|
|
143
|
-
* [PoslistBlock](https://cloud.tencent.com/document/api/1314/56230#PoslistBlock)
|
|
144
|
-
* [Rectangle](https://cloud.tencent.com/document/api/1314/56230#Rectangle)
|
|
145
|
-
* [RelapseDateBlock](https://cloud.tencent.com/document/api/1314/56230#RelapseDateBlock)
|
|
146
|
-
* [RelativeCancerHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#RelativeCancerHistoryBlock)
|
|
147
|
-
* [RelativeHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#RelativeHistoryBlock)
|
|
148
|
-
* [RelativeHistoryDetailBlock](https://cloud.tencent.com/document/api/1314/56230#RelativeHistoryDetailBlock)
|
|
149
|
-
* [Report](https://cloud.tencent.com/document/api/1314/56230#Report)
|
|
150
|
-
* [ReportTypeVersion](https://cloud.tencent.com/document/api/1314/56230#ReportTypeVersion)
|
|
151
|
-
* [ResultInfo](https://cloud.tencent.com/document/api/1314/56230#ResultInfo)
|
|
152
|
-
* [SmokeHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#SmokeHistoryBlock)
|
|
153
|
-
* [SummaryInfo](https://cloud.tencent.com/document/api/1314/56230#SummaryInfo)
|
|
154
|
-
* [SurgeryConditionBlock](https://cloud.tencent.com/document/api/1314/56230#SurgeryConditionBlock)
|
|
155
|
-
* [SurgeryHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#SurgeryHistoryBlock)
|
|
156
|
-
* [SurgeryListBlock](https://cloud.tencent.com/document/api/1314/56230#SurgeryListBlock)
|
|
157
|
-
* [TableIndicators](https://cloud.tencent.com/document/api/1314/56230#TableIndicators)
|
|
158
|
-
* [TimelineEvent](https://cloud.tencent.com/document/api/1314/56230#TimelineEvent)
|
|
159
|
-
* [TimelineInformation](https://cloud.tencent.com/document/api/1314/56230#TimelineInformation)
|
|
160
|
-
* [TransfusionHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#TransfusionHistoryBlock)
|
|
161
|
-
* [TreatmentRecordBlock](https://cloud.tencent.com/document/api/1314/56230#TreatmentRecordBlock)
|
|
162
|
-
* [ValueBlock](https://cloud.tencent.com/document/api/1314/56230#ValueBlock)
|
|
163
|
-
|
|
164
|
-
修改数据结构:
|
|
165
|
-
|
|
166
|
-
* [BiopsyPart](https://cloud.tencent.com/document/api/1314/56230#BiopsyPart)
|
|
167
|
-
|
|
168
|
-
* 新增成员:Coords
|
|
169
|
-
|
|
170
|
-
* <font color="#dd0000">**修改成员**:</font>Value, Src
|
|
171
|
-
|
|
172
|
-
* [BlockInfo](https://cloud.tencent.com/document/api/1314/56230#BlockInfo)
|
|
173
|
-
|
|
174
|
-
* 新增成员:Size
|
|
175
|
-
|
|
176
|
-
* <font color="#dd0000">**修改成员**:</font>Index, Positive, Src, Value, Type, Name
|
|
177
|
-
|
|
178
|
-
* [Desc](https://cloud.tencent.com/document/api/1314/56230#Desc)
|
|
179
|
-
|
|
180
|
-
* 新增成员:Coords
|
|
181
|
-
|
|
182
|
-
* <font color="#dd0000">**修改成员**:</font>Text, Organ, Tuber
|
|
183
|
-
|
|
184
|
-
* [EndoscopyDesc](https://cloud.tencent.com/document/api/1314/56230#EndoscopyDesc)
|
|
185
|
-
|
|
186
|
-
* 新增成员:Coords
|
|
187
|
-
|
|
188
|
-
* <font color="#dd0000">**修改成员**:</font>Text, Organ
|
|
189
|
-
|
|
190
|
-
* [EndoscopyOrgan](https://cloud.tencent.com/document/api/1314/56230#EndoscopyOrgan)
|
|
191
|
-
|
|
192
|
-
* 新增成员:Coords
|
|
193
|
-
|
|
194
|
-
* <font color="#dd0000">**修改成员**:</font>Part, Index, Src, PartAlias, SymDescList
|
|
195
|
-
|
|
196
|
-
* [FirstPage](https://cloud.tencent.com/document/api/1314/56230#FirstPage)
|
|
197
|
-
|
|
198
|
-
* 新增成员:DamagePoi, Fp2NdItems
|
|
199
|
-
|
|
200
|
-
* <font color="#dd0000">**修改成员**:</font>DischargeDiagnosis, PathologicalDiagnosis, ClinicalDiagnosis
|
|
201
|
-
|
|
202
|
-
* [IndicatorItem](https://cloud.tencent.com/document/api/1314/56230#IndicatorItem)
|
|
203
|
-
|
|
204
|
-
* 新增成员:InferNormal
|
|
205
|
-
|
|
206
|
-
* [NormPart](https://cloud.tencent.com/document/api/1314/56230#NormPart)
|
|
207
|
-
|
|
208
|
-
* 新增成员:PartDetail
|
|
209
|
-
|
|
210
|
-
* <font color="#dd0000">**修改成员**:</font>Part, PartDirection, Tissue, TissueDirection, Upper
|
|
211
|
-
|
|
212
|
-
* [NormSize](https://cloud.tencent.com/document/api/1314/56230#NormSize)
|
|
213
|
-
|
|
214
|
-
* 新增成员:Impl
|
|
215
|
-
|
|
216
|
-
* <font color="#dd0000">**修改成员**:</font>Number, Type, Unit
|
|
217
|
-
|
|
218
|
-
* [Organ](https://cloud.tencent.com/document/api/1314/56230#Organ)
|
|
219
|
-
|
|
220
|
-
* 新增成员:Transparent, MriAdc, MriDwi, MriT1, MriT2, CtHu, Suvmax, Metabolism, RadioactiveUptake, LymphEnlargement, ImageFeature, Duct, Trend, Operation, Coords
|
|
221
|
-
|
|
222
|
-
* <font color="#dd0000">**修改成员**:</font>Part, Size, Envelope, Edge, InnerEcho, Gland, Shape, Thickness, ShapeAttr, CDFI, SymDesc, SizeStatus, Outline, Structure, Density, Vas, Cysticwall, Capsule, IsthmusThicknese, InnerEchoDistribution, Src, Index
|
|
223
|
-
|
|
224
|
-
* [Part](https://cloud.tencent.com/document/api/1314/56230#Part)
|
|
225
|
-
|
|
226
|
-
* 新增成员:ValueBrief
|
|
227
|
-
|
|
228
|
-
* <font color="#dd0000">**修改成员**:</font>Index, NormPart, Src, Value, Name
|
|
229
|
-
|
|
230
|
-
* [Size](https://cloud.tencent.com/document/api/1314/56230#Size)
|
|
231
|
-
|
|
232
|
-
* 新增成员:Name
|
|
233
|
-
|
|
234
|
-
* <font color="#dd0000">**修改成员**:</font>Index, NormSize, Src, Value
|
|
235
|
-
|
|
236
|
-
* [Summary](https://cloud.tencent.com/document/api/1314/56230#Summary)
|
|
237
|
-
|
|
238
|
-
* 新增成员:Coords
|
|
239
|
-
|
|
240
|
-
* <font color="#dd0000">**修改成员**:</font>Symptom, Text
|
|
241
|
-
|
|
242
|
-
* [Surgery](https://cloud.tencent.com/document/api/1314/56230#Surgery)
|
|
243
|
-
|
|
244
|
-
* 新增成员:OtherInfo
|
|
245
|
-
|
|
246
|
-
* <font color="#dd0000">**修改成员**:</font>SurgeryHistory
|
|
247
|
-
|
|
248
|
-
* [SymptomInfo](https://cloud.tencent.com/document/api/1314/56230#SymptomInfo)
|
|
249
|
-
|
|
250
|
-
* 新增成员:Coords
|
|
251
|
-
|
|
252
|
-
* <font color="#dd0000">**修改成员**:</font>Grade, Part, Index, Symptom, Attrs, Src
|
|
253
|
-
|
|
254
|
-
* [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
|
|
255
|
-
|
|
256
|
-
* 新增成员:ReportTypeDesc, PathologyV2, C14, Exame, MedDocV2, IndicatorV3, Covid, Maternity, Eye, BirthCert, Timeline
|
|
257
|
-
|
|
258
|
-
* <font color="#dd0000">**修改成员**:</font>PatientInfo, ReportInfo, Check, Pathology, MedDoc, DiagCert, FirstPage, Indicator, ReportType, MedicalRecordInfo, Hospitalization, Surgery, Electrocardiogram, Endoscopy, Prescription, VaccineCertificate, OcrText, OcrResult
|
|
259
|
-
|
|
260
|
-
* [TuberInfo](https://cloud.tencent.com/document/api/1314/56230#TuberInfo)
|
|
261
|
-
|
|
262
|
-
* 新增成员:Transparent, MriAdc, MriDwi, MriT1, MriT2, CtHu, Suvmax, Metabolism, RadioactiveUptake, SymDesc, ImageFeature, Coords
|
|
263
|
-
|
|
264
|
-
* <font color="#dd0000">**修改成员**:</font>Type, Part, Size, Multiple, AspectRatio, Edge, InnerEcho, RearEcho, Elastic, Shape, ShapeAttr, SkinMedulla, Trend, Calcification, Envelope, Enhancement, LymphEnlargement, LymphDoor, Activity, Operation, CDFI, Index, SizeStatus, InnerEchoDistribution, InnerEchoType, Outline, Structure, Density, Vas, Cysticwall, Capsule, IsthmusThicknese, Src
|
|
265
|
-
|
|
266
|
-
* [Vaccination](https://cloud.tencent.com/document/api/1314/56230#Vaccination)
|
|
267
|
-
|
|
268
|
-
* 新增成员:Lot
|
|
269
|
-
|
|
270
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Vaccine, Dose, Date, LotNumber, Manufacturer, Clinic, Site, Provider
|
|
271
|
-
|
|
44
|
+
* [AutoSignConfig](https://cloud.tencent.com/document/api/1323/70369#AutoSignConfig)
|
|
45
|
+
* [UserThreeFactor](https://cloud.tencent.com/document/api/1323/70369#UserThreeFactor)
|
|
272
46
|
|
|
273
47
|
|
|
274
48
|
|
|
275
|
-
##
|
|
49
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
276
50
|
|
|
277
|
-
### 第
|
|
51
|
+
### 第 65 次发布
|
|
278
52
|
|
|
279
|
-
发布时间:2023-03-
|
|
53
|
+
发布时间:2023-03-03 17:35:43
|
|
280
54
|
|
|
281
55
|
本次发布包含了以下内容:
|
|
282
56
|
|
|
283
57
|
改善已有的文档。
|
|
284
58
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
* [MixedInvoiceOCR](https://cloud.tencent.com/document/api/866/37835)
|
|
59
|
+
修改数据结构:
|
|
288
60
|
|
|
289
|
-
|
|
61
|
+
* [ProxyOrganizationOperator](https://cloud.tencent.com/document/api/1420/61525#ProxyOrganizationOperator)
|
|
290
62
|
|
|
63
|
+
* 新增成员:DefaultRole
|
|
291
64
|
|
|
292
|
-
修改数据结构:
|
|
293
65
|
|
|
294
|
-
* [MixedInvoiceItem](https://cloud.tencent.com/document/api/866/33527#MixedInvoiceItem)
|
|
295
66
|
|
|
296
|
-
* 新增成员:Page
|
|
297
67
|
|
|
68
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
298
69
|
|
|
299
70
|
|
|
300
71
|
|
|
301
|
-
##
|
|
72
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
302
73
|
|
|
303
|
-
### 第
|
|
74
|
+
### 第 31 次发布
|
|
304
75
|
|
|
305
|
-
发布时间:2023-03-
|
|
76
|
+
发布时间:2023-03-06 01:22:24
|
|
306
77
|
|
|
307
78
|
本次发布包含了以下内容:
|
|
308
79
|
|
|
309
80
|
改善已有的文档。
|
|
310
81
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
* [Job](https://cloud.tencent.com/document/api/1484/78100#Job)
|
|
314
|
-
|
|
315
|
-
* 新增成员:ProjectName, ScenarioName
|
|
82
|
+
新增接口:
|
|
316
83
|
|
|
317
|
-
* [
|
|
84
|
+
* [DescribeRecordInfo](https://cloud.tencent.com/document/api/607/87793)
|
|
85
|
+
* [DescribeTaskInfo](https://cloud.tencent.com/document/api/607/87792)
|
|
86
|
+
* [ModifyRecordInfo](https://cloud.tencent.com/document/api/607/87791)
|
|
87
|
+
* [StartRecord](https://cloud.tencent.com/document/api/607/87790)
|
|
88
|
+
* [StopRecord](https://cloud.tencent.com/document/api/607/87789)
|
|
318
89
|
|
|
319
|
-
|
|
90
|
+
新增数据结构:
|
|
320
91
|
|
|
92
|
+
* [RecordInfo](https://cloud.tencent.com/document/api/607/35375#RecordInfo)
|
|
93
|
+
* [SubscribeRecordUserIds](https://cloud.tencent.com/document/api/607/35375#SubscribeRecordUserIds)
|
|
321
94
|
|
|
322
95
|
|
|
323
96
|
|
|
324
|
-
##
|
|
97
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
325
98
|
|
|
326
|
-
### 第
|
|
99
|
+
### 第 48 次发布
|
|
327
100
|
|
|
328
|
-
发布时间:2023-03-02
|
|
101
|
+
发布时间:2023-03-06 02:10:52
|
|
329
102
|
|
|
330
103
|
本次发布包含了以下内容:
|
|
331
104
|
|
|
332
105
|
改善已有的文档。
|
|
333
106
|
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
* [DefaultVpcSubnet](https://cloud.tencent.com/document/api/215/15824#DefaultVpcSubnet)
|
|
337
|
-
|
|
338
|
-
* 新增成员:VpcName, SubnetName, CidrBlock
|
|
107
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
339
108
|
|
|
109
|
+
* DescribeExternalTrtcMeasure
|
|
340
110
|
|
|
341
111
|
|
|
342
112
|
|
|
@@ -8964,6 +8734,21 @@
|
|
|
8964
8734
|
|
|
8965
8735
|
## 品牌经营管家(bma) 版本:2022-11-15
|
|
8966
8736
|
|
|
8737
|
+
### 第 5 次发布
|
|
8738
|
+
|
|
8739
|
+
发布时间:2023-03-06 01:04:17
|
|
8740
|
+
|
|
8741
|
+
本次发布包含了以下内容:
|
|
8742
|
+
|
|
8743
|
+
改善已有的文档。
|
|
8744
|
+
|
|
8745
|
+
修改数据结构:
|
|
8746
|
+
|
|
8747
|
+
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
8748
|
+
|
|
8749
|
+
* 新增成员:Snapshot
|
|
8750
|
+
|
|
8751
|
+
|
|
8967
8752
|
### 第 4 次发布
|
|
8968
8753
|
|
|
8969
8754
|
发布时间:2023-02-23 14:35:55
|
|
@@ -21761,6 +21546,21 @@
|
|
|
21761
21546
|
|
|
21762
21547
|
## 负载均衡(clb) 版本:2018-03-17
|
|
21763
21548
|
|
|
21549
|
+
### 第 83 次发布
|
|
21550
|
+
|
|
21551
|
+
发布时间:2023-03-03 01:09:04
|
|
21552
|
+
|
|
21553
|
+
本次发布包含了以下内容:
|
|
21554
|
+
|
|
21555
|
+
改善已有的文档。
|
|
21556
|
+
|
|
21557
|
+
修改数据结构:
|
|
21558
|
+
|
|
21559
|
+
* [LoadBalancerTraffic](https://cloud.tencent.com/document/api/214/30694#LoadBalancerTraffic)
|
|
21560
|
+
|
|
21561
|
+
* 新增成员:Domain
|
|
21562
|
+
|
|
21563
|
+
|
|
21764
21564
|
### 第 82 次发布
|
|
21765
21565
|
|
|
21766
21566
|
发布时间:2023-02-24 01:08:31
|
|
@@ -23873,12 +23673,12 @@
|
|
|
23873
23673
|
|
|
23874
23674
|
新增接口:
|
|
23875
23675
|
|
|
23876
|
-
* [
|
|
23676
|
+
* [CreateWorkspaceTemporaryToken](https://cloud.tencent.com/document/api/1039/87613)
|
|
23877
23677
|
|
|
23878
23678
|
新增数据结构:
|
|
23879
23679
|
|
|
23880
|
-
* [
|
|
23881
|
-
* [
|
|
23680
|
+
* [WorkspaceTokenDTO](https://cloud.tencent.com/document/api/1039/80554#WorkspaceTokenDTO)
|
|
23681
|
+
* [WorkspaceTokenInfoV0](https://cloud.tencent.com/document/api/1039/80554#WorkspaceTokenInfoV0)
|
|
23882
23682
|
|
|
23883
23683
|
### 第 1 次发布
|
|
23884
23684
|
|
|
@@ -33258,6 +33058,21 @@
|
|
|
33258
33058
|
|
|
33259
33059
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
33260
33060
|
|
|
33061
|
+
### 第 47 次发布
|
|
33062
|
+
|
|
33063
|
+
发布时间:2023-03-03 01:13:15
|
|
33064
|
+
|
|
33065
|
+
本次发布包含了以下内容:
|
|
33066
|
+
|
|
33067
|
+
改善已有的文档。
|
|
33068
|
+
|
|
33069
|
+
修改数据结构:
|
|
33070
|
+
|
|
33071
|
+
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
|
33072
|
+
|
|
33073
|
+
* 新增成员:MasterZone, SlaveZones
|
|
33074
|
+
|
|
33075
|
+
|
|
33261
33076
|
### 第 46 次发布
|
|
33262
33077
|
|
|
33263
33078
|
发布时间:2023-02-22 01:19:31
|
|
@@ -44217,6 +44032,25 @@
|
|
|
44217
44032
|
|
|
44218
44033
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
44219
44034
|
|
|
44035
|
+
### 第 48 次发布
|
|
44036
|
+
|
|
44037
|
+
发布时间:2023-03-06 01:20:52
|
|
44038
|
+
|
|
44039
|
+
本次发布包含了以下内容:
|
|
44040
|
+
|
|
44041
|
+
改善已有的文档。
|
|
44042
|
+
|
|
44043
|
+
新增接口:
|
|
44044
|
+
|
|
44045
|
+
* [[CreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1323/87787)](https://cloud.tencent.com/document/api/#/#)
|
|
44046
|
+
* [[DescribeUserAutoSignStatus](https://cloud.tencent.com/document/api/1323/87786)](https://cloud.tencent.com/document/api/#/#)
|
|
44047
|
+
* [[DisableUserAutoSign](https://cloud.tencent.com/document/api/1323/87785)](https://cloud.tencent.com/document/api/#/#)
|
|
44048
|
+
|
|
44049
|
+
新增数据结构:
|
|
44050
|
+
|
|
44051
|
+
* [[AutoSignConfig](https://cloud.tencent.com/document/api/1323/70369#AutoSignConfig)](https://cloud.tencent.com/document/api/1323/70369#[AutoSignConfig](https://cloud.tencent.com/document/api/1323/70369#AutoSignConfig))
|
|
44052
|
+
* [[UserThreeFactor](https://cloud.tencent.com/document/api/1323/70369#UserThreeFactor)](https://cloud.tencent.com/document/api/1323/70369#[UserThreeFactor](https://cloud.tencent.com/document/api/1323/70369#UserThreeFactor))
|
|
44053
|
+
|
|
44220
44054
|
### 第 47 次发布
|
|
44221
44055
|
|
|
44222
44056
|
发布时间:2023-03-02 01:21:05
|
|
@@ -45137,6 +44971,21 @@
|
|
|
45137
44971
|
|
|
45138
44972
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
45139
44973
|
|
|
44974
|
+
### 第 65 次发布
|
|
44975
|
+
|
|
44976
|
+
发布时间:2023-03-03 17:35:43
|
|
44977
|
+
|
|
44978
|
+
本次发布包含了以下内容:
|
|
44979
|
+
|
|
44980
|
+
改善已有的文档。
|
|
44981
|
+
|
|
44982
|
+
修改数据结构:
|
|
44983
|
+
|
|
44984
|
+
* [ProxyOrganizationOperator](https://cloud.tencent.com/document/api/1420/61525#ProxyOrganizationOperator)
|
|
44985
|
+
|
|
44986
|
+
* 新增成员:DefaultRole
|
|
44987
|
+
|
|
44988
|
+
|
|
45140
44989
|
### 第 64 次发布
|
|
45141
44990
|
|
|
45142
44991
|
发布时间:2023-02-15 17:31:06
|
|
@@ -48729,6 +48578,27 @@
|
|
|
48729
48578
|
|
|
48730
48579
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
48731
48580
|
|
|
48581
|
+
### 第 31 次发布
|
|
48582
|
+
|
|
48583
|
+
发布时间:2023-03-06 01:22:24
|
|
48584
|
+
|
|
48585
|
+
本次发布包含了以下内容:
|
|
48586
|
+
|
|
48587
|
+
改善已有的文档。
|
|
48588
|
+
|
|
48589
|
+
新增接口:
|
|
48590
|
+
|
|
48591
|
+
* [[DescribeRecordInfo](https://cloud.tencent.com/document/api/607/87793)](https://cloud.tencent.com/document/api/#/#)
|
|
48592
|
+
* [[DescribeTaskInfo](https://cloud.tencent.com/document/api/607/87792)](https://cloud.tencent.com/document/api/#/#)
|
|
48593
|
+
* [[ModifyRecordInfo](https://cloud.tencent.com/document/api/607/87791)](https://cloud.tencent.com/document/api/#/#)
|
|
48594
|
+
* [[StartRecord](https://cloud.tencent.com/document/api/607/87790)](https://cloud.tencent.com/document/api/#/#)
|
|
48595
|
+
* [[StopRecord](https://cloud.tencent.com/document/api/607/87789)](https://cloud.tencent.com/document/api/#/#)
|
|
48596
|
+
|
|
48597
|
+
新增数据结构:
|
|
48598
|
+
|
|
48599
|
+
* [[RecordInfo](https://cloud.tencent.com/document/api/607/35375#RecordInfo)](https://cloud.tencent.com/document/api/607/35375#[RecordInfo](https://cloud.tencent.com/document/api/607/35375#RecordInfo))
|
|
48600
|
+
* [[SubscribeRecordUserIds](https://cloud.tencent.com/document/api/607/35375#SubscribeRecordUserIds)](https://cloud.tencent.com/document/api/607/35375#[SubscribeRecordUserIds](https://cloud.tencent.com/document/api/607/35375#SubscribeRecordUserIds))
|
|
48601
|
+
|
|
48732
48602
|
### 第 30 次发布
|
|
48733
48603
|
|
|
48734
48604
|
发布时间:2023-02-02 01:29:27
|
|
@@ -56441,6 +56311,21 @@
|
|
|
56441
56311
|
|
|
56442
56312
|
## 密钥管理系统(kms) 版本:2019-01-18
|
|
56443
56313
|
|
|
56314
|
+
### 第 19 次发布
|
|
56315
|
+
|
|
56316
|
+
发布时间:2023-03-03 01:26:52
|
|
56317
|
+
|
|
56318
|
+
本次发布包含了以下内容:
|
|
56319
|
+
|
|
56320
|
+
改善已有的文档。
|
|
56321
|
+
|
|
56322
|
+
修改接口:
|
|
56323
|
+
|
|
56324
|
+
* [GetServiceStatus](https://cloud.tencent.com/document/api/573/34417)
|
|
56325
|
+
|
|
56326
|
+
* 新增出参:SubscriptionInfo
|
|
56327
|
+
|
|
56328
|
+
|
|
56444
56329
|
### 第 18 次发布
|
|
56445
56330
|
|
|
56446
56331
|
发布时间:2022-12-13 10:37:12
|
|
@@ -62270,6 +62155,44 @@
|
|
|
62270
62155
|
|
|
62271
62156
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
62272
62157
|
|
|
62158
|
+
### 第 77 次发布
|
|
62159
|
+
|
|
62160
|
+
发布时间:2023-03-03 01:29:23
|
|
62161
|
+
|
|
62162
|
+
本次发布包含了以下内容:
|
|
62163
|
+
|
|
62164
|
+
改善已有的文档。
|
|
62165
|
+
|
|
62166
|
+
修改接口:
|
|
62167
|
+
|
|
62168
|
+
* [DescribePrometheusConfig](https://cloud.tencent.com/document/api/248/85705)
|
|
62169
|
+
|
|
62170
|
+
* 新增出参:Config, ServiceMonitors, PodMonitors, RawJobs
|
|
62171
|
+
|
|
62172
|
+
|
|
62173
|
+
### 第 76 次发布
|
|
62174
|
+
|
|
62175
|
+
发布时间:2023-03-02 10:45:52
|
|
62176
|
+
|
|
62177
|
+
本次发布包含了以下内容:
|
|
62178
|
+
|
|
62179
|
+
改善已有的文档。
|
|
62180
|
+
|
|
62181
|
+
新增数据结构:
|
|
62182
|
+
|
|
62183
|
+
* [DescribePolicyConditionListResponseDeprecatingInfo](https://cloud.tencent.com/document/api/248/30354#DescribePolicyConditionListResponseDeprecatingInfo)
|
|
62184
|
+
|
|
62185
|
+
修改数据结构:
|
|
62186
|
+
|
|
62187
|
+
* [AlarmPolicyCondition](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyCondition)
|
|
62188
|
+
|
|
62189
|
+
* 新增成员:ComplexExpression
|
|
62190
|
+
|
|
62191
|
+
* [DescribePolicyConditionListCondition](https://cloud.tencent.com/document/api/248/30354#DescribePolicyConditionListCondition)
|
|
62192
|
+
|
|
62193
|
+
* 新增成员:DeprecatingInfo
|
|
62194
|
+
|
|
62195
|
+
|
|
62273
62196
|
### 第 75 次发布
|
|
62274
62197
|
|
|
62275
62198
|
发布时间:2023-02-13 01:52:53
|
|
@@ -65663,103 +65586,103 @@
|
|
|
65663
65586
|
|
|
65664
65587
|
新增数据结构:
|
|
65665
65588
|
|
|
65666
|
-
* [
|
|
65667
|
-
* [
|
|
65668
|
-
* [
|
|
65669
|
-
* [
|
|
65670
|
-
* [
|
|
65671
|
-
* [
|
|
65672
|
-
* [
|
|
65673
|
-
* [
|
|
65674
|
-
* [
|
|
65675
|
-
* [
|
|
65676
|
-
* [
|
|
65677
|
-
* [
|
|
65678
|
-
* [
|
|
65679
|
-
* [
|
|
65680
|
-
* [
|
|
65681
|
-
* [
|
|
65682
|
-
* [
|
|
65683
|
-
* [
|
|
65684
|
-
* [
|
|
65685
|
-
* [
|
|
65686
|
-
* [
|
|
65687
|
-
* [
|
|
65688
|
-
* [
|
|
65689
|
-
* [
|
|
65690
|
-
* [
|
|
65691
|
-
* [
|
|
65692
|
-
* [
|
|
65693
|
-
* [
|
|
65694
|
-
* [
|
|
65695
|
-
* [
|
|
65696
|
-
* [
|
|
65697
|
-
* [
|
|
65698
|
-
* [
|
|
65699
|
-
* [
|
|
65700
|
-
* [
|
|
65701
|
-
* [
|
|
65702
|
-
* [
|
|
65703
|
-
* [
|
|
65704
|
-
* [
|
|
65705
|
-
* [
|
|
65706
|
-
* [
|
|
65707
|
-
* [
|
|
65708
|
-
* [
|
|
65709
|
-
* [
|
|
65710
|
-
* [
|
|
65711
|
-
* [
|
|
65712
|
-
* [
|
|
65713
|
-
* [
|
|
65714
|
-
* [
|
|
65715
|
-
* [
|
|
65716
|
-
* [
|
|
65717
|
-
* [
|
|
65718
|
-
* [
|
|
65719
|
-
* [
|
|
65720
|
-
* [
|
|
65721
|
-
* [
|
|
65722
|
-
* [
|
|
65723
|
-
* [
|
|
65724
|
-
* [
|
|
65725
|
-
* [
|
|
65726
|
-
* [
|
|
65727
|
-
* [
|
|
65728
|
-
* [
|
|
65729
|
-
* [
|
|
65730
|
-
* [
|
|
65731
|
-
* [
|
|
65732
|
-
* [
|
|
65733
|
-
* [
|
|
65734
|
-
* [
|
|
65735
|
-
* [
|
|
65736
|
-
* [
|
|
65737
|
-
* [
|
|
65738
|
-
* [
|
|
65739
|
-
* [
|
|
65740
|
-
* [
|
|
65741
|
-
* [
|
|
65742
|
-
* [
|
|
65743
|
-
* [
|
|
65744
|
-
* [
|
|
65745
|
-
* [
|
|
65746
|
-
* [
|
|
65747
|
-
* [
|
|
65748
|
-
* [
|
|
65749
|
-
* [
|
|
65750
|
-
* [
|
|
65751
|
-
* [
|
|
65752
|
-
* [
|
|
65753
|
-
* [
|
|
65754
|
-
* [
|
|
65755
|
-
* [
|
|
65756
|
-
* [
|
|
65757
|
-
* [
|
|
65758
|
-
* [
|
|
65759
|
-
* [
|
|
65760
|
-
* [
|
|
65761
|
-
* [
|
|
65762
|
-
* [
|
|
65589
|
+
* [AdmissionConditionBlock](https://cloud.tencent.com/document/api/1314/56230#AdmissionConditionBlock)
|
|
65590
|
+
* [AdmissionDiagnosisBlock](https://cloud.tencent.com/document/api/1314/56230#AdmissionDiagnosisBlock)
|
|
65591
|
+
* [BaseInfo](https://cloud.tencent.com/document/api/1314/56230#BaseInfo)
|
|
65592
|
+
* [BaseItem](https://cloud.tencent.com/document/api/1314/56230#BaseItem)
|
|
65593
|
+
* [BaseItem2](https://cloud.tencent.com/document/api/1314/56230#BaseItem2)
|
|
65594
|
+
* [BaseItem3](https://cloud.tencent.com/document/api/1314/56230#BaseItem3)
|
|
65595
|
+
* [BirthCert](https://cloud.tencent.com/document/api/1314/56230#BirthCert)
|
|
65596
|
+
* [BirthPlaceBlock](https://cloud.tencent.com/document/api/1314/56230#BirthPlaceBlock)
|
|
65597
|
+
* [BlockInfoV2](https://cloud.tencent.com/document/api/1314/56230#BlockInfoV2)
|
|
65598
|
+
* [BloodPressureBlock](https://cloud.tencent.com/document/api/1314/56230#BloodPressureBlock)
|
|
65599
|
+
* [BodyExaminationBlock](https://cloud.tencent.com/document/api/1314/56230#BodyExaminationBlock)
|
|
65600
|
+
* [BodyTemperatureBlock](https://cloud.tencent.com/document/api/1314/56230#BodyTemperatureBlock)
|
|
65601
|
+
* [ChiefComplaintBlock](https://cloud.tencent.com/document/api/1314/56230#ChiefComplaintBlock)
|
|
65602
|
+
* [ChiefComplaintDetailBlock](https://cloud.tencent.com/document/api/1314/56230#ChiefComplaintDetailBlock)
|
|
65603
|
+
* [ClinicalStaging](https://cloud.tencent.com/document/api/1314/56230#ClinicalStaging)
|
|
65604
|
+
* [Coord](https://cloud.tencent.com/document/api/1314/56230#Coord)
|
|
65605
|
+
* [CovidItem](https://cloud.tencent.com/document/api/1314/56230#CovidItem)
|
|
65606
|
+
* [CovidItemsInfo](https://cloud.tencent.com/document/api/1314/56230#CovidItemsInfo)
|
|
65607
|
+
* [DeathDateBlock](https://cloud.tencent.com/document/api/1314/56230#DeathDateBlock)
|
|
65608
|
+
* [DescInfo](https://cloud.tencent.com/document/api/1314/56230#DescInfo)
|
|
65609
|
+
* [DetailInformation](https://cloud.tencent.com/document/api/1314/56230#DetailInformation)
|
|
65610
|
+
* [DischargeConditionBlock](https://cloud.tencent.com/document/api/1314/56230#DischargeConditionBlock)
|
|
65611
|
+
* [DischargeDiagnosisBlock](https://cloud.tencent.com/document/api/1314/56230#DischargeDiagnosisBlock)
|
|
65612
|
+
* [DischargeInfoBlock](https://cloud.tencent.com/document/api/1314/56230#DischargeInfoBlock)
|
|
65613
|
+
* [DiseaseHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#DiseaseHistoryBlock)
|
|
65614
|
+
* [DiseasePresentBlock](https://cloud.tencent.com/document/api/1314/56230#DiseasePresentBlock)
|
|
65615
|
+
* [DosageBlock](https://cloud.tencent.com/document/api/1314/56230#DosageBlock)
|
|
65616
|
+
* [DrugHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#DrugHistoryBlock)
|
|
65617
|
+
* [DrugListBlock](https://cloud.tencent.com/document/api/1314/56230#DrugListBlock)
|
|
65618
|
+
* [Exame](https://cloud.tencent.com/document/api/1314/56230#Exame)
|
|
65619
|
+
* [EyeChildItem](https://cloud.tencent.com/document/api/1314/56230#EyeChildItem)
|
|
65620
|
+
* [EyeItem](https://cloud.tencent.com/document/api/1314/56230#EyeItem)
|
|
65621
|
+
* [EyeItemsInfo](https://cloud.tencent.com/document/api/1314/56230#EyeItemsInfo)
|
|
65622
|
+
* [FamilyHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#FamilyHistoryBlock)
|
|
65623
|
+
* [FertilityHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#FertilityHistoryBlock)
|
|
65624
|
+
* [Fetus](https://cloud.tencent.com/document/api/1314/56230#Fetus)
|
|
65625
|
+
* [FieldInfo](https://cloud.tencent.com/document/api/1314/56230#FieldInfo)
|
|
65626
|
+
* [Fp2NdItem](https://cloud.tencent.com/document/api/1314/56230#Fp2NdItem)
|
|
65627
|
+
* [GeneticHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#GeneticHistoryBlock)
|
|
65628
|
+
* [HistologyClass](https://cloud.tencent.com/document/api/1314/56230#HistologyClass)
|
|
65629
|
+
* [HistologyTypeV2](https://cloud.tencent.com/document/api/1314/56230#HistologyTypeV2)
|
|
65630
|
+
* [IHCBlock](https://cloud.tencent.com/document/api/1314/56230#IHCBlock)
|
|
65631
|
+
* [IHCV2](https://cloud.tencent.com/document/api/1314/56230#IHCV2)
|
|
65632
|
+
* [ImmunohistochemistryBlock](https://cloud.tencent.com/document/api/1314/56230#ImmunohistochemistryBlock)
|
|
65633
|
+
* [IndicatorItemV2](https://cloud.tencent.com/document/api/1314/56230#IndicatorItemV2)
|
|
65634
|
+
* [IndicatorV3](https://cloud.tencent.com/document/api/1314/56230#IndicatorV3)
|
|
65635
|
+
* [InvasiveV2](https://cloud.tencent.com/document/api/1314/56230#InvasiveV2)
|
|
65636
|
+
* [IssueInfo](https://cloud.tencent.com/document/api/1314/56230#IssueInfo)
|
|
65637
|
+
* [LastMenstrualPeriodBlock](https://cloud.tencent.com/document/api/1314/56230#LastMenstrualPeriodBlock)
|
|
65638
|
+
* [LymphNode](https://cloud.tencent.com/document/api/1314/56230#LymphNode)
|
|
65639
|
+
* [LymphTotal](https://cloud.tencent.com/document/api/1314/56230#LymphTotal)
|
|
65640
|
+
* [MainDiseaseHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#MainDiseaseHistoryBlock)
|
|
65641
|
+
* [Maternity](https://cloud.tencent.com/document/api/1314/56230#Maternity)
|
|
65642
|
+
* [MaternityDesc](https://cloud.tencent.com/document/api/1314/56230#MaternityDesc)
|
|
65643
|
+
* [MaternitySummary](https://cloud.tencent.com/document/api/1314/56230#MaternitySummary)
|
|
65644
|
+
* [MenstrualFlowBlock](https://cloud.tencent.com/document/api/1314/56230#MenstrualFlowBlock)
|
|
65645
|
+
* [MenstrualHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#MenstrualHistoryBlock)
|
|
65646
|
+
* [MenstrualHistoryDetailBlock](https://cloud.tencent.com/document/api/1314/56230#MenstrualHistoryDetailBlock)
|
|
65647
|
+
* [MenstrualPeriodBlock](https://cloud.tencent.com/document/api/1314/56230#MenstrualPeriodBlock)
|
|
65648
|
+
* [MenstruationOrNotBlock](https://cloud.tencent.com/document/api/1314/56230#MenstruationOrNotBlock)
|
|
65649
|
+
* [Molecular](https://cloud.tencent.com/document/api/1314/56230#Molecular)
|
|
65650
|
+
* [MolecularValue](https://cloud.tencent.com/document/api/1314/56230#MolecularValue)
|
|
65651
|
+
* [NeglistBlock](https://cloud.tencent.com/document/api/1314/56230#NeglistBlock)
|
|
65652
|
+
* [NeonatalInfo](https://cloud.tencent.com/document/api/1314/56230#NeonatalInfo)
|
|
65653
|
+
* [NumValue](https://cloud.tencent.com/document/api/1314/56230#NumValue)
|
|
65654
|
+
* [ObstetricalHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#ObstetricalHistoryBlock)
|
|
65655
|
+
* [OtherInfo](https://cloud.tencent.com/document/api/1314/56230#OtherInfo)
|
|
65656
|
+
* [PTNM](https://cloud.tencent.com/document/api/1314/56230#PTNM)
|
|
65657
|
+
* [PTNMBlock](https://cloud.tencent.com/document/api/1314/56230#PTNMBlock)
|
|
65658
|
+
* [ParagraphBlock](https://cloud.tencent.com/document/api/1314/56230#ParagraphBlock)
|
|
65659
|
+
* [ParentInfo](https://cloud.tencent.com/document/api/1314/56230#ParentInfo)
|
|
65660
|
+
* [PartDesc](https://cloud.tencent.com/document/api/1314/56230#PartDesc)
|
|
65661
|
+
* [PathologicalDiagnosisBlock](https://cloud.tencent.com/document/api/1314/56230#PathologicalDiagnosisBlock)
|
|
65662
|
+
* [PathologicalDiagnosisDetailBlock](https://cloud.tencent.com/document/api/1314/56230#PathologicalDiagnosisDetailBlock)
|
|
65663
|
+
* [PathologyV2](https://cloud.tencent.com/document/api/1314/56230#PathologyV2)
|
|
65664
|
+
* [PersonalHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#PersonalHistoryBlock)
|
|
65665
|
+
* [Point](https://cloud.tencent.com/document/api/1314/56230#Point)
|
|
65666
|
+
* [PoslistBlock](https://cloud.tencent.com/document/api/1314/56230#PoslistBlock)
|
|
65667
|
+
* [Rectangle](https://cloud.tencent.com/document/api/1314/56230#Rectangle)
|
|
65668
|
+
* [RelapseDateBlock](https://cloud.tencent.com/document/api/1314/56230#RelapseDateBlock)
|
|
65669
|
+
* [RelativeCancerHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#RelativeCancerHistoryBlock)
|
|
65670
|
+
* [RelativeHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#RelativeHistoryBlock)
|
|
65671
|
+
* [RelativeHistoryDetailBlock](https://cloud.tencent.com/document/api/1314/56230#RelativeHistoryDetailBlock)
|
|
65672
|
+
* [Report](https://cloud.tencent.com/document/api/1314/56230#Report)
|
|
65673
|
+
* [ReportTypeVersion](https://cloud.tencent.com/document/api/1314/56230#ReportTypeVersion)
|
|
65674
|
+
* [ResultInfo](https://cloud.tencent.com/document/api/1314/56230#ResultInfo)
|
|
65675
|
+
* [SmokeHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#SmokeHistoryBlock)
|
|
65676
|
+
* [SummaryInfo](https://cloud.tencent.com/document/api/1314/56230#SummaryInfo)
|
|
65677
|
+
* [SurgeryConditionBlock](https://cloud.tencent.com/document/api/1314/56230#SurgeryConditionBlock)
|
|
65678
|
+
* [SurgeryHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#SurgeryHistoryBlock)
|
|
65679
|
+
* [SurgeryListBlock](https://cloud.tencent.com/document/api/1314/56230#SurgeryListBlock)
|
|
65680
|
+
* [TableIndicators](https://cloud.tencent.com/document/api/1314/56230#TableIndicators)
|
|
65681
|
+
* [TimelineEvent](https://cloud.tencent.com/document/api/1314/56230#TimelineEvent)
|
|
65682
|
+
* [TimelineInformation](https://cloud.tencent.com/document/api/1314/56230#TimelineInformation)
|
|
65683
|
+
* [TransfusionHistoryBlock](https://cloud.tencent.com/document/api/1314/56230#TransfusionHistoryBlock)
|
|
65684
|
+
* [TreatmentRecordBlock](https://cloud.tencent.com/document/api/1314/56230#TreatmentRecordBlock)
|
|
65685
|
+
* [ValueBlock](https://cloud.tencent.com/document/api/1314/56230#ValueBlock)
|
|
65763
65686
|
|
|
65764
65687
|
修改数据结构:
|
|
65765
65688
|
|
|
@@ -71483,6 +71406,19 @@
|
|
|
71483
71406
|
|
|
71484
71407
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
71485
71408
|
|
|
71409
|
+
### 第 61 次发布
|
|
71410
|
+
|
|
71411
|
+
发布时间:2023-03-03 01:39:15
|
|
71412
|
+
|
|
71413
|
+
本次发布包含了以下内容:
|
|
71414
|
+
|
|
71415
|
+
改善已有的文档。
|
|
71416
|
+
|
|
71417
|
+
新增接口:
|
|
71418
|
+
|
|
71419
|
+
* [DescribeBackupDownloadRestriction](https://cloud.tencent.com/document/api/239/87742)
|
|
71420
|
+
* [ModifyBackupDownloadRestriction](https://cloud.tencent.com/document/api/239/87741)
|
|
71421
|
+
|
|
71486
71422
|
### 第 60 次发布
|
|
71487
71423
|
|
|
71488
71424
|
发布时间:2023-02-23 01:48:21
|
|
@@ -82056,6 +81992,18 @@
|
|
|
82056
81992
|
|
|
82057
81993
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
82058
81994
|
|
|
81995
|
+
### 第 52 次发布
|
|
81996
|
+
|
|
81997
|
+
发布时间:2023-03-03 01:45:06
|
|
81998
|
+
|
|
81999
|
+
本次发布包含了以下内容:
|
|
82000
|
+
|
|
82001
|
+
改善已有的文档。
|
|
82002
|
+
|
|
82003
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
82004
|
+
|
|
82005
|
+
* DescribeInstanceAll
|
|
82006
|
+
|
|
82059
82007
|
### 第 51 次发布
|
|
82060
82008
|
|
|
82061
82009
|
发布时间:2023-02-22 01:48:37
|
|
@@ -95371,6 +95319,37 @@
|
|
|
95371
95319
|
|
|
95372
95320
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
95373
95321
|
|
|
95322
|
+
### 第 48 次发布
|
|
95323
|
+
|
|
95324
|
+
发布时间:2023-03-06 02:10:52
|
|
95325
|
+
|
|
95326
|
+
本次发布包含了以下内容:
|
|
95327
|
+
|
|
95328
|
+
改善已有的文档。
|
|
95329
|
+
|
|
95330
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
95331
|
+
|
|
95332
|
+
* DescribeExternalTrtcMeasure
|
|
95333
|
+
|
|
95334
|
+
### 第 47 次发布
|
|
95335
|
+
|
|
95336
|
+
发布时间:2023-03-03 01:57:42
|
|
95337
|
+
|
|
95338
|
+
本次发布包含了以下内容:
|
|
95339
|
+
|
|
95340
|
+
改善已有的文档。
|
|
95341
|
+
|
|
95342
|
+
修改数据结构:
|
|
95343
|
+
|
|
95344
|
+
* [McuLayoutVolume](https://cloud.tencent.com/document/api/647/44055#McuLayoutVolume)
|
|
95345
|
+
|
|
95346
|
+
* 新增成员:Interval, FollowIdr
|
|
95347
|
+
|
|
95348
|
+
* [McuPassThrough](https://cloud.tencent.com/document/api/647/44055#McuPassThrough)
|
|
95349
|
+
|
|
95350
|
+
* 新增成员:Interval, FollowIdr
|
|
95351
|
+
|
|
95352
|
+
|
|
95374
95353
|
### 第 46 次发布
|
|
95375
95354
|
|
|
95376
95355
|
发布时间:2023-02-21 02:18:14
|
|
@@ -99856,6 +99835,25 @@
|
|
|
99856
99835
|
|
|
99857
99836
|
## 云点播(vod) 版本:2018-07-17
|
|
99858
99837
|
|
|
99838
|
+
### 第 143 次发布
|
|
99839
|
+
|
|
99840
|
+
发布时间:2023-03-03 01:59:32
|
|
99841
|
+
|
|
99842
|
+
本次发布包含了以下内容:
|
|
99843
|
+
|
|
99844
|
+
改善已有的文档。
|
|
99845
|
+
|
|
99846
|
+
新增数据结构:
|
|
99847
|
+
|
|
99848
|
+
* [MediaSubStreamInfoItem](https://cloud.tencent.com/document/api/266/31773#MediaSubStreamInfoItem)
|
|
99849
|
+
|
|
99850
|
+
修改数据结构:
|
|
99851
|
+
|
|
99852
|
+
* [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
|
|
99853
|
+
|
|
99854
|
+
* 新增成员:SubStreamSet
|
|
99855
|
+
|
|
99856
|
+
|
|
99859
99857
|
### 第 142 次发布
|
|
99860
99858
|
|
|
99861
99859
|
发布时间:2023-02-17 06:48:43
|
|
@@ -107039,6 +107037,18 @@
|
|
|
107039
107037
|
|
|
107040
107038
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
107041
107039
|
|
|
107040
|
+
### 第 24 次发布
|
|
107041
|
+
|
|
107042
|
+
发布时间:2023-03-03 02:02:13
|
|
107043
|
+
|
|
107044
|
+
本次发布包含了以下内容:
|
|
107045
|
+
|
|
107046
|
+
改善已有的文档。
|
|
107047
|
+
|
|
107048
|
+
新增接口:
|
|
107049
|
+
|
|
107050
|
+
* [DescribeAttackOverview](https://cloud.tencent.com/document/api/627/87744)
|
|
107051
|
+
|
|
107042
107052
|
### 第 23 次发布
|
|
107043
107053
|
|
|
107044
107054
|
发布时间:2023-02-06 02:56:05
|