tencentcloud-sdk-nodejs 4.0.864 → 4.0.865

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/CHANGELOG.md +193 -0
  2. package/SERVICE_CHANGELOG.md +262 -47
  3. package/package.json +1 -1
  4. package/products.md +13 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cls/v20201016/cls_models.ts +24 -4
  7. package/src/services/dnspod/v20210323/dnspod_client.ts +13 -1
  8. package/src/services/dnspod/v20210323/dnspod_models.ts +32 -4
  9. package/src/services/ess/v20201111/ess_client.ts +1 -1
  10. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
  11. package/src/services/faceid/v20180301/faceid_models.ts +6 -5
  12. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
  13. package/src/services/lighthouse/v20200324/lighthouse_models.ts +27 -17
  14. package/src/services/monitor/v20180724/monitor_models.ts +21 -11
  15. package/src/services/redis/v20180412/redis_models.ts +215 -120
  16. package/src/services/tcb/v20180608/tcb_client.ts +2 -3
  17. package/src/services/tcb/v20180608/tcb_models.ts +55 -21
  18. package/src/services/teo/v20220901/teo_models.ts +5 -5
  19. package/src/services/trp/v20210515/trp_models.ts +114 -28
  20. package/tencentcloud/common/sdk_version.d.ts +1 -1
  21. package/tencentcloud/common/sdk_version.js +1 -1
  22. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +24 -4
  23. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
  24. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
  25. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +30 -4
  26. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  27. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  28. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
  29. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
  30. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +6 -5
  31. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
  32. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +27 -17
  33. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -11
  34. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +215 -120
  35. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +0 -1
  36. package/tencentcloud/services/tcb/v20180608/tcb_client.js +0 -1
  37. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +55 -21
  38. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
  39. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +114 -28
  40. package/test/dnspod.v20210323.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,196 @@
