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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.866",
3
+ "version": "3.0.868",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210420: require("./v20210420"), v20220331: require("./v20220331"),
2
+ v20220331: require("./v20220331"), v20210420: require("./v20210420"),
3
3
  };
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.866";
1
+ const sdkVersion = "3.0.868";
2
2
  module.exports = sdkVersion
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20211206: require("./v20211206"), v20180330: require("./v20180330"),
2
+ v20180330: require("./v20180330"), v20211206: require("./v20211206"),
3
3
  };
@@ -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
  */
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210331: require("./v20210331"), v20181225: require("./v20181225"),
2
+ v20181225: require("./v20181225"), v20210331: require("./v20210331"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20190711: require("./v20190711"), v20210111: require("./v20210111"),
2
+ v20210111: require("./v20210111"), v20190711: require("./v20190711"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210922: require("./v20210922"), v20201229: require("./v20201229"),
2
+ v20201229: require("./v20201229"), v20210922: require("./v20210922"),
3
3
  };