tencentcloud-sdk-nodejs 4.0.397 → 4.0.398
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 +163 -0
- package/SERVICE_CHANGELOG.md +234 -43
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +181 -57
- package/src/services/bma/v20210624/bma_models.ts +650 -20
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cat/v20180409/cat_client.ts +15 -2
- package/src/services/cat/v20180409/cat_models.ts +222 -90
- package/src/services/cfw/v20190904/cfw_client.ts +1 -1
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/eis/index.ts +2 -2
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotvideo/index.ts +4 -4
- package/src/services/irp/v20220324/irp_models.ts +18 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/organization/index.ts +2 -2
- package/src/services/sms/index.ts +2 -2
- package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
- package/src/services/tem/index.ts +2 -2
- package/src/services/tem/v20210701/tem_client.ts +17 -2
- package/src/services/tem/v20210701/tem_models.ts +536 -33
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +27 -4
- package/src/services/trtc/v20190722/trtc_client.ts +130 -57
- package/src/services/trtc/v20190722/trtc_models.ts +1532 -900
- package/src/services/tsw/index.ts +2 -2
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +61 -21
- package/tencentcloud/services/bma/v20210624/bma_client.js +90 -30
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +533 -6
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +5 -1
- package/tencentcloud/services/cat/v20180409/cat_client.js +6 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +193 -79
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/irp/v20220324/irp_models.d.ts +17 -1
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +448 -29
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +23 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +28 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +35 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1365 -828
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/bma.v20210624.test.js +120 -20
- package/test/cat.v20180409.test.js +10 -0
- package/test/tem.v20210701.test.js +10 -0
- package/test/trtc.v20190722.test.js +40 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,166 @@
|
|
|
1
|
+
# Release 4.0.398
|
|
2
|
+
|
|
3
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
4
|
+
|
|
5
|
+
### 第 4 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-02 06:05:09
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CreateBPFakeURL](https://cloud.tencent.com/document/api/1296/78237)
|
|
16
|
+
* [CreateBPFalseTicket](https://cloud.tencent.com/document/api/1296/78236)
|
|
17
|
+
* [CreateBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78235)
|
|
18
|
+
* [CreateBPOfflineTicket](https://cloud.tencent.com/document/api/1296/78234)
|
|
19
|
+
* [CreateBPProtectURLs](https://cloud.tencent.com/document/api/1296/78233)
|
|
20
|
+
* [DescribeBPCompanyInfo](https://cloud.tencent.com/document/api/1296/78232)
|
|
21
|
+
* [DescribeBPFakeURLs](https://cloud.tencent.com/document/api/1296/78231)
|
|
22
|
+
* [DescribeBPProtectURLs](https://cloud.tencent.com/document/api/1296/78230)
|
|
23
|
+
* [DescribeBPReportFakeURLs](https://cloud.tencent.com/document/api/1296/78229)
|
|
24
|
+
* [ModifyBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78228)
|
|
25
|
+
|
|
26
|
+
新增数据结构:
|
|
27
|
+
|
|
28
|
+
* [BrandData](https://cloud.tencent.com/document/api/1296/78030#BrandData)
|
|
29
|
+
* [FakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#FakeURLInfo)
|
|
30
|
+
* [ProtectURLInfo](https://cloud.tencent.com/document/api/1296/78030#ProtectURLInfo)
|
|
31
|
+
* [ReportFakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#ReportFakeURLInfo)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
36
|
+
|
|
37
|
+
### 第 11 次发布
|
|
38
|
+
|
|
39
|
+
发布时间:2022-08-02 06:06:56
|
|
40
|
+
|
|
41
|
+
本次发布包含了以下内容:
|
|
42
|
+
|
|
43
|
+
改善已有的文档。
|
|
44
|
+
|
|
45
|
+
新增接口:
|
|
46
|
+
|
|
47
|
+
* [DescribeNodes](https://cloud.tencent.com/document/api/280/78238)
|
|
48
|
+
|
|
49
|
+
新增数据结构:
|
|
50
|
+
|
|
51
|
+
* [NodeDefineExt](https://cloud.tencent.com/document/api/280/40931#NodeDefineExt)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
56
|
+
|
|
57
|
+
### 第 6 次发布
|
|
58
|
+
|
|
59
|
+
发布时间:2022-08-02 06:31:39
|
|
60
|
+
|
|
61
|
+
本次发布包含了以下内容:
|
|
62
|
+
|
|
63
|
+
改善已有的文档。
|
|
64
|
+
|
|
65
|
+
修改数据结构:
|
|
66
|
+
|
|
67
|
+
* [EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)
|
|
68
|
+
|
|
69
|
+
* 新增成员:SubnetIds
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
75
|
+
|
|
76
|
+
### 第 22 次发布
|
|
77
|
+
|
|
78
|
+
发布时间:2022-08-02 06:33:46
|
|
79
|
+
|
|
80
|
+
本次发布包含了以下内容:
|
|
81
|
+
|
|
82
|
+
改善已有的文档。
|
|
83
|
+
|
|
84
|
+
新增接口:
|
|
85
|
+
|
|
86
|
+
* [DescribeApplicationInfo](https://cloud.tencent.com/document/api/1371/78239)
|
|
87
|
+
|
|
88
|
+
新增数据结构:
|
|
89
|
+
|
|
90
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1371/60171#NodeInfo)
|
|
91
|
+
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
92
|
+
* [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
101
|
+
|
|
102
|
+
### 第 114 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2022-08-02 06:35:11
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
109
|
+
|
|
110
|
+
修改接口:
|
|
111
|
+
|
|
112
|
+
* [DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)
|
|
113
|
+
|
|
114
|
+
* 新增入参:ScriptVersion
|
|
115
|
+
|
|
116
|
+
* 新增出参:ScriptVersion
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
修改数据结构:
|
|
120
|
+
|
|
121
|
+
* [EdgeClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#EdgeClusterAdvancedSettings)
|
|
122
|
+
|
|
123
|
+
* 新增成员:Runtime, ProxyMode
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
129
|
+
|
|
130
|
+
### 第 36 次发布
|
|
131
|
+
|
|
132
|
+
发布时间:2022-08-02 06:36:18
|
|
133
|
+
|
|
134
|
+
本次发布包含了以下内容:
|
|
135
|
+
|
|
136
|
+
改善已有的文档。
|
|
137
|
+
|
|
138
|
+
新增接口:
|
|
139
|
+
|
|
140
|
+
* [CreateCloudRecording](https://cloud.tencent.com/document/api/647/73786)
|
|
141
|
+
* [DeleteCloudRecording](https://cloud.tencent.com/document/api/647/73785)
|
|
142
|
+
* [DescribeCloudRecording](https://cloud.tencent.com/document/api/647/73784)
|
|
143
|
+
* [ModifyCloudRecording](https://cloud.tencent.com/document/api/647/73783)
|
|
144
|
+
|
|
145
|
+
新增数据结构:
|
|
146
|
+
|
|
147
|
+
* [AudioParams](https://cloud.tencent.com/document/api/647/44055#AudioParams)
|
|
148
|
+
* [CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage)
|
|
149
|
+
* [CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod)
|
|
150
|
+
* [MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout)
|
|
151
|
+
* [MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams)
|
|
152
|
+
* [MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams)
|
|
153
|
+
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
154
|
+
* [StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile)
|
|
155
|
+
* [StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams)
|
|
156
|
+
* [SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds)
|
|
157
|
+
* [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
|
|
158
|
+
* [VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams)
|
|
159
|
+
* [WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark)
|
|
160
|
+
* [WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
1
164
|
# Release 4.0.397
|
|
2
165
|
|
|
3
166
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 4 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-02 06:05:09
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,34 +12,51 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateBPFakeURL](https://cloud.tencent.com/document/api/1296/78237)
|
|
16
|
+
* [CreateBPFalseTicket](https://cloud.tencent.com/document/api/1296/78236)
|
|
17
|
+
* [CreateBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78235)
|
|
18
|
+
* [CreateBPOfflineTicket](https://cloud.tencent.com/document/api/1296/78234)
|
|
19
|
+
* [CreateBPProtectURLs](https://cloud.tencent.com/document/api/1296/78233)
|
|
20
|
+
* [DescribeBPCompanyInfo](https://cloud.tencent.com/document/api/1296/78232)
|
|
21
|
+
* [DescribeBPFakeURLs](https://cloud.tencent.com/document/api/1296/78231)
|
|
22
|
+
* [DescribeBPProtectURLs](https://cloud.tencent.com/document/api/1296/78230)
|
|
23
|
+
* [DescribeBPReportFakeURLs](https://cloud.tencent.com/document/api/1296/78229)
|
|
24
|
+
* [ModifyBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78228)
|
|
16
25
|
|
|
26
|
+
新增数据结构:
|
|
17
27
|
|
|
28
|
+
* [BrandData](https://cloud.tencent.com/document/api/1296/78030#BrandData)
|
|
29
|
+
* [FakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#FakeURLInfo)
|
|
30
|
+
* [ProtectURLInfo](https://cloud.tencent.com/document/api/1296/78030#ProtectURLInfo)
|
|
31
|
+
* [ReportFakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#ReportFakeURLInfo)
|
|
18
32
|
|
|
19
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
20
33
|
|
|
21
|
-
### 第 26 次发布
|
|
22
34
|
|
|
23
|
-
|
|
35
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
36
|
+
|
|
37
|
+
### 第 11 次发布
|
|
38
|
+
|
|
39
|
+
发布时间:2022-08-02 06:06:56
|
|
24
40
|
|
|
25
41
|
本次发布包含了以下内容:
|
|
26
42
|
|
|
27
43
|
改善已有的文档。
|
|
28
44
|
|
|
29
|
-
|
|
45
|
+
新增接口:
|
|
30
46
|
|
|
31
|
-
* [
|
|
47
|
+
* [DescribeNodes](https://cloud.tencent.com/document/api/280/78238)
|
|
32
48
|
|
|
33
|
-
|
|
49
|
+
新增数据结构:
|
|
34
50
|
|
|
51
|
+
* [NodeDefineExt](https://cloud.tencent.com/document/api/280/40931#NodeDefineExt)
|
|
35
52
|
|
|
36
53
|
|
|
37
54
|
|
|
38
|
-
##
|
|
55
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
39
56
|
|
|
40
|
-
### 第
|
|
57
|
+
### 第 6 次发布
|
|
41
58
|
|
|
42
|
-
发布时间:2022-08-
|
|
59
|
+
发布时间:2022-08-02 06:31:39
|
|
43
60
|
|
|
44
61
|
本次发布包含了以下内容:
|
|
45
62
|
|
|
@@ -47,18 +64,18 @@
|
|
|
47
64
|
|
|
48
65
|
修改数据结构:
|
|
49
66
|
|
|
50
|
-
* [
|
|
67
|
+
* [EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)
|
|
51
68
|
|
|
52
|
-
* 新增成员:
|
|
69
|
+
* 新增成员:SubnetIds
|
|
53
70
|
|
|
54
71
|
|
|
55
72
|
|
|
56
73
|
|
|
57
|
-
##
|
|
74
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
58
75
|
|
|
59
|
-
### 第
|
|
76
|
+
### 第 22 次发布
|
|
60
77
|
|
|
61
|
-
发布时间:2022-08-
|
|
78
|
+
发布时间:2022-08-02 06:33:46
|
|
62
79
|
|
|
63
80
|
本次发布包含了以下内容:
|
|
64
81
|
|
|
@@ -66,40 +83,81 @@
|
|
|
66
83
|
|
|
67
84
|
新增接口:
|
|
68
85
|
|
|
69
|
-
* [
|
|
86
|
+
* [DescribeApplicationInfo](https://cloud.tencent.com/document/api/1371/78239)
|
|
70
87
|
|
|
71
88
|
新增数据结构:
|
|
72
89
|
|
|
73
|
-
* [
|
|
90
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1371/60171#NodeInfo)
|
|
91
|
+
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
92
|
+
* [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
|
|
74
93
|
|
|
75
94
|
|
|
76
95
|
|
|
77
|
-
## 弹性微服务(tem) 版本:
|
|
96
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
78
97
|
|
|
79
|
-
### 第 21 次发布
|
|
80
98
|
|
|
81
|
-
|
|
99
|
+
|
|
100
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
101
|
+
|
|
102
|
+
### 第 114 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2022-08-02 06:35:11
|
|
82
105
|
|
|
83
106
|
本次发布包含了以下内容:
|
|
84
107
|
|
|
85
108
|
改善已有的文档。
|
|
86
109
|
|
|
87
|
-
|
|
110
|
+
修改接口:
|
|
88
111
|
|
|
89
|
-
* [
|
|
90
|
-
* [DescribeEnvironmentStatus](https://cloud.tencent.com/document/api/1371/78168)
|
|
112
|
+
* [DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)
|
|
91
113
|
|
|
92
|
-
|
|
114
|
+
* 新增入参:ScriptVersion
|
|
93
115
|
|
|
94
|
-
*
|
|
95
|
-
* [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
|
|
96
|
-
* [TemEnvironmentStartingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStartingStatus)
|
|
97
|
-
* [TemEnvironmentStoppingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStoppingStatus)
|
|
98
|
-
* [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
|
|
116
|
+
* 新增出参:ScriptVersion
|
|
99
117
|
|
|
100
118
|
|
|
119
|
+
修改数据结构:
|
|
120
|
+
|
|
121
|
+
* [EdgeClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#EdgeClusterAdvancedSettings)
|
|
122
|
+
|
|
123
|
+
* 新增成员:Runtime, ProxyMode
|
|
124
|
+
|
|
101
125
|
|
|
102
|
-
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
129
|
+
|
|
130
|
+
### 第 36 次发布
|
|
131
|
+
|
|
132
|
+
发布时间:2022-08-02 06:36:18
|
|
133
|
+
|
|
134
|
+
本次发布包含了以下内容:
|
|
135
|
+
|
|
136
|
+
改善已有的文档。
|
|
137
|
+
|
|
138
|
+
新增接口:
|
|
139
|
+
|
|
140
|
+
* [CreateCloudRecording](https://cloud.tencent.com/document/api/647/73786)
|
|
141
|
+
* [DeleteCloudRecording](https://cloud.tencent.com/document/api/647/73785)
|
|
142
|
+
* [DescribeCloudRecording](https://cloud.tencent.com/document/api/647/73784)
|
|
143
|
+
* [ModifyCloudRecording](https://cloud.tencent.com/document/api/647/73783)
|
|
144
|
+
|
|
145
|
+
新增数据结构:
|
|
146
|
+
|
|
147
|
+
* [AudioParams](https://cloud.tencent.com/document/api/647/44055#AudioParams)
|
|
148
|
+
* [CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage)
|
|
149
|
+
* [CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod)
|
|
150
|
+
* [MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout)
|
|
151
|
+
* [MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams)
|
|
152
|
+
* [MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams)
|
|
153
|
+
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
154
|
+
* [StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile)
|
|
155
|
+
* [StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams)
|
|
156
|
+
* [SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds)
|
|
157
|
+
* [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
|
|
158
|
+
* [VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams)
|
|
159
|
+
* [WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark)
|
|
160
|
+
* [WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage)
|
|
103
161
|
|
|
104
162
|
|
|
105
163
|
|
|
@@ -7461,6 +7519,34 @@
|
|
|
7461
7519
|
|
|
7462
7520
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7463
7521
|
|
|
7522
|
+
### 第 4 次发布
|
|
7523
|
+
|
|
7524
|
+
发布时间:2022-08-02 06:05:09
|
|
7525
|
+
|
|
7526
|
+
本次发布包含了以下内容:
|
|
7527
|
+
|
|
7528
|
+
改善已有的文档。
|
|
7529
|
+
|
|
7530
|
+
新增接口:
|
|
7531
|
+
|
|
7532
|
+
* [[CreateBPFakeURL](https://cloud.tencent.com/document/api/1296/78237)](https://cloud.tencent.com/document/api/#/#)
|
|
7533
|
+
* [[CreateBPFalseTicket](https://cloud.tencent.com/document/api/1296/78236)](https://cloud.tencent.com/document/api/#/#)
|
|
7534
|
+
* [[CreateBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78235)](https://cloud.tencent.com/document/api/#/#)
|
|
7535
|
+
* [[CreateBPOfflineTicket](https://cloud.tencent.com/document/api/1296/78234)](https://cloud.tencent.com/document/api/#/#)
|
|
7536
|
+
* [[CreateBPProtectURLs](https://cloud.tencent.com/document/api/1296/78233)](https://cloud.tencent.com/document/api/#/#)
|
|
7537
|
+
* [[DescribeBPCompanyInfo](https://cloud.tencent.com/document/api/1296/78232)](https://cloud.tencent.com/document/api/#/#)
|
|
7538
|
+
* [[DescribeBPFakeURLs](https://cloud.tencent.com/document/api/1296/78231)](https://cloud.tencent.com/document/api/#/#)
|
|
7539
|
+
* [[DescribeBPProtectURLs](https://cloud.tencent.com/document/api/1296/78230)](https://cloud.tencent.com/document/api/#/#)
|
|
7540
|
+
* [[DescribeBPReportFakeURLs](https://cloud.tencent.com/document/api/1296/78229)](https://cloud.tencent.com/document/api/#/#)
|
|
7541
|
+
* [[ModifyBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78228)](https://cloud.tencent.com/document/api/#/#)
|
|
7542
|
+
|
|
7543
|
+
新增数据结构:
|
|
7544
|
+
|
|
7545
|
+
* [[BrandData](https://cloud.tencent.com/document/api/1296/78030#BrandData)](https://cloud.tencent.com/document/api/1296/78030#[BrandData](https://cloud.tencent.com/document/api/1296/78030#BrandData))
|
|
7546
|
+
* [[FakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#FakeURLInfo)](https://cloud.tencent.com/document/api/1296/78030#[FakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#FakeURLInfo))
|
|
7547
|
+
* [[ProtectURLInfo](https://cloud.tencent.com/document/api/1296/78030#ProtectURLInfo)](https://cloud.tencent.com/document/api/1296/78030#[ProtectURLInfo](https://cloud.tencent.com/document/api/1296/78030#ProtectURLInfo))
|
|
7548
|
+
* [[ReportFakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#ReportFakeURLInfo)](https://cloud.tencent.com/document/api/1296/78030#[ReportFakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#ReportFakeURLInfo))
|
|
7549
|
+
|
|
7464
7550
|
### 第 3 次发布
|
|
7465
7551
|
|
|
7466
7552
|
发布时间:2022-07-29 06:03:11
|
|
@@ -9309,6 +9395,22 @@
|
|
|
9309
9395
|
|
|
9310
9396
|
## 云拨测(cat) 版本:2018-04-09
|
|
9311
9397
|
|
|
9398
|
+
### 第 11 次发布
|
|
9399
|
+
|
|
9400
|
+
发布时间:2022-08-02 06:06:56
|
|
9401
|
+
|
|
9402
|
+
本次发布包含了以下内容:
|
|
9403
|
+
|
|
9404
|
+
改善已有的文档。
|
|
9405
|
+
|
|
9406
|
+
新增接口:
|
|
9407
|
+
|
|
9408
|
+
* [[DescribeNodes](https://cloud.tencent.com/document/api/280/78238)](https://cloud.tencent.com/document/api/#/#)
|
|
9409
|
+
|
|
9410
|
+
新增数据结构:
|
|
9411
|
+
|
|
9412
|
+
* [[NodeDefineExt](https://cloud.tencent.com/document/api/280/40931#NodeDefineExt)](https://cloud.tencent.com/document/api/280/40931#[NodeDefineExt](https://cloud.tencent.com/document/api/280/40931#NodeDefineExt))
|
|
9413
|
+
|
|
9312
9414
|
### 第 10 次发布
|
|
9313
9415
|
|
|
9314
9416
|
发布时间:2022-06-15 06:04:25
|
|
@@ -10950,7 +11052,7 @@
|
|
|
10950
11052
|
|
|
10951
11053
|
新增接口:
|
|
10952
11054
|
|
|
10953
|
-
* [
|
|
11055
|
+
* [ModifyInstancePasswordComplexity](https://cloud.tencent.com/document/api/236/78162)
|
|
10954
11056
|
|
|
10955
11057
|
### 第 95 次发布
|
|
10956
11058
|
|
|
@@ -64722,11 +64824,11 @@
|
|
|
64722
64824
|
|
|
64723
64825
|
新增接口:
|
|
64724
64826
|
|
|
64725
|
-
* [
|
|
64827
|
+
* [DescribeBaasPackageList](https://cloud.tencent.com/document/api/876/78167)
|
|
64726
64828
|
|
|
64727
64829
|
新增数据结构:
|
|
64728
64830
|
|
|
64729
|
-
* [
|
|
64831
|
+
* [BaasPackageInfo](https://cloud.tencent.com/document/api/876/34822#BaasPackageInfo)
|
|
64730
64832
|
|
|
64731
64833
|
### 第 84 次发布
|
|
64732
64834
|
|
|
@@ -66233,6 +66335,21 @@
|
|
|
66233
66335
|
|
|
66234
66336
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
66235
66337
|
|
|
66338
|
+
### 第 6 次发布
|
|
66339
|
+
|
|
66340
|
+
发布时间:2022-08-02 06:31:39
|
|
66341
|
+
|
|
66342
|
+
本次发布包含了以下内容:
|
|
66343
|
+
|
|
66344
|
+
改善已有的文档。
|
|
66345
|
+
|
|
66346
|
+
修改数据结构:
|
|
66347
|
+
|
|
66348
|
+
* [EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)
|
|
66349
|
+
|
|
66350
|
+
* 新增成员:SubnetIds
|
|
66351
|
+
|
|
66352
|
+
|
|
66236
66353
|
### 第 5 次发布
|
|
66237
66354
|
|
|
66238
66355
|
发布时间:2022-07-01 06:17:30
|
|
@@ -69817,6 +69934,24 @@
|
|
|
69817
69934
|
|
|
69818
69935
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
69819
69936
|
|
|
69937
|
+
### 第 22 次发布
|
|
69938
|
+
|
|
69939
|
+
发布时间:2022-08-02 06:33:46
|
|
69940
|
+
|
|
69941
|
+
本次发布包含了以下内容:
|
|
69942
|
+
|
|
69943
|
+
改善已有的文档。
|
|
69944
|
+
|
|
69945
|
+
新增接口:
|
|
69946
|
+
|
|
69947
|
+
* [[DescribeApplicationInfo](https://cloud.tencent.com/document/api/1371/78239)](https://cloud.tencent.com/document/api/#/#)
|
|
69948
|
+
|
|
69949
|
+
新增数据结构:
|
|
69950
|
+
|
|
69951
|
+
* [[NodeInfo](https://cloud.tencent.com/document/api/1371/60171#NodeInfo)](https://cloud.tencent.com/document/api/1371/60171#[NodeInfo](https://cloud.tencent.com/document/api/1371/60171#NodeInfo))
|
|
69952
|
+
* [[TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)](https://cloud.tencent.com/document/api/1371/60171#[TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo))
|
|
69953
|
+
* [[WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)](https://cloud.tencent.com/document/api/1371/60171#[WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo))
|
|
69954
|
+
|
|
69820
69955
|
### 第 21 次发布
|
|
69821
69956
|
|
|
69822
69957
|
发布时间:2022-08-01 11:54:48
|
|
@@ -69827,16 +69962,16 @@
|
|
|
69827
69962
|
|
|
69828
69963
|
新增接口:
|
|
69829
69964
|
|
|
69830
|
-
* [
|
|
69831
|
-
* [
|
|
69965
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
|
|
69966
|
+
* [DescribeEnvironmentStatus](https://cloud.tencent.com/document/api/1371/78168)
|
|
69832
69967
|
|
|
69833
69968
|
新增数据结构:
|
|
69834
69969
|
|
|
69835
|
-
* [
|
|
69836
|
-
* [
|
|
69837
|
-
* [
|
|
69838
|
-
* [
|
|
69839
|
-
* [
|
|
69970
|
+
* [NamespaceStatusInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceStatusInfo)
|
|
69971
|
+
* [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
|
|
69972
|
+
* [TemEnvironmentStartingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStartingStatus)
|
|
69973
|
+
* [TemEnvironmentStoppingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStoppingStatus)
|
|
69974
|
+
* [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
|
|
69840
69975
|
|
|
69841
69976
|
### 第 20 次发布
|
|
69842
69977
|
|
|
@@ -72861,6 +72996,30 @@
|
|
|
72861
72996
|
|
|
72862
72997
|
## 容器服务(tke) 版本:2018-05-25
|
|
72863
72998
|
|
|
72999
|
+
### 第 114 次发布
|
|
73000
|
+
|
|
73001
|
+
发布时间:2022-08-02 06:35:11
|
|
73002
|
+
|
|
73003
|
+
本次发布包含了以下内容:
|
|
73004
|
+
|
|
73005
|
+
改善已有的文档。
|
|
73006
|
+
|
|
73007
|
+
修改接口:
|
|
73008
|
+
|
|
73009
|
+
* [DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)
|
|
73010
|
+
|
|
73011
|
+
* 新增入参:ScriptVersion
|
|
73012
|
+
|
|
73013
|
+
* 新增出参:ScriptVersion
|
|
73014
|
+
|
|
73015
|
+
|
|
73016
|
+
修改数据结构:
|
|
73017
|
+
|
|
73018
|
+
* [EdgeClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#EdgeClusterAdvancedSettings)
|
|
73019
|
+
|
|
73020
|
+
* 新增成员:Runtime, ProxyMode
|
|
73021
|
+
|
|
73022
|
+
|
|
72864
73023
|
### 第 113 次发布
|
|
72865
73024
|
|
|
72866
73025
|
发布时间:2022-07-29 06:16:41
|
|
@@ -75562,6 +75721,38 @@
|
|
|
75562
75721
|
|
|
75563
75722
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
75564
75723
|
|
|
75724
|
+
### 第 36 次发布
|
|
75725
|
+
|
|
75726
|
+
发布时间:2022-08-02 06:36:18
|
|
75727
|
+
|
|
75728
|
+
本次发布包含了以下内容:
|
|
75729
|
+
|
|
75730
|
+
改善已有的文档。
|
|
75731
|
+
|
|
75732
|
+
新增接口:
|
|
75733
|
+
|
|
75734
|
+
* [[CreateCloudRecording](https://cloud.tencent.com/document/api/647/73786)](https://cloud.tencent.com/document/api/#/#)
|
|
75735
|
+
* [[DeleteCloudRecording](https://cloud.tencent.com/document/api/647/73785)](https://cloud.tencent.com/document/api/#/#)
|
|
75736
|
+
* [[DescribeCloudRecording](https://cloud.tencent.com/document/api/647/73784)](https://cloud.tencent.com/document/api/#/#)
|
|
75737
|
+
* [[ModifyCloudRecording](https://cloud.tencent.com/document/api/647/73783)](https://cloud.tencent.com/document/api/#/#)
|
|
75738
|
+
|
|
75739
|
+
新增数据结构:
|
|
75740
|
+
|
|
75741
|
+
* [[AudioParams](https://cloud.tencent.com/document/api/647/44055#AudioParams)](https://cloud.tencent.com/document/api/647/44055#[AudioParams](https://cloud.tencent.com/document/api/647/44055#AudioParams))
|
|
75742
|
+
* [[CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage)](https://cloud.tencent.com/document/api/647/44055#[CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage))
|
|
75743
|
+
* [[CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod)](https://cloud.tencent.com/document/api/647/44055#[CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod))
|
|
75744
|
+
* [[MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout)](https://cloud.tencent.com/document/api/647/44055#[MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout))
|
|
75745
|
+
* [[MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams)](https://cloud.tencent.com/document/api/647/44055#[MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams))
|
|
75746
|
+
* [[MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams)](https://cloud.tencent.com/document/api/647/44055#[MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams))
|
|
75747
|
+
* [[RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)](https://cloud.tencent.com/document/api/647/44055#[RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams))
|
|
75748
|
+
* [[StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile)](https://cloud.tencent.com/document/api/647/44055#[StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile))
|
|
75749
|
+
* [[StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams)](https://cloud.tencent.com/document/api/647/44055#[StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams))
|
|
75750
|
+
* [[SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds)](https://cloud.tencent.com/document/api/647/44055#[SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds))
|
|
75751
|
+
* [[TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)](https://cloud.tencent.com/document/api/647/44055#[TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod))
|
|
75752
|
+
* [[VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams)](https://cloud.tencent.com/document/api/647/44055#[VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams))
|
|
75753
|
+
* [[WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark)](https://cloud.tencent.com/document/api/647/44055#[WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark))
|
|
75754
|
+
* [[WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage)](https://cloud.tencent.com/document/api/647/44055#[WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage))
|
|
75755
|
+
|
|
75565
75756
|
### 第 35 次发布
|
|
75566
75757
|
|
|
75567
75758
|
发布时间:2022-07-25 06:16:06
|