tencentcloud-sdk-nodejs-live 4.1.87 → 4.1.89

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.87",
3
+ "version": "4.1.89",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7280,8 +7280,7 @@ export interface CreateLiveTimeShiftTemplateRequest {
7280
7280
  */
7281
7281
  TemplateName: string;
7282
7282
  /**
7283
- * 时移时长。
7284
- 单位:s。
7283
+ * 时移时长。单位:s。取值范围:86400 259200 604800 1296000 2592000。
7285
7284
  */
7286
7285
  Duration: number;
7287
7286
  /**