tencentcloud-sdk-nodejs-mps 4.1.277 → 4.1.278

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.277",
3
+ "version": "4.1.278",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -12299,11 +12299,11 @@ export interface OutputReq {
12299
12299
  */
12300
12300
  export interface ManifestInfo {
12301
12301
  /**
12302
- * 单位秒。
12302
+ * <p>单位秒。</p>
12303
12303
  */
12304
12304
  Windows?: number;
12305
12305
  /**
12306
- * 打到output广告标签的格式,可选Date RangeEnhanced SCTE-35
12306
+ * <p>打到output广告标签的格式,可选Date RangeEnhanced SCTE-35和Standard SCTE-35。</p>
12307
12307
  */
12308
12308
  AdMarkupType?: string;
12309
12309
  }