tencentcloud-sdk-nodejs 4.0.427 → 4.0.428
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 +120 -0
- package/SERVICE_CHANGELOG.md +182 -74
- package/package.json +1 -1
- package/products.md +8 -8
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/cfs/v20190719/cfs_models.ts +37 -37
- package/src/services/cfw/v20190904/cfw_client.ts +19 -43
- package/src/services/cfw/v20190904/cfw_models.ts +48 -164
- package/src/services/ckafka/v20190819/ckafka_models.ts +30 -0
- package/src/services/ess/v20201111/ess_client.ts +12 -0
- package/src/services/ess/v20201111/ess_models.ts +30 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +132 -119
- package/src/services/essbasic/v20210526/essbasic_models.ts +63 -0
- package/src/services/ocr/v20181119/ocr_models.ts +20 -0
- package/src/services/vpc/v20170312/vpc_models.ts +2 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +37 -37
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -15
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -21
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -136
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +24 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +26 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +58 -54
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +54 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +16 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -0
- package/test/cfw.v20190904.test.js +6 -26
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +52 -42
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,123 @@
|
|
|
1
|
+
# Release 4.0.428
|
|
2
|
+
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
|
+
|
|
5
|
+
### 第 21 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-29 06:15:32
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
14
|
+
|
|
15
|
+
* DeleteSecurityGroupAllRule
|
|
16
|
+
* DescribeNatRuleOverview
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
21
|
+
|
|
22
|
+
### 第 55 次发布
|
|
23
|
+
|
|
24
|
+
发布时间:2022-08-29 06:16:32
|
|
25
|
+
|
|
26
|
+
本次发布包含了以下内容:
|
|
27
|
+
|
|
28
|
+
改善已有的文档。
|
|
29
|
+
|
|
30
|
+
修改数据结构:
|
|
31
|
+
|
|
32
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
33
|
+
|
|
34
|
+
* 新增成员:RecordWithSchema
|
|
35
|
+
|
|
36
|
+
* [PostgreSQLParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLParam)
|
|
37
|
+
|
|
38
|
+
* 新增成员:DataFormat, DataTargetInsertMode, DataTargetPrimaryKeyField, DataTargetRecordMapping, DropInvalidMessage
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
44
|
+
|
|
45
|
+
### 第 15 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2022-08-29 00:06:53
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
新增接口:
|
|
54
|
+
|
|
55
|
+
* [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
60
|
+
|
|
61
|
+
### 第 28 次发布
|
|
62
|
+
|
|
63
|
+
发布时间:2022-08-29 00:07:08
|
|
64
|
+
|
|
65
|
+
本次发布包含了以下内容:
|
|
66
|
+
|
|
67
|
+
改善已有的文档。
|
|
68
|
+
|
|
69
|
+
新增接口:
|
|
70
|
+
|
|
71
|
+
* [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
|
|
72
|
+
|
|
73
|
+
修改接口:
|
|
74
|
+
|
|
75
|
+
* [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
|
|
76
|
+
|
|
77
|
+
* 新增出参:PreviewUrl
|
|
78
|
+
|
|
79
|
+
* [CreateFlowsByTemplates](https://cloud.tencent.com/document/api/1420/61523)
|
|
80
|
+
|
|
81
|
+
* 新增出参:TaskInfos
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
新增数据结构:
|
|
85
|
+
|
|
86
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
95
|
+
|
|
96
|
+
### 第 76 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-08-29 06:40:32
|
|
99
|
+
|
|
100
|
+
本次发布包含了以下内容:
|
|
101
|
+
|
|
102
|
+
改善已有的文档。
|
|
103
|
+
|
|
104
|
+
修改数据结构:
|
|
105
|
+
|
|
106
|
+
* [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
|
|
107
|
+
|
|
108
|
+
* 新增成员:TaxBureau, TrafficFreeFlag
|
|
109
|
+
|
|
110
|
+
* [VatInvoiceItem](https://cloud.tencent.com/document/api/866/33527#VatInvoiceItem)
|
|
111
|
+
|
|
112
|
+
* 新增成员:TaxClassifyCode
|
|
113
|
+
|
|
114
|
+
* [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
|
|
115
|
+
|
|
116
|
+
* 新增成员:BuyerNo
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
1
121
|
# Release 4.0.427
|
|
2
122
|
|
|
3
123
|
## 云拨测(cat) 版本:2018-04-09
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,106 +1,120 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 21 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-29 06:15:32
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
14
14
|
|
|
15
|
-
*
|
|
15
|
+
* DeleteSecurityGroupAllRule
|
|
16
|
+
* DescribeNatRuleOverview
|
|
16
17
|
|
|
17
|
-
* 新增入参:ResourceIDs
|
|
18
18
|
|
|
19
19
|
|
|
20
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
20
21
|
|
|
22
|
+
### 第 55 次发布
|
|
21
23
|
|
|
22
|
-
|
|
24
|
+
发布时间:2022-08-29 06:16:32
|
|
23
25
|
|
|
24
|
-
|
|
26
|
+
本次发布包含了以下内容:
|
|
27
|
+
|
|
28
|
+
改善已有的文档。
|
|
29
|
+
|
|
30
|
+
修改数据结构:
|
|
31
|
+
|
|
32
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
33
|
+
|
|
34
|
+
* 新增成员:RecordWithSchema
|
|
35
|
+
|
|
36
|
+
* [PostgreSQLParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLParam)
|
|
37
|
+
|
|
38
|
+
* 新增成员:DataFormat, DataTargetInsertMode, DataTargetPrimaryKeyField, DataTargetRecordMapping, DropInvalidMessage
|
|
25
39
|
|
|
26
|
-
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
44
|
+
|
|
45
|
+
### 第 15 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2022-08-29 00:06:53
|
|
27
48
|
|
|
28
49
|
本次发布包含了以下内容:
|
|
29
50
|
|
|
30
51
|
改善已有的文档。
|
|
31
52
|
|
|
32
|
-
|
|
53
|
+
新增接口:
|
|
33
54
|
|
|
34
|
-
*
|
|
55
|
+
* [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
|
|
35
56
|
|
|
36
57
|
|
|
37
58
|
|
|
38
|
-
##
|
|
59
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
39
60
|
|
|
40
|
-
### 第
|
|
61
|
+
### 第 28 次发布
|
|
41
62
|
|
|
42
|
-
发布时间:2022-08-
|
|
63
|
+
发布时间:2022-08-29 00:07:08
|
|
43
64
|
|
|
44
65
|
本次发布包含了以下内容:
|
|
45
66
|
|
|
46
67
|
改善已有的文档。
|
|
47
68
|
|
|
69
|
+
新增接口:
|
|
70
|
+
|
|
71
|
+
* [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
|
|
72
|
+
|
|
48
73
|
修改接口:
|
|
49
74
|
|
|
50
|
-
* [
|
|
75
|
+
* [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
|
|
51
76
|
|
|
52
|
-
*
|
|
77
|
+
* 新增出参:PreviewUrl
|
|
53
78
|
|
|
79
|
+
* [CreateFlowsByTemplates](https://cloud.tencent.com/document/api/1420/61523)
|
|
54
80
|
|
|
55
|
-
|
|
81
|
+
* 新增出参:TaskInfos
|
|
56
82
|
|
|
57
|
-
* [Encryption](https://cloud.tencent.com/document/api/1007/41958#Encryption)
|
|
58
83
|
|
|
59
|
-
|
|
84
|
+
新增数据结构:
|
|
60
85
|
|
|
86
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo)
|
|
61
87
|
|
|
62
88
|
|
|
63
89
|
|
|
64
|
-
##
|
|
90
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
65
91
|
|
|
66
|
-
### 第 22 次发布
|
|
67
92
|
|
|
68
|
-
|
|
93
|
+
|
|
94
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
95
|
+
|
|
96
|
+
### 第 76 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-08-29 06:40:32
|
|
69
99
|
|
|
70
100
|
本次发布包含了以下内容:
|
|
71
101
|
|
|
72
102
|
改善已有的文档。
|
|
73
103
|
|
|
74
|
-
|
|
104
|
+
修改数据结构:
|
|
75
105
|
|
|
76
|
-
* [
|
|
77
|
-
* [CreateRule](https://cloud.tencent.com/document/api/1552/79672)
|
|
78
|
-
* [DeleteRules](https://cloud.tencent.com/document/api/1552/79671)
|
|
79
|
-
* [DescribeAvailablePlans](https://cloud.tencent.com/document/api/1552/79665)
|
|
80
|
-
* [DescribeRules](https://cloud.tencent.com/document/api/1552/79670)
|
|
81
|
-
* [DescribeRulesSetting](https://cloud.tencent.com/document/api/1552/79669)
|
|
82
|
-
* [ModifyRule](https://cloud.tencent.com/document/api/1552/79668)
|
|
83
|
-
* [ModifyRulePriority](https://cloud.tencent.com/document/api/1552/79667)
|
|
106
|
+
* [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
|
|
84
107
|
|
|
85
|
-
|
|
108
|
+
* 新增成员:TaxBureau, TrafficFreeFlag
|
|
109
|
+
|
|
110
|
+
* [VatInvoiceItem](https://cloud.tencent.com/document/api/866/33527#VatInvoiceItem)
|
|
111
|
+
|
|
112
|
+
* 新增成员:TaxClassifyCode
|
|
113
|
+
|
|
114
|
+
* [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
|
|
115
|
+
|
|
116
|
+
* 新增成员:BuyerNo
|
|
86
117
|
|
|
87
|
-
* [PlanInfo](https://cloud.tencent.com/document/api/1552/73155#PlanInfo)
|
|
88
|
-
* [RuleAction](https://cloud.tencent.com/document/api/1552/73155#RuleAction)
|
|
89
|
-
* [RuleAndConditions](https://cloud.tencent.com/document/api/1552/73155#RuleAndConditions)
|
|
90
|
-
* [RuleChoicePropertiesItem](https://cloud.tencent.com/document/api/1552/73155#RuleChoicePropertiesItem)
|
|
91
|
-
* [RuleCodeAction](https://cloud.tencent.com/document/api/1552/73155#RuleCodeAction)
|
|
92
|
-
* [RuleCodeActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleCodeActionParams)
|
|
93
|
-
* [RuleCondition](https://cloud.tencent.com/document/api/1552/73155#RuleCondition)
|
|
94
|
-
* [RuleExtraParameter](https://cloud.tencent.com/document/api/1552/73155#RuleExtraParameter)
|
|
95
|
-
* [RuleFilter](https://cloud.tencent.com/document/api/1552/73155#RuleFilter)
|
|
96
|
-
* [RuleItem](https://cloud.tencent.com/document/api/1552/73155#RuleItem)
|
|
97
|
-
* [RuleNormalAction](https://cloud.tencent.com/document/api/1552/73155#RuleNormalAction)
|
|
98
|
-
* [RuleNormalActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleNormalActionParams)
|
|
99
|
-
* [RuleRewriteAction](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteAction)
|
|
100
|
-
* [RuleRewriteActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteActionParams)
|
|
101
|
-
* [RuleSettingDetail](https://cloud.tencent.com/document/api/1552/73155#RuleSettingDetail)
|
|
102
|
-
* [RulesProperties](https://cloud.tencent.com/document/api/1552/73155#RulesProperties)
|
|
103
|
-
* [RulesSettingAction](https://cloud.tencent.com/document/api/1552/73155#RulesSettingAction)
|
|
104
118
|
|
|
105
119
|
|
|
106
120
|
|
|
@@ -16208,6 +16222,19 @@
|
|
|
16208
16222
|
|
|
16209
16223
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
16210
16224
|
|
|
16225
|
+
### 第 21 次发布
|
|
16226
|
+
|
|
16227
|
+
发布时间:2022-08-29 06:15:32
|
|
16228
|
+
|
|
16229
|
+
本次发布包含了以下内容:
|
|
16230
|
+
|
|
16231
|
+
改善已有的文档。
|
|
16232
|
+
|
|
16233
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
16234
|
+
|
|
16235
|
+
* DeleteSecurityGroupAllRule
|
|
16236
|
+
* DescribeNatRuleOverview
|
|
16237
|
+
|
|
16211
16238
|
### 第 20 次发布
|
|
16212
16239
|
|
|
16213
16240
|
发布时间:2022-08-26 06:15:17
|
|
@@ -17362,6 +17389,25 @@
|
|
|
17362
17389
|
|
|
17363
17390
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17364
17391
|
|
|
17392
|
+
### 第 55 次发布
|
|
17393
|
+
|
|
17394
|
+
发布时间:2022-08-29 06:16:32
|
|
17395
|
+
|
|
17396
|
+
本次发布包含了以下内容:
|
|
17397
|
+
|
|
17398
|
+
改善已有的文档。
|
|
17399
|
+
|
|
17400
|
+
修改数据结构:
|
|
17401
|
+
|
|
17402
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
17403
|
+
|
|
17404
|
+
* 新增成员:RecordWithSchema
|
|
17405
|
+
|
|
17406
|
+
* [PostgreSQLParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLParam)
|
|
17407
|
+
|
|
17408
|
+
* 新增成员:DataFormat, DataTargetInsertMode, DataTargetPrimaryKeyField, DataTargetRecordMapping, DropInvalidMessage
|
|
17409
|
+
|
|
17410
|
+
|
|
17365
17411
|
### 第 54 次发布
|
|
17366
17412
|
|
|
17367
17413
|
发布时间:2022-08-23 06:17:56
|
|
@@ -37298,6 +37344,18 @@
|
|
|
37298
37344
|
|
|
37299
37345
|
## 电子签服务(ess) 版本:2020-11-11
|
|
37300
37346
|
|
|
37347
|
+
### 第 15 次发布
|
|
37348
|
+
|
|
37349
|
+
发布时间:2022-08-29 00:06:53
|
|
37350
|
+
|
|
37351
|
+
本次发布包含了以下内容:
|
|
37352
|
+
|
|
37353
|
+
改善已有的文档。
|
|
37354
|
+
|
|
37355
|
+
新增接口:
|
|
37356
|
+
|
|
37357
|
+
* [[CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)](https://cloud.tencent.com/document/api/#/#)
|
|
37358
|
+
|
|
37301
37359
|
### 第 14 次发布
|
|
37302
37360
|
|
|
37303
37361
|
发布时间:2022-08-11 22:36:30
|
|
@@ -37669,6 +37727,33 @@
|
|
|
37669
37727
|
|
|
37670
37728
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
37671
37729
|
|
|
37730
|
+
### 第 28 次发布
|
|
37731
|
+
|
|
37732
|
+
发布时间:2022-08-29 00:07:08
|
|
37733
|
+
|
|
37734
|
+
本次发布包含了以下内容:
|
|
37735
|
+
|
|
37736
|
+
改善已有的文档。
|
|
37737
|
+
|
|
37738
|
+
新增接口:
|
|
37739
|
+
|
|
37740
|
+
* [[CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)](https://cloud.tencent.com/document/api/#/#)
|
|
37741
|
+
|
|
37742
|
+
修改接口:
|
|
37743
|
+
|
|
37744
|
+
* [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
|
|
37745
|
+
|
|
37746
|
+
* 新增出参:PreviewUrl
|
|
37747
|
+
|
|
37748
|
+
* [CreateFlowsByTemplates](https://cloud.tencent.com/document/api/1420/61523)
|
|
37749
|
+
|
|
37750
|
+
* 新增出参:TaskInfos
|
|
37751
|
+
|
|
37752
|
+
|
|
37753
|
+
新增数据结构:
|
|
37754
|
+
|
|
37755
|
+
* [[TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo)](https://cloud.tencent.com/document/api/1420/61525#[TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo))
|
|
37756
|
+
|
|
37672
37757
|
### 第 27 次发布
|
|
37673
37758
|
|
|
37674
37759
|
发布时间:2022-08-11 15:03:00
|
|
@@ -56077,6 +56162,29 @@
|
|
|
56077
56162
|
|
|
56078
56163
|
## 文字识别(ocr) 版本:2018-11-19
|
|
56079
56164
|
|
|
56165
|
+
### 第 76 次发布
|
|
56166
|
+
|
|
56167
|
+
发布时间:2022-08-29 06:40:32
|
|
56168
|
+
|
|
56169
|
+
本次发布包含了以下内容:
|
|
56170
|
+
|
|
56171
|
+
改善已有的文档。
|
|
56172
|
+
|
|
56173
|
+
修改数据结构:
|
|
56174
|
+
|
|
56175
|
+
* [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
|
|
56176
|
+
|
|
56177
|
+
* 新增成员:TaxBureau, TrafficFreeFlag
|
|
56178
|
+
|
|
56179
|
+
* [VatInvoiceItem](https://cloud.tencent.com/document/api/866/33527#VatInvoiceItem)
|
|
56180
|
+
|
|
56181
|
+
* 新增成员:TaxClassifyCode
|
|
56182
|
+
|
|
56183
|
+
* [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
|
|
56184
|
+
|
|
56185
|
+
* 新增成员:BuyerNo
|
|
56186
|
+
|
|
56187
|
+
|
|
56080
56188
|
### 第 75 次发布
|
|
56081
56189
|
|
|
56082
56190
|
发布时间:2022-08-16 06:34:58
|
|
@@ -72459,34 +72567,34 @@
|
|
|
72459
72567
|
|
|
72460
72568
|
新增接口:
|
|
72461
72569
|
|
|
72462
|
-
* [
|
|
72463
|
-
* [
|
|
72464
|
-
* [
|
|
72465
|
-
* [
|
|
72466
|
-
* [
|
|
72467
|
-
* [
|
|
72468
|
-
* [
|
|
72469
|
-
* [
|
|
72570
|
+
* [CreatePlanForZone](https://cloud.tencent.com/document/api/1552/79666)
|
|
72571
|
+
* [CreateRule](https://cloud.tencent.com/document/api/1552/79672)
|
|
72572
|
+
* [DeleteRules](https://cloud.tencent.com/document/api/1552/79671)
|
|
72573
|
+
* [DescribeAvailablePlans](https://cloud.tencent.com/document/api/1552/79665)
|
|
72574
|
+
* [DescribeRules](https://cloud.tencent.com/document/api/1552/79670)
|
|
72575
|
+
* [DescribeRulesSetting](https://cloud.tencent.com/document/api/1552/79669)
|
|
72576
|
+
* [ModifyRule](https://cloud.tencent.com/document/api/1552/79668)
|
|
72577
|
+
* [ModifyRulePriority](https://cloud.tencent.com/document/api/1552/79667)
|
|
72470
72578
|
|
|
72471
72579
|
新增数据结构:
|
|
72472
72580
|
|
|
72473
|
-
* [
|
|
72474
|
-
* [
|
|
72475
|
-
* [
|
|
72476
|
-
* [
|
|
72477
|
-
* [
|
|
72478
|
-
* [
|
|
72479
|
-
* [
|
|
72480
|
-
* [
|
|
72481
|
-
* [
|
|
72482
|
-
* [
|
|
72483
|
-
* [
|
|
72484
|
-
* [
|
|
72485
|
-
* [
|
|
72486
|
-
* [
|
|
72487
|
-
* [
|
|
72488
|
-
* [
|
|
72489
|
-
* [
|
|
72581
|
+
* [PlanInfo](https://cloud.tencent.com/document/api/1552/73155#PlanInfo)
|
|
72582
|
+
* [RuleAction](https://cloud.tencent.com/document/api/1552/73155#RuleAction)
|
|
72583
|
+
* [RuleAndConditions](https://cloud.tencent.com/document/api/1552/73155#RuleAndConditions)
|
|
72584
|
+
* [RuleChoicePropertiesItem](https://cloud.tencent.com/document/api/1552/73155#RuleChoicePropertiesItem)
|
|
72585
|
+
* [RuleCodeAction](https://cloud.tencent.com/document/api/1552/73155#RuleCodeAction)
|
|
72586
|
+
* [RuleCodeActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleCodeActionParams)
|
|
72587
|
+
* [RuleCondition](https://cloud.tencent.com/document/api/1552/73155#RuleCondition)
|
|
72588
|
+
* [RuleExtraParameter](https://cloud.tencent.com/document/api/1552/73155#RuleExtraParameter)
|
|
72589
|
+
* [RuleFilter](https://cloud.tencent.com/document/api/1552/73155#RuleFilter)
|
|
72590
|
+
* [RuleItem](https://cloud.tencent.com/document/api/1552/73155#RuleItem)
|
|
72591
|
+
* [RuleNormalAction](https://cloud.tencent.com/document/api/1552/73155#RuleNormalAction)
|
|
72592
|
+
* [RuleNormalActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleNormalActionParams)
|
|
72593
|
+
* [RuleRewriteAction](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteAction)
|
|
72594
|
+
* [RuleRewriteActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteActionParams)
|
|
72595
|
+
* [RuleSettingDetail](https://cloud.tencent.com/document/api/1552/73155#RuleSettingDetail)
|
|
72596
|
+
* [RulesProperties](https://cloud.tencent.com/document/api/1552/73155#RulesProperties)
|
|
72597
|
+
* [RulesSettingAction](https://cloud.tencent.com/document/api/1552/73155#RulesSettingAction)
|
|
72490
72598
|
|
|
72491
72599
|
### 第 21 次发布
|
|
72492
72600
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-08-17 06:11:23 |
|
|
41
41
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-25 06:13:36 |
|
|
42
42
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
|
|
43
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-
|
|
43
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-29 06:13:59 |
|
|
44
44
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
45
45
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
|
|
46
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-
|
|
47
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-
|
|
46
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-08-29 06:14:56 |
|
|
47
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-29 06:15:32 |
|
|
48
48
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
|
|
49
49
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
|
|
50
50
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
51
51
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
52
52
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
53
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-
|
|
53
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-29 06:16:32 |
|
|
54
54
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-08-17 06:14:30 |
|
|
55
55
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
56
56
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
|
|
87
87
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
|
|
88
88
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-08-16 06:24:00 |
|
|
89
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-
|
|
90
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-
|
|
89
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-29 00:06:53 |
|
|
90
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-29 00:07:08 |
|
|
91
91
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
92
92
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-26 06:28:34 |
|
|
93
93
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
136
136
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
137
137
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-25 06:41:36 |
|
|
138
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-
|
|
138
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-29 06:40:32 |
|
|
139
139
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
|
|
140
140
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-08-18 06:35:33 |
|
|
141
141
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-08-16 06:49:06 |
|
|
206
206
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
207
207
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-25 06:58:49 |
|
|
208
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-08-
|
|
208
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-08-29 06:58:00 |
|
|
209
209
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-29 06:18:30 |
|
|
210
210
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
211
211
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-08-12 15:11:35 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.428"
|