tencentcloud-sdk-nodejs-intl-en 3.0.1129 → 3.0.1130
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/package.json +1 -1
- package/tencentcloud/cloudaudit/v20190319/models.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/ip/v20210409/models.js +1 -1
- package/tencentcloud/monitor/v20180724/models.js +1 -1
- package/tencentcloud/tts/v20190823/models.js +21 -0
- package/tencentcloud/vpc/v20170312/models.js +7 -0
package/package.json
CHANGED
|
@@ -388,7 +388,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
388
388
|
this.TotalCount = null;
|
|
389
389
|
|
|
390
390
|
/**
|
|
391
|
-
* The unique request ID,
|
|
391
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
392
392
|
* @type {string || null}
|
|
393
393
|
*/
|
|
394
394
|
this.RequestId = null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1130";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -66,7 +66,7 @@ class GetCountryCodesResponse extends AbstractModel {
|
|
|
66
66
|
this.Data = null;
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
|
-
* The unique request ID,
|
|
69
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
70
70
|
* @type {string || null}
|
|
71
71
|
*/
|
|
72
72
|
this.RequestId = null;
|
|
@@ -745,7 +745,7 @@ class DescribeBaseMetricsResponse extends AbstractModel {
|
|
|
745
745
|
this.MetricSet = null;
|
|
746
746
|
|
|
747
747
|
/**
|
|
748
|
-
* The unique request ID,
|
|
748
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
749
749
|
* @type {string || null}
|
|
750
750
|
*/
|
|
751
751
|
this.RequestId = null;
|
|
@@ -222,6 +222,24 @@ It can contain up to 150 Chinese characters (a full-width punctuation as a Chine
|
|
|
222
222
|
*/
|
|
223
223
|
this.SegmentRate = null;
|
|
224
224
|
|
|
225
|
+
/**
|
|
226
|
+
*
|
|
227
|
+
* @type {string || null}
|
|
228
|
+
*/
|
|
229
|
+
this.EmotionCategory = null;
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
*
|
|
233
|
+
* @type {number || null}
|
|
234
|
+
*/
|
|
235
|
+
this.EmotionIntensity = null;
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
*
|
|
239
|
+
* @type {string || null}
|
|
240
|
+
*/
|
|
241
|
+
this.FastVoiceType = null;
|
|
242
|
+
|
|
225
243
|
}
|
|
226
244
|
|
|
227
245
|
/**
|
|
@@ -243,6 +261,9 @@ It can contain up to 150 Chinese characters (a full-width punctuation as a Chine
|
|
|
243
261
|
this.Codec = 'Codec' in params ? params.Codec : null;
|
|
244
262
|
this.EnableSubtitle = 'EnableSubtitle' in params ? params.EnableSubtitle : null;
|
|
245
263
|
this.SegmentRate = 'SegmentRate' in params ? params.SegmentRate : null;
|
|
264
|
+
this.EmotionCategory = 'EmotionCategory' in params ? params.EmotionCategory : null;
|
|
265
|
+
this.EmotionIntensity = 'EmotionIntensity' in params ? params.EmotionIntensity : null;
|
|
266
|
+
this.FastVoiceType = 'FastVoiceType' in params ? params.FastVoiceType : null;
|
|
246
267
|
|
|
247
268
|
}
|
|
248
269
|
}
|
|
@@ -17942,6 +17942,12 @@ Whether the Anycast EIP can be bound to CLB instances.
|
|
|
17942
17942
|
*/
|
|
17943
17943
|
this.DedicatedClusterId = null;
|
|
17944
17944
|
|
|
17945
|
+
/**
|
|
17946
|
+
*
|
|
17947
|
+
* @type {boolean || null}
|
|
17948
|
+
*/
|
|
17949
|
+
this.IsDedicatedAddressPool = null;
|
|
17950
|
+
|
|
17945
17951
|
/**
|
|
17946
17952
|
* Network egress. It defaults to `center_egress1`.
|
|
17947
17953
|
* @type {string || null}
|
|
@@ -17995,6 +18001,7 @@ Whether the Anycast EIP can be bound to CLB instances.
|
|
|
17995
18001
|
this.BandwidthPackageId = 'BandwidthPackageId' in params ? params.BandwidthPackageId : null;
|
|
17996
18002
|
this.AddressName = 'AddressName' in params ? params.AddressName : null;
|
|
17997
18003
|
this.DedicatedClusterId = 'DedicatedClusterId' in params ? params.DedicatedClusterId : null;
|
|
18004
|
+
this.IsDedicatedAddressPool = 'IsDedicatedAddressPool' in params ? params.IsDedicatedAddressPool : null;
|
|
17998
18005
|
this.Egress = 'Egress' in params ? params.Egress : null;
|
|
17999
18006
|
this.AntiDDoSPackageId = 'AntiDDoSPackageId' in params ? params.AntiDDoSPackageId : null;
|
|
18000
18007
|
this.ClientToken = 'ClientToken' in params ? params.ClientToken : null;
|