tencentcloud-sdk-nodejs-mps 4.1.147 → 4.1.148

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.147",
3
+ "version": "4.1.148",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -13312,6 +13312,11 @@ export interface ParseNotificationResponse {
13312
13312
  注意:此字段可能返回 null,表示取不到有效值。
13313
13313
  */
13314
13314
  BatchTaskEvent?: BatchSubTaskResult;
13315
+ /**
13316
+ * 数字水印提取任务信息,仅当 EventType 为 ExtractBlindWatermark,该字段有值。
13317
+ 注意:此字段可能返回 null,表示取不到有效值。
13318
+ */
13319
+ ExtractBlindWatermarkTask?: ExtractBlindWatermarkTask;
13315
13320
  /**
13316
13321
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13317
13322
  */