tencentcloud-sdk-nodejs 4.0.722 → 4.0.723
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 +123 -0
- package/SERVICE_CHANGELOG.md +144 -51
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +13 -5
- package/src/services/ccc/v20200210/ccc_models.ts +6 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +4 -6
- package/src/services/ess/v20201111/ess_client.ts +7 -3
- package/src/services/ess/v20201111/ess_models.ts +38 -30
- package/src/services/essbasic/v20210526/essbasic_client.ts +25 -11
- package/src/services/essbasic/v20210526/essbasic_models.ts +112 -63
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +29 -2
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +98 -50
- package/src/services/ses/v20201002/ses_models.ts +5 -1
- package/src/services/tione/v20211111/tione_models.ts +1 -1
- package/src/services/waf/v20180125/waf_client.ts +19 -6
- package/src/services/waf/v20180125/waf_models.ts +92 -0
- package/src/services/wedata/v20210820/wedata_models.ts +14 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +13 -5
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +6 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -6
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -30
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +24 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +24 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +112 -63
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +12 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +15 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +94 -50
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +6 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +89 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +14 -2
- package/test/lighthouse.v20200324.test.js +20 -0
- package/test/waf.v20180125.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,126 @@
|
|
|
1
|
+
# Release 4.0.723
|
|
2
|
+
|
|
3
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
4
|
+
|
|
5
|
+
### 第 127 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-11-07 01:42:44
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [FlowApproverUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverUrlInfo)
|
|
16
|
+
|
|
17
|
+
* <font color="#dd0000">**修改成员**:</font>LongUrl
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
27
|
+
|
|
28
|
+
### 第 55 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2023-11-07 01:54:12
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [CancelShareBlueprintAcrossAccounts](https://cloud.tencent.com/document/api/1207/101339)
|
|
39
|
+
* [ShareBlueprintAcrossAccounts](https://cloud.tencent.com/document/api/1207/101338)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
44
|
+
|
|
45
|
+
### 第 41 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2023-11-07 02:22:04
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [DescribeTrainingTaskPods](https://cloud.tencent.com/document/api/851/75088)
|
|
56
|
+
|
|
57
|
+
* <font color="#dd0000">**修改出参**:</font>PodInfoList
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
67
|
+
|
|
68
|
+
### 第 70 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2023-11-07 02:47:21
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
新增接口:
|
|
77
|
+
|
|
78
|
+
* [DescribeModuleStatus](https://cloud.tencent.com/document/api/627/101340)
|
|
79
|
+
|
|
80
|
+
新增数据结构:
|
|
81
|
+
|
|
82
|
+
* [ApiPkg](https://cloud.tencent.com/document/api/627/53609#ApiPkg)
|
|
83
|
+
|
|
84
|
+
修改数据结构:
|
|
85
|
+
|
|
86
|
+
* [BotPkg](https://cloud.tencent.com/document/api/627/53609#BotPkg)
|
|
87
|
+
|
|
88
|
+
* 新增成员:IsBotTrial
|
|
89
|
+
|
|
90
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
91
|
+
|
|
92
|
+
* 新增成员:ApiPkg
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
98
|
+
|
|
99
|
+
### 第 55 次发布
|
|
100
|
+
|
|
101
|
+
发布时间:2023-11-07 02:48:57
|
|
102
|
+
|
|
103
|
+
本次发布包含了以下内容:
|
|
104
|
+
|
|
105
|
+
改善已有的文档。
|
|
106
|
+
|
|
107
|
+
修改接口:
|
|
108
|
+
|
|
109
|
+
* [DeleteDataSources](https://cloud.tencent.com/document/api/1267/80761)
|
|
110
|
+
|
|
111
|
+
* 新增入参:ProjectId
|
|
112
|
+
|
|
113
|
+
* [DescribeDsFolderTree](https://cloud.tencent.com/document/api/1267/100212)
|
|
114
|
+
|
|
115
|
+
* 新增入参:IncludeVirtualTask
|
|
116
|
+
|
|
117
|
+
* [ModifyDataSource](https://cloud.tencent.com/document/api/1267/80760)
|
|
118
|
+
|
|
119
|
+
* 新增入参:ProjectId
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
1
124
|
# Release 4.0.722
|
|
2
125
|
|
|
3
126
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 127 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-11-
|
|
7
|
+
发布时间:2023-11-07 01:42:44
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,13 +12,9 @@
|
|
|
12
12
|
|
|
13
13
|
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
* <font color="#dd0000">**修改成员**:</font>CcInfos, NeedCreateReview
|
|
15
|
+
* [FlowApproverUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverUrlInfo)
|
|
18
16
|
|
|
19
|
-
*
|
|
20
|
-
|
|
21
|
-
* <font color="#dd0000">**修改成员**:</font>OrganizationName
|
|
17
|
+
* <font color="#dd0000">**修改成员**:</font>LongUrl
|
|
22
18
|
|
|
23
19
|
|
|
24
20
|
|
|
@@ -27,55 +23,51 @@
|
|
|
27
23
|
|
|
28
24
|
|
|
29
25
|
|
|
30
|
-
##
|
|
26
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
31
27
|
|
|
32
|
-
### 第
|
|
28
|
+
### 第 55 次发布
|
|
33
29
|
|
|
34
|
-
发布时间:2023-11-
|
|
30
|
+
发布时间:2023-11-07 01:54:12
|
|
35
31
|
|
|
36
32
|
本次发布包含了以下内容:
|
|
37
33
|
|
|
38
34
|
改善已有的文档。
|
|
39
35
|
|
|
40
|
-
|
|
36
|
+
新增接口:
|
|
41
37
|
|
|
42
|
-
* [
|
|
38
|
+
* [CancelShareBlueprintAcrossAccounts](https://cloud.tencent.com/document/api/1207/101339)
|
|
39
|
+
* [ShareBlueprintAcrossAccounts](https://cloud.tencent.com/document/api/1207/101338)
|
|
43
40
|
|
|
44
|
-
* 新增出参:SlowLogs
|
|
45
41
|
|
|
46
|
-
* [DescribeUploadBackupInfo](https://cloud.tencent.com/document/api/238/53185)
|
|
47
42
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
* [DescribeUploadIncrementalInfo](https://cloud.tencent.com/document/api/238/53184)
|
|
43
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
51
44
|
|
|
52
|
-
|
|
45
|
+
### 第 41 次发布
|
|
53
46
|
|
|
54
|
-
|
|
47
|
+
发布时间:2023-11-07 02:22:04
|
|
55
48
|
|
|
56
|
-
|
|
49
|
+
本次发布包含了以下内容:
|
|
57
50
|
|
|
51
|
+
改善已有的文档。
|
|
58
52
|
|
|
59
|
-
|
|
53
|
+
修改接口:
|
|
60
54
|
|
|
61
|
-
* [
|
|
55
|
+
* [DescribeTrainingTaskPods](https://cloud.tencent.com/document/api/851/75088)
|
|
62
56
|
|
|
63
|
-
|
|
57
|
+
* <font color="#dd0000">**修改出参**:</font>PodInfoList
|
|
64
58
|
|
|
65
|
-
* [DbNormalDetail](https://cloud.tencent.com/document/api/238/19976#DbNormalDetail)
|
|
66
59
|
|
|
67
|
-
* 新增成员:IsFullTextEnabled
|
|
68
60
|
|
|
69
|
-
* <font color="#dd0000">**修改成员**:</font>CreateTime
|
|
70
61
|
|
|
62
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
71
63
|
|
|
72
64
|
|
|
73
65
|
|
|
74
|
-
##
|
|
66
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
75
67
|
|
|
76
|
-
### 第
|
|
68
|
+
### 第 70 次发布
|
|
77
69
|
|
|
78
|
-
发布时间:2023-11-
|
|
70
|
+
发布时间:2023-11-07 02:47:21
|
|
79
71
|
|
|
80
72
|
本次发布包含了以下内容:
|
|
81
73
|
|
|
@@ -83,41 +75,49 @@
|
|
|
83
75
|
|
|
84
76
|
新增接口:
|
|
85
77
|
|
|
86
|
-
* [
|
|
78
|
+
* [DescribeModuleStatus](https://cloud.tencent.com/document/api/627/101340)
|
|
87
79
|
|
|
88
80
|
新增数据结构:
|
|
89
81
|
|
|
90
|
-
* [
|
|
91
|
-
* [ConsumerLogs](https://cloud.tencent.com/document/api/1179/46089#ConsumerLogs)
|
|
92
|
-
* [ProducerLog](https://cloud.tencent.com/document/api/1179/46089#ProducerLog)
|
|
93
|
-
* [ServerLog](https://cloud.tencent.com/document/api/1179/46089#ServerLog)
|
|
82
|
+
* [ApiPkg](https://cloud.tencent.com/document/api/627/53609#ApiPkg)
|
|
94
83
|
|
|
84
|
+
修改数据结构:
|
|
95
85
|
|
|
86
|
+
* [BotPkg](https://cloud.tencent.com/document/api/627/53609#BotPkg)
|
|
96
87
|
|
|
97
|
-
|
|
88
|
+
* 新增成员:IsBotTrial
|
|
98
89
|
|
|
99
|
-
|
|
90
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
100
91
|
|
|
101
|
-
|
|
92
|
+
* 新增成员:ApiPkg
|
|
102
93
|
|
|
103
|
-
本次发布包含了以下内容:
|
|
104
94
|
|
|
105
|
-
改善已有的文档。
|
|
106
95
|
|
|
107
|
-
修改数据结构:
|
|
108
96
|
|
|
109
|
-
|
|
97
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
110
98
|
|
|
111
|
-
|
|
99
|
+
### 第 55 次发布
|
|
112
100
|
|
|
101
|
+
发布时间:2023-11-07 02:48:57
|
|
113
102
|
|
|
103
|
+
本次发布包含了以下内容:
|
|
114
104
|
|
|
105
|
+
改善已有的文档。
|
|
115
106
|
|
|
116
|
-
|
|
107
|
+
修改接口:
|
|
117
108
|
|
|
109
|
+
* [DeleteDataSources](https://cloud.tencent.com/document/api/1267/80761)
|
|
118
110
|
|
|
111
|
+
* 新增入参:ProjectId
|
|
112
|
+
|
|
113
|
+
* [DescribeDsFolderTree](https://cloud.tencent.com/document/api/1267/100212)
|
|
114
|
+
|
|
115
|
+
* 新增入参:IncludeVirtualTask
|
|
116
|
+
|
|
117
|
+
* [ModifyDataSource](https://cloud.tencent.com/document/api/1267/80760)
|
|
118
|
+
|
|
119
|
+
* 新增入参:ProjectId
|
|
119
120
|
|
|
120
|
-
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
|
|
@@ -58149,6 +58149,21 @@
|
|
|
58149
58149
|
|
|
58150
58150
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
58151
58151
|
|
|
58152
|
+
### 第 127 次发布
|
|
58153
|
+
|
|
58154
|
+
发布时间:2023-11-07 01:42:44
|
|
58155
|
+
|
|
58156
|
+
本次发布包含了以下内容:
|
|
58157
|
+
|
|
58158
|
+
改善已有的文档。
|
|
58159
|
+
|
|
58160
|
+
修改数据结构:
|
|
58161
|
+
|
|
58162
|
+
* [FlowApproverUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverUrlInfo)
|
|
58163
|
+
|
|
58164
|
+
* <font color="#dd0000">**修改成员**:</font>LongUrl
|
|
58165
|
+
|
|
58166
|
+
|
|
58152
58167
|
### 第 126 次发布
|
|
58153
58168
|
|
|
58154
58169
|
发布时间:2023-11-06 00:09:55
|
|
@@ -73583,6 +73598,19 @@
|
|
|
73583
73598
|
|
|
73584
73599
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
73585
73600
|
|
|
73601
|
+
### 第 55 次发布
|
|
73602
|
+
|
|
73603
|
+
发布时间:2023-11-07 01:54:12
|
|
73604
|
+
|
|
73605
|
+
本次发布包含了以下内容:
|
|
73606
|
+
|
|
73607
|
+
改善已有的文档。
|
|
73608
|
+
|
|
73609
|
+
新增接口:
|
|
73610
|
+
|
|
73611
|
+
* [[CancelShareBlueprintAcrossAccounts](https://cloud.tencent.com/document/api/1207/101339)](https://cloud.tencent.com/document/api/#/#)
|
|
73612
|
+
* [[ShareBlueprintAcrossAccounts](https://cloud.tencent.com/document/api/1207/101338)](https://cloud.tencent.com/document/api/#/#)
|
|
73613
|
+
|
|
73586
73614
|
### 第 54 次发布
|
|
73587
73615
|
|
|
73588
73616
|
发布时间:2023-10-11 02:02:31
|
|
@@ -96162,7 +96190,7 @@
|
|
|
96162
96190
|
|
|
96163
96191
|
新增数据结构:
|
|
96164
96192
|
|
|
96165
|
-
* [
|
|
96193
|
+
* [SlowLog](https://cloud.tencent.com/document/api/238/19976#SlowLog)
|
|
96166
96194
|
|
|
96167
96195
|
修改数据结构:
|
|
96168
96196
|
|
|
@@ -107775,14 +107803,14 @@
|
|
|
107775
107803
|
|
|
107776
107804
|
新增接口:
|
|
107777
107805
|
|
|
107778
|
-
* [
|
|
107806
|
+
* [DescribeMsgTrace](https://cloud.tencent.com/document/api/1179/101114)
|
|
107779
107807
|
|
|
107780
107808
|
新增数据结构:
|
|
107781
107809
|
|
|
107782
|
-
* [
|
|
107783
|
-
* [
|
|
107784
|
-
* [
|
|
107785
|
-
* [
|
|
107810
|
+
* [ConsumerLog](https://cloud.tencent.com/document/api/1179/46089#ConsumerLog)
|
|
107811
|
+
* [ConsumerLogs](https://cloud.tencent.com/document/api/1179/46089#ConsumerLogs)
|
|
107812
|
+
* [ProducerLog](https://cloud.tencent.com/document/api/1179/46089#ProducerLog)
|
|
107813
|
+
* [ServerLog](https://cloud.tencent.com/document/api/1179/46089#ServerLog)
|
|
107786
107814
|
|
|
107787
107815
|
### 第 86 次发布
|
|
107788
107816
|
|
|
@@ -115909,6 +115937,21 @@
|
|
|
115909
115937
|
|
|
115910
115938
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
115911
115939
|
|
|
115940
|
+
### 第 41 次发布
|
|
115941
|
+
|
|
115942
|
+
发布时间:2023-11-07 02:22:04
|
|
115943
|
+
|
|
115944
|
+
本次发布包含了以下内容:
|
|
115945
|
+
|
|
115946
|
+
改善已有的文档。
|
|
115947
|
+
|
|
115948
|
+
修改接口:
|
|
115949
|
+
|
|
115950
|
+
* [DescribeTrainingTaskPods](https://cloud.tencent.com/document/api/851/75088)
|
|
115951
|
+
|
|
115952
|
+
* <font color="#dd0000">**修改出参**:</font>PodInfoList
|
|
115953
|
+
|
|
115954
|
+
|
|
115912
115955
|
### 第 40 次发布
|
|
115913
115956
|
|
|
115914
115957
|
发布时间:2023-11-03 01:24:08
|
|
@@ -136363,6 +136406,33 @@
|
|
|
136363
136406
|
|
|
136364
136407
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
136365
136408
|
|
|
136409
|
+
### 第 70 次发布
|
|
136410
|
+
|
|
136411
|
+
发布时间:2023-11-07 02:47:21
|
|
136412
|
+
|
|
136413
|
+
本次发布包含了以下内容:
|
|
136414
|
+
|
|
136415
|
+
改善已有的文档。
|
|
136416
|
+
|
|
136417
|
+
新增接口:
|
|
136418
|
+
|
|
136419
|
+
* [[DescribeModuleStatus](https://cloud.tencent.com/document/api/627/101340)](https://cloud.tencent.com/document/api/#/#)
|
|
136420
|
+
|
|
136421
|
+
新增数据结构:
|
|
136422
|
+
|
|
136423
|
+
* [[ApiPkg](https://cloud.tencent.com/document/api/627/53609#ApiPkg)](https://cloud.tencent.com/document/api/627/53609#[ApiPkg](https://cloud.tencent.com/document/api/627/53609#ApiPkg))
|
|
136424
|
+
|
|
136425
|
+
修改数据结构:
|
|
136426
|
+
|
|
136427
|
+
* [BotPkg](https://cloud.tencent.com/document/api/627/53609#BotPkg)
|
|
136428
|
+
|
|
136429
|
+
* 新增成员:IsBotTrial
|
|
136430
|
+
|
|
136431
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
136432
|
+
|
|
136433
|
+
* 新增成员:ApiPkg
|
|
136434
|
+
|
|
136435
|
+
|
|
136366
136436
|
### 第 69 次发布
|
|
136367
136437
|
|
|
136368
136438
|
发布时间:2023-11-03 01:27:06
|
|
@@ -138172,6 +138242,29 @@
|
|
|
138172
138242
|
|
|
138173
138243
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
138174
138244
|
|
|
138245
|
+
### 第 55 次发布
|
|
138246
|
+
|
|
138247
|
+
发布时间:2023-11-07 02:48:57
|
|
138248
|
+
|
|
138249
|
+
本次发布包含了以下内容:
|
|
138250
|
+
|
|
138251
|
+
改善已有的文档。
|
|
138252
|
+
|
|
138253
|
+
修改接口:
|
|
138254
|
+
|
|
138255
|
+
* [DeleteDataSources](https://cloud.tencent.com/document/api/1267/80761)
|
|
138256
|
+
|
|
138257
|
+
* 新增入参:ProjectId
|
|
138258
|
+
|
|
138259
|
+
* [DescribeDsFolderTree](https://cloud.tencent.com/document/api/1267/100212)
|
|
138260
|
+
|
|
138261
|
+
* 新增入参:IncludeVirtualTask
|
|
138262
|
+
|
|
138263
|
+
* [ModifyDataSource](https://cloud.tencent.com/document/api/1267/80760)
|
|
138264
|
+
|
|
138265
|
+
* 新增入参:ProjectId
|
|
138266
|
+
|
|
138267
|
+
|
|
138175
138268
|
### 第 54 次发布
|
|
138176
138269
|
|
|
138177
138270
|
发布时间:2023-11-01 01:26:43
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-09-14 01:05:50 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2023-09-07 01:06:15 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-09-07 01:06:21 |
|
|
9
|
-
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-07
|
|
9
|
+
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-11-07 01:06:36 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-09-13 01:06:17 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-10-24 01:07:40 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-09-21 01:23:47 |
|
|
38
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-
|
|
38
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-11-07 01:13:48 |
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-11-07 01:14:02 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-10-25 01:08:41 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
|
|
43
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-
|
|
43
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-07 01:14:47 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-11-03 01:08:21 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
|
-
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-11-
|
|
58
|
+
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-11-07 01:20:22 |
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-11-07 01:21:19 |
|
|
60
60
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-27 01:38:16 |
|
|
83
83
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-03 01:13:17 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
|
|
85
|
-
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-
|
|
85
|
+
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-07 01:34:47 |
|
|
86
86
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
87
87
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
|
|
88
88
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
|
|
97
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-30 00:42:05 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-07 01:39:59 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-07 01:42:44 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-10-20 01:16:02 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
130
130
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
131
131
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-10-23 00:14:04 |
|
|
132
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-11-
|
|
132
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-11-07 01:54:12 |
|
|
133
133
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-26 01:18:09 |
|
|
134
134
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
135
135
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
166
166
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
|
|
167
167
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-31 02:17:15 |
|
|
168
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-
|
|
168
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-11-07 02:07:25 |
|
|
169
169
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
170
170
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
171
171
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
|
|
209
209
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
210
210
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
211
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-
|
|
211
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-07 02:22:04 |
|
|
212
212
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-11-01 01:23:35 |
|
|
213
213
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-31 02:35:43 |
|
|
214
214
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -227,12 +227,12 @@
|
|
|
227
227
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
228
228
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
229
229
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
230
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-
|
|
230
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-07 02:30:32 |
|
|
231
231
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-06 00:23:58 |
|
|
232
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-03 01:27:03 |
|
|
233
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-
|
|
233
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-07 02:47:21 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
235
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-
|
|
235
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-07 02:48:57 |
|
|
236
236
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
237
237
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
238
238
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.723"
|
|
@@ -141,11 +141,14 @@ export interface LogoRect {
|
|
|
141
141
|
export interface ResultConfig {
|
|
142
142
|
/**
|
|
143
143
|
* 生成图分辨率
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
144
|
+
|
|
145
|
+
智能文生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、1024:1024(1:1)、720:1280(9:16)、1280:720(16:9)、768:1280(3:5)、1280:768(5:3)、1080:1920(9:16)、1920:1080(16:9)
|
|
146
|
+
|
|
147
|
+
智能图生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)
|
|
148
|
+
|
|
149
|
+
不传默认使用768:768
|
|
150
|
+
|
|
151
|
+
示例值:768:768
|
|
149
152
|
*/
|
|
150
153
|
Resolution?: string
|
|
151
154
|
}
|
|
@@ -174,6 +177,11 @@ export interface TextToImageRequest {
|
|
|
174
177
|
Styles?: Array<string>
|
|
175
178
|
/**
|
|
176
179
|
* 生成图结果的配置,包括输出图片分辨率和尺寸等。
|
|
180
|
+
|
|
181
|
+
支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、1024:1024(1:1)、720:1280(9:16)、1280:720(16:9)、720:1440(1:2)、1440:720(2:1)、768:1280(3:5)、1280:768(5:3)、1080:1920(9:16)、1920:1080(16:9),不传默认使用768:768。
|
|
182
|
+
|
|
183
|
+
示例值:768:768
|
|
184
|
+
|
|
177
185
|
*/
|
|
178
186
|
ResultConfig?: ResultConfig
|
|
179
187
|
/**
|
|
@@ -1648,6 +1648,8 @@ export interface TelCdrInfo {
|
|
|
1648
1648
|
|
|
1649
1649
|
电话呼出 210 notInService 不在服务区
|
|
1650
1650
|
|
|
1651
|
+
电话呼入&呼出 211 clientError 客户端错误
|
|
1652
|
+
|
|
1651
1653
|
*/
|
|
1652
1654
|
EndStatus?: number
|
|
1653
1655
|
/**
|
|
@@ -1684,7 +1686,7 @@ export interface TelCdrInfo {
|
|
|
1684
1686
|
*/
|
|
1685
1687
|
IVRKeyPressed?: Array<string>
|
|
1686
1688
|
/**
|
|
1687
|
-
* 挂机方 seat 坐席 user 用户
|
|
1689
|
+
* 挂机方 seat 坐席 user 用户 system 系统
|
|
1688
1690
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1689
1691
|
*/
|
|
1690
1692
|
HungUpSide?: string
|
|
@@ -1724,7 +1726,7 @@ export interface TelCdrInfo {
|
|
|
1724
1726
|
电话呼出 2 unconnected 未接通
|
|
1725
1727
|
|
|
1726
1728
|
电话呼出 201 unknown 未知状态
|
|
1727
|
-
|
|
1729
|
+
|
|
1728
1730
|
电话呼出 203 userReject 拒接挂断
|
|
1729
1731
|
|
|
1730
1732
|
电话呼出 204 powerOff 关机
|
|
@@ -1741,6 +1743,8 @@ export interface TelCdrInfo {
|
|
|
1741
1743
|
|
|
1742
1744
|
电话呼出 210 notInService 不在服务区
|
|
1743
1745
|
|
|
1746
|
+
电话呼入&呼出 211 clientError 客户端错误
|
|
1747
|
+
|
|
1744
1748
|
|
|
1745
1749
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1746
1750
|
*/
|