tencentcloud-sdk-nodejs-mps 4.1.9 → 4.1.10

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-mps",
3
- "version": "4.1.9",
3
+ "version": "4.1.10",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5987,7 +5987,7 @@ export interface CreateOutputInfo {
5987
5987
  */
5988
5988
  Description: string;
5989
5989
  /**
5990
- * 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP|RIST。
5990
+ * 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST。
5991
5991
  */
5992
5992
  Protocol: string;
5993
5993
  /**
@@ -9236,7 +9236,7 @@ export interface DescribeStreamLinkFlowSRTStatisticsResponse {
9236
9236
  /**
9237
9237
  * 传输流的SRT质量数据列表。
9238
9238
  */
9239
- Infos: Array<FlowSRTInfo>;
9239
+ Infos?: Array<FlowSRTInfo>;
9240
9240
  /**
9241
9241
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9242
9242
  */
@@ -12061,7 +12061,7 @@ export interface DescribeStreamLinkFlowResponse {
12061
12061
  /**
12062
12062
  * 流的配置信息。
12063
12063
  */
12064
- Info: DescribeFlow;
12064
+ Info?: DescribeFlow;
12065
12065
  /**
12066
12066
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12067
12067
  */