tencentcloud-sdk-nodejs-intl-en 3.0.866 → 3.0.868
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/ciam/index.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dts/index.js +1 -1
- package/tencentcloud/mdl/v20200326/models.js +1 -1
- package/tencentcloud/organization/index.js +1 -1
- package/tencentcloud/sms/index.js +1 -1
- package/tencentcloud/vm/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.868";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -4726,7 +4726,7 @@ If the type is RTMP or RTP, only one output is allowed; if it is HLS or DASH, 1-
|
|
|
4726
4726
|
this.Destinations = null;
|
|
4727
4727
|
|
|
4728
4728
|
/**
|
|
4729
|
-
* HLS protocol configuration information, which takes effect only for HLS/HLS_ARCHIVE outputs
|
|
4729
|
+
* HLS protocol configuration information, which takes effect only for HLS/HLS_ARCHIVE/HLS_STREAM_PACKAGE outputs.
|
|
4730
4730
|
Note: this field may return `null`, indicating that no valid value was found.
|
|
4731
4731
|
* @type {HlsRemuxSettingsInfo || null}
|
|
4732
4732
|
*/
|
package/tencentcloud/vm/index.js
CHANGED