1
+ # Release 4.0.865
2
+
3
+ ## 日志服务(cls) 版本:2020-10-16
4
+
5
+ ### 第 93 次发布
6
+
7
+ 发布时间:2024-05-30 01:22:05
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeLogContext](https://cloud.tencent.com/document/api/614/56448)
16
+
17
+ * 新增入参:Query, From, To
18
+
19
+
20
+
21
+
22
+ ## DNSPod(dnspod) 版本:2021-03-23
23
+
24
+ ### 第 31 次发布
25
+
26
+ 发布时间:2024-05-30 01:33:24
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 新增接口:
33
+
34
+ * [ModifyDomainToGroup](https://cloud.tencent.com/document/api/1427/106668)
35
+
36
+
37
+
38
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
39
+
40
+ ### 第 114 次发布
41
+
42
+ 发布时间:2024-05-30 01:55:28
43
+
44
+ 本次发布包含了以下内容:
45
+
46
+ 改善已有的文档。
47
+
48
+ 修改数据结构:
49
+
50
+ * [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
51
+
52
+ * 新增成员:IsLatenessMetric
53
+
54
+ * [Metric](https://cloud.tencent.com/document/api/248/30354#Metric)
55
+
56
+ * 新增成员:IsLatenessMetric
57
+
58
+ * <font color="#dd0000">**修改成员**:</font>Operators, Periods
59
+
60
+
61
+
62
+
63
+ ## 云数据库Redis(redis) 版本:2018-04-12
64
+
65
+ ### 第 75 次发布
66
+
67
+ 发布时间:2024-05-30 02:02:41
68
+
69
+ 本次发布包含了以下内容:
70
+
71
+ 改善已有的文档。
72
+
73
+ 修改接口:
74
+
75
+ * [CloneInstances](https://cloud.tencent.com/document/api/239/89391)
76
+
77
+ * 新增入参:CloneTime
78
+
79
+
80
+ 修改数据结构:
81
+
82
+ * [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
83
+
84
+ * 新增成员:BackupMode
85
+
86
+
87
+
88
+
89
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
90
+
91
+ ### 第 102 次发布
92
+
93
+ 发布时间:2024-05-30 02:08:52
94
+
95
+ 本次发布包含了以下内容:
96
+
97
+ 改善已有的文档。
98
+
99
+ 修改接口:
100
+
101
+ * [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
102
+
103
+ * 新增入参:GatewayId
104
+
105
+
106
+ 修改数据结构:
107
+
108
+ * [GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem)
109
+
110
+ * 新增成员:WxAppId, CanRenew, AutoRenewFlag, CanDowngrade, LongAccessId, AccessDomain
111
+
112
+ * <font color="#dd0000">**修改成员**:</font>VersionNumLimit
113
+
114
+
115
+
116
+
117
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
118
+
119
+ ### 第 81 次发布
120
+
121
+ 发布时间:2024-05-29 19:42:22
122
+
123
+ 本次发布包含了以下内容:
124
+
125
+ 改善已有的文档。
126
+
127
+ 修改数据结构:
128
+
129
+ * [Rule](https://cloud.tencent.com/document/api/1552/80721#Rule)
130
+
131
+ * <font color="#dd0000">**修改成员**:</font>Actions
132
+
133
+
134
+
135
+
136
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
137
+
138
+
139
+
140
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
141
+
142
+ ### 第 34 次发布
143
+
144
+ 发布时间:2024-05-30 02:20:31
145
+
146
+ 本次发布包含了以下内容:
147
+
148
+ 改善已有的文档。
149
+
150
+ 修改接口:
151
+
152
+ * [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
153
+
154
+ * 新增入参:SceneCode
155
+
156
+ * [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
157
+
158
+ * 新增入参:SceneCode
159
+
160
+ * [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
161
+
162
+ * 新增入参:SceneCode, Status
163
+
164
+
165
+ 修改数据结构:
166
+
167
+ * [CodePack](https://cloud.tencent.com/document/api/1458/75030#CodePack)
168
+
169
+ * 新增成员:SceneCode, CodeRule, UsedAmount, SerialStart, SerialEnd
170
+
171
+ * [Job](https://cloud.tencent.com/document/api/1458/75030#Job)
172
+
173
+ * 新增成员:ErrorMessage
174
+
175
+ * [PackSpec](https://cloud.tencent.com/document/api/1458/75030#PackSpec)
176
+
177
+ * 新增成员:Unit, SceneCode
178
+
179
+ * [ScanLog](https://cloud.tencent.com/document/api/1458/75030#ScanLog)
180
+
181
+ * 新增成员:ProductLogo, Status, Verify
182
+
183
+ * <font color="#dd0000">**修改成员**:</font>Unionid, First, BatchId, Type, MerchantName, ProductName
184
+
185
+ * [TraceCode](https://cloud.tencent.com/document/api/1458/75030#TraceCode)
186
+
187
+ * 新增成员:PackSpec, SceneCode, SerialCode
188
+
189
+ * <font color="#dd0000">**修改成员**:</font>AgentId, Level
190
+
191
+
192
+
193
+
1
194
  # Release 4.0.864
2
195
 
3
196
  ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
3
+ ## 日志服务(cls) 版本:2020-10-16
4
4
 
5
- ### 第 26 次发布
5
+ ### 第 93 次发布
6
6
 
7
- 发布时间:2024-05-29 01:29:52
7
+ 发布时间:2024-05-30 01:22:05
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,31 +12,59 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [DescribeResources](https://cloud.tencent.com/document/api/1025/74801)
15
+ * [DescribeLogContext](https://cloud.tencent.com/document/api/614/56448)
16
16
 
17
- * 新增入参:Limit, Offset
17
+ * 新增入参:Query, From, To
18
18
 
19
- * 新增出参:TotalCount
20
19
 
21
20
 
22
- 新增数据结构:
23
21
 
24
- * [Clb](https://cloud.tencent.com/document/api/1025/74416#Clb)
22
+ ## DNSPod(dnspod) 版本:2021-03-23
23
+
24
+ ### 第 31 次发布
25
+
26
+ 发布时间:2024-05-30 01:33:24
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 新增接口:
33
+
34
+ * [ModifyDomainToGroup](https://cloud.tencent.com/document/api/1427/106668)
35
+
36
+
37
+
38
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
39
+
40
+ ### 第 114 次发布
41
+
42
+ 发布时间:2024-05-30 01:55:28
43
+
44
+ 本次发布包含了以下内容:
45
+
46
+ 改善已有的文档。
25
47
 
26
48
  修改数据结构:
27
49
 
28
- * [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
50
+ * [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
29
51
 
30
- * 新增成员:ClbSet
52
+ * 新增成员:IsLatenessMetric
31
53
 
54
+ * [Metric](https://cloud.tencent.com/document/api/248/30354#Metric)
32
55
 
56
+ * 新增成员:IsLatenessMetric
33
57
 
58
+ * <font color="#dd0000">**修改成员**:</font>Operators, Periods
34
59
 
35
- ## 云直播CSS(live) 版本:2018-08-01
36
60
 
37
- ### 第 129 次发布
38
61
 
39
- 发布时间:2024-05-29 01:52:02
62
+
63
+ ## 云数据库Redis(redis) 版本:2018-04-12
64
+
65
+ ### 第 75 次发布
66
+
67
+ 发布时间:2024-05-30 02:02:41
40
68
 
41
69
  本次发布包含了以下内容:
42
70
 
@@ -44,93 +72,121 @@
44
72
 
45
73
  修改接口:
46
74
 
47
- * [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
75
+ * [CloneInstances](https://cloud.tencent.com/document/api/239/89391)
48
76
 
49
- * 新增入参:TranscodeTemplateName
77
+ * 新增入参:CloneTime
50
78
 
51
79
 
52
80
  修改数据结构:
53
81
 
54
- * [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
82
+ * [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
55
83
 
56
- * 新增成员:TranscodeTemplateName
84
+ * 新增成员:BackupMode
57
85
 
58
86
 
59
87
 
60
88
 
61
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
89
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
62
90
 
63
- ### 第 112 次发布
91
+ ### 第 102 次发布
64
92
 
65
- 发布时间:2024-05-29 02:13:49
93
+ 发布时间:2024-05-30 02:08:52
66
94
 
67
95
  本次发布包含了以下内容:
68
96
 
69
97
  改善已有的文档。
70
98
 
99
+ 修改接口:
100
+
101
+ * [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
102
+
103
+ * 新增入参:GatewayId
104
+
105
+
71
106
  修改数据结构:
72
107
 
73
- * [PulsarNetworkAccessPointInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarNetworkAccessPointInfo)
108
+ * [GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem)
74
109
 
75
- * 新增成员:AccessPointsType
110
+ * 新增成员:WxAppId, CanRenew, AutoRenewFlag, CanDowngrade, LongAccessId, AccessDomain
76
111
 
112
+ * <font color="#dd0000">**修改成员**:</font>VersionNumLimit
77
113
 
78
114
 
79
115
 
80
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
81
116
 
82
- ### 90 次发布
117
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
83
118
 
84
- 发布时间:2024-05-29 02:30:31
119
+ ### 第 81 次发布
120
+
121
+ 发布时间:2024-05-29 19:42:22
85
122
 
86
123
  本次发布包含了以下内容:
87
124
 
88
125
  改善已有的文档。
89
126
 
90
- 修改接口:
127
+ 修改数据结构:
91
128
 
92
- * [BatchStopOpsTasks](https://cloud.tencent.com/document/api/1267/95257)
129
+ * [Rule](https://cloud.tencent.com/document/api/1552/80721#Rule)
93
130
 
94
- * 新增入参:KillInstance
131
+ * <font color="#dd0000">**修改成员**:</font>Actions
95
132
 
96
- * [BatchStopWorkflowsByIds](https://cloud.tencent.com/document/api/1267/95232)
97
133
 
98
- * 新增入参:KillInstance
99
134
 
100
- * [CreateHiveTableByDDL](https://cloud.tencent.com/document/api/1267/82524)
101
135
 
102
- * 新增入参:SchemaName
136
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
103
137
 
104
- * [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
105
138
 
106
- * 新增入参:InitStrategy, RequestResourceTypes
107
139
 
108
- * [FreezeOpsTasks](https://cloud.tencent.com/document/api/1267/95252)
140
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
109
141
 
110
- * 新增入参:KillInstance
142
+ ### 第 34 次发布
111
143
 
112
- * [FreezeTasksByWorkflowIds](https://cloud.tencent.com/document/api/1267/95179)
144
+ 发布时间:2024-05-30 02:20:31
113
145
 
114
- * 新增入参:KillInstance
146
+ 本次发布包含了以下内容:
147
+
148
+ 改善已有的文档。
149
+
150
+ 修改接口:
151
+
152
+ * [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
153
+
154
+ * 新增入参:SceneCode
155
+
156
+ * [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
157
+
158
+ * 新增入参:SceneCode
159
+
160
+ * [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
161
+
162
+ * 新增入参:SceneCode, Status
115
163
 
116
164
 
117
165
  修改数据结构:
118
166
 
119
- * [DatasourceBaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatasourceBaseInfo)
167
+ * [CodePack](https://cloud.tencent.com/document/api/1458/75030#CodePack)
120
168
 
121
- * 新增成员:Category
169
+ * 新增成员:SceneCode, CodeRule, UsedAmount, SerialStart, SerialEnd
122
170
 
123
- * [InstanceOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceOpsDto)
171
+ * [Job](https://cloud.tencent.com/document/api/1458/75030#Job)
124
172
 
125
- * 新增成员:DeletedFatherList, CirculateInstanceList
173
+ * 新增成员:ErrorMessage
126
174
 
127
- * [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
175
+ * [PackSpec](https://cloud.tencent.com/document/api/1458/75030#PackSpec)
128
176
 
129
- * 新增成员:CirculateTaskList
177
+ * 新增成员:Unit, SceneCode
130
178
 
131
- * [OpsTaskLinkInfoDto](https://cloud.tencent.com/document/api/1267/76336#OpsTaskLinkInfoDto)
179
+ * [ScanLog](https://cloud.tencent.com/document/api/1458/75030#ScanLog)
132
180
 
133
- * 新增成员:LinkStyle
181
+ * 新增成员:ProductLogo, Status, Verify
182
+
183
+ * <font color="#dd0000">**修改成员**:</font>Unionid, First, BatchId, Type, MerchantName, ProductName
184
+
185
+ * [TraceCode](https://cloud.tencent.com/document/api/1458/75030#TraceCode)
186
+
187
+ * 新增成员:PackSpec, SceneCode, SerialCode
188
+
189
+ * <font color="#dd0000">**修改成员**:</font>AgentId, Level
134
190
 
135
191
 
136
192
 
@@ -31100,6 +31156,21 @@
31100
31156
 
31101
31157
  ## 日志服务(cls) 版本:2020-10-16
31102
31158
 
31159
+ ### 第 93 次发布
31160
+
31161
+ 发布时间:2024-05-30 01:22:05
31162
+
31163
+ 本次发布包含了以下内容:
31164
+
31165
+ 改善已有的文档。
31166
+
31167
+ 修改接口:
31168
+
31169
+ * [DescribeLogContext](https://cloud.tencent.com/document/api/614/56448)
31170
+
31171
+ * 新增入参:Query, From, To
31172
+
31173
+
31103
31174
  ### 第 92 次发布
31104
31175
 
31105
31176
  发布时间:2024-05-17 01:21:01
@@ -46387,7 +46458,7 @@
46387
46458
 
46388
46459
  新增数据结构:
46389
46460
 
46390
- * [[Clb](https://cloud.tencent.com/document/api/1025/74416#Clb)](https://cloud.tencent.com/document/api/1025/74416#[Clb](https://cloud.tencent.com/document/api/1025/74416#Clb))
46461
+ * [Clb](https://cloud.tencent.com/document/api/1025/74416#Clb)
46391
46462
 
46392
46463
  修改数据结构:
46393
46464
 
@@ -52288,6 +52359,18 @@
52288
52359
 
52289
52360
  ## DNSPod(dnspod) 版本:2021-03-23
52290
52361
 
52362
+ ### 第 31 次发布
52363
+
52364
+ 发布时间:2024-05-30 01:33:24
52365
+
52366
+ 本次发布包含了以下内容:
52367
+
52368
+ 改善已有的文档。
52369
+
52370
+ 新增接口:
52371
+
52372
+ * [[ModifyDomainToGroup](https://cloud.tencent.com/document/api/1427/106668)](https://cloud.tencent.com/document/api/#/#)
52373
+
52291
52374
  ### 第 30 次发布
52292
52375
 
52293
52376
  发布时间:2024-03-14 01:14:21
@@ -89126,6 +89209,27 @@
89126
89209
 
89127
89210
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
89128
89211
 
89212
+ ### 第 114 次发布
89213
+
89214
+ 发布时间:2024-05-30 01:55:28
89215
+
89216
+ 本次发布包含了以下内容:
89217
+
89218
+ 改善已有的文档。
89219
+
89220
+ 修改数据结构:
89221
+
89222
+ * [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
89223
+
89224
+ * 新增成员:IsLatenessMetric
89225
+
89226
+ * [Metric](https://cloud.tencent.com/document/api/248/30354#Metric)
89227
+
89228
+ * 新增成员:IsLatenessMetric
89229
+
89230
+ * <font color="#dd0000">**修改成员**:</font>Operators, Periods
89231
+
89232
+
89129
89233
  ### 第 113 次发布
89130
89234
 
89131
89235
  发布时间:2024-05-24 01:55:33
@@ -103122,6 +103226,28 @@
103122
103226
 
103123
103227
  ## 云数据库Redis(redis) 版本:2018-04-12
103124
103228
 
103229
+ ### 第 75 次发布
103230
+
103231
+ 发布时间:2024-05-30 02:02:41
103232
+
103233
+ 本次发布包含了以下内容:
103234
+
103235
+ 改善已有的文档。
103236
+
103237
+ 修改接口:
103238
+
103239
+ * [CloneInstances](https://cloud.tencent.com/document/api/239/89391)
103240
+
103241
+ * 新增入参:CloneTime
103242
+
103243
+
103244
+ 修改数据结构:
103245
+
103246
+ * [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
103247
+
103248
+ * 新增成员:BackupMode
103249
+
103250
+
103125
103251
  ### 第 74 次发布
103126
103252
 
103127
103253
  发布时间:2024-04-19 01:24:17
@@ -113668,6 +113794,30 @@
113668
113794
 
113669
113795
  ## 云开发 CloudBase(tcb) 版本:2018-06-08
113670
113796
 
113797
+ ### 第 102 次发布
113798
+
113799
+ 发布时间:2024-05-30 02:08:52
113800
+
113801
+ 本次发布包含了以下内容:
113802
+
113803
+ 改善已有的文档。
113804
+
113805
+ 修改接口:
113806
+
113807
+ * [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
113808
+
113809
+ * 新增入参:GatewayId
113810
+
113811
+
113812
+ 修改数据结构:
113813
+
113814
+ * [GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem)
113815
+
113816
+ * 新增成员:WxAppId, CanRenew, AutoRenewFlag, CanDowngrade, LongAccessId, AccessDomain
113817
+
113818
+ * <font color="#dd0000">**修改成员**:</font>VersionNumLimit
113819
+
113820
+
113671
113821
  ### 第 101 次发布
113672
113822
 
113673
113823
  发布时间:2024-01-23 01:27:30
@@ -124927,6 +125077,21 @@
124927
125077
 
124928
125078
  ## 边缘安全加速平台(teo) 版本:2022-09-01
124929
125079
 
125080
+ ### 第 81 次发布
125081
+
125082
+ 发布时间:2024-05-29 19:42:22
125083
+
125084
+ 本次发布包含了以下内容:
125085
+
125086
+ 改善已有的文档。
125087
+
125088
+ 修改数据结构:
125089
+
125090
+ * [Rule](https://cloud.tencent.com/document/api/1552/80721#Rule)
125091
+
125092
+ * <font color="#dd0000">**修改成员**:</font>Actions
125093
+
125094
+
124930
125095
  ### 第 80 次发布
124931
125096
 
124932
125097
  发布时间:2024-05-10 02:31:21
@@ -135906,6 +136071,56 @@
135906
136071
 
135907
136072
  ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
135908
136073
 
136074
+ ### 第 34 次发布
136075
+
136076
+ 发布时间:2024-05-30 02:20:31
136077
+
136078
+ 本次发布包含了以下内容:
136079
+
136080
+ 改善已有的文档。
136081
+
136082
+ 修改接口:
136083
+
136084
+ * [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
136085
+
136086
+ * 新增入参:SceneCode
136087
+
136088
+ * [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
136089
+
136090
+ * 新增入参:SceneCode
136091
+
136092
+ * [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
136093
+
136094
+ * 新增入参:SceneCode, Status
136095
+
136096
+
136097
+ 修改数据结构:
136098
+
136099
+ * [CodePack](https://cloud.tencent.com/document/api/1458/75030#CodePack)
136100
+
136101
+ * 新增成员:SceneCode, CodeRule, UsedAmount, SerialStart, SerialEnd
136102
+
136103
+ * [Job](https://cloud.tencent.com/document/api/1458/75030#Job)
136104
+
136105
+ * 新增成员:ErrorMessage
136106
+
136107
+ * [PackSpec](https://cloud.tencent.com/document/api/1458/75030#PackSpec)
136108
+
136109
+ * 新增成员:Unit, SceneCode
136110
+
136111
+ * [ScanLog](https://cloud.tencent.com/document/api/1458/75030#ScanLog)
136112
+
136113
+ * 新增成员:ProductLogo, Status, Verify
136114
+
136115
+ * <font color="#dd0000">**修改成员**:</font>Unionid, First, BatchId, Type, MerchantName, ProductName
136116
+
136117
+ * [TraceCode](https://cloud.tencent.com/document/api/1458/75030#TraceCode)
136118
+
136119
+ * 新增成员:PackSpec, SceneCode, SerialCode
136120
+
136121
+ * <font color="#dd0000">**修改成员**:</font>AgentId, Level
136122
+
136123
+
135909
136124
  ### 第 33 次发布
135910
136125
 
135911
136126
  发布时间:2024-03-15 01:24:38
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.864",
3
+ "version": "4.0.865",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {