tencentcloud-sdk-nodejs-intl-en 3.0.1038 → 3.0.1040

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.1038",
3
+ "version": "3.0.1040",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1038";
1
+ const sdkVersion = "3.0.1040";
2
2
  module.exports = sdkVersion
@@ -8135,7 +8135,7 @@ Note: This field may return `null`, indicating that no valid value was found.
8135
8135
  this.StreamName = null;
8136
8136
 
8137
8137
  /**
8138
- * Source URL, which is valid if `Type` is `RTMP_PULL`, `HLS_PULL`, or `MP4_PULL` and can contain 1-512 characters
8138
+ * Source URL, which is valid if `Type` is `RTMP_PULL`, `HLS_PULL`, `MP4_PULL`, `RTSP_PULL` or `SRT_PULL`, and can contain 1-512 characters
8139
8139
  Note: This field may return `null`, indicating that no valid value was found.
8140
8140
  * @type {string || null}
8141
8141
  */