tencentcloud-sdk-nodejs-chdfs 4.0.433 → 4.0.434

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +125 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,128 @@
1
+ # Release 4.0.434
2
+
3
+ ## 弹性伸缩(as) 版本:2018-04-19
4
+
5
+ ### 第 56 次发布
6
+
7
+ 发布时间:2022-09-01 06:08:45
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)
16
+
17
+ * <font color="#dd0000">**修改成员**:</font>Parameters
18
+
19
+
20
+
21
+
22
+ ## 全球应用加速(gaap) 版本:2018-05-29
23
+
24
+ ### 第 36 次发布
25
+
26
+ 发布时间:2022-09-01 06:29:26
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改数据结构:
33
+
34
+ * [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
35
+
36
+ * 新增成员:Http3Supported
37
+
38
+
39
+
40
+
41
+ ## 容器服务(tke) 版本:2018-05-25
42
+
43
+ ### 第 120 次发布
44
+
45
+ 发布时间:2022-09-01 06:53:50
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改数据结构:
52
+
53
+ * [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
54
+
55
+ * 新增成员:RuntimeVersion
56
+
57
+
58
+
59
+
60
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
61
+
62
+ ### 第 3 次发布
63
+
64
+ 发布时间:2022-09-01 06:55:12
65
+
66
+ 本次发布包含了以下内容:
67
+
68
+ 改善已有的文档。
69
+
70
+ 修改接口:
71
+
72
+ * [CreateTraceData](https://cloud.tencent.com/document/api/1458/75023)
73
+
74
+ * 新增入参:Status, PhaseData
75
+
76
+ * [ModifyTraceData](https://cloud.tencent.com/document/api/1458/75003)
77
+
78
+ * 新增入参:PhaseData
79
+
80
+
81
+ 新增数据结构:
82
+
83
+ * [PhaseData](https://cloud.tencent.com/document/api/1458/75030#PhaseData)
84
+
85
+ 修改数据结构:
86
+
87
+ * [TraceItem](https://cloud.tencent.com/document/api/1458/75030#TraceItem)
88
+
89
+ * 新增成员:Key
90
+
91
+
92
+
93
+
94
+ ## 云点播(vod) 版本:2018-07-17
95
+
96
+ ### 第 117 次发布
97
+
98
+ 发布时间:2022-09-01 06:57:37
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 修改接口:
105
+
106
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
107
+
108
+ * 新增出参:ReviewAudioVideoTask
109
+
110
+
111
+ 新增数据结构:
112
+
113
+ * [ReviewAudioVideoSegmentItem](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoSegmentItem)
114
+ * [ReviewAudioVideoTask](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTask)
115
+ * [ReviewAudioVideoTaskOutput](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTaskOutput)
116
+
117
+ 修改数据结构:
118
+
119
+ * [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
120
+
121
+ * 新增成员:ReviewAudioVideoCompleteEvent
122
+
123
+
124
+
125
+
1
126
  # Release 4.0.433
2
127
 
3
128
  ## 弹性伸缩(as) 版本:2018-04-19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-chdfs",
3
- "version": "4.0.433",
3
+ "version": "4.0.434",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {