tencentcloud-sdk-nodejs-live 4.1.115 → 4.1.117

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-live",
3
- "version": "4.1.115",
3
+ "version": "4.1.117",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8434,6 +8434,7 @@ export interface ModifyLivePullStreamTaskRequest {
8434
8434
  使用UTC格式时间,
8435
8435
  例如:2019-01-08T10:00:00Z。
8436
8436
  注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#I)。
8437
+ 4. 只修改EndTime进行续期, 不会影响正在进行中的任务。
8437
8438
  */
8438
8439
  EndTime?: string;
8439
8440
  /**