tencentcloud-sdk-nodejs-chdfs 4.0.345 → 4.0.346
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 +82 -0
- package/SERVICE_CHANGELOG.md +92 -58
- package/package.json +1 -1
- package/products.md +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,85 @@
|
|
1
|
+
# Release 4.0.346
|
2
|
+
|
3
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
4
|
+
|
5
|
+
### 第 25 次发布
|
6
|
+
|
7
|
+
发布时间:2022-05-24 06:07:44
|
8
|
+
|
9
|
+
本次发布包含了以下内容:
|
10
|
+
|
11
|
+
改善已有的文档。
|
12
|
+
|
13
|
+
修改数据结构:
|
14
|
+
|
15
|
+
* [AutoCalloutTaskInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskInfo)
|
16
|
+
|
17
|
+
* 新增成员:TaskId
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
## 域名注册(domain) 版本:2018-08-08
|
23
|
+
|
24
|
+
### 第 20 次发布
|
25
|
+
|
26
|
+
发布时间:2022-05-24 06:11:36
|
27
|
+
|
28
|
+
本次发布包含了以下内容:
|
29
|
+
|
30
|
+
改善已有的文档。
|
31
|
+
|
32
|
+
修改接口:
|
33
|
+
|
34
|
+
* [ModifyDomainOwnerBatch](https://cloud.tencent.com/document/api/242/49196)
|
35
|
+
|
36
|
+
* 新增入参:NewOwnerAppId
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
## 视频处理(mps) 版本:2019-06-12
|
42
|
+
|
43
|
+
### 第 39 次发布
|
44
|
+
|
45
|
+
发布时间:2022-05-24 06:15:50
|
46
|
+
|
47
|
+
本次发布包含了以下内容:
|
48
|
+
|
49
|
+
改善已有的文档。
|
50
|
+
|
51
|
+
修改数据结构:
|
52
|
+
|
53
|
+
* [AiRecognitionTaskFaceResultItem](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskFaceResultItem)
|
54
|
+
|
55
|
+
* 新增成员:Gender, Birthday, Profession, SchoolOfGraduation, Abstract, PlaceOfBirth, PersonType, Remark, Url
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
## 服务网格(tcm) 版本:2021-04-13
|
61
|
+
|
62
|
+
### 第 8 次发布
|
63
|
+
|
64
|
+
发布时间:2022-05-24 06:18:55
|
65
|
+
|
66
|
+
本次发布包含了以下内容:
|
67
|
+
|
68
|
+
改善已有的文档。
|
69
|
+
|
70
|
+
新增数据结构:
|
71
|
+
|
72
|
+
* [TracingZipkin](https://cloud.tencent.com/document/api/1261/63843#TracingZipkin)
|
73
|
+
|
74
|
+
修改数据结构:
|
75
|
+
|
76
|
+
* [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
|
77
|
+
|
78
|
+
* 新增成员:Zipkin
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
1
83
|
# Release 4.0.345
|
2
84
|
|
3
85
|
## 云拨测(cat) 版本:2018-04-09
|
package/SERVICE_CHANGELOG.md
CHANGED
@@ -1,111 +1,81 @@
|
|
1
1
|
# 本版本更新包含以下内容:
|
2
2
|
|
3
|
-
##
|
3
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
4
4
|
|
5
|
-
### 第
|
5
|
+
### 第 25 次发布
|
6
6
|
|
7
|
-
发布时间:2022-05-
|
7
|
+
发布时间:2022-05-24 06:07:44
|
8
8
|
|
9
9
|
本次发布包含了以下内容:
|
10
10
|
|
11
11
|
改善已有的文档。
|
12
12
|
|
13
|
-
修改接口:
|
14
|
-
|
15
|
-
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
16
|
-
|
17
|
-
* 新增入参:ClientNum
|
18
|
-
|
19
|
-
* 新增出参:TaskIDs
|
20
|
-
|
21
|
-
|
22
13
|
修改数据结构:
|
23
14
|
|
24
|
-
* [
|
15
|
+
* [AutoCalloutTaskInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskInfo)
|
25
16
|
|
26
|
-
* 新增成员:
|
17
|
+
* 新增成员:TaskId
|
27
18
|
|
28
19
|
|
29
20
|
|
30
21
|
|
31
|
-
##
|
22
|
+
## 域名注册(domain) 版本:2018-08-08
|
32
23
|
|
33
|
-
### 第
|
24
|
+
### 第 20 次发布
|
34
25
|
|
35
|
-
发布时间:2022-05-
|
26
|
+
发布时间:2022-05-24 06:11:36
|
36
27
|
|
37
28
|
本次发布包含了以下内容:
|
38
29
|
|
39
30
|
改善已有的文档。
|
40
31
|
|
41
|
-
|
42
|
-
|
43
|
-
* [HostResource](https://cloud.tencent.com/document/api/213/15753#HostResource)
|
44
|
-
|
45
|
-
* 新增成员:GpuTotal, GpuAvailable
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
## 弹性 MapReduce(emr) 版本:2019-01-03
|
51
|
-
|
52
|
-
### 第 32 次发布
|
53
|
-
|
54
|
-
发布时间:2022-05-23 06:08:01
|
55
|
-
|
56
|
-
本次发布包含了以下内容:
|
32
|
+
修改接口:
|
57
33
|
|
58
|
-
|
34
|
+
* [ModifyDomainOwnerBatch](https://cloud.tencent.com/document/api/242/49196)
|
59
35
|
|
60
|
-
|
36
|
+
* 新增入参:NewOwnerAppId
|
61
37
|
|
62
|
-
* [DescribeUsersForUserManager](https://cloud.tencent.com/document/api/589/74225)
|
63
38
|
|
64
39
|
|
65
40
|
|
66
|
-
##
|
41
|
+
## 视频处理(mps) 版本:2019-06-12
|
67
42
|
|
68
|
-
### 第
|
43
|
+
### 第 39 次发布
|
69
44
|
|
70
|
-
发布时间:2022-05-
|
45
|
+
发布时间:2022-05-24 06:15:50
|
71
46
|
|
72
47
|
本次发布包含了以下内容:
|
73
48
|
|
74
49
|
改善已有的文档。
|
75
50
|
|
76
|
-
|
51
|
+
修改数据结构:
|
77
52
|
|
78
|
-
* [
|
79
|
-
* [DescribeJobSavepoint](https://cloud.tencent.com/document/api/849/74226)
|
53
|
+
* [AiRecognitionTaskFaceResultItem](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskFaceResultItem)
|
80
54
|
|
81
|
-
|
55
|
+
* 新增成员:Gender, Birthday, Profession, SchoolOfGraduation, Abstract, PlaceOfBirth, PersonType, Remark, Url
|
82
56
|
|
83
|
-
* [Savepoint](https://cloud.tencent.com/document/api/849/52010#Savepoint)
|
84
57
|
|
85
58
|
|
86
59
|
|
87
|
-
##
|
60
|
+
## 服务网格(tcm) 版本:2021-04-13
|
88
61
|
|
89
|
-
### 第
|
62
|
+
### 第 8 次发布
|
90
63
|
|
91
|
-
发布时间:2022-05-
|
64
|
+
发布时间:2022-05-24 06:18:55
|
92
65
|
|
93
66
|
本次发布包含了以下内容:
|
94
67
|
|
95
68
|
改善已有的文档。
|
96
69
|
|
97
|
-
|
98
|
-
|
99
|
-
* [DescribeReadOnlyGroupByReadOnlyInstance](https://cloud.tencent.com/document/api/238/46773)
|
100
|
-
|
101
|
-
* 新增出参:MasterRegionId
|
70
|
+
新增数据结构:
|
102
71
|
|
72
|
+
* [TracingZipkin](https://cloud.tencent.com/document/api/1261/63843#TracingZipkin)
|
103
73
|
|
104
74
|
修改数据结构:
|
105
75
|
|
106
|
-
* [
|
76
|
+
* [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
|
107
77
|
|
108
|
-
* 新增成员:
|
78
|
+
* 新增成员:Zipkin
|
109
79
|
|
110
80
|
|
111
81
|
|
@@ -9895,6 +9865,21 @@
|
|
9895
9865
|
|
9896
9866
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
9897
9867
|
|
9868
|
+
### 第 25 次发布
|
9869
|
+
|
9870
|
+
发布时间:2022-05-24 06:07:44
|
9871
|
+
|
9872
|
+
本次发布包含了以下内容:
|
9873
|
+
|
9874
|
+
改善已有的文档。
|
9875
|
+
|
9876
|
+
修改数据结构:
|
9877
|
+
|
9878
|
+
* [AutoCalloutTaskInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskInfo)
|
9879
|
+
|
9880
|
+
* 新增成员:TaskId
|
9881
|
+
|
9882
|
+
|
9898
9883
|
### 第 24 次发布
|
9899
9884
|
|
9900
9885
|
发布时间:2022-04-15 06:03:13
|
@@ -28675,6 +28660,21 @@
|
|
28675
28660
|
|
28676
28661
|
## 域名注册(domain) 版本:2018-08-08
|
28677
28662
|
|
28663
|
+
### 第 20 次发布
|
28664
|
+
|
28665
|
+
发布时间:2022-05-24 06:11:36
|
28666
|
+
|
28667
|
+
本次发布包含了以下内容:
|
28668
|
+
|
28669
|
+
改善已有的文档。
|
28670
|
+
|
28671
|
+
修改接口:
|
28672
|
+
|
28673
|
+
* [ModifyDomainOwnerBatch](https://cloud.tencent.com/document/api/242/49196)
|
28674
|
+
|
28675
|
+
* 新增入参:NewOwnerAppId
|
28676
|
+
|
28677
|
+
|
28678
28678
|
### 第 19 次发布
|
28679
28679
|
|
28680
28680
|
发布时间:2022-04-21 06:11:32
|
@@ -31864,7 +31864,7 @@
|
|
31864
31864
|
|
31865
31865
|
新增接口:
|
31866
31866
|
|
31867
|
-
* [
|
31867
|
+
* [DescribeUsersForUserManager](https://cloud.tencent.com/document/api/589/74225)
|
31868
31868
|
|
31869
31869
|
### 第 31 次发布
|
31870
31870
|
|
@@ -47403,6 +47403,21 @@
|
|
47403
47403
|
|
47404
47404
|
## 视频处理(mps) 版本:2019-06-12
|
47405
47405
|
|
47406
|
+
### 第 39 次发布
|
47407
|
+
|
47408
|
+
发布时间:2022-05-24 06:15:50
|
47409
|
+
|
47410
|
+
本次发布包含了以下内容:
|
47411
|
+
|
47412
|
+
改善已有的文档。
|
47413
|
+
|
47414
|
+
修改数据结构:
|
47415
|
+
|
47416
|
+
* [AiRecognitionTaskFaceResultItem](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskFaceResultItem)
|
47417
|
+
|
47418
|
+
* 新增成员:Gender, Birthday, Profession, SchoolOfGraduation, Abstract, PlaceOfBirth, PersonType, Remark, Url
|
47419
|
+
|
47420
|
+
|
47406
47421
|
### 第 38 次发布
|
47407
47422
|
|
47408
47423
|
发布时间:2022-05-11 06:13:00
|
@@ -49567,12 +49582,12 @@
|
|
49567
49582
|
|
49568
49583
|
新增接口:
|
49569
49584
|
|
49570
|
-
* [
|
49571
|
-
* [
|
49585
|
+
* [CheckSavepoint](https://cloud.tencent.com/document/api/849/74227)
|
49586
|
+
* [DescribeJobSavepoint](https://cloud.tencent.com/document/api/849/74226)
|
49572
49587
|
|
49573
49588
|
新增数据结构:
|
49574
49589
|
|
49575
|
-
* [
|
49590
|
+
* [Savepoint](https://cloud.tencent.com/document/api/849/52010#Savepoint)
|
49576
49591
|
|
49577
49592
|
### 第 16 次发布
|
49578
49593
|
|
@@ -61262,6 +61277,25 @@
|
|
61262
61277
|
|
61263
61278
|
## 服务网格(tcm) 版本:2021-04-13
|
61264
61279
|
|
61280
|
+
### 第 8 次发布
|
61281
|
+
|
61282
|
+
发布时间:2022-05-24 06:18:55
|
61283
|
+
|
61284
|
+
本次发布包含了以下内容:
|
61285
|
+
|
61286
|
+
改善已有的文档。
|
61287
|
+
|
61288
|
+
新增数据结构:
|
61289
|
+
|
61290
|
+
* [[TracingZipkin](https://cloud.tencent.com/document/api/1261/63843#TracingZipkin)](https://cloud.tencent.com/document/api/1261/63843#[TracingZipkin](https://cloud.tencent.com/document/api/1261/63843#TracingZipkin))
|
61291
|
+
|
61292
|
+
修改数据结构:
|
61293
|
+
|
61294
|
+
* [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
|
61295
|
+
|
61296
|
+
* 新增成员:Zipkin
|
61297
|
+
|
61298
|
+
|
61265
61299
|
### 第 7 次发布
|
61266
61300
|
|
61267
61301
|
发布时间:2022-05-11 06:15:29
|
package/package.json
CHANGED
package/products.md
CHANGED
@@ -35,12 +35,12 @@
|
|
35
35
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
36
36
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-05-23 06:03:34 |
|
37
37
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-21 06:07:31 |
|
38
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-
|
38
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-24 06:07:44 |
|
39
39
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-19 06:08:10 |
|
40
40
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
41
41
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-20 06:02:50 |
|
42
42
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
43
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-
|
43
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
|
44
44
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
45
45
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-12 06:07:30 |
|
46
46
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-04-04 06:18:22 |
|
@@ -67,7 +67,7 @@
|
|
67
67
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-26 06:09:14 |
|
68
68
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-20 06:10:49 |
|
69
69
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
|
70
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-
|
70
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
71
71
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
72
72
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
|
73
73
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
@@ -93,7 +93,7 @@
|
|
93
93
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-04-04 06:44:57 |
|
94
94
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
95
95
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
|
96
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-
|
96
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-05-24 06:13:22 |
|
97
97
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-04-04 06:46:38 |
|
98
98
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
|
99
99
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-04-04 06:46:42 |
|
@@ -119,7 +119,7 @@
|
|
119
119
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
120
120
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-21 06:15:03 |
|
121
121
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-18 06:14:30 |
|
122
|
-
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-
|
122
|
+
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-24 06:15:50 |
|
123
123
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
|
124
124
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
125
125
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
@@ -127,7 +127,7 @@
|
|
127
127
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
128
128
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
129
129
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-05-23 06:11:33 |
|
130
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-
|
130
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-24 06:16:42 |
|
131
131
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
|
132
132
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
|
133
133
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
@@ -162,7 +162,7 @@
|
|
162
162
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
|
163
163
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
|
164
164
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
165
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-
|
165
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-24 06:18:55 |
|
166
166
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-08 06:13:14 |
|
167
167
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-05-09 06:14:07 |
|
168
168
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|