tencentcloud-sdk-nodejs 4.0.626 → 4.0.627
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 +144 -0
- package/SERVICE_CHANGELOG.md +192 -170
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +18 -6
- package/src/services/cdb/v20170320/cdb_models.ts +28 -0
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +13 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +33 -0
- package/src/services/emr/v20190103/emr_models.ts +2 -2
- package/src/services/ocr/v20181119/ocr_models.ts +2 -2
- package/src/services/tbp/v20190311/tbp_models.ts +5 -5
- package/src/services/vod/v20180717/vod_client.ts +127 -41
- package/src/services/vod/v20180717/vod_models.ts +939 -164
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +13 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +87 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +7 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +9 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +26 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +30 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
- package/tencentcloud/services/tbp/v20190311/tbp_models.d.ts +5 -5
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +33 -13
- package/tencentcloud/services/vod/v20180717/vod_client.js +47 -17
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +909 -170
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +5 -1
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +6 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +84 -0
- package/test/cdb.v20170320.test.js +12 -2
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/vod.v20180717.test.js +66 -16
- package/test/yinsuda.v20220527.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,147 @@
|
|
|
1
|
+
# Release 4.0.627
|
|
2
|
+
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
|
+
|
|
5
|
+
### 第 133 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-06-22 01:12:14
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CreateDatabase](https://cloud.tencent.com/document/api/236/94238)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
20
|
+
|
|
21
|
+
### 第 57 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2023-06-22 01:22:32
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [DescribeProxySpecs](https://cloud.tencent.com/document/api/1003/94241)
|
|
32
|
+
|
|
33
|
+
新增数据结构:
|
|
34
|
+
|
|
35
|
+
* [ProxySpec](https://cloud.tencent.com/document/api/1003/48097#ProxySpec)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## 腾讯智能对话平台(tbp) 版本:2019-06-27
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 腾讯智能对话平台(tbp) 版本:2019-03-11
|
|
44
|
+
|
|
45
|
+
### 第 6 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2023-06-22 01:50:05
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改数据结构:
|
|
54
|
+
|
|
55
|
+
* [ResponseMessage](https://cloud.tencent.com/document/api/1060/34559#ResponseMessage)
|
|
56
|
+
|
|
57
|
+
* <font color="#dd0000">**修改成员**:</font>GroupList
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 云点播(vod) 版本:2018-07-17
|
|
63
|
+
|
|
64
|
+
### 第 159 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2023-06-22 02:01:05
|
|
67
|
+
|
|
68
|
+
本次发布包含了以下内容:
|
|
69
|
+
|
|
70
|
+
改善已有的文档。
|
|
71
|
+
|
|
72
|
+
新增接口:
|
|
73
|
+
|
|
74
|
+
* [CreateQualityInspectTemplate](https://cloud.tencent.com/document/api/266/94246)
|
|
75
|
+
* [DeleteQualityInspectTemplate](https://cloud.tencent.com/document/api/266/94245)
|
|
76
|
+
* [DescribeQualityInspectTemplates](https://cloud.tencent.com/document/api/266/94244)
|
|
77
|
+
* [InspectMediaQuality](https://cloud.tencent.com/document/api/266/94242)
|
|
78
|
+
* [ModifyQualityInspectTemplate](https://cloud.tencent.com/document/api/266/94243)
|
|
79
|
+
|
|
80
|
+
修改接口:
|
|
81
|
+
|
|
82
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
83
|
+
|
|
84
|
+
* 新增出参:QualityInspectTask
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
新增数据结构:
|
|
88
|
+
|
|
89
|
+
* [AbnormalLightingConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AbnormalLightingConfigureInfo)
|
|
90
|
+
* [AbnormalLightingConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AbnormalLightingConfigureInfoForUpdate)
|
|
91
|
+
* [BlackWhiteEdgeConfigureInfo](https://cloud.tencent.com/document/api/266/31773#BlackWhiteEdgeConfigureInfo)
|
|
92
|
+
* [BlackWhiteEdgeConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#BlackWhiteEdgeConfigureInfoForUpdate)
|
|
93
|
+
* [BlurConfigureInfo](https://cloud.tencent.com/document/api/266/31773#BlurConfigureInfo)
|
|
94
|
+
* [BlurConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#BlurConfigureInfoForUpdate)
|
|
95
|
+
* [CrashScreenConfigureInfo](https://cloud.tencent.com/document/api/266/31773#CrashScreenConfigureInfo)
|
|
96
|
+
* [CrashScreenConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#CrashScreenConfigureInfoForUpdate)
|
|
97
|
+
* [JitterConfigureInfo](https://cloud.tencent.com/document/api/266/31773#JitterConfigureInfo)
|
|
98
|
+
* [JitterConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#JitterConfigureInfoForUpdate)
|
|
99
|
+
* [MosaicConfigureInfo](https://cloud.tencent.com/document/api/266/31773#MosaicConfigureInfo)
|
|
100
|
+
* [MosaicConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#MosaicConfigureInfoForUpdate)
|
|
101
|
+
* [NoiseConfigureInfo](https://cloud.tencent.com/document/api/266/31773#NoiseConfigureInfo)
|
|
102
|
+
* [NoiseConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#NoiseConfigureInfoForUpdate)
|
|
103
|
+
* [QRCodeConfigureInfo](https://cloud.tencent.com/document/api/266/31773#QRCodeConfigureInfo)
|
|
104
|
+
* [QRCodeConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#QRCodeConfigureInfoForUpdate)
|
|
105
|
+
* [QualityEvaluationConfigureInfo](https://cloud.tencent.com/document/api/266/31773#QualityEvaluationConfigureInfo)
|
|
106
|
+
* [QualityEvaluationConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#QualityEvaluationConfigureInfoForUpdate)
|
|
107
|
+
* [QualityInspectItem](https://cloud.tencent.com/document/api/266/31773#QualityInspectItem)
|
|
108
|
+
* [QualityInspectResultItem](https://cloud.tencent.com/document/api/266/31773#QualityInspectResultItem)
|
|
109
|
+
* [QualityInspectTask](https://cloud.tencent.com/document/api/266/31773#QualityInspectTask)
|
|
110
|
+
* [QualityInspectTaskInput](https://cloud.tencent.com/document/api/266/31773#QualityInspectTaskInput)
|
|
111
|
+
* [QualityInspectTaskOutput](https://cloud.tencent.com/document/api/266/31773#QualityInspectTaskOutput)
|
|
112
|
+
* [QualityInspectTemplateItem](https://cloud.tencent.com/document/api/266/31773#QualityInspectTemplateItem)
|
|
113
|
+
* [VoiceConfigureInfo](https://cloud.tencent.com/document/api/266/31773#VoiceConfigureInfo)
|
|
114
|
+
* [VoiceConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#VoiceConfigureInfoForUpdate)
|
|
115
|
+
|
|
116
|
+
修改数据结构:
|
|
117
|
+
|
|
118
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
119
|
+
|
|
120
|
+
* 新增成员:QualityInspectCompleteEvent
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
126
|
+
|
|
127
|
+
### 第 16 次发布
|
|
128
|
+
|
|
129
|
+
发布时间:2023-06-22 02:06:43
|
|
130
|
+
|
|
131
|
+
本次发布包含了以下内容:
|
|
132
|
+
|
|
133
|
+
改善已有的文档。
|
|
134
|
+
|
|
135
|
+
新增接口:
|
|
136
|
+
|
|
137
|
+
* [DescribeKTVMusicAccompanySegmentUrl](https://cloud.tencent.com/document/api/1592/94247)
|
|
138
|
+
|
|
139
|
+
新增数据结构:
|
|
140
|
+
|
|
141
|
+
* [KTVOtherSegments](https://cloud.tencent.com/document/api/1592/76191#KTVOtherSegments)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
1
145
|
# Release 4.0.626
|
|
2
146
|
|
|
3
147
|
## 应用性能监控(apm) 版本:2021-06-22
|