tencentcloud-sdk-nodejs-tse 4.0.370 → 4.0.371
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 +214 -0
- package/SERVICE_CHANGELOG.md +332 -33
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/services/tse/v20201207/tse_client.ts +75 -23
- package/src/services/tse/v20201207/tse_models.ts +417 -157
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +21 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +30 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +373 -151
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,217 @@
|
|
|
1
|
+
# Release 4.0.371
|
|
2
|
+
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
|
+
|
|
5
|
+
### 第 71 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-06-28 06:07:23
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CreateOpenBankAggregatedSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/76096)
|
|
16
|
+
* [CreateOpenBankSubMerchantRateConfigure](https://cloud.tencent.com/document/api/1122/76095)
|
|
17
|
+
* [CreateOpenBankUnifiedOrder](https://cloud.tencent.com/document/api/1122/76094)
|
|
18
|
+
* [QueryOpenBankBillDataPage](https://cloud.tencent.com/document/api/1122/76093)
|
|
19
|
+
* [QueryOpenBankRefundOrder](https://cloud.tencent.com/document/api/1122/76092)
|
|
20
|
+
* [QueryOpenBankSubMerchantCredential](https://cloud.tencent.com/document/api/1122/76091)
|
|
21
|
+
* [QueryOpenBankSubMerchantRateConfigure](https://cloud.tencent.com/document/api/1122/76090)
|
|
22
|
+
* [RefundOpenBankOrder](https://cloud.tencent.com/document/api/1122/76089)
|
|
23
|
+
* [UploadOpenBankSubMerchantCredential](https://cloud.tencent.com/document/api/1122/76088)
|
|
24
|
+
|
|
25
|
+
新增数据结构:
|
|
26
|
+
|
|
27
|
+
* [BusinessLicenseInfo](https://cloud.tencent.com/document/api/1122/40683#BusinessLicenseInfo)
|
|
28
|
+
* [CreateOpenBankExternalAggregatedSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankExternalAggregatedSubMerchantRegistrationResult)
|
|
29
|
+
* [CreateOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankSubMerchantRateConfigureResult)
|
|
30
|
+
* [FeeRangInfo](https://cloud.tencent.com/document/api/1122/40683#FeeRangInfo)
|
|
31
|
+
* [LegalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#LegalPersonInfo)
|
|
32
|
+
* [NaturalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#NaturalPersonInfo)
|
|
33
|
+
* [OpenBankPayLimitInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayLimitInfo)
|
|
34
|
+
* [OpenBankQueryRefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankQueryRefundOrderResult)
|
|
35
|
+
* [OpenBankRefundOrderApplyResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankRefundOrderApplyResult)
|
|
36
|
+
* [OpenBankStoreInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankStoreInfo)
|
|
37
|
+
* [OutSubMerchantExtensionInfo](https://cloud.tencent.com/document/api/1122/40683#OutSubMerchantExtensionInfo)
|
|
38
|
+
* [QueryOpenBankBillData](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillData)
|
|
39
|
+
* [QueryOpenBankBillDataPageResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillDataPageResult)
|
|
40
|
+
* [QueryOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantCredentialResult)
|
|
41
|
+
* [QueryOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantRateConfigureResult)
|
|
42
|
+
* [SettleInfo](https://cloud.tencent.com/document/api/1122/40683#SettleInfo)
|
|
43
|
+
* [UploadOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#UploadOpenBankSubMerchantCredentialResult)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## 事件总线(eb) 版本:2021-04-16
|
|
48
|
+
|
|
49
|
+
### 第 4 次发布
|
|
50
|
+
|
|
51
|
+
发布时间:2022-06-28 06:09:50
|
|
52
|
+
|
|
53
|
+
本次发布包含了以下内容:
|
|
54
|
+
|
|
55
|
+
改善已有的文档。
|
|
56
|
+
|
|
57
|
+
修改接口:
|
|
58
|
+
|
|
59
|
+
* [ListTargets](https://cloud.tencent.com/document/api/1359/67701)
|
|
60
|
+
|
|
61
|
+
* <font color="#dd0000">**修改入参**:</font>RuleId
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
67
|
+
|
|
68
|
+
### 第 30 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2022-06-28 06:10:45
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
修改数据结构:
|
|
77
|
+
|
|
78
|
+
* [CountryAreaMap](https://cloud.tencent.com/document/api/608/37023#CountryAreaMap)
|
|
79
|
+
|
|
80
|
+
* 新增成员:Remark
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## 小程序安全(mmps) 版本:2020-07-10
|
|
86
|
+
|
|
87
|
+
### 第 5 次发布
|
|
88
|
+
|
|
89
|
+
发布时间:2022-06-27 14:56:37
|
|
90
|
+
|
|
91
|
+
本次发布包含了以下内容:
|
|
92
|
+
|
|
93
|
+
改善已有的文档。
|
|
94
|
+
|
|
95
|
+
新增接口:
|
|
96
|
+
|
|
97
|
+
* [DescribeFlySecMiniAppScanReportList](https://cloud.tencent.com/document/api/1223/76058)
|
|
98
|
+
|
|
99
|
+
新增数据结构:
|
|
100
|
+
|
|
101
|
+
* [FlySecMiniAppReportData](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppReportData)
|
|
102
|
+
* [FlySecMiniAppRiskItems](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppRiskItems)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
107
|
+
|
|
108
|
+
### 第 50 次发布
|
|
109
|
+
|
|
110
|
+
发布时间:2022-06-28 06:13:35
|
|
111
|
+
|
|
112
|
+
本次发布包含了以下内容:
|
|
113
|
+
|
|
114
|
+
改善已有的文档。
|
|
115
|
+
|
|
116
|
+
新增接口:
|
|
117
|
+
|
|
118
|
+
* [CreatePrometheusMultiTenantInstancePostPayMode](https://cloud.tencent.com/document/api/248/76097)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
123
|
+
|
|
124
|
+
### 第 13 次发布
|
|
125
|
+
|
|
126
|
+
发布时间:2022-06-28 06:14:04
|
|
127
|
+
|
|
128
|
+
本次发布包含了以下内容:
|
|
129
|
+
|
|
130
|
+
改善已有的文档。
|
|
131
|
+
|
|
132
|
+
新增数据结构:
|
|
133
|
+
|
|
134
|
+
* [Coordinate](https://cloud.tencent.com/document/api/1314/56230#Coordinate)
|
|
135
|
+
|
|
136
|
+
修改数据结构:
|
|
137
|
+
|
|
138
|
+
* [IndicatorItem](https://cloud.tencent.com/document/api/1314/56230#IndicatorItem)
|
|
139
|
+
|
|
140
|
+
* 新增成员:Id, Coords
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
146
|
+
|
|
147
|
+
### 第 4 次发布
|
|
148
|
+
|
|
149
|
+
发布时间:2022-06-28 06:16:23
|
|
150
|
+
|
|
151
|
+
本次发布包含了以下内容:
|
|
152
|
+
|
|
153
|
+
改善已有的文档。
|
|
154
|
+
|
|
155
|
+
修改接口:
|
|
156
|
+
|
|
157
|
+
* [DescribeCloudRunServerDetail](https://cloud.tencent.com/document/api/1243/75711)
|
|
158
|
+
|
|
159
|
+
* 新增出参:OnlineVersionInfos
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
新增数据结构:
|
|
163
|
+
|
|
164
|
+
* [OnlineVersionInfo](https://cloud.tencent.com/document/api/1243/75713#OnlineVersionInfo)
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
169
|
+
|
|
170
|
+
### 第 35 次发布
|
|
171
|
+
|
|
172
|
+
发布时间:2022-06-28 06:17:03
|
|
173
|
+
|
|
174
|
+
本次发布包含了以下内容:
|
|
175
|
+
|
|
176
|
+
改善已有的文档。
|
|
177
|
+
|
|
178
|
+
修改接口:
|
|
179
|
+
|
|
180
|
+
* [ReceiveMessage](https://cloud.tencent.com/document/api/1179/57458)
|
|
181
|
+
|
|
182
|
+
* 新增入参:MaxNumMessages, MaxNumBytes, Timeout
|
|
183
|
+
|
|
184
|
+
* 新增出参:MessageIDList, MessagesPayload
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
190
|
+
|
|
191
|
+
### 第 21 次发布
|
|
192
|
+
|
|
193
|
+
发布时间:2022-06-28 06:18:34
|
|
194
|
+
|
|
195
|
+
本次发布包含了以下内容:
|
|
196
|
+
|
|
197
|
+
改善已有的文档。
|
|
198
|
+
|
|
199
|
+
新增接口:
|
|
200
|
+
|
|
201
|
+
* [DescribeNacosReplicas](https://cloud.tencent.com/document/api/1364/76101)
|
|
202
|
+
* [DescribeNacosServerInterfaces](https://cloud.tencent.com/document/api/1364/76100)
|
|
203
|
+
* [DescribeZookeeperReplicas](https://cloud.tencent.com/document/api/1364/76099)
|
|
204
|
+
* [DescribeZookeeperServerInterfaces](https://cloud.tencent.com/document/api/1364/76098)
|
|
205
|
+
|
|
206
|
+
新增数据结构:
|
|
207
|
+
|
|
208
|
+
* [NacosReplica](https://cloud.tencent.com/document/api/1364/54942#NacosReplica)
|
|
209
|
+
* [NacosServerInterface](https://cloud.tencent.com/document/api/1364/54942#NacosServerInterface)
|
|
210
|
+
* [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
|
|
211
|
+
* [ZookeeperServerInterface](https://cloud.tencent.com/document/api/1364/54942#ZookeeperServerInterface)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
1
215
|
# Release 4.0.370
|
|
2
216
|
|
|
3
217
|
## 智能保险助手(cii) 版本:2021-04-08
|