tencentcloud-sdk-nodejs-billing 4.0.303 → 4.0.306
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 +286 -0
- package/SERVICE_CHANGELOG.md +247 -85
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/services/billing/v20180709/billing_client.ts +31 -2
- package/src/services/billing/v20180709/billing_models.ts +334 -47
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +9 -1
- package/tencentcloud/services/billing/v20180709/billing_client.js +12 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +282 -42
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,289 @@
|
|
|
1
|
+
# Release 4.0.306
|
|
2
|
+
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
|
+
|
|
5
|
+
### 第 48 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-03-11 08:03:26
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
14
|
+
|
|
15
|
+
* PreviewPaiDomainName
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
20
|
+
|
|
21
|
+
### 第 28 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2022-03-11 08:15:26
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
30
|
+
|
|
31
|
+
* DescribeTrtcInteractiveTime
|
|
32
|
+
|
|
33
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
34
|
+
|
|
35
|
+
* OneSdkAppIdUsagesInfo
|
|
36
|
+
* SdkAppIdTrtcUsage
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
# Release 4.0.305
|
|
41
|
+
|
|
42
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
43
|
+
|
|
44
|
+
### 第 30 次发布
|
|
45
|
+
|
|
46
|
+
发布时间:2022-03-10 08:03:53
|
|
47
|
+
|
|
48
|
+
本次发布包含了以下内容:
|
|
49
|
+
|
|
50
|
+
改善已有的文档。
|
|
51
|
+
|
|
52
|
+
新增接口:
|
|
53
|
+
|
|
54
|
+
* [DescribeKTVMusicTags](https://cloud.tencent.com/document/api/1155/70856)
|
|
55
|
+
* [DescribeKTVSuggestions](https://cloud.tencent.com/document/api/1155/70855)
|
|
56
|
+
|
|
57
|
+
修改接口:
|
|
58
|
+
|
|
59
|
+
* [CreateKTVRobot](https://cloud.tencent.com/document/api/1155/68351)
|
|
60
|
+
|
|
61
|
+
* 新增入参:ApplicationLicenseInput
|
|
62
|
+
|
|
63
|
+
* [SearchKTVMusics](https://cloud.tencent.com/document/api/1155/56401)
|
|
64
|
+
|
|
65
|
+
* 新增入参:TagIds
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
新增数据结构:
|
|
69
|
+
|
|
70
|
+
* [ApplicationLicenseInput](https://cloud.tencent.com/document/api/1155/40113#ApplicationLicenseInput)
|
|
71
|
+
* [KTVMusicTagGroup](https://cloud.tencent.com/document/api/1155/40113#KTVMusicTagGroup)
|
|
72
|
+
* [KTVMusicTagInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicTagInfo)
|
|
73
|
+
* [KTVSuggestionInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSuggestionInfo)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
78
|
+
|
|
79
|
+
### 第 37 次发布
|
|
80
|
+
|
|
81
|
+
发布时间:2022-03-10 08:06:28
|
|
82
|
+
|
|
83
|
+
本次发布包含了以下内容:
|
|
84
|
+
|
|
85
|
+
改善已有的文档。
|
|
86
|
+
|
|
87
|
+
修改接口:
|
|
88
|
+
|
|
89
|
+
* [ModifyTopicAttributes](https://cloud.tencent.com/document/api/597/40844)
|
|
90
|
+
|
|
91
|
+
* 新增入参:QuotaProducerByteRate, QuotaConsumerByteRate
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
新增数据结构:
|
|
95
|
+
|
|
96
|
+
* [InstanceQuotaConfigResp](https://cloud.tencent.com/document/api/597/40861#InstanceQuotaConfigResp)
|
|
97
|
+
|
|
98
|
+
修改数据结构:
|
|
99
|
+
|
|
100
|
+
* [TopicAttributesResponse](https://cloud.tencent.com/document/api/597/40861#TopicAttributesResponse)
|
|
101
|
+
|
|
102
|
+
* 新增成员:QuotaConfig
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
108
|
+
|
|
109
|
+
### 第 91 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2022-03-10 08:16:16
|
|
112
|
+
|
|
113
|
+
本次发布包含了以下内容:
|
|
114
|
+
|
|
115
|
+
改善已有的文档。
|
|
116
|
+
|
|
117
|
+
新增接口:
|
|
118
|
+
|
|
119
|
+
* [CreateImageCache](https://cloud.tencent.com/document/api/457/70861)
|
|
120
|
+
* [DeleteImageCaches](https://cloud.tencent.com/document/api/457/70860)
|
|
121
|
+
* [DescribeImageCaches](https://cloud.tencent.com/document/api/457/70859)
|
|
122
|
+
* [GetMostSuitableImageCache](https://cloud.tencent.com/document/api/457/70858)
|
|
123
|
+
* [UpdateImageCache](https://cloud.tencent.com/document/api/457/70857)
|
|
124
|
+
|
|
125
|
+
新增数据结构:
|
|
126
|
+
|
|
127
|
+
* [ImageCache](https://cloud.tencent.com/document/api/457/31866#ImageCache)
|
|
128
|
+
* [ImageCacheEvent](https://cloud.tencent.com/document/api/457/31866#ImageCacheEvent)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 云点播(vod) 版本:2018-07-17
|
|
133
|
+
|
|
134
|
+
### 第 96 次发布
|
|
135
|
+
|
|
136
|
+
发布时间:2022-03-10 08:17:15
|
|
137
|
+
|
|
138
|
+
本次发布包含了以下内容:
|
|
139
|
+
|
|
140
|
+
改善已有的文档。
|
|
141
|
+
|
|
142
|
+
新增接口:
|
|
143
|
+
|
|
144
|
+
* [ModifyMediaStorageClass](https://cloud.tencent.com/document/api/266/70862)
|
|
145
|
+
|
|
146
|
+
修改数据结构:
|
|
147
|
+
|
|
148
|
+
* [AdaptiveStreamTemplate](https://cloud.tencent.com/document/api/266/31773#AdaptiveStreamTemplate)
|
|
149
|
+
|
|
150
|
+
* 新增成员:TEHDConfig
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
156
|
+
|
|
157
|
+
### 第 107 次发布
|
|
158
|
+
|
|
159
|
+
发布时间:2022-03-10 08:17:42
|
|
160
|
+
|
|
161
|
+
本次发布包含了以下内容:
|
|
162
|
+
|
|
163
|
+
改善已有的文档。
|
|
164
|
+
|
|
165
|
+
修改数据结构:
|
|
166
|
+
|
|
167
|
+
* [CcnBandwidthInfo](https://cloud.tencent.com/document/api/215/15824#CcnBandwidthInfo)
|
|
168
|
+
|
|
169
|
+
* 新增成员:MarketId
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
# Release 4.0.304
|
|
175
|
+
|
|
176
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
177
|
+
|
|
178
|
+
### 第 47 次发布
|
|
179
|
+
|
|
180
|
+
发布时间:2022-03-09 08:05:55
|
|
181
|
+
|
|
182
|
+
本次发布包含了以下内容:
|
|
183
|
+
|
|
184
|
+
改善已有的文档。
|
|
185
|
+
|
|
186
|
+
修改数据结构:
|
|
187
|
+
|
|
188
|
+
* [DataDisk](https://cloud.tencent.com/document/api/377/20453#DataDisk)
|
|
189
|
+
|
|
190
|
+
* 新增成员:DeleteWithInstance
|
|
191
|
+
|
|
192
|
+
* [ScheduledAction](https://cloud.tencent.com/document/api/377/20453#ScheduledAction)
|
|
193
|
+
|
|
194
|
+
* 新增成员:ScheduledType
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
## 计费相关(billing) 版本:2018-07-09
|
|
200
|
+
|
|
201
|
+
### 第 32 次发布
|
|
202
|
+
|
|
203
|
+
发布时间:2022-03-09 08:06:22
|
|
204
|
+
|
|
205
|
+
本次发布包含了以下内容:
|
|
206
|
+
|
|
207
|
+
改善已有的文档。
|
|
208
|
+
|
|
209
|
+
新增接口:
|
|
210
|
+
|
|
211
|
+
* [DescribeVoucherInfo](https://cloud.tencent.com/document/api/555/70813)
|
|
212
|
+
* [DescribeVoucherUsageDetails](https://cloud.tencent.com/document/api/555/70812)
|
|
213
|
+
|
|
214
|
+
新增数据结构:
|
|
215
|
+
|
|
216
|
+
* [ApplicableProducts](https://cloud.tencent.com/document/api/555/19183#ApplicableProducts)
|
|
217
|
+
* [ExcludedProducts](https://cloud.tencent.com/document/api/555/19183#ExcludedProducts)
|
|
218
|
+
* [UsageDetails](https://cloud.tencent.com/document/api/555/19183#UsageDetails)
|
|
219
|
+
* [UsageRecords](https://cloud.tencent.com/document/api/555/19183#UsageRecords)
|
|
220
|
+
* [VoucherInfos](https://cloud.tencent.com/document/api/555/19183#VoucherInfos)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
225
|
+
|
|
226
|
+
### 第 25 次发布
|
|
227
|
+
|
|
228
|
+
发布时间:2022-03-09 08:11:10
|
|
229
|
+
|
|
230
|
+
本次发布包含了以下内容:
|
|
231
|
+
|
|
232
|
+
改善已有的文档。
|
|
233
|
+
|
|
234
|
+
修改接口:
|
|
235
|
+
|
|
236
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/845/36270)
|
|
237
|
+
|
|
238
|
+
* 新增入参:CosBackup
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
244
|
+
|
|
245
|
+
### 第 41 次发布
|
|
246
|
+
|
|
247
|
+
发布时间:2022-03-09 08:14:02
|
|
248
|
+
|
|
249
|
+
本次发布包含了以下内容:
|
|
250
|
+
|
|
251
|
+
改善已有的文档。
|
|
252
|
+
|
|
253
|
+
修改接口:
|
|
254
|
+
|
|
255
|
+
* [ModifyAlarmPolicyNotice](https://cloud.tencent.com/document/api/248/51274)
|
|
256
|
+
|
|
257
|
+
* 新增入参:PolicyIds
|
|
258
|
+
|
|
259
|
+
* <font color="#dd0000">**修改入参**:</font>PolicyId
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
265
|
+
|
|
266
|
+
### 第 13 次发布
|
|
267
|
+
|
|
268
|
+
发布时间:2022-03-09 08:17:24
|
|
269
|
+
|
|
270
|
+
本次发布包含了以下内容:
|
|
271
|
+
|
|
272
|
+
改善已有的文档。
|
|
273
|
+
|
|
274
|
+
修改接口:
|
|
275
|
+
|
|
276
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
277
|
+
|
|
278
|
+
* 新增入参:OsFlavour
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
1
287
|
# Release 4.0.303
|
|
2
288
|
|
|
3
289
|
## 企业收付平台(cpdp) 版本:2019-08-20
